@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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 {
  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: not-allowed;
}

/**
   * 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"] {
  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 */
  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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}

.foundation-mq {
  font-family: "xsmall=0em&small=0em&medium=40em&large=58.75em&xlarge=70em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #363636;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 58.75em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 70em) {
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #363636;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.1875rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9375rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.0625rem;
  }
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.3125rem;
  }
  h4 {
    font-size: 1.3125rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #fa5004;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #d74503;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.3;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.3;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #363636;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

.small-text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 58.75em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 70em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.6875rem 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #fa5004;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #d54403;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #fa5004;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #c84003;
  color: #fefefe;
}

.button.secondary {
  background-color: #000;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: black;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #fa5004;
  color: #fa5004;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #7d2802;
  color: #7d2802;
}

.button.hollow.primary {
  border: 1px solid #fa5004;
  color: #fa5004;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #7d2802;
  color: #7d2802;
}

.button.hollow.secondary {
  border: 1px solid #000;
  color: #000;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: black;
  color: black;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #fa5004;
  color: #fefefe;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #fa5004;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #fa5004;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #fa5004;
  color: #fefefe;
}

.badge.secondary {
  background: #000;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #fa5004;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #fa5004;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #c84003;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #000;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: black;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 58.75em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 2rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #363636;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #fee5d9;
}

.callout.secondary {
  background-color: #d9d9d9;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

.menu.small-horizontal > li {
  display: table-cell;
}

.menu.small-vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 58.75em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 70em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: #fa5004;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

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

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fa5004;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fa5004, 0 14px 0 #fa5004;
}

.menu-icon:hover::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #fa5004;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #fa5004 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #fa5004 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #fa5004 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #fa5004;
  border-left-style: solid;
  border-right-width: 0;
}

.dropdown.menu.small-horizontal > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu.small-horizontal > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #fa5004 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

.dropdown.menu.small-vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.small-vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.small-vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.small-vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.small-vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #fa5004 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.small-vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #fa5004;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #fa5004 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #fa5004 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #fa5004;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 58.75em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #fa5004 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #fa5004 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #fa5004;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 70em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #fa5004 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #fa5004 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #fa5004;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: black;
  border: none;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #fa5004 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #fa5004;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #fa5004;
  color: #fefefe;
}

.label.secondary {
  background: #000;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: -0.0625em) {
  .media-object.stack-for-xsmall .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-xsmall .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  transform: translateX(-250px);
}

.position-left.reveal-for-small {
  left: 0;
  z-index: auto;
  position: fixed;
}

.position-left.reveal-for-small ~ .off-canvas-content {
  margin-left: 250px;
}

.position-right.reveal-for-small {
  right: 0;
  z-index: auto;
  position: fixed;
}

.position-right.reveal-for-small ~ .off-canvas-content {
  margin-right: 250px;
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 58.75em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 70em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #fa5004;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #fa5004;
}

.progress.secondary .progress-meter {
  background-color: #000;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #fa5004;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fa5004;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #d54403;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: -0.0625em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #fa5004;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: 700;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f8f8f8;
  color: #363636;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 58.6875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #fa5004;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #ee4c04;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(250, 80, 4, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: transparent;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 39.9375em) {
  .top-bar.stacked-for-small .top-bar-left,
  .top-bar.stacked-for-small .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 58.6875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 69.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.hide-for-small {
  display: none !important;
}

.show-for-small {
  display: none !important;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 58.75em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 58.75em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 58.6875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 58.75em) and (max-width: 69.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 58.6875em), screen and (min-width: 70em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 70em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 69.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 70em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 69.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait */
/* Landscape */
.hr-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.hr-wrapper::before, .hr-wrapper::after {
  content: ' ';
  display: table;
}

.hr-wrapper::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .hr-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.hr-wrapper:last-child:not(:first-child) {
  float: right;
}

.hr-wrapper, .hr-wrapper:last-child {
  float: none;
}

#SnapABug_W #SnapABug_O {
  background-color: #000 !important;
}

#SnapABug_WP {
  box-shadow: 0 0px 3.125rem rgba(0, 0, 0, 0.5) !important;
}

#SnapABug_WP #SnapABug_P div:nth-of-type(1) img {
  content: url("/wp-content/themes/saferack/images/chat-bg.jpg");
}

#SnapABug_WP #SnapABug_P div img[alt='powered by SnapEngage'] {
  display: none;
}

#SnapABug_WP #SnapABug_P form #SnapABug_email {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  color: #4d4d4d !important;
  font-size: 1rem !important;
  margin: 0.625rem 0 0 0.3125rem !important;
}

#SnapABug_WP #SnapABug_P form #SnapABug_desc {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  color: #4d4d4d !important;
  font-size: 1rem !important;
  margin: 1.75rem 0 0 0.3125rem !important;
}

#SnapABug_WP #SnapABug_P form div input, #SnapABug_WP #SnapABug_P form div textarea {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  border: 1px solid #cacaca !important;
  padding: 1.25rem 0.75rem !important;
  font-size: 1rem !important;
  resize: none !important;
}

#SnapABug_WP #SnapABug_P form div input {
  padding: 1.25rem 0.75rem !important;
  margin-top: 0.5rem !important;
}

#SnapABug_WP #SnapABug_P form div textarea {
  padding: 0.75rem !important;
  width: 310px !important;
  max-width: 310px !important;
  min-width: 310px !important;
  height: 8.75rem !important;
  max-height: 8.75rem !important;
  min-height: 8.75rem !important;
  margin-top: 1.8125rem !important;
}

#SnapABug_WP #SnapABug_P form #SnapABug_FormButtons {
  margin: -0.5rem 0 !important;
  left: -35px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

#SnapABug_WP #SnapABug_P form #SnapABug_FormButtons input {
  background-color: #fa5004 !important;
  color: #fff !important;
  border-radius: 3px !important;
  border: none !important;
  padding: 0.75rem !important;
  font-size: 0.9375rem !important;
  text-transform: uppercase !important;
  width: 8.75rem !important;
  max-width: 8.75rem !important;
  min-width: 8.75rem !important;
  height: 2.5rem !important;
  max-height: 2.5rem !important;
  min-height: 2.5rem !important;
}

#SnapABug_WP #SnapABug_P form #SnapABug_FormButtons input:nth-of-type(1) {
  margin-right: 10px !important;
}

#SnapABug_WP #SnapABug_P form #SnapABug_FormButtons input:hover {
  background-color: #4d4d4d !important;
}

#SnapABug_WP #SnapABug_P #SnapABug_FormFbk + div + div {
  display: none !important;
}

#SnapABug_WP #SnapABug_P #SnapABug_CallMe {
  display: none !important;
}

#SnapABug_WP #SnapABug_P div[title=Close] {
  content: url("/wp-content/themes/saferack/images/chat-close.jpg");
  margin: 0 -11px !important;
  top: 26px !important;
  width: 26px !important;
  max-width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
  max-height: 26px !important;
  min-height: 26px !important;
}

#SnapABug_WP #SnapABug_CBMBtn {
  display: none !important;
}

#SnapABug_WP #SnapABug_DB {
  content: url("/wp-content/themes/saferack/images/chat-header.jpg");
  margin: 0.5rem 0.875rem !important;
  width: 250px !important;
  max-width: 250px !important;
  min-width: 250px !important;
}

#SnapABug_WP #SnapABug_CL {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  border: 1px solid #cacaca !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  margin-left: 3px !important;
}

#SnapABug_WP #SnapABug_CL .SnapABug_transcriptLine {
  color: #4d4d4d !important;
}

#SnapABug_WP #SnapABug_CE {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  border: 1px solid #cacaca !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  width: 313px !important;
  max-width: 313px !important;
  min-width: 313px !important;
  left: 33px !important;
}

body div#snapengage-button {
  display: none !important;
}

@media screen and (min-width: 40em) {
  body div#snapengage-button {
    display: block !important;
  }
}

/**
* Typography.
* See also the settings file.
*
* @package saferack
*/
h1, h2, h4, h5 {
  color: #fa5004;
}

h3 {
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  p, li {
    font-size: 1rem;
  }
}

p {
  line-height: 1.5rem;
}

li {
  line-height: 1.4375rem;
}

.fa, .fas {
  color: #fa5004;
  padding-right: 8px;
}

#top-wrapper {
  padding-right: 2px;
  margin-top: -2px;
}

#top-wrapper li .fa, #top-wrapper li .fas {
  padding-right: 2px;
  margin-top: -2px;
}

#top-wrapper .search-wrapper form div span .fa, #top-wrapper .search-wrapper form div span .fas {
  margin-top: 4px;
}

.review-more {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

.single .sd-title, .single .sd-content {
  display: inline-block;
}

.single h3.sd-title {
  text-transform: none;
  color: #fa5004;
}

.single .sd-content > ul {
  margin: 0;
  list-style-type: none;
  list-style: none;
  margin-left: 0.25rem;
}

.single .sd-content > ul > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .single .sd-content > ul > li {
  outline: 0;
}

.single .sd-content > ul > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.single .sd-content > ul input,
.single .sd-content > ul a,
.single .sd-content > ul button {
  margin-bottom: 0;
}

.single .sd-content > ul li {
  display: inline-block;
  margin: 0 4px;
}

.single .sd-content > ul li a {
  padding-right: 0;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 32px;
  height: 32px;
}

.single .sd-content > ul li a.share-facebook {
  background: url(../images/facebook.png);
}

.single .sd-content > ul li a.share-facebook:hover {
  background: url(../images/facebook-hover.png);
}

.single .sd-content > ul li a.share-twitter {
  background: url(../images/twitter.png);
}

.single .sd-content > ul li a.share-twitter:hover {
  background: url(../images/twitter-hover.png);
}

.single .sd-content > ul li a.share-google-plus-1 {
  background: url(../images/google.png);
}

.single .sd-content > ul li a.share-google-plus-1:hover {
  background: url(../images/google-hover.png);
}

.single .sd-content > ul li a.share-email {
  background: url(../images/email.png);
}

.single .sd-content > ul li a.share-email:hover {
  background: url(../images/email-hover.png);
}

.single .sd-content > ul li.share-end {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
* Styling of saferack_product.
* See also shortcode styling.
*
* @package saferack
*/
@media (max-width: 639px) {
  .single-saferack_product header#masthead, .services-template-wrapper header#masthead {
    border-bottom: none;
  }
}

.single-saferack_product #content #primary.content-area, .services-template-wrapper #content #primary.content-area {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.single-saferack_product #content #primary.content-area::before, .single-saferack_product #content #primary.content-area::after, .services-template-wrapper #content #primary.content-area::before, .services-template-wrapper #content #primary.content-area::after {
  content: ' ';
  display: table;
}

.single-saferack_product #content #primary.content-area::after, .services-template-wrapper #content #primary.content-area::after {
  clear: both;
}

.single-saferack_product #content #primary.content-area #main, .services-template-wrapper #content #primary.content-area #main {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .single-saferack_product #content #primary.content-area #main, .services-template-wrapper #content #primary.content-area #main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_product #content #primary.content-area #main:last-child:not(:first-child), .services-template-wrapper #content #primary.content-area #main:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .single-saferack_product #content #primary.content-area #main, .services-template-wrapper #content #primary.content-area #main {
    width: 75%;
  }
}

.single-saferack_product #content #primary.content-area #main article, .services-template-wrapper #content #primary.content-area #main article {
  margin-bottom: 0;
}

.single-saferack_product #content #primary.content-area #secondary, .services-template-wrapper #content #primary.content-area #secondary {
  display: none;
}

@media screen and (min-width: 40em) {
  .single-saferack_product #content #primary.content-area #secondary, .services-template-wrapper #content #primary.content-area #secondary {
    display: block;
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product #content #primary.content-area #secondary, .services-template-wrapper #content #primary.content-area #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product #content #primary.content-area #secondary:last-child:not(:first-child), .services-template-wrapper #content #primary.content-area #secondary:last-child:not(:first-child) {
    float: right;
  }
}

.single-saferack_product #brand, .services-template-wrapper #brand {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.single-saferack_product .above-fold, .services-template-wrapper .above-fold {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: visible;
}

@media screen and (min-width: 40em) {
  .single-saferack_product .above-fold, .services-template-wrapper .above-fold {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single-saferack_product .above-fold .product-images-loading, .services-template-wrapper .above-fold .product-images-loading {
  position: absolute;
  left: 50%;
  margin-left: 10.9375rem;
  margin-top: 10rem;
  width: 3.75rem;
}

@media (max-width: 639px) {
  .single-saferack_product .above-fold .product-images-loading, .services-template-wrapper .above-fold .product-images-loading {
    margin-left: -0.9375rem;
  }
}

.single-saferack_product .above-fold .loading-bar, .services-template-wrapper .above-fold .loading-bar {
  display: inline-block;
  width: 4px;
  margin: 0;
  height: 18px;
  border-radius: 4px;
  background-color: #fa5004;
  animation: loading 1s ease-in-out infinite;
}

@media (max-width: 639px) {
  .single-saferack_product .above-fold .loading-bar, .services-template-wrapper .above-fold .loading-bar {
    display: none;
  }
}

.single-saferack_product .above-fold .loading-bar:nth-child(1), .services-template-wrapper .above-fold .loading-bar:nth-child(1) {
  animation-delay: 0;
}

.single-saferack_product .above-fold .loading-bar:nth-child(2), .services-template-wrapper .above-fold .loading-bar:nth-child(2) {
  animation-delay: 0.09s;
}

.single-saferack_product .above-fold .loading-bar:nth-child(3), .services-template-wrapper .above-fold .loading-bar:nth-child(3) {
  animation-delay: .18s;
}

.single-saferack_product .above-fold .loading-bar:nth-child(4), .services-template-wrapper .above-fold .loading-bar:nth-child(4) {
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}

@media (max-width: 639px) {
  .single-saferack_product .above-fold h1.entry-title, .services-template-wrapper .above-fold h1.entry-title {
    display: none;
  }
}

.single-saferack_product .above-fold div.entry-content, .services-template-wrapper .above-fold div.entry-content {
  position: relative;
  -webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 639px) {
  .single-saferack_product .above-fold div.entry-content, .services-template-wrapper .above-fold div.entry-content {
    padding-bottom: 38px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .single-saferack_product .above-fold div.entry-content.hide-content, .services-template-wrapper .above-fold div.entry-content.hide-content {
    height: 300px !important;
  }
}

.single-saferack_product .above-fold div.entry-content div.view-full-text, .services-template-wrapper .above-fold div.entry-content div.view-full-text {
  display: none;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 14px;
  background-color: #f5f4f5;
  border: 1px solid #363636;
}

@media (max-width: 639px) {
  .single-saferack_product .above-fold div.entry-content div.view-full-text, .services-template-wrapper .above-fold div.entry-content div.view-full-text {
    display: block;
  }
}

.single-saferack_product .above-fold .text-wrapper, .services-template-wrapper .above-fold .text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-height: 835px;
}

@media screen and (min-width: 40em) {
  .single-saferack_product .above-fold .text-wrapper, .services-template-wrapper .above-fold .text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_product .above-fold .text-wrapper:last-child:not(:first-child), .services-template-wrapper .above-fold .text-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .single-saferack_product .above-fold .text-wrapper, .services-template-wrapper .above-fold .text-wrapper {
    width: 41.66667%;
    position: relative;
    left: -58.33333%;
  }
}

@media (max-width: 640px) {
  .single-saferack_product .above-fold .text-wrapper, .services-template-wrapper .above-fold .text-wrapper {
    min-height: 0;
  }
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper {
  position: absolute;
  z-index: 999;
  margin: 20px 15px 0 0;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper {
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  background-size: 10.5rem;
  background-position: bottom -40px right;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.2s ease;
  -moz-transition: background-image 0.2s ease;
  -o-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
  width: 64%;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(1), .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2), .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(1), .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) {
  width: 32%;
}

@media (max-width: 640px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
    width: calc(100% - 160px) !important;
  }
}

@media (max-width: 410px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
    width: 100% !important;
  }
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer {
  width: 63%;
}

@media (max-width: 640px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer {
    width: calc(100% - 160px);
  }
}

@media (max-width: 410px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer {
    width: 100%;
  }
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.expert-info, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper.trigger-hidden div.expert-info {
  padding-right: 172px;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper h2.form-title, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper h2.form-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper h2.form-title + p, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper h2.form-title + p {
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin: 6px 0 0 0;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body {
  width: 100%;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
  margin-top: 10px;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield label.gfield_label, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield label.gfield_label {
  display: none !important;
  margin-bottom: 0 !important;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input {
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container select, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container select {
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  font-size: 0.875rem !important;
  line-height: 1.125rem !important;
  height: 85px;
  width: 64%;
}

@media (max-width: 991px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
    width: calc(100% - 150px);
  }
}

@media (max-width: 410px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
    width: 100% !important;
  }
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label {
  opacity: 0;
}

@media (max-width: 640px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label {
    display: none !important;
  }
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3), .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3) {
  position: relative;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3)::before, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-image: url(/wp-content/themes/saferack/images/phone-icon.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3) input, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3) input {
  padding-left: 30px !important;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4), .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4) {
  position: relative;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4)::before, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-image: url(/wp-content/themes/saferack/images/email-icon.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4) input, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4) input {
  padding-left: 30px !important;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.trigger-hidden, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.trigger-hidden {
  display: none;
}

@media (max-width: 640px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body {
    width: 100%;
  }
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer {
  margin-bottom: -24px;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer.trigger-hidden input[type="submit"], .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer.trigger-hidden input[type="submit"] {
  width: 100% !important;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"], .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"] {
  font-size: 1rem !important;
  width: 64% !important;
  margin-top: -6px !important;
}

@media (max-width: 991px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"], .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"] {
    width: calc(100% - 150px) !important;
  }
}

@media (max-width: 410px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"], .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"] {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer {
    margin-bottom: -40px;
  }
}

@media (max-width: 410px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer {
    margin-bottom: -2.5rem;
  }
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info {
  width: 100%;
  text-align: right;
  padding-right: 166px;
  margin: 1.5rem 0 -1.5rem 0;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info p.name, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info p.name {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 0.125rem;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info p.info, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info p.info {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

@media (max-width: 640px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info {
    padding-right: 160px !important;
  }
}

@media (max-width: 410px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper div.expert-info {
    display: none;
  }
}

@media (max-width: 1199px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper {
    background-size: 10rem;
  }
}

@media (max-width: 991px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper {
    margin-top: 1.25rem;
  }
}

@media (max-width: 410px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.form-wrapper {
    background: none !important;
  }
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.call-direct, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.call-direct {
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 0.375rem;
  width: 100%;
  font-size: 1.5rem;
}

.single-saferack_product .above-fold .text-wrapper div.form-number-wrapper div.call-direct a, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper div.call-direct a {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 991px) {
  .single-saferack_product .above-fold .text-wrapper div.form-number-wrapper, .services-template-wrapper .above-fold .text-wrapper div.form-number-wrapper {
    position: relative;
    margin: 0 0 2rem 0;
  }
}

.single-saferack_product .above-fold #product-images, .services-template-wrapper .above-fold #product-images {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_product .above-fold #product-images, .services-template-wrapper .above-fold #product-images {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_product .above-fold #product-images:last-child:not(:first-child), .services-template-wrapper .above-fold #product-images:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .single-saferack_product .above-fold #product-images, .services-template-wrapper .above-fold #product-images {
    width: 58.33333%;
    position: relative;
    left: 41.66667%;
  }
}

.single-saferack_product .above-fold #product-images.hide-nav-arrows .flickity-prev-next-button, .services-template-wrapper .above-fold #product-images.hide-nav-arrows .flickity-prev-next-button {
  display: none;
}

.single-saferack_product div#details, .services-template-wrapper div#details {
  clear: both;
}

@media (max-width: 639px) {
  .single-saferack_product div#details div.horizontal-rule-block, .services-template-wrapper div#details div.horizontal-rule-block {
    margin-top: -20px;
    margin-bottom: 5px;
  }
}

.single-saferack_product #product-images, .services-template-wrapper #product-images {
  margin-bottom: 1.875rem;
}

@media (max-width: 639px) {
  .single-saferack_product #product-images, .services-template-wrapper #product-images {
    opacity: 1;
  }
}

.single-saferack_product #product-images div.main-gallery, .services-template-wrapper #product-images div.main-gallery {
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.single-saferack_product #product-images div.main-gallery.show-images, .services-template-wrapper #product-images div.main-gallery.show-images {
  opacity: 1;
}

@media (max-width: 639px) {
  .single-saferack_product #product-images div.main-gallery, .services-template-wrapper #product-images div.main-gallery {
    display: none;
  }
}

.single-saferack_product #product-images div.main-gallery div.slide-gallery div.gallery-cell, .services-template-wrapper #product-images div.main-gallery div.slide-gallery div.gallery-cell {
  width: 100%;
  min-height: 300px;
}

.single-saferack_product #product-images div.main-gallery div.slide-gallery div.gallery-cell img, .services-template-wrapper #product-images div.main-gallery div.slide-gallery div.gallery-cell img {
  width: 100%;
  height: auto;
}

.single-saferack_product #product-images div.mobile-header, .services-template-wrapper #product-images div.mobile-header {
  display: none;
  margin-bottom: 14px;
}

@media (max-width: 639px) {
  .single-saferack_product #product-images div.mobile-header, .services-template-wrapper #product-images div.mobile-header {
    display: block;
  }
}

.single-saferack_product #product-images div.mobile-gallery, .services-template-wrapper #product-images div.mobile-gallery {
  display: none;
  position: relative;
  height: 250px;
  margin: 0 -10px;
}

@media (max-width: 639px) {
  .single-saferack_product #product-images div.mobile-gallery, .services-template-wrapper #product-images div.mobile-gallery {
    display: block;
  }
}

.single-saferack_product #product-images div.mobile-gallery button.slick-arrow, .services-template-wrapper #product-images div.mobile-gallery button.slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  font-size: 0;
  border-radius: 999px;
  border: 2px solid #fff;
  background-image: url(/wp-content/themes/saferack/images/mobile-gallery-left.png);
  background-size: 70%;
  background-position: 4px center;
  background-repeat: no-repeat;
}

.single-saferack_product #product-images div.mobile-gallery button.slick-arrow.slick-next, .services-template-wrapper #product-images div.mobile-gallery button.slick-arrow.slick-next {
  left: auto;
  right: 10px;
  background-image: url(/wp-content/themes/saferack/images/mobile-gallery-right.png);
  background-position: 7px center;
}

.single-saferack_product #product-images div.mobile-gallery div.slide, .services-template-wrapper #product-images div.mobile-gallery div.slide {
  opacity: 0;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single-saferack_product #product-images div.mobile-gallery div.slide.slide-loaded, .single-saferack_product #product-images div.mobile-gallery div.slide:first-of-type, .services-template-wrapper #product-images div.mobile-gallery div.slide.slide-loaded, .services-template-wrapper #product-images div.mobile-gallery div.slide:first-of-type {
  opacity: 1;
}

.single-saferack_product #product-images div.slide-nav, .services-template-wrapper #product-images div.slide-nav {
  margin-top: 1.25rem;
  padding: 0 2.5rem;
}

.single-saferack_product #product-images div.slide-nav .flickity-prev-next-button, .services-template-wrapper #product-images div.slide-nav .flickity-prev-next-button {
  background: none;
}

.single-saferack_product #product-images div.slide-nav .flickity-prev-next-button.previous, .services-template-wrapper #product-images div.slide-nav .flickity-prev-next-button.previous {
  left: -10px;
}

.single-saferack_product #product-images div.slide-nav .flickity-prev-next-button.next, .services-template-wrapper #product-images div.slide-nav .flickity-prev-next-button.next {
  right: -10px;
}

.single-saferack_product #product-images div.slide-nav div.gallery-cell, .services-template-wrapper #product-images div.slide-nav div.gallery-cell {
  width: 100px;
  height: 100px;
  padding: 0.625rem;
  border: 1px solid #cccccc;
}

.single-saferack_product #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .services-template-wrapper #product-images div.slide-nav div.gallery-cell:not(:first-of-type) {
  margin-left: 0.625rem;
}

.single-saferack_product #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .services-template-wrapper #product-images div.slide-nav div.gallery-cell:not(:last-of-type) {
  margin-right: 0.625rem;
}

.single-saferack_product #product-images div.form-number-wrapper, .services-template-wrapper #product-images div.form-number-wrapper {
  position: absolute;
  z-index: 999;
  margin: 20px 15px 0 0;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper {
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  background-size: 10.5rem;
  background-position: bottom -40px right;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.2s ease;
  -moz-transition: background-image 0.2s ease;
  -o-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
  width: 64%;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(1), .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2), .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(1), .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) {
  width: 32%;
}

@media (max-width: 640px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
    width: calc(100% - 160px) !important;
  }
}

@media (max-width: 410px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
    width: 100% !important;
  }
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer {
  width: 63%;
}

@media (max-width: 640px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer {
    width: calc(100% - 160px);
  }
}

@media (max-width: 410px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer {
    width: 100%;
  }
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.expert-info, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper.trigger-hidden div.expert-info {
  padding-right: 172px;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper h2.form-title, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper h2.form-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper h2.form-title + p, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper h2.form-title + p {
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin: 6px 0 0 0;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body {
  width: 100%;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
  margin-top: 10px;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield label.gfield_label, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield label.gfield_label {
  display: none !important;
  margin-bottom: 0 !important;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input {
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container select, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container select {
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  font-size: 0.875rem !important;
  line-height: 1.125rem !important;
  height: 85px;
  width: 64%;
}

@media (max-width: 991px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
    width: calc(100% - 150px);
  }
}

@media (max-width: 410px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
    width: 100% !important;
  }
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label {
  opacity: 0;
}

@media (max-width: 640px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label {
    display: none !important;
  }
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3), .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3) {
  position: relative;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3)::before, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-image: url(/wp-content/themes/saferack/images/phone-icon.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3) input, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3) input {
  padding-left: 30px !important;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4), .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4) {
  position: relative;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4)::before, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-image: url(/wp-content/themes/saferack/images/email-icon.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4) input, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4) input {
  padding-left: 30px !important;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.trigger-hidden, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.trigger-hidden {
  display: none;
}

@media (max-width: 640px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body {
    width: 100%;
  }
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer {
  margin-bottom: -24px;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer.trigger-hidden input[type="submit"], .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer.trigger-hidden input[type="submit"] {
  width: 100% !important;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"], .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"] {
  font-size: 1rem !important;
  width: 64% !important;
  margin-top: -6px !important;
}

@media (max-width: 991px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"], .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"] {
    width: calc(100% - 150px) !important;
  }
}

@media (max-width: 410px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"], .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"] {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer {
    margin-bottom: -40px;
  }
}

@media (max-width: 410px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer {
    margin-bottom: -2.5rem;
  }
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.expert-info, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.expert-info {
  width: 100%;
  text-align: right;
  padding-right: 166px;
  margin: 1.5rem 0 -1.5rem 0;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.expert-info p.name, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.expert-info p.name {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 0.125rem;
}

.single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.expert-info p.info, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.expert-info p.info {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

@media (max-width: 640px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.expert-info, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.expert-info {
    padding-right: 160px !important;
  }
}

@media (max-width: 410px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper div.expert-info, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper div.expert-info {
    display: none;
  }
}

@media (max-width: 1199px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper {
    background-size: 10rem;
  }
}

@media (max-width: 991px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper {
    margin-top: 1.25rem;
  }
}

@media (max-width: 410px) {
  .single-saferack_product #product-images div.form-number-wrapper div.form-wrapper, .services-template-wrapper #product-images div.form-number-wrapper div.form-wrapper {
    background: none !important;
  }
}

.single-saferack_product #product-images div.form-number-wrapper div.call-direct, .services-template-wrapper #product-images div.form-number-wrapper div.call-direct {
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 0.375rem;
  width: 100%;
  font-size: 1.5rem;
}

.single-saferack_product #product-images div.form-number-wrapper div.call-direct a, .services-template-wrapper #product-images div.form-number-wrapper div.call-direct a {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 991px) {
  .single-saferack_product #product-images div.form-number-wrapper, .services-template-wrapper #product-images div.form-number-wrapper {
    position: relative;
    margin: 0 0 2rem 0;
  }
}

.single-saferack_product #product-images.show-images, .services-template-wrapper #product-images.show-images {
  opacity: 1;
}

.single-saferack_product .related-products, .services-template-wrapper .related-products {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.single-saferack_product .related-products::before, .single-saferack_product .related-products::after, .services-template-wrapper .related-products::before, .services-template-wrapper .related-products::after {
  content: ' ';
  display: table;
}

.single-saferack_product .related-products::after, .services-template-wrapper .related-products::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-products, .services-template-wrapper .related-products {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_product .related-products:last-child:not(:first-child), .services-template-wrapper .related-products:last-child:not(:first-child) {
  float: right;
}

.single-saferack_product .related-products, .single-saferack_product .related-products:last-child, .services-template-wrapper .related-products, .services-template-wrapper .related-products:last-child {
  float: none;
}

@media (max-width: 639px) {
  .single-saferack_product .related-products, .services-template-wrapper .related-products {
    margin-bottom: 20px;
  }
}

.single-saferack_product .related-products .products .column .product, .single-saferack_product .related-products .products .columns .product, .services-template-wrapper .related-products .products .column .product, .services-template-wrapper .related-products .products .columns .product {
  text-align: left;
}

@media (max-width: 639px) {
  .single-saferack_product .related-products .products .column .product, .single-saferack_product .related-products .products .columns .product, .services-template-wrapper .related-products .products .column .product, .services-template-wrapper .related-products .products .columns .product {
    margin: 0 0 20px 0;
  }
}

.single-saferack_product .related-products .products .column .product a h5, .single-saferack_product .related-products .products .columns .product a h5, .services-template-wrapper .related-products .products .column .product a h5, .services-template-wrapper .related-products .products .columns .product a h5 {
  margin-top: 0.5rem;
}

.single-saferack_product .related-products .products .column .product a p, .single-saferack_product .related-products .products .columns .product a p, .services-template-wrapper .related-products .products .column .product a p, .services-template-wrapper .related-products .products .columns .product a p {
  margin-bottom: -0.5rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.single-saferack_product .related-products .related-header, .services-template-wrapper .related-products .related-header {
  text-align: center;
  margin-bottom: 0.5rem;
}

@media (max-width: 639px) {
  .single-saferack_product .related-products .related-header, .services-template-wrapper .related-products .related-header {
    text-align: left;
  }
}

.single-saferack_product .related-products .related-header .see-all, .services-template-wrapper .related-products .related-header .see-all {
  display: none;
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-products .related-header, .services-template-wrapper .related-products .related-header {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    overflow: hidden;
    text-align: left;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product .related-products .related-header, .services-template-wrapper .related-products .related-header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-products .related-header h3, .services-template-wrapper .related-products .related-header h3 {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product .related-products .related-header h3, .services-template-wrapper .related-products .related-header h3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-products .related-header h3:last-child:not(:first-child), .services-template-wrapper .related-products .related-header h3:last-child:not(:first-child) {
    float: right;
  }
  .single-saferack_product .related-products .related-header .see-all, .services-template-wrapper .related-products .related-header .see-all {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: block;
    text-align: right;
    font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product .related-products .related-header .see-all, .services-template-wrapper .related-products .related-header .see-all {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-products .related-header .see-all:last-child:not(:first-child), .services-template-wrapper .related-products .related-header .see-all:last-child:not(:first-child) {
    float: right;
  }
}

.single-saferack_product .related-videos, .services-template-wrapper .related-videos {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 3rem;
}

.single-saferack_product .related-videos::before, .single-saferack_product .related-videos::after, .services-template-wrapper .related-videos::before, .services-template-wrapper .related-videos::after {
  content: ' ';
  display: table;
}

.single-saferack_product .related-videos::after, .services-template-wrapper .related-videos::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-videos, .services-template-wrapper .related-videos {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_product .related-videos:last-child:not(:first-child), .services-template-wrapper .related-videos:last-child:not(:first-child) {
  float: right;
}

.single-saferack_product .related-videos, .single-saferack_product .related-videos:last-child, .services-template-wrapper .related-videos, .services-template-wrapper .related-videos:last-child {
  float: none;
}

@media (max-width: 639px) {
  .single-saferack_product .related-videos, .services-template-wrapper .related-videos {
    display: none;
  }
}

.single-saferack_product .related-videos .related-header, .services-template-wrapper .related-videos .related-header {
  text-align: center;
  margin-bottom: 0.5rem;
}

.single-saferack_product .related-videos .related-header .see-all, .services-template-wrapper .related-videos .related-header .see-all {
  display: none;
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-videos .related-header, .services-template-wrapper .related-videos .related-header {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    overflow: hidden;
    text-align: left;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product .related-videos .related-header, .services-template-wrapper .related-videos .related-header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-videos .related-header h3, .services-template-wrapper .related-videos .related-header h3 {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product .related-videos .related-header h3, .services-template-wrapper .related-videos .related-header h3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-videos .related-header h3:last-child:not(:first-child), .services-template-wrapper .related-videos .related-header h3:last-child:not(:first-child) {
    float: right;
  }
  .single-saferack_product .related-videos .related-header .see-all, .services-template-wrapper .related-videos .related-header .see-all {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: block;
    text-align: right;
    font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product .related-videos .related-header .see-all, .services-template-wrapper .related-videos .related-header .see-all {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-videos .related-header .see-all:last-child:not(:first-child), .services-template-wrapper .related-videos .related-header .see-all:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-videos .video-content, .services-template-wrapper .related-videos .video-content {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product .related-videos .video-content, .services-template-wrapper .related-videos .video-content {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-videos .video-content .flex-video-wrapper, .services-template-wrapper .related-videos .video-content .flex-video-wrapper {
    width: 58.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product .related-videos .video-content .flex-video-wrapper, .services-template-wrapper .related-videos .video-content .flex-video-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-videos .video-content .flex-video-wrapper:last-child:not(:first-child), .services-template-wrapper .related-videos .video-content .flex-video-wrapper:last-child:not(:first-child) {
    float: right;
  }
  .single-saferack_product .related-videos .video-content .video-text, .services-template-wrapper .related-videos .video-content .video-text {
    width: 41.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_product .related-videos .video-content .video-text, .services-template-wrapper .related-videos .video-content .video-text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_product .related-videos .video-content .video-text:last-child:not(:first-child), .services-template-wrapper .related-videos .video-content .video-text:last-child:not(:first-child) {
    float: right;
  }
  .single-saferack_product .related-videos .video-content .video-text a h4, .services-template-wrapper .related-videos .video-content .video-text a h4 {
    color: #363636;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .single-saferack_product .related-videos .video-content .video-text a:hover h4, .services-template-wrapper .related-videos .video-content .video-text a:hover h4 {
    color: #fa5004;
  }
  .single-saferack_product .related-videos .video-content .video-post-link, .services-template-wrapper .related-videos .video-content .video-post-link {
    font-size: 0.875rem;
    margin-top: -0.375rem;
    margin-bottom: 1rem;
  }
}

.single-saferack_product .product-cta, .services-template-wrapper .product-cta {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: block !important;
  margin: -2.5rem 1.25rem -0.625rem 0;
  text-align: center !important;
}

@media screen and (min-width: 40em) {
  .single-saferack_product .product-cta, .services-template-wrapper .product-cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_product .product-cta:last-child:not(:first-child), .services-template-wrapper .product-cta:last-child:not(:first-child) {
  float: right;
}

.single-saferack_product .product-cta img, .services-template-wrapper .product-cta img {
  max-width: 11.25rem;
  width: 60%;
  margin-top: 1.25rem;
}

.single-saferack_product .product-cta a, .services-template-wrapper .product-cta a {
  width: 35%;
  margin: 0 0 0 0.625rem;
  max-width: 8.125rem;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 860px) {
  .single-saferack_product .product-cta a, .services-template-wrapper .product-cta a {
    font-size: 14px !important;
  }
}

@media (max-width: 760px) {
  .single-saferack_product .product-cta a, .services-template-wrapper .product-cta a {
    font-size: 10px !important;
  }
}

@media (max-width: 639px) {
  .single-saferack_product .product-cta, .services-template-wrapper .product-cta {
    display: none !important;
  }
  .single-saferack_product .product-cta a, .services-template-wrapper .product-cta a {
    font-size: 16px !important;
  }
}

@media (max-width: 360px) {
  .single-saferack_product .product-cta a, .services-template-wrapper .product-cta a {
    font-size: 14px !important;
  }
}

@media (max-width: 320px) {
  .single-saferack_product .product-cta a, .services-template-wrapper .product-cta a {
    font-size: 10px !important;
  }
}

.single-saferack_product .expanded-content, .services-template-wrapper .expanded-content {
  /* margin-bottom: rem-calc(48); */
  min-height: 1rem;
}

@media (max-width: 639px) {
  .single-saferack_product .expanded-content, .services-template-wrapper .expanded-content {
    display: none;
  }
}

.single-saferack_product .expanded-content div.horizontal-rule-block:last-of-type, .services-template-wrapper .expanded-content div.horizontal-rule-block:last-of-type {
  display: none;
}

@media (max-width: 639px) {
  .single-saferack_product .product-cta, .services-template-wrapper .product-cta {
    width: 100% !important;
  }
}

.single-saferack_product div.woocommerce-header, .services-template-wrapper div.woocommerce-header {
  margin-bottom: 1rem;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #cacaca;
}

.single-saferack_product div.woocommerce-header div.left img, .services-template-wrapper div.woocommerce-header div.left img {
  max-width: 220px;
}

.single-saferack_product div.woocommerce-header div.right, .services-template-wrapper div.woocommerce-header div.right {
  float: right;
  margin-top: -18px;
}

@media (max-width: 639px) {
  .single-saferack_product div.woocommerce-header div.right, .services-template-wrapper div.woocommerce-header div.right {
    float: none;
    margin-top: 14px;
  }
}

.single-saferack_product div.woocommerce-header div.right p, .services-template-wrapper div.woocommerce-header div.right p {
  text-align: right;
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin-bottom: 0;
}

.single-saferack_product div.woocommerce ul.products li.product, .services-template-wrapper div.woocommerce ul.products li.product {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .single-saferack_product div.woocommerce ul.products li.product, .services-template-wrapper div.woocommerce ul.products li.product {
    margin-right: 0 !important;
  }
}

.single-saferack_product div.woocommerce ul.products li.product a img, .services-template-wrapper div.woocommerce ul.products li.product a img {
  padding: 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e8e8e8;
}

.single-saferack_product div.woocommerce ul.products li.product a h2, .services-template-wrapper div.woocommerce ul.products li.product a h2 {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 0.25rem 0;
}

.single-saferack_product div.woocommerce ul.products li.product a span.price, .services-template-wrapper div.woocommerce ul.products li.product a span.price {
  color: #262324;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.0625rem;
}

.single-saferack_product div.woocommerce ul.products li.product a div.sku-stock, .services-template-wrapper div.woocommerce ul.products li.product a div.sku-stock {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.8125rem;
}

.single-saferack_product div.woocommerce ul.products li.product a.button, .services-template-wrapper div.woocommerce ul.products li.product a.button {
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #fa5004;
  margin-top: 0.5rem;
  text-transform: uppercase;
  border-radius: 0;
}

.single-saferack_product div.woocommerce ul.products li.product a.button:hover, .services-template-wrapper div.woocommerce ul.products li.product a.button:hover {
  background-color: #262324;
}

.single-saferack_product div.woocommerce ul.products li.product a.added_to_cart, .services-template-wrapper div.woocommerce ul.products li.product a.added_to_cart {
  display: block;
  margin: 0.5rem 0 -0.25rem 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-transform: capitalize;
}

.single-saferack_product div.woocommerce ul.products li.product a.tinvwl_add_to_wishlist_button, .services-template-wrapper div.woocommerce ul.products li.product a.tinvwl_add_to_wishlist_button {
  display: none;
}

.post-type-archive-saferack_product #primary {
  max-width: 100%;
}

.post-type-archive-saferack_product .content-area {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.post-type-archive-saferack_product .content-area::before, .post-type-archive-saferack_product .content-area::after {
  content: ' ';
  display: table;
}

.post-type-archive-saferack_product .content-area::after {
  clear: both;
}

.post-type-archive-saferack_product .content-area #main {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_product .content-area #main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.post-type-archive-saferack_product .content-area #main:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_product .content-area #main {
    width: 75%;
  }
}

.post-type-archive-saferack_product .content-area #main article {
  margin-bottom: 0;
}

.post-type-archive-saferack_product .content-area #main .page-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.post-type-archive-saferack_product .content-area #main .products {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_product .content-area #main .products {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.post-type-archive-saferack_product .content-area #main .products > .column, .post-type-archive-saferack_product .content-area #main .products > .columns {
  width: 50%;
  float: left;
}

.post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(1n), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(1n) {
  clear: none;
}

.post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(2n+1), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(2n+1) {
  clear: both;
}

.post-type-archive-saferack_product .content-area #main .products > .column:last-child, .post-type-archive-saferack_product .content-area #main .products > .columns:last-child {
  float: left;
}

.post-type-archive-saferack_product .content-area #main .products .column, .post-type-archive-saferack_product .content-area #main .products .columns {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_product .content-area #main .products .column, .post-type-archive-saferack_product .content-area #main .products .columns {
    margin-bottom: 1.875rem;
  }
}

.post-type-archive-saferack_product .content-area #main .products .wrapper {
  position: relative;
}

.post-type-archive-saferack_product .content-area #main .products img {
  width: 100%;
}

.post-type-archive-saferack_product .content-area #main .products .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(250, 80, 4, 0.8);
  color: white;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_product .content-area #main .products > .column, .post-type-archive-saferack_product .content-area #main .products > .columns {
    width: 33.33333%;
    float: left;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(1n), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(1n) {
    clear: none;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(3n+1), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:last-child, .post-type-archive-saferack_product .content-area #main .products > .columns:last-child {
    float: left;
  }
}

@media screen and (min-width: 58.75em) {
  .post-type-archive-saferack_product .content-area #main .products > .column, .post-type-archive-saferack_product .content-area #main .products > .columns {
    width: 33.33333%;
    float: left;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(1n), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(1n) {
    clear: none;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(3n+1), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:last-child, .post-type-archive-saferack_product .content-area #main .products > .columns:last-child {
    float: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .post-type-archive-saferack_product .content-area #main .products > .column, .post-type-archive-saferack_product .content-area #main .products > .columns {
    width: 50%;
    float: left;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(1n), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(1n) {
    clear: none;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(2n+1), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:last-child, .post-type-archive-saferack_product .content-area #main .products > .columns:last-child {
    float: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .post-type-archive-saferack_product .content-area #main .products > .column, .post-type-archive-saferack_product .content-area #main .products > .columns {
    width: 50%;
    float: left;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(1n), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(1n) {
    clear: none;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:nth-of-type(2n+1), .post-type-archive-saferack_product .content-area #main .products > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .post-type-archive-saferack_product .content-area #main .products > .column:last-child, .post-type-archive-saferack_product .content-area #main .products > .columns:last-child {
    float: left;
  }
}

.post-type-archive-saferack_product .content-area #main .products .column .wrapper:hover a .text, .post-type-archive-saferack_product .content-area #main .products .columns .wrapper:hover a .text {
  margin-bottom: 0;
}

.post-type-archive-saferack_product .content-area #main .products .column .wrapper, .post-type-archive-saferack_product .content-area #main .products .columns .wrapper {
  overflow: hidden;
}

.post-type-archive-saferack_product .content-area #main .products .column .wrapper a .text, .post-type-archive-saferack_product .content-area #main .products .columns .wrapper a .text {
  margin-bottom: -3.75rem;
  transition: margin-bottom 0.2s ease-in-out;
}

.post-type-archive-saferack_product .content-area #main .products .column .wrapper a .text button, .post-type-archive-saferack_product .content-area #main .products .columns .wrapper a .text button {
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 1rem;
  margin-bottom: 0.375rem;
}

.post-type-archive-saferack_product .content-area #main .products .column .wrapper a .text button:hover, .post-type-archive-saferack_product .content-area #main .products .columns .wrapper a .text button:hover {
  background-color: rgba(50, 50, 50, 0.8);
}

.post-type-archive-saferack_product .content-area #secondary {
  display: none;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_product .content-area #secondary {
    display: block;
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .post-type-archive-saferack_product .content-area #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_product .content-area #secondary:last-child:not(:first-child) {
    float: right;
  }
}

.post-type-archive-saferack_product .hero-product {
  width: 100%;
  margin: 2.5rem 0;
  position: relative;
}

.post-type-archive-saferack_product .hero-product .hero-content-wrapper {
  width: 100%;
  overflow: hidden;
}

.post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-text-wrapper {
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}

.post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-text-wrapper h2 {
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 700;
}

.post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-text-wrapper h3 {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-text-wrapper p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
}

@media screen and (max-width: 39.9375em) {
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper {
    background: rgba(250, 80, 4, 0.8);
  }
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
  }
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content::before, .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content::after {
    content: ' ';
    display: table;
  }
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content::after {
    clear: both;
  }
}

@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content:last-child:not(:first-child) {
    float: right;
  }
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content, .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content:last-child {
    float: none;
  }
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content::before, .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content::after {
    content: ' ';
    display: table;
  }
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-content::after {
    clear: both;
  }
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-text-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background: rgba(250, 80, 4, 0.8);
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-text-wrapper:last-child:not(:first-child) {
    float: right;
  }
  .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-text-wrapper .hero-text, .post-type-archive-saferack_product .hero-product .hero-content-wrapper .hero-text-wrapper .hero-ctas {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.post-type-archive-saferack_product .hero-product a.button {
  margin-right: 1.25rem;
}

div.related-products-divider-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

div.related-products-divider-wrapper::before, div.related-products-divider-wrapper::after {
  content: ' ';
  display: table;
}

div.related-products-divider-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  div.related-products-divider-wrapper {
    display: none;
  }
}

div.related-products-divider-wrapper div.related-products-divider {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding: 0.75rem 0 1.75rem;
}

@media screen and (min-width: 40em) {
  div.related-products-divider-wrapper div.related-products-divider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

div.related-products-divider-wrapper div.related-products-divider:last-child:not(:first-child) {
  float: right;
}

div.installations-divider-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

div.installations-divider-wrapper::before, div.installations-divider-wrapper::after {
  content: ' ';
  display: table;
}

div.installations-divider-wrapper::after {
  clear: both;
}

div.installations-divider-wrapper div.installations-divider {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding: 1.25rem 0;
}

@media screen and (min-width: 40em) {
  div.installations-divider-wrapper div.installations-divider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

div.installations-divider-wrapper div.installations-divider:last-child:not(:first-child) {
  float: right;
}

@media (max-width: 639px) {
  div.installations-divider-wrapper {
    display: none;
  }
}

@media (max-width: 639px) {
  div.installations-wrapper {
    display: none;
  }
}

div.installations-wrapper div.installations div.images figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.installations-mobile-header-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

div.installations-mobile-header-wrapper::before, div.installations-mobile-header-wrapper::after {
  content: ' ';
  display: table;
}

div.installations-mobile-header-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  div.installations-mobile-header-wrapper {
    display: block;
  }
}

div.installations-mobile-header-wrapper div.installations-mobile-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  div.installations-mobile-header-wrapper div.installations-mobile-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

div.installations-mobile-header-wrapper div.installations-mobile-header:last-child:not(:first-child) {
  float: right;
}

div.installations-mobile {
  display: none;
  position: relative;
  height: 250px;
  margin: 0 0 34px 0;
}

@media (max-width: 639px) {
  div.installations-mobile {
    display: block;
  }
}

div.installations-mobile ul.slick-dots {
  margin: -10px 10px 0 10px;
}

div.installations-mobile ul.slick-dots li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 6px 0 -2px 0;
  height: 11px;
}

div.installations-mobile ul.slick-dots li button {
  font-size: 0;
  height: 11px;
  width: 11px;
  background-color: #fff;
  border: 1px solid #363636;
  border-radius: 0;
  margin: 0 2px;
}

div.installations-mobile ul.slick-dots li.slick-active button {
  background-color: #fa5004;
  border-color: #fa5004;
}

div.installations-mobile div.installation {
  opacity: 0;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.installations-mobile div.installation.installation-loaded, div.installations-mobile div.installation:first-of-type {
  opacity: 1;
}

.flex-video-wrapper.hide-video {
  display: none;
}

.video-alt-link {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

blockquote.wp-embedded-content {
  opacity: 0;
}

blockquote.wp-embedded-content + p iframe {
  position: relative !important;
  float: left;
  width: 31%;
  margin-right: 2%;
}

blockquote.wp-embedded-content + p:last-of-type iframe {
  float: none;
}

@media (max-width: 991px) {
  blockquote.wp-embedded-content + p iframe {
    width: 48%;
  }
}

@media (max-width: 767px) {
  blockquote.wp-embedded-content + p iframe {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
}

/**
* Styling of saferack_product.
* See also shortcode styling.
*
* @package saferack
*/
.saferack-direct-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.saferack-direct-wrapper::before, .saferack-direct-wrapper::after {
  content: ' ';
  display: table;
}

.saferack-direct-wrapper::after {
  clear: both;
}

.saferack-direct-wrapper .saferack-direct {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-direct-wrapper .saferack-direct {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-direct-wrapper .saferack-direct:last-child:not(:first-child) {
  float: right;
}

.saferack-block {
  margin-bottom: 1.875rem;
}

.saferack-block:not(.image-pane) {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.saferack-block:not(.image-pane)::before, .saferack-block:not(.image-pane)::after {
  content: ' ';
  display: table;
}

.saferack-block:not(.image-pane)::after {
  clear: both;
}

@media screen and (max-width: 39.9375em) {
  .saferack-block:not(.image-pane) h3 {
    text-align: center;
  }
}

.saferack-block.image-block .title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.image-block .title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.image-block .title:last-child:not(:first-child) {
  float: right;
}

.saferack-block.image-block .image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.image-block .image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.image-block .image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .saferack-block.image-block .image {
    width: 50%;
    margin-bottom: 0;
  }
}

.saferack-block.image-block .text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.image-block .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.image-block .text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .saferack-block.image-block .text {
    width: 50%;
  }
}

@media screen and (min-width: 58.75em) {
  .saferack-block.image-block.content-left .text {
    position: relative;
    left: -50%;
  }
  .saferack-block.image-block.content-left .image {
    position: relative;
    left: 50%;
  }
}

.saferack-block.diagram-block .title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.diagram-block .title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.diagram-block .title:last-child:not(:first-child) {
  float: right;
}

.saferack-block.diagram-block .image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .saferack-block.diagram-block .image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.diagram-block .image:last-child:not(:first-child) {
  float: right;
}

.saferack-block.diagram-block .image img {
  width: 75%;
}

.saferack-block.diagram-block .text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 1px;
  margin-bottom: 1px;
}

@media screen and (min-width: 40em) {
  .saferack-block.diagram-block .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.diagram-block .text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .saferack-block.diagram-block.image-left .image {
    width: 50%;
  }
  .saferack-block.diagram-block.image-left .text {
    width: 50%;
  }
  .saferack-block.diagram-block.image-left .text .title {
    padding: 0;
    margin-bottom: 1.25rem;
  }
}

.saferack-block.diagram-block.image-top .image {
  min-width: 25em;
}

.saferack-block.diagram-block.image-top .text .title {
  padding-left: 0;
  margin-bottom: 1.25rem;
}

.saferack-block.diagram-block p {
  font-weight: 600;
  font-size: 0.9em;
}

.saferack-block.diagram-block .diagram-marker {
  display: inline-block;
  background-color: #fa5004;
  color: #fff;
  font-weight: 600;
  height: 28px;
  width: 28px;
  text-align: center;
  font-size: 1.1em;
  margin-right: 10px;
  padding-top: 0.3125rem;
  vertical-align: top;
  margin-bottom: 16px;
}

.saferack-block.diagram-block .diagram-callout {
  display: inline-block;
  max-width: 90%;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.saferack-block.image-swap .title, .saferack-block.image-swap .image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.image-swap .title, .saferack-block.image-swap .image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.image-swap .title:last-child:not(:first-child), .saferack-block.image-swap .image:last-child:not(:first-child) {
  float: right;
}

.saferack-block.image-swap .image .image-full {
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .saferack-block.image-swap .image .image-full {
    display: none;
  }
}

.saferack-block.image-swap .image .image-full img {
  width: 100%;
}

.saferack-block.image-swap .image .image-mobile {
  display: none;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .saferack-block.image-swap .image .image-mobile {
    display: block;
  }
}

.saferack-block.image-swap .image .image-mobile img {
  width: 100%;
}

.saferack-block.video-block .title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.video-block .title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.video-block .title:last-child:not(:first-child) {
  float: right;
}

.saferack-block.video-block .video-post-link {
  font-size: 0.8125rem;
  margin-top: 0;
  margin-bottom: 0.875rem;
}

.saferack-block.video-block .video-full-width {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .saferack-block.video-block .video-full-width {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.video-block .video-full-width:last-child:not(:first-child) {
  float: right;
}

.saferack-block.video-block .video-full-width .video-post-link {
  font-size: 0.9375rem;
}

.saferack-block.video-block .video-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.video-block .video-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.video-block .video-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .saferack-block.video-block .video-wrapper {
    width: 50%;
  }
}

.saferack-block.video-block .video-wrapper .flex-video {
  margin-bottom: 0.375rem;
}

.saferack-block.video-block .text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.video-block .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.video-block .text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .saferack-block.video-block .text {
    width: 50%;
  }
}

@media screen and (min-width: 58.75em) {
  .saferack-block.video-block.content-left .text {
    position: relative;
    left: -50%;
  }
  .saferack-block.video-block.content-left .video-wrapper {
    position: relative;
    left: 50%;
  }
}

.saferack-block.two-column > div {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.two-column > div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.two-column > div:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .saferack-block.two-column > div {
    width: 50%;
  }
}

.saferack-block.two-column h4 {
  /* padding: 0 rem-calc(15); */
}

.saferack-block.two-column img {
  width: 100%;
  margin: 0 0 1rem;
}

.saferack-block.three-column div.three-col-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.three-column div.three-col-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.three-column div.three-col-header:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .saferack-block.three-column div.three-col-header {
    width: 100%;
  }
}

.saferack-block.three-column div.three-col {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.three-column div.three-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.three-column div.three-col:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .saferack-block.three-column div.three-col {
    width: 33.33333%;
  }
}

.saferack-block.three-column h4 {
  /* padding: 0 rem-calc(15); */
}

.saferack-block.three-column img {
  width: 100%;
  margin: 0 0 1rem;
}

.saferack-block.four-column > div {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.four-column > div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.four-column > div:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .saferack-block.four-column > div {
    width: 25%;
  }
}

.saferack-block.four-column h4 {
  /* padding: 0 rem-calc(15); */
}

.saferack-block.four-column p {
  color: #363636;
}

.saferack-block.four-column img {
  width: 100%;
  margin: 0 0 1rem;
}

.saferack-block.five-column > div {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.five-column > div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.five-column > div:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .saferack-block.five-column > div {
    width: 20%;
  }
}

.saferack-block.five-column h4 {
  /* padding: 0 rem-calc(15); */
}

.saferack-block.five-column p {
  color: #363636;
}

.saferack-block.five-column img {
  width: 100%;
  margin: 0 0 1rem;
}

.saferack-block.image-pane {
  position: relative;
}

.saferack-block.image-pane img {
  width: 100%;
  height: auto;
}

.saferack-block.image-pane .text-wrapper {
  position: absolute;
  top: 1.25rem;
  width: 100%;
}

.saferack-block.image-pane .text-wrapper * {
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

.saferack-block.image-pane .text-wrapper.text-dark * {
  color: #000;
}

@media screen and (min-width: 40em) {
  .saferack-block.image-pane .text-wrapper {
    top: 1.875rem;
  }
}

.saferack-block.image-pane .text {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.saferack-block.image-pane .text::before, .saferack-block.image-pane .text::after {
  content: ' ';
  display: table;
}

.saferack-block.image-pane .text::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .saferack-block.image-pane .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.image-pane .text:last-child:not(:first-child) {
  float: right;
}

.saferack-block.image-pane .text, .saferack-block.image-pane .text:last-child {
  float: none;
}

.saferack-block.text-block {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.saferack-block.text-block::before, .saferack-block.text-block::after {
  content: ' ';
  display: table;
}

.saferack-block.text-block::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .saferack-block.text-block {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.text-block:last-child:not(:first-child) {
  float: right;
}

.saferack-block.text-block, .saferack-block.text-block:last-child {
  float: none;
}

.saferack-block.text-block img {
  width: 100%;
  margin: 0 0 1rem;
}

.saferack-block.text-block .two-column {
  columns: 250px 2;
}

.saferack-block.text-block .three-column {
  columns: 250px 3;
}

.saferack-block.text-block .four-column {
  columns: 250px 4;
}

.saferack-block.callout-block {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.saferack-block.callout-block::before, .saferack-block.callout-block::after {
  content: ' ';
  display: table;
}

.saferack-block.callout-block::after {
  clear: both;
}

.saferack-block.callout-block .text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .saferack-block.callout-block .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.callout-block .text:last-child:not(:first-child) {
  float: right;
}

.saferack-block.callout-block a {
  color: #363636;
}

.saferack-block.callout-block p {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #363636;
  font-size: 1.5rem;
}

.saferack-block.callout-block.border .text p {
  border-top: 1px solid #fa5004;
  border-bottom: 1px solid #fa5004;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.saferack-block.callout-block.orange-callout a, .saferack-block.callout-block.orange-callout p {
  color: #fa5004;
}

.saferack-block.three-fourths-column {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.saferack-block.three-fourths-column::before, .saferack-block.three-fourths-column::after {
  content: ' ';
  display: table;
}

.saferack-block.three-fourths-column::after {
  clear: both;
}

.saferack-block.three-fourths-column .image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .saferack-block.three-fourths-column .image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.three-fourths-column .image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .saferack-block.three-fourths-column .image {
    width: 33.33333%;
    margin-bottom: 0;
  }
}

.saferack-block.three-fourths-column .text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left;
}

@media screen and (min-width: 40em) {
  .saferack-block.three-fourths-column .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.three-fourths-column .text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .saferack-block.three-fourths-column .text {
    width: 66.66667%;
    margin-bottom: 0;
  }
}

.saferack-block.top-sellers-block {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.saferack-block.top-sellers-block::before, .saferack-block.top-sellers-block::after {
  content: ' ';
  display: table;
}

.saferack-block.top-sellers-block::after {
  clear: both;
}

.saferack-block.top-sellers-block .top-sellers-cell {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
  width: 50%;
}

@media screen and (min-width: 40em) {
  .saferack-block.top-sellers-block .top-sellers-cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.top-sellers-block .top-sellers-cell:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .saferack-block.top-sellers-block .top-sellers-cell {
    width: 25%;
  }
}

.saferack-block.top-sellers-block .top-sellers-cell .text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: absolute;
  margin-left: -0.625rem;
  width: 100%;
  bottom: 0;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .saferack-block.top-sellers-block .top-sellers-cell .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.saferack-block.top-sellers-block .top-sellers-cell .text:last-child:not(:first-child) {
  float: right;
}

.saferack-block.top-sellers-block .top-sellers-cell .text .text-content {
  color: #fff;
  background: rgba(250, 80, 4, 0.8);
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: -3.125rem;
  -webkit-transition: margin-bottom 0.2s ease-in-out;
  -moz-transition: margin-bottom 0.2s ease-in-out;
  -o-transition: margin-bottom 0.2s ease-in-out;
  transition: margin-bottom 0.2s ease-in-out;
}

.saferack-block.top-sellers-block .top-sellers-cell .text .text-content div {
  padding: 0.375rem 0 0.625rem 0;
}

.saferack-block.top-sellers-block .top-sellers-cell .text .text-content .button {
  margin: 0 0 0.625rem 0;
  background-color: #323232;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.saferack-block.top-sellers-block .top-sellers-cell .text .text-content .button:hover {
  background-color: rgba(50, 50, 50, 0.8);
}

@media screen and (min-width: 40em) {
  .saferack-block.top-sellers-block .top-sellers-cell .text {
    margin-left: -0.9375rem;
  }
}

.saferack-block.top-sellers-block .top-sellers-cell .top-sellers-img {
  width: 100%;
  overflow: hidden;
}

.saferack-block.top-sellers-block .top-sellers-cell .top-sellers-img img {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 58.75em) {
  .saferack-block.top-sellers-block .top-sellers-cell.three-wide {
    width: 33.33333%;
  }
}

.saferack-block.top-sellers-block .top-sellers-cell:hover .text .text-content {
  margin-bottom: 0;
}

.saferack-block.horizontal-rule-block + h2 {
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
}

.touchless-products li.product {
  width: 31%;
  margin-right: 3.5%;
}

.touchless-products li.product div.image {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.touchless-products li.product:last-of-type {
  margin-right: 0;
}

.touchless-products ul.columns-4 {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.touchless-products ul.columns-4 li.product {
  width: 23%;
  margin: 0 2.6% 0 0 !important;
}

.touchless-products ul.columns-4 li.product:last-of-type {
  margin: 0 0 0 0 !important;
}

.touchless-products ul.columns-4 li.product a h2 {
  font-size: 14px !important;
  margin-top: 10px !important;
}

.touchless-products ul.columns-4 li.product a div.image {
  height: 180px;
}

@media (max-width: 639px) {
  .touchless-products ul.columns-4 li.product:nth-of-type(3), .touchless-products ul.columns-4 li.product:nth-of-type(4) {
    display: none;
  }
}

.above-grid .saferack-block:not(.touchless-products), .constrained .saferack-block:not(.touchless-products) {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .above-grid .saferack-block:not(.touchless-products), .constrained .saferack-block:not(.touchless-products) {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.above-grid .saferack-block:not(.touchless-products)::before, .above-grid .saferack-block:not(.touchless-products)::after, .constrained .saferack-block:not(.touchless-products)::before, .constrained .saferack-block:not(.touchless-products)::after {
  content: ' ';
  display: table;
}

.above-grid .saferack-block:not(.touchless-products)::after, .constrained .saferack-block:not(.touchless-products)::after {
  clear: both;
}

.above-grid .saferack-block:not(.touchless-products).image-pane, .constrained .saferack-block:not(.touchless-products).image-pane {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
}

.above-grid .saferack-block:not(.touchless-products).image-pane::before, .above-grid .saferack-block:not(.touchless-products).image-pane::after, .constrained .saferack-block:not(.touchless-products).image-pane::before, .constrained .saferack-block:not(.touchless-products).image-pane::after {
  content: ' ';
  display: table;
}

.above-grid .saferack-block:not(.touchless-products).image-pane::after, .constrained .saferack-block:not(.touchless-products).image-pane::after {
  clear: both;
}

.above-grid .saferack-block:not(.touchless-products).image-pane:last-child:not(:first-child), .constrained .saferack-block:not(.touchless-products).image-pane:last-child:not(:first-child) {
  float: right;
}

.above-grid .saferack-block:not(.touchless-products).image-pane, .above-grid .saferack-block:not(.touchless-products).image-pane:last-child, .constrained .saferack-block:not(.touchless-products).image-pane, .constrained .saferack-block:not(.touchless-products).image-pane:last-child {
  float: none;
}

.above-grid .saferack-direct-wrapper, .constrained .saferack-direct-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .above-grid .saferack-direct-wrapper, .constrained .saferack-direct-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.above-grid .saferack-direct-wrapper::before, .above-grid .saferack-direct-wrapper::after, .constrained .saferack-direct-wrapper::before, .constrained .saferack-direct-wrapper::after {
  content: ' ';
  display: table;
}

.above-grid .saferack-direct-wrapper::after, .constrained .saferack-direct-wrapper::after {
  clear: both;
}

.gallery {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
}

.gallery > .gallery-item {
  width: 50%;
  float: left;
}

.gallery > .gallery-item:nth-of-type(1n) {
  clear: none;
}

.gallery > .gallery-item:nth-of-type(2n+1) {
  clear: both;
}

.gallery > .gallery-item:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .gallery {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.gallery .gallery-item {
  padding: 10px;
}

@media screen and (min-width: 40em) {
  .gallery .gallery-item {
    padding: 15px;
  }
}

@media screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > .gallery-item {
    width: 100%;
    float: left;
  }
  .gallery.gallery-columns-1 > .gallery-item:nth-of-type(1n) {
    clear: none;
  }
  .gallery.gallery-columns-1 > .gallery-item:nth-of-type(1n+1) {
    clear: both;
  }
  .gallery.gallery-columns-1 > .gallery-item:last-child {
    float: left;
  }
  .gallery.gallery-columns-2 > .gallery-item {
    width: 50%;
    float: left;
  }
  .gallery.gallery-columns-2 > .gallery-item:nth-of-type(1n) {
    clear: none;
  }
  .gallery.gallery-columns-2 > .gallery-item:nth-of-type(2n+1) {
    clear: both;
  }
  .gallery.gallery-columns-2 > .gallery-item:last-child {
    float: left;
  }
  .gallery.gallery-columns-3 > .gallery-item {
    width: 33.33333%;
    float: left;
  }
  .gallery.gallery-columns-3 > .gallery-item:nth-of-type(1n) {
    clear: none;
  }
  .gallery.gallery-columns-3 > .gallery-item:nth-of-type(3n+1) {
    clear: both;
  }
  .gallery.gallery-columns-3 > .gallery-item:last-child {
    float: left;
  }
  .gallery.gallery-columns-4 > .gallery-item {
    width: 25%;
    float: left;
  }
  .gallery.gallery-columns-4 > .gallery-item:nth-of-type(1n) {
    clear: none;
  }
  .gallery.gallery-columns-4 > .gallery-item:nth-of-type(4n+1) {
    clear: both;
  }
  .gallery.gallery-columns-4 > .gallery-item:last-child {
    float: left;
  }
  .gallery.gallery-columns-5 > .gallery-item {
    width: 20%;
    float: left;
  }
  .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n) {
    clear: none;
  }
  .gallery.gallery-columns-5 > .gallery-item:nth-of-type(5n+1) {
    clear: both;
  }
  .gallery.gallery-columns-5 > .gallery-item:last-child {
    float: left;
  }
  .gallery.gallery-columns-6 > .gallery-item {
    width: 16.66667%;
    float: left;
  }
  .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n) {
    clear: none;
  }
  .gallery.gallery-columns-6 > .gallery-item:nth-of-type(6n+1) {
    clear: both;
  }
  .gallery.gallery-columns-6 > .gallery-item:last-child {
    float: left;
  }
  .gallery.gallery-columns-7 > .gallery-item {
    width: 14.28571%;
    float: left;
  }
  .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n) {
    clear: none;
  }
  .gallery.gallery-columns-7 > .gallery-item:nth-of-type(7n+1) {
    clear: both;
  }
  .gallery.gallery-columns-7 > .gallery-item:last-child {
    float: left;
  }
  .gallery.gallery-columns-8 > .gallery-item {
    width: 12.5%;
    float: left;
  }
  .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n) {
    clear: none;
  }
  .gallery.gallery-columns-8 > .gallery-item:nth-of-type(8n+1) {
    clear: both;
  }
  .gallery.gallery-columns-8 > .gallery-item:last-child {
    float: left;
  }
}

/**
* Styling of saferack_product-categories.
*
* @package saferack
*/
@media (max-width: 639px) {
  .tax-sixaxis_product_category header.page-header {
    display: none;
  }
}

.tax-sixaxis_product_category #primary {
  max-width: 100%;
}

.tax-sixaxis_product_category #content {
  max-width: none !important;
}

.tax-sixaxis_product_category #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.tax-sixaxis_product_category #masthead.product-header {
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category #masthead.product-header #main-bar-wrapper {
    background-color: black;
  }
}

.tax-sixaxis_product_category .product-cta {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: block !important;
  margin: -48px 15px -14px 0;
  text-align: center !important;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .product-cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category .product-cta:last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_product_category .product-cta img {
  max-width: 11.25rem;
  width: 60%;
  margin-top: 1.25rem;
}

.tax-sixaxis_product_category .product-cta a {
  width: 35%;
  margin: 0 0 0 0.625rem;
  max-width: 8.125rem;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 860px) {
  .tax-sixaxis_product_category .product-cta a {
    font-size: 14px !important;
  }
}

@media (max-width: 760px) {
  .tax-sixaxis_product_category .product-cta a {
    font-size: 10px !important;
  }
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .product-cta {
    display: none !important;
  }
  .tax-sixaxis_product_category .product-cta a {
    font-size: 16px !important;
  }
}

@media (max-width: 360px) {
  .tax-sixaxis_product_category .product-cta a {
    font-size: 14px !important;
  }
}

@media (max-width: 320px) {
  .tax-sixaxis_product_category .product-cta a {
    font-size: 10px !important;
  }
}

.tax-sixaxis_product_category .page-header {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.tax-sixaxis_product_category .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header img {
    height: 465px;
  }
}

.tax-sixaxis_product_category .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.tax-sixaxis_product_category .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.tax-sixaxis_product_category .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.tax-sixaxis_product_category .page-header .banner-content::before, .tax-sixaxis_product_category .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_product_category .page-header .banner-content::after {
  clear: both;
}

.tax-sixaxis_product_category .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_product_category .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.tax-sixaxis_product_category .page-header .banner-content .header-text-wrapper .header-text p, .tax-sixaxis_product_category .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header .banner-content .header-text-wrapper .header-text p, .tax-sixaxis_product_category .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.tax-sixaxis_product_category .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.tax-sixaxis_product_category .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.tax-sixaxis_product_category .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header.no-video img {
    height: 415px;
  }
}

.tax-sixaxis_product_category .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.tax-sixaxis_product_category .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.tax-sixaxis_product_category .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.tax-sixaxis_product_category .page-header.no-video .banner-content::before, .tax-sixaxis_product_category .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_product_category .page-header.no-video .banner-content::after {
  clear: both;
}

.tax-sixaxis_product_category .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_product_category .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.tax-sixaxis_product_category .page-header.no-video .banner-content .header-text-wrapper .header-text p, .tax-sixaxis_product_category .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header.no-video .banner-content .header-text-wrapper .header-text p, .tax-sixaxis_product_category .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.tax-sixaxis_product_category .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .header-text-wrapper .header-text .page-title {
  text-shadow: 0 0 50px #000;
}

.tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper {
  display: none;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper {
    display: block;
    float: right;
    position: relative;
    width: 21.25rem;
    margin-top: 2.4375rem;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper canvas {
    width: 105%;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper a {
    position: absolute;
    z-index: 9;
    height: 3rem;
    width: 3rem;
    border-radius: 999px;
    background-color: #fa5004;
    margin: 0.25rem 0 0 2.75rem;
    -webkit-transition: background-color ease 0.2s;
    -moz-transition: background-color ease 0.2s;
    -o-transition: background-color ease 0.2s;
    transition: background-color ease 0.2s;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper a svg {
    position: absolute;
    height: 34px;
    width: 34px;
    margin: 0 -14px;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper a svg path {
    fill: #fff;
    -webkit-transition: fill ease 0.2s;
    -moz-transition: fill ease 0.2s;
    -o-transition: fill ease 0.2s;
    transition: fill ease 0.2s;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper a svg.slider-sound-on {
    display: none;
    margin: 0 -5px;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper a.show-cta svg.slider-sound-on {
    display: block;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper a.show-cta svg.slider-sound-off {
    display: none;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper a:hover {
    background-color: #d54403;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper #canvas-cta {
    position: absolute;
    opacity: 0;
    height: auto;
    width: 7.8125rem;
    border-radius: 0;
    margin: 13.5rem 0 0 6.75rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper #canvas-cta.show-cta {
    opacity: 1;
    margin: 12.5rem 0 0 6.75rem;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper a.hide-trigger {
    display: none !important;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper canvas {
    float: right;
    margin-top: -3.75rem;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper canvas.hide-canvas {
    display: none;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper #canvas-trigger, .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper #canvas-trigger:hover, .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper #canvas-trigger:focus {
    background-color: #fa5004;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper #canvas-trigger .far {
    float: left;
    color: #fff;
    font-size: 1.375rem;
    margin-top: -5px;
    margin-right: 5px;
    height: 0.375rem;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper #canvas-trigger .far::before {
    font-size: 18px;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper #canvas-trigger .far.toggle-off {
    display: none;
  }
  .tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-canvas-wrapper .canvas-trigger__icon.hide-icon {
    display: none;
  }
}

.tax-sixaxis_product_category .page-header .banner-content-wrapper .banner-content .talking-head-video-wrapper {
  display: none;
}

.tax-sixaxis_product_category div.mobile-header-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin-top: -20px;
}

.tax-sixaxis_product_category div.mobile-header-wrapper::before, .tax-sixaxis_product_category div.mobile-header-wrapper::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_product_category div.mobile-header-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category div.mobile-header-wrapper {
    display: block;
  }
}

.tax-sixaxis_product_category div.mobile-header-wrapper div.mobile-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category div.mobile-header-wrapper div.mobile-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category div.mobile-header-wrapper div.mobile-header:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category div.mobile-header-wrapper div.mobile-header {
    width: 100%;
  }
}

.tax-sixaxis_product_category div.mobile-header-wrapper div.mobile-header div.breadcrumbs {
  margin: 30px -10px 10px -10px;
}

.tax-sixaxis_product_category div.mobile-header-wrapper div.mobile-header div.description {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.tax-sixaxis_product_category div.mobile-header-wrapper div.mobile-header div.description p {
  line-height: 1.125rem;
}

.tax-sixaxis_product_category div.mobile-header-wrapper + div.breadcrumbs {
  display: none;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category div.mobile-hide {
    display: none;
  }
}

.tax-sixaxis_product_category div.woocommerce-header {
  margin-bottom: 1rem;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #cacaca;
}

.tax-sixaxis_product_category div.woocommerce-header div.left img {
  max-width: 220px;
}

.tax-sixaxis_product_category div.woocommerce-header div.right {
  float: right;
  margin-top: -18px;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category div.woocommerce-header div.right {
    float: none;
    margin-top: 14px;
  }
}

.tax-sixaxis_product_category div.woocommerce-header div.right p {
  text-align: right;
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin-bottom: 0;
}

.tax-sixaxis_product_category div.woocommerce ul.products li.product {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category div.woocommerce ul.products li.product {
    margin-right: 0 !important;
  }
}

.tax-sixaxis_product_category div.woocommerce ul.products li.product a img {
  padding: 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e8e8e8;
}

.tax-sixaxis_product_category div.woocommerce ul.products li.product a h2 {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 0.25rem 0;
}

.tax-sixaxis_product_category div.woocommerce ul.products li.product a span.price {
  color: #262324;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.0625rem;
}

.tax-sixaxis_product_category div.woocommerce ul.products li.product a div.sku-stock {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.8125rem;
}

.tax-sixaxis_product_category div.woocommerce ul.products li.product a.button {
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #fa5004;
  margin-top: 0.5rem;
  text-transform: uppercase;
  border-radius: 0;
}

.tax-sixaxis_product_category div.woocommerce ul.products li.product a.button:hover {
  background-color: #262324;
}

.tax-sixaxis_product_category div.woocommerce ul.products li.product a.added_to_cart {
  display: block;
  margin: 0.5rem 0 -0.25rem 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-transform: capitalize;
}

.tax-sixaxis_product_category div.woocommerce ul.products li.product a.tinvwl_add_to_wishlist_button {
  display: none;
}

.tax-sixaxis_product_category .content-area {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.tax-sixaxis_product_category .content-area::before, .tax-sixaxis_product_category .content-area::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_product_category .content-area::after {
  clear: both;
}

.tax-sixaxis_product_category .content-area #main {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category .content-area #main:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main {
    width: 75%;
  }
}

.tax-sixaxis_product_category .content-area #main article {
  margin-bottom: 0;
}

.tax-sixaxis_product_category .content-area #main div.mobile-image {
  display: none;
  height: 250px;
  width: calc(100% + 20px);
  margin: 0 -10px 20px -10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .content-area #main div.mobile-image {
    display: block;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block {
  margin-bottom: 0;
  overflow: visible !important;
  -webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .content-area #main .intro-block {
    position: relative;
    padding-bottom: 38px;
    margin-bottom: 30px;
    overflow: hidden !important;
  }
  .tax-sixaxis_product_category .content-area #main .intro-block.hide-content {
    height: 300px !important;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block .text {
  position: relative;
  min-height: 728px;
  width: 41.6666666667% !important;
  margin-top: -10px;
}

@media (max-width: 940px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .text {
    width: 100% !important;
    min-height: 0;
  }
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .text {
    margin-top: 0;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block .image {
  position: relative;
  display: none;
  width: 58.3333333333% !important;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.featured-image {
  height: 345px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper {
  position: absolute;
  z-index: 999;
  margin: 20px 15px 0 0;
  width: calc(100% - 30px);
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper {
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  background-size: 10.5rem;
  background-position: bottom -40px right;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.2s ease;
  -moz-transition: background-image 0.2s ease;
  -o-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
  width: 64%;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(1), .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) {
  width: 32%;
}

@media (max-width: 640px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
    width: calc(100% - 160px) !important;
  }
}

@media (max-width: 410px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
    width: 100% !important;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer {
  width: 63%;
}

@media (max-width: 640px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer {
    width: calc(100% - 160px);
  }
}

@media (max-width: 410px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper.trigger-hidden div.gform_wrapper form div.gform_footer {
    width: 100%;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper.trigger-hidden div.expert-info {
  padding-right: 172px;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper h2.form-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper h2.form-title + p {
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin: 6px 0 0 0;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body {
  width: 100%;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
  margin-top: 10px;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield label.gfield_label {
  display: none !important;
  margin-bottom: 0 !important;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input {
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container select {
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  font-size: 0.875rem !important;
  line-height: 1.125rem !important;
  height: 85px;
  width: 64%;
}

@media (max-width: 991px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
    width: calc(100% - 150px);
  }
}

@media (max-width: 410px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
    width: 100% !important;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label {
  opacity: 0;
}

@media (max-width: 640px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(2) label.gfield_label {
    display: none !important;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3) {
  position: relative;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-image: url(/wp-content/themes/saferack/images/phone-icon.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(3) input {
  padding-left: 30px !important;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4) {
  position: relative;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-image: url(/wp-content/themes/saferack/images/email-icon.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield:nth-of-type(4) input {
  padding-left: 30px !important;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.trigger-hidden {
  display: none;
}

@media (max-width: 640px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_body {
    width: 100%;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer {
  margin-bottom: -24px;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer.trigger-hidden input[type="submit"] {
  width: 100% !important;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"] {
  font-size: 1rem !important;
  width: 64% !important;
  margin-top: -6px !important;
}

@media (max-width: 991px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"] {
    width: calc(100% - 150px) !important;
  }
}

@media (max-width: 410px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer input[type="submit"] {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer {
    margin-bottom: -40px;
  }
}

@media (max-width: 410px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.gform_wrapper form div.gform_footer {
    margin-bottom: -2.5rem;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.expert-info {
  width: 100%;
  text-align: right;
  padding-right: 166px;
  margin: 1.5rem 0 -1.5rem 0;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.expert-info p.name {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 0.125rem;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.expert-info p.info {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

@media (max-width: 640px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.expert-info {
    padding-right: 160px !important;
  }
}

@media (max-width: 410px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper div.expert-info {
    display: none;
  }
}

@media (max-width: 1199px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper {
    background-size: 10rem;
  }
}

@media (max-width: 991px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper {
    margin-top: 1.25rem;
  }
}

@media (max-width: 410px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.form-wrapper {
    background: none !important;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.call-direct {
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 0.375rem;
  width: 100%;
  font-size: 1.5rem;
}

.tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper div.call-direct a {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 991px) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image div.form-number-wrapper {
    position: relative;
    margin: 0 0 2rem 0;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .content-area #main .intro-block {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-bottom: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .intro-block {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .content-area #main .intro-block .text {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .intro-block .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .content-area #main .intro-block .text:last-child:not(:first-child) {
    float: right;
  }
  .tax-sixaxis_product_category .content-area #main .intro-block .image {
    display: block;
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .content-area #main .intro-block .image:last-child:not(:first-child) {
    float: right;
  }
}

.tax-sixaxis_product_category .content-area #main .intro-block div.view-full-text {
  display: none;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 14px;
  background-color: #f5f4f5;
  border: 1px solid #363636;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .content-area #main .intro-block div.view-full-text {
    display: block;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .above-grid {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .above-grid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .above-grid:last-child:not(:first-child) {
  float: right;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .above-grid {
    display: none;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns {
  width: 100%;
  float: left;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(1n) {
  clear: none;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(1n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(1n+1) {
  clear: both;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:last-child {
  float: left;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full .columns {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full .columns {
    margin-bottom: 1.875rem;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full .wrapper {
  position: relative;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full img {
  width: 100%;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(250, 80, 4, 0.8);
  color: white;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns {
    width: 33.33333%;
    float: left;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(3n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:last-child {
    float: left;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns {
    width: 33.33333%;
    float: left;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(3n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:last-child {
    float: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns {
    width: 50%;
    float: left;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(2n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:last-child {
    float: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns {
    width: 50%;
    float: left;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:nth-of-type(2n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.full > .columns:last-child {
    float: left;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns {
  width: 100%;
  float: left;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(1n) {
  clear: none;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(1n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(1n+1) {
  clear: both;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:last-child {
  float: left;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns {
    margin-bottom: 1.875rem;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .wrapper {
  position: relative;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete img {
  width: 100%;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(250, 80, 4, 0.8);
  color: white;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns {
    width: 50%;
    float: left;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(2n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:last-child {
    float: left;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns {
    width: 50%;
    float: left;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(2n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:last-child {
    float: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns {
    width: 50%;
    float: left;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(2n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:last-child {
    float: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns {
    width: 50%;
    float: left;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(1n), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:nth-of-type(2n+1), .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .column:last-child, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete > .columns:last-child {
    float: left;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column .wrapper a .product-container .product-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns .wrapper a .product-container .product-outer {
  height: auto;
  top: 50%;
  margin-top: -2.25rem;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column .wrapper a .product-container .product-outer .product-inner button, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns .wrapper a .product-container .product-outer .product-inner button {
  height: 2.5rem;
  padding: 0 1.25rem;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column .wrapper a .product-container .product-overlay .product-title-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns .wrapper a .product-container .product-overlay .product-title-outer {
  height: 100%;
  margin-top: -5.375rem;
  font-size: 1.5rem;
  line-height: 1.625rem;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column .wrapper a .product-container .product-trunc-title-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns .wrapper a .product-container .product-trunc-title-outer {
  height: 2.5rem;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column .wrapper a .product-container .product-trunc-title-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns .wrapper a .product-container .product-trunc-title-outer {
    display: none;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column .wrapper a .product-container .product-trunc-title-outer .product-trunc-title-inner, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns .wrapper a .product-container .product-trunc-title-outer .product-trunc-title-inner {
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column .wrapper a:hover .product-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns .wrapper a:hover .product-outer {
    margin-top: 0.875rem;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .column .wrapper a:hover .product-overlay .product-title-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories.incomplete .columns .wrapper a:hover .product-overlay .product-title-outer {
    margin-top: -1.625rem;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper:hover a .text, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper:hover a .text {
  margin-bottom: 0;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper {
  overflow: hidden;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container .product-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container .product-outer {
  position: absolute;
  display: table;
  z-index: 9;
  top: 0;
  left: 0;
  height: 10rem;
  width: 100%;
  -webkit-transition: margin-top 0.2s ease;
  -moz-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container .product-outer .product-inner, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container .product-outer .product-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container .product-outer .product-inner button, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container .product-outer .product-inner button {
  background-color: #fa5004;
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border-radius: 0;
  font-size: 1rem;
  padding: 8px 12px;
  height: 1.9375rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container .product-overlay, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container .product-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 80, 4, 0);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container .product-overlay .product-title-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container .product-overlay .product-title-outer {
  display: table;
  height: 4.03125rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  opacity: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 0 1rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container .product-overlay .product-title-outer .product-title-inner, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container .product-overlay .product-title-outer .product-title-inner {
  display: table-cell;
  vertical-align: middle;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container .product-trunc-title-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container .product-trunc-title-outer {
  position: absolute;
  display: table;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #191919;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container .product-trunc-title-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container .product-trunc-title-outer {
    display: none;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container .product-trunc-title-outer .product-trunc-title-inner, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container .product-trunc-title-outer .product-trunc-title-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1rem;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container div.mobile-product-title, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container div.mobile-product-title {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a .product-container div.mobile-product-title, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a .product-container div.mobile-product-title {
    display: block;
  }
}

@media (min-width: 640px) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a:hover .product-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a:hover .product-outer {
    margin-top: 2.75rem;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a:hover .product-outer .product-inner button, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a:hover .product-outer .product-inner button {
    background-color: #191919;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a:hover .product-overlay, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a:hover .product-overlay {
    background-color: rgba(250, 80, 4, 0.75);
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a:hover .product-overlay .product-title-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a:hover .product-overlay .product-title-outer {
    opacity: 1;
    margin-top: 2.75rem;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .column .wrapper a:hover .product-container .product-trunc-title-outer, .tax-sixaxis_product_category .content-area #main .sub-elements .subcategories .columns .wrapper a:hover .product-container .product-trunc-title-outer {
    opacity: 0;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .products {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .products {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .products:last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .products .product-wrapper hr {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .products .product-wrapper:first-of-type hr {
  display: none;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .products .product-wrapper:first-of-type hr {
    display: block;
  }
}

.tax-sixaxis_product_category .content-area #main .sub-elements .products .product {
  overflow: hidden;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .products .product figure {
  margin: 0 0 1rem 0;
  padding: 2.5rem 1.25rem;
  border: 1px solid #cccccc;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .products .product .actions a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.6875rem 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #fa5004;
  color: #fefefe;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

[data-whatinput='mouse'] .tax-sixaxis_product_category .content-area #main .sub-elements .products .product .actions a {
  outline: 0;
}

.tax-sixaxis_product_category .content-area #main .sub-elements .products .product .actions a:hover, .tax-sixaxis_product_category .content-area #main .sub-elements .products .product .actions a:focus {
  background-color: #d54403;
  color: #fefefe;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .products .product {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .products .product {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .products .product .image-wrapper {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .products .product .image-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .products .product .image-wrapper:last-child:not(:first-child) {
    float: right;
  }
  .tax-sixaxis_product_category .content-area #main .sub-elements .products .product .text-block {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .products .product .text-block {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #main .sub-elements .products .product .text-block:last-child:not(:first-child) {
    float: right;
  }
}

.tax-sixaxis_product_category .content-area #secondary {
  display: none;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #secondary {
    display: block;
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .content-area #secondary:last-child:not(:first-child) {
    float: right;
  }
}

.tax-sixaxis_product_category .expanded-content {
  clear: both;
  /* margin-bottom: rem-calc(48); */
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .expanded-content {
    display: none;
  }
}

.tax-sixaxis_product_category .expanded-content > :not(.saferack-block):not(.saferack-direct-wrapper) {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.tax-sixaxis_product_category .expanded-content > :not(.saferack-block):not(.saferack-direct-wrapper)::before, .tax-sixaxis_product_category .expanded-content > :not(.saferack-block):not(.saferack-direct-wrapper)::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_product_category .expanded-content > :not(.saferack-block):not(.saferack-direct-wrapper)::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .expanded-content > :not(.saferack-block):not(.saferack-direct-wrapper) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category .expanded-content > :not(.saferack-block):not(.saferack-direct-wrapper):last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_product_category .expanded-content > :not(.saferack-block):not(.saferack-direct-wrapper), .tax-sixaxis_product_category .expanded-content > :not(.saferack-block):not(.saferack-direct-wrapper):last-child {
  float: none;
}

.tax-sixaxis_product_category .hero-product {
  position: relative;
  width: 100%;
  margin: 2.5rem 0;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .hero-product {
    display: none;
  }
}

.tax-sixaxis_product_category .hero-product .hero-content-wrapper {
  width: 100%;
  overflow: hidden;
}

.tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-text-wrapper {
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}

.tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-text-wrapper h2 {
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 700;
}

.tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-text-wrapper h3 {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-text-wrapper p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
}

@media screen and (max-width: 39.9375em) {
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper {
    background: rgba(250, 80, 4, 0.8);
  }
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
  }
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content::before, .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content::after {
    content: ' ';
    display: table;
  }
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content::after {
    clear: both;
  }
}

@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content:last-child:not(:first-child) {
    float: right;
  }
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content, .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content:last-child {
    float: none;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content::before, .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content::after {
    content: ' ';
    display: table;
  }
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-content::after {
    clear: both;
  }
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-text-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background: rgba(250, 80, 4, 0.8);
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-text-wrapper:last-child:not(:first-child) {
    float: right;
  }
  .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-text-wrapper .hero-text, .tax-sixaxis_product_category .hero-product .hero-content-wrapper .hero-text-wrapper .hero-ctas {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.tax-sixaxis_product_category .hero-product a.button {
  margin-right: 1.25rem;
}

.tax-sixaxis_product_category .related-products {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.tax-sixaxis_product_category .related-products::before, .tax-sixaxis_product_category .related-products::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_product_category .related-products::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .related-products {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category .related-products:last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_product_category .related-products, .tax-sixaxis_product_category .related-products:last-child {
  float: none;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .related-products {
    margin-bottom: 20px;
  }
}

.tax-sixaxis_product_category .related-products .products .column .product, .tax-sixaxis_product_category .related-products .products .columns .product {
  text-align: left;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .related-products .products .column .product, .tax-sixaxis_product_category .related-products .products .columns .product {
    margin: 0 0 20px 0;
  }
}

.tax-sixaxis_product_category .related-products .products .column .product a h5, .tax-sixaxis_product_category .related-products .products .columns .product a h5 {
  margin-top: 0.5rem;
}

.tax-sixaxis_product_category .related-products .products .column .product a p, .tax-sixaxis_product_category .related-products .products .columns .product a p {
  margin-bottom: -0.5rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.tax-sixaxis_product_category .related-products .related-header {
  text-align: center;
  margin-bottom: 0.5rem;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category .related-products .related-header {
    text-align: left;
  }
}

.tax-sixaxis_product_category .related-products .related-header .see-all {
  display: none;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .related-products .related-header {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    overflow: hidden;
    text-align: left;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .tax-sixaxis_product_category .related-products .related-header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .related-products .related-header h3 {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .tax-sixaxis_product_category .related-products .related-header h3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .related-products .related-header h3:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 639px) {
  .tax-sixaxis_product_category .related-products .related-header h3 {
    border-top: 1px solid #cacaca;
    padding-top: 24px;
    margin-top: 12px;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .related-products .related-header .see-all {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: block;
    text-align: right;
    font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .tax-sixaxis_product_category .related-products .related-header .see-all {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category .related-products .related-header .see-all:last-child:not(:first-child) {
    float: right;
  }
}

.tax-sixaxis_product_category div.installations-mobile-header-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.tax-sixaxis_product_category div.installations-mobile-header-wrapper::before, .tax-sixaxis_product_category div.installations-mobile-header-wrapper::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_product_category div.installations-mobile-header-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category div.installations-mobile-header-wrapper {
    display: block;
  }
}

.tax-sixaxis_product_category div.installations-mobile-header-wrapper div.installations-mobile-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category div.installations-mobile-header-wrapper div.installations-mobile-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category div.installations-mobile-header-wrapper div.installations-mobile-header:last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_product_category div.installations-mobile-header-wrapper div.installations-mobile-header h3 {
  border-top: 1px solid #cacaca;
  padding-top: 24px;
  margin-top: 12px;
}

.tax-sixaxis_product_category div.installations-mobile {
  display: none;
  position: relative;
  height: 250px;
  margin: 0 0 34px 0;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category div.installations-mobile {
    display: block;
  }
}

.tax-sixaxis_product_category div.installations-mobile ul.slick-dots {
  margin: -10px 10px 0 10px;
}

.tax-sixaxis_product_category div.installations-mobile ul.slick-dots li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 6px 0 -2px 0;
  height: 11px;
}

.tax-sixaxis_product_category div.installations-mobile ul.slick-dots li button {
  font-size: 0;
  height: 11px;
  width: 11px;
  background-color: #fff;
  border: 1px solid #363636;
  border-radius: 0;
  margin: 0 2px;
}

.tax-sixaxis_product_category div.installations-mobile ul.slick-dots li.slick-active button {
  background-color: #fa5004;
  border-color: #fa5004;
}

.tax-sixaxis_product_category div.installations-mobile div.installation {
  opacity: 0;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tax-sixaxis_product_category div.installations-mobile div.installation.installation-loaded, .tax-sixaxis_product_category div.installations-mobile div.installation:first-of-type {
  opacity: 1;
}

@media (max-width: 639px) {
  .tax-sixaxis_product_category div.related-products-wrapper div.related-products div.related-header h3 {
    border-top: 1px solid #cacaca;
    padding-top: 24px;
    margin-top: 24px;
  }
  .tax-sixaxis_product_category div.related-products-wrapper div.related-products div.products div.column:last-of-type, .tax-sixaxis_product_category div.related-products-wrapper div.related-products div.products div.columns:last-of-type {
    margin-bottom: -20px;
  }
  .tax-sixaxis_product_category div.related-products-wrapper div.related-products div.products div.column div.product p, .tax-sixaxis_product_category div.related-products-wrapper div.related-products div.products div.columns div.product p {
    margin-bottom: 0;
  }
}

.page-template-categories-page #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-categories-page .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-categories-page .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header img {
    height: 415px;
  }
}

.page-template-categories-page .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-categories-page .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-categories-page .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-categories-page .page-header .banner-content::before, .page-template-categories-page .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-categories-page .page-header .banner-content::after {
  clear: both;
}

.page-template-categories-page .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-categories-page .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-categories-page .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-categories-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-categories-page .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-categories-page .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-categories-page .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-categories-page .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-categories-page .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-categories-page .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-categories-page .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-categories-page .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-categories-page .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header.no-video img {
    height: 415px;
  }
}

.page-template-categories-page .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-categories-page .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-categories-page .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-categories-page .page-header.no-video .banner-content::before, .page-template-categories-page .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-categories-page .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-categories-page .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-categories-page .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-categories-page .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-categories-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-categories-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-categories-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-categories-page .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-categories-page .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-categories-page .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-categories-page .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-categories-page .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-categories-page .product-categories {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .product-categories {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-categories-page .product-categories > .product-category {
  width: 100%;
  float: left;
}

.page-template-categories-page .product-categories > .product-category:nth-of-type(1n) {
  clear: none;
}

.page-template-categories-page .product-categories > .product-category:nth-of-type(1n+1) {
  clear: both;
}

.page-template-categories-page .product-categories > .product-category:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .page-template-categories-page .product-categories > .product-category {
    width: 33.33333%;
    float: left;
  }
  .page-template-categories-page .product-categories > .product-category:nth-of-type(1n) {
    clear: none;
  }
  .page-template-categories-page .product-categories > .product-category:nth-of-type(3n+1) {
    clear: both;
  }
  .page-template-categories-page .product-categories > .product-category:last-child {
    float: left;
  }
}

.page-template-categories-page .product-categories .product-category {
  margin-bottom: 1.875rem;
}

.page-template-categories-page .product-categories .product-category img {
  margin-bottom: 1rem;
  width: 100%;
}

.page-template-categories-page .product-categories .product-category nav {
  margin-bottom: 0.5rem;
}

.page-template-categories-page .product-categories .product-category nav a {
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #363636;
  font-size: 0.875rem;
}

.page-template-categories-page .product-categories .product-category nav a:not(:last-child) {
  margin-right: 1rem;
}

.page-template-categories-page .product-categories .product-category nav a:hover {
  color: #fa5004;
}

.page-template-categories-page .product-categories .product-category nav a .fa {
  padding-right: 0.25rem;
}

.tax-sixaxis_product_category #masthead {
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.tax-sixaxis_product_category #content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.tax-sixaxis_product_category #content::before, .tax-sixaxis_product_category #content::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_product_category #content::after {
  clear: both;
}

.tax-sixaxis_product_category #content #primary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category #content #primary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category #content #primary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category #content #primary {
    width: 75%;
  }
}

.tax-sixaxis_product_category #content #primary:last-child:not(:first-child) {
  float: none;
}

.tax-sixaxis_product_category #content #primary header.page-header {
  margin-bottom: 1.5rem;
}

.tax-sixaxis_product_category #content #primary div.article-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.tax-sixaxis_product_category #content #primary div.article-row::before, .tax-sixaxis_product_category #content #primary div.article-row::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_product_category #content #primary div.article-row::after {
  clear: both;
}

.tax-sixaxis_product_category #content #primary div.article-row article {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category #content #primary div.article-row article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category #content #primary div.article-row article:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category #content #primary div.article-row article {
    width: 33.33333%;
    padding-left: 0;
    padding-right: 1.875rem;
  }
}

.tax-sixaxis_product_category #content #primary div.article-row article a {
  color: #363636;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.tax-sixaxis_product_category #content #primary div.article-row article a div.media-thumb {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 10rem;
  margin-bottom: 0.625rem;
}

.tax-sixaxis_product_category #content #primary div.article-row article a div.media-thumb div.media-hover {
  position: absolute;
  height: 100%;
  width: 0%;
  right: 0;
  top: 0;
  background-color: #fa5004;
  opacity: 0.75;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.tax-sixaxis_product_category #content #primary div.article-row article a div.media-excerpt p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.tax-sixaxis_product_category #content #primary div.article-row article a:hover {
  color: #fa5004;
}

.tax-sixaxis_product_category #content #primary div.article-row article a:hover div.media-thumb div.media-hover {
  width: 100%;
}

.tax-sixaxis_product_category #content #primary div.article-row article:last-of-type {
  float: left !important;
}

.tax-sixaxis_product_category #content aside#secondary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category #content aside#secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_product_category #content aside#secondary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_product_category #content aside#secondary {
    width: 25%;
  }
}

.archive.tag #masthead {
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .archive.tag #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.archive.tag #content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.archive.tag #content::before, .archive.tag #content::after {
  content: ' ';
  display: table;
}

.archive.tag #content::after {
  clear: both;
}

.archive.tag #content #primary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

@media screen and (min-width: 40em) {
  .archive.tag #content #primary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.archive.tag #content #primary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .archive.tag #content #primary {
    width: 75%;
  }
}

.archive.tag #content #primary:last-child:not(:first-child) {
  float: none;
}

.archive.tag #content #primary header.page-header {
  margin-bottom: 1.5rem;
}

.archive.tag #content #primary div.article-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.archive.tag #content #primary div.article-row::before, .archive.tag #content #primary div.article-row::after {
  content: ' ';
  display: table;
}

.archive.tag #content #primary div.article-row::after {
  clear: both;
}

.archive.tag #content #primary div.article-row article {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .archive.tag #content #primary div.article-row article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.archive.tag #content #primary div.article-row article:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .archive.tag #content #primary div.article-row article {
    width: 50%;
    padding-left: 0;
    padding-right: 1.875rem;
  }
}

.archive.tag #content #primary div.article-row article a {
  color: #363636;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.archive.tag #content #primary div.article-row article a div.media-thumb {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 14rem;
  margin-bottom: 0.625rem;
}

.archive.tag #content #primary div.article-row article a div.media-thumb div.media-hover {
  position: absolute;
  height: 100%;
  width: 0%;
  right: 0;
  top: 0;
  background-color: #fa5004;
  opacity: 0.75;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.archive.tag #content #primary div.article-row article a:hover {
  color: #fa5004;
}

.archive.tag #content #primary div.article-row article a:hover div.media-thumb div.media-hover {
  width: 100%;
}

.archive.tag #content #primary div.article-row article div.media-excerpt p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.archive.tag #content #primary div.article-row article div.media-excerpt p a {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}

.archive.tag #content #primary div.article-row article:last-of-type {
  float: left !important;
}

.archive.tag #content aside#secondary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .archive.tag #content aside#secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.archive.tag #content aside#secondary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .archive.tag #content aside#secondary {
    width: 25%;
  }
}

/**
* Styling of galleries on products and product categories.
*
* @package saferack
*/
.page-template-gallery-page .installations-wrapper, .attachment-template-default .installations-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-gallery-page .installations-wrapper, .attachment-template-default .installations-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-gallery-page .form-wrapper, .attachment-template-default .form-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-gallery-page .form-wrapper, .attachment-template-default .form-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-gallery-page .form-wrapper div.industry-toggle, .attachment-template-default .form-wrapper div.industry-toggle {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .page-template-gallery-page .form-wrapper div.industry-toggle, .attachment-template-default .form-wrapper div.industry-toggle {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-gallery-page .form-wrapper div.industry-toggle:last-child:not(:first-child), .attachment-template-default .form-wrapper div.industry-toggle:last-child:not(:first-child) {
  float: right;
}

.page-template-gallery-page .form-wrapper div.industry-toggle h5, .attachment-template-default .form-wrapper div.industry-toggle h5 {
  text-transform: uppercase;
  color: #363636;
}

.page-template-gallery-page .form-wrapper div.industry-toggle div.toggle div, .attachment-template-default .form-wrapper div.industry-toggle div.toggle div {
  display: inline-block;
  cursor: pointer;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.5rem;
  background-color: #f3f3f3;
  color: #363636;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  border-radius: 0;
  letter-spacing: 0.01rem;
  min-width: 3.5rem;
  text-align: center;
  -webkit-transition: background-color 0s ease, color 0s ease;
  -moz-transition: background-color 0s ease, color 0s ease;
  -o-transition: background-color 0s ease, color 0s ease;
  transition: background-color 0s ease, color 0s ease;
}

.page-template-gallery-page .form-wrapper div.industry-toggle div.toggle div.active, .attachment-template-default .form-wrapper div.industry-toggle div.toggle div.active {
  background-color: #fa5004;
  color: #fff;
}

.page-template-gallery-page .form-wrapper div.industry-toggle div.toggle div:hover, .attachment-template-default .form-wrapper div.industry-toggle div.toggle div:hover {
  background-color: #fa5004;
  color: #fff;
}

.page-template-gallery-page .description, .attachment-template-default .description {
  margin-bottom: 1rem;
}

.page-template-gallery-page div.load-more-wrapper, .attachment-template-default div.load-more-wrapper {
  width: 100%;
  text-align: center;
}

.page-template-gallery-page div.load-more-wrapper button, .attachment-template-default div.load-more-wrapper button {
  margin: -0.25rem 0 0.5rem 0;
  border-radius: 0;
  width: auto;
  min-width: 0;
}

.page-template-gallery-page div.load-more-wrapper button div, .attachment-template-default div.load-more-wrapper button div {
  display: none;
  float: right;
  height: 18px;
  width: 18px;
  color: #fff;
  margin: -2px 0 0 6px;
  padding: 0 0 0 4px;
  background-image: url(/wp-content/themes/saferack/images/loading-gear.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.page-template-gallery-page div.load-more-wrapper button div.active, .attachment-template-default div.load-more-wrapper button div.active {
  display: block;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.page-template-gallery-page div.load-more-wrapper button:hover, .attachment-template-default div.load-more-wrapper button:hover {
  background-color: #d54403;
}

@media (max-width: 639px) {
  .page-template-gallery-page div.load-more-wrapper, .attachment-template-default div.load-more-wrapper {
    display: none;
  }
}

.page-template-gallery-page div.installations-mobile-header-wrapper, .attachment-template-default div.installations-mobile-header-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.page-template-gallery-page div.installations-mobile-header-wrapper::before, .page-template-gallery-page div.installations-mobile-header-wrapper::after, .attachment-template-default div.installations-mobile-header-wrapper::before, .attachment-template-default div.installations-mobile-header-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-gallery-page div.installations-mobile-header-wrapper::after, .attachment-template-default div.installations-mobile-header-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .page-template-gallery-page div.installations-mobile-header-wrapper, .attachment-template-default div.installations-mobile-header-wrapper {
    display: block;
  }
}

.page-template-gallery-page div.installations-mobile-header-wrapper div.installations-mobile-header, .attachment-template-default div.installations-mobile-header-wrapper div.installations-mobile-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding: 0;
}

@media screen and (min-width: 40em) {
  .page-template-gallery-page div.installations-mobile-header-wrapper div.installations-mobile-header, .attachment-template-default div.installations-mobile-header-wrapper div.installations-mobile-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-gallery-page div.installations-mobile-header-wrapper div.installations-mobile-header:last-child:not(:first-child), .attachment-template-default div.installations-mobile-header-wrapper div.installations-mobile-header:last-child:not(:first-child) {
  float: right;
}

.page-template-gallery-page div.installations-mobile-header-wrapper div.installations-mobile-header h3, .attachment-template-default div.installations-mobile-header-wrapper div.installations-mobile-header h3 {
  border-top: 1px solid #cacaca;
  padding-top: 24px;
  margin-top: 12px;
}

.page-template-gallery-page div.installations-mobile, .attachment-template-default div.installations-mobile {
  display: none;
  position: relative;
  height: 250px;
  width: calc(100% + 30px);
  margin: 0 0 70px -15px;
}

@media (max-width: 639px) {
  .page-template-gallery-page div.installations-mobile, .attachment-template-default div.installations-mobile {
    display: block;
  }
}

.page-template-gallery-page div.installations-mobile ul.slick-dots, .attachment-template-default div.installations-mobile ul.slick-dots {
  margin: -10px 15px 0 15px;
}

.page-template-gallery-page div.installations-mobile ul.slick-dots li, .attachment-template-default div.installations-mobile ul.slick-dots li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 6px 0 -2px 0;
  height: 11px;
}

.page-template-gallery-page div.installations-mobile ul.slick-dots li button, .attachment-template-default div.installations-mobile ul.slick-dots li button {
  font-size: 0;
  height: 11px;
  width: 11px;
  background-color: #fff;
  border: 1px solid #363636;
  border-radius: 0;
  margin: 0 2px;
}

.page-template-gallery-page div.installations-mobile ul.slick-dots li.slick-active button, .attachment-template-default div.installations-mobile ul.slick-dots li.slick-active button {
  background-color: #fa5004;
  border-color: #fa5004;
}

.page-template-gallery-page div.installations-mobile div.installation, .attachment-template-default div.installations-mobile div.installation {
  position: relative;
  display: inline-block;
  opacity: 0;
  height: 250px;
  margin-bottom: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-gallery-page div.installations-mobile div.installation.installation-loaded, .page-template-gallery-page div.installations-mobile div.installation:first-of-type, .attachment-template-default div.installations-mobile div.installation.installation-loaded, .attachment-template-default div.installations-mobile div.installation:first-of-type {
  opacity: 1;
}

.page-template-gallery-page div.installations-mobile div.installation div.title, .attachment-template-default div.installations-mobile div.installation div.title {
  position: absolute;
  bottom: -28px;
  width: 100%;
  padding: 6px 15px;
  color: #fff;
  background-color: #000;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

body:not(.page-template-gallery-page) .installations-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

body:not(.page-template-gallery-page) .installations-wrapper::before, body:not(.page-template-gallery-page) .installations-wrapper::after {
  content: ' ';
  display: table;
}

body:not(.page-template-gallery-page) .installations-wrapper::after {
  clear: both;
}

.installations {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .installations {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.installations:last-child:not(:first-child) {
  float: right;
}

.installations .gallery-header {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 2px;
}

.installations .gallery-header .see-all {
  display: none;
}

@media screen and (min-width: 40em) {
  .installations .gallery-header {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    overflow: hidden;
    text-align: left;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .installations .gallery-header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .installations .gallery-header h3 {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .installations .gallery-header h3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .installations .gallery-header h3:last-child:not(:first-child) {
    float: right;
  }
  .installations .gallery-header .see-all {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: block;
    text-align: right;
    font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .installations .gallery-header .see-all {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .installations .gallery-header .see-all:last-child:not(:first-child) {
    float: right;
  }
}

.installations .images {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-top: -0.625rem;
}

@media screen and (min-width: 40em) {
  .installations .images {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.installations .images img {
  width: 100%;
}

.installations .images figure {
  position: relative;
}

.installations .images figure .gallery-hover {
  position: absolute;
  display: none;
  text-align: center;
  padding-top: 5.625rem;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.installations .images figure .gallery-hover button {
  min-width: 0;
  width: 10rem;
  margin: 0;
}

.installations .images figure [itemprop="copyrightHolder"] {
  display: block;
}

.installations .images figure [itemprop~="caption"] {
  position: absolute;
  bottom: 0;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100%;
  padding: 0.375rem 0.625rem;
  display: none;
  background: transparent;
  color: white;
}

.installations .images figure:hover [itemprop~="caption"] {
  display: block;
}

.installations .images figure:last-of-type {
  margin-bottom: 4.375rem;
}

.installations .images figure:hover .gallery-hover {
  display: block;
}

@media (max-width: 639px) {
  .installations .images figure .gallery-hover {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .installations .images > figure {
    width: 50%;
    float: left;
  }
  .installations .images > figure:nth-of-type(1n) {
    clear: none;
  }
  .installations .images > figure:nth-of-type(2n+1) {
    clear: both;
  }
  .installations .images > figure:last-child {
    float: left;
  }
  .installations .images figure {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 40em) {
  .installations .images {
    padding-left: 15px;
    padding-right: 15px;
  }
  .installations .images figure {
    width: 32%;
    margin-bottom: 0.5%;
    float: left;
  }
  .installations .images figure:nth-child(5n+4), .installations .images figure:nth-child(5n+5) {
    width: 49%;
  }
  .installations .images figure:nth-child(5n+1), .installations .images figure:nth-child(5n+2), .installations .images figure:nth-child(5n+4), .installations .images figure:nth-child(5n+6), .installations .images figure:nth-child(5n+7) {
    margin-right: 2%;
  }
}

.pswp__caption__center {
  text-align: center !important;
  max-width: 800px !important;
  font-size: 1.125rem !important;
}

figure.gallery-item {
  margin: 0;
}

figure.gallery-item figcaption.wp-caption-text.gallery-caption {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 0.625rem;
}

/**
* Styling of related products on products and product categories.
*
* @package saferack
*/
.related-products-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.related-products-wrapper::before, .related-products-wrapper::after {
  content: ' ';
  display: table;
}

.related-products-wrapper::after {
  clear: both;
}

.related-products {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .related-products {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.related-products:last-child:not(:first-child) {
  float: right;
}

.related-products .related-products-header {
  text-align: center;
}

.related-products .related-products-header .see-all {
  display: none;
}

@media screen and (min-width: 40em) {
  .related-products .related-products-header {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    text-align: left;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .related-products .related-products-header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .related-products .related-products-header h3 {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .related-products .related-products-header h3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .related-products .related-products-header h3:last-child:not(:first-child) {
    float: right;
  }
  .related-products .related-products-header .see-all {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: block;
    text-align: right;
    font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .related-products .related-products-header .see-all {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .related-products .related-products-header .see-all:last-child:not(:first-child) {
    float: right;
  }
}

.related-products .products {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .related-products .products {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.related-products .products > .column, .related-products .products > .columns {
  width: 100%;
  float: left;
}

.related-products .products > .column:nth-of-type(1n), .related-products .products > .columns:nth-of-type(1n) {
  clear: none;
}

.related-products .products > .column:nth-of-type(1n+1), .related-products .products > .columns:nth-of-type(1n+1) {
  clear: both;
}

.related-products .products > .column:last-child, .related-products .products > .columns:last-child {
  float: left;
}

.related-products .products .product {
  padding: 1.25rem;
  text-align: center;
  border: 1px solid #cccccc;
  margin: 0 1.25rem 1.25rem 1.25rem;
}

.related-products .products .product a {
  color: #363636;
}

.related-products .products .product img {
  width: 100%;
  margin-bottom: 0.625rem;
}

.related-products .products .product p {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .related-products .products .product {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 40em) {
  .related-products .products > .column, .related-products .products > .columns {
    width: 25%;
    float: left;
  }
  .related-products .products > .column:nth-of-type(1n), .related-products .products > .columns:nth-of-type(1n) {
    clear: none;
  }
  .related-products .products > .column:nth-of-type(4n+1), .related-products .products > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .related-products .products > .column:last-child, .related-products .products > .columns:last-child {
    float: left;
  }
}

.page-template-related-categories header {
  margin-bottom: 2rem;
}

.page-template-related-categories .products {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-related-categories .products {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-related-categories .products > .column, .page-template-related-categories .products > .columns {
  width: 100%;
  float: left;
}

.page-template-related-categories .products > .column:nth-of-type(1n), .page-template-related-categories .products > .columns:nth-of-type(1n) {
  clear: none;
}

.page-template-related-categories .products > .column:nth-of-type(1n+1), .page-template-related-categories .products > .columns:nth-of-type(1n+1) {
  clear: both;
}

.page-template-related-categories .products > .column:last-child, .page-template-related-categories .products > .columns:last-child {
  float: left;
}

.page-template-related-categories .products .product {
  padding: 1.25rem;
  text-align: center;
  border: 1px solid #cccccc;
  margin: 0 1.25rem 1.25rem 1.25rem;
}

.page-template-related-categories .products .product a {
  color: #363636;
}

.page-template-related-categories .products .product img {
  width: 100%;
  margin-bottom: 0.625rem;
}

.page-template-related-categories .products .product p {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-related-categories .products .product {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 40em) {
  .page-template-related-categories .products > .column, .page-template-related-categories .products > .columns {
    width: 25%;
    float: left;
  }
  .page-template-related-categories .products > .column:nth-of-type(1n), .page-template-related-categories .products > .columns:nth-of-type(1n) {
    clear: none;
  }
  .page-template-related-categories .products > .column:nth-of-type(4n+1), .page-template-related-categories .products > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .page-template-related-categories .products > .column:last-child, .page-template-related-categories .products > .columns:last-child {
    float: left;
  }
}

html, body {
  overflow-x: hidden;
}

#masthead {
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
  padding: 0;
  min-height: 0 !important;
}

#masthead *:focus {
  outline: none;
}

@media screen and (min-width: 40em) {
  #masthead {
    min-height: 122px;
  }
}

@media screen and (min-width: 58.75em) and (max-width: 69.9375em) {
  #masthead .top-bar-title {
    margin-right: 0;
  }
}

#masthead .site-title, #masthead .site-description {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#masthead .site-branding img {
  max-width: 226px;
  width: 100%;
}

@media screen and (min-width: 58.75em) and (max-width: 69.9375em) {
  #masthead .site-branding img {
    max-width: 195px;
  }
}

#masthead .mobile-menu, #masthead #responsive-menu {
  display: none;
}

#masthead div.mobile-menu-button-wrapper {
  position: absolute;
  z-index: 99;
  top: 0;
  right: calc(50px - 100%);
  height: auto;
  width: 100%;
  background-color: transparent;
  -webkit-transition: right 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: right 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: right 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: right 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

#masthead div.mobile-menu-button-wrapper + div.mobile-menu-button-background {
  position: absolute;
  z-index: 9;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu-button {
  position: absolute;
  top: -10px;
  left: -9px;
  cursor: pointer;
  width: 59px;
  padding: 22px 18px;
  height: 59px;
  border-left: 1px solid #fff;
  margin-top: 10px;
  -webkit-transition: left 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: left 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: left 0.64s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu-button div {
  position: absolute;
  height: 3px;
  width: 22px;
  background-color: #fff;
  opacity: 1;
  margin-left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu-button div:nth-of-type(2) {
  margin-top: 6px;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu-button div:nth-of-type(3) {
  margin-top: 12px;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 0;
  height: 100%;
  width: calc(100% - 50px);
  background-color: #fff;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.number {
  font-size: 1.75rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
  background-color: #fa5004;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item {
  position: relative;
  padding: 0 20px 0 26px;
  color: #363636;
  background-color: #fff;
  height: 48px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.0625rem;
  border-bottom: 1px solid #858585;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item.menu-open i.arrow {
  left: 10px;
  right: auto;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item.menu-open i.arrow:last-of-type {
  left: auto;
  right: -16px;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item i {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: -16px;
  right: auto;
  height: 22px;
  font-size: 22px;
  color: #363636;
  margin-right: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item i:last-of-type {
  left: auto;
  right: 10px;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item span, #masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item a {
  display: block;
  padding: 11px 0;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item svg {
  height: auto;
  width: 25px;
  margin-left: -11px;
  margin-bottom: -2px;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item svg path, #masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item svg polygon {
  fill: #858585;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item table {
  border: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item table tbody {
  border: none;
  padding: 0;
  margin: 0;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item table tbody tr td {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item table tbody tr td:first-of-type {
  width: 36px;
  text-align: center;
  padding-right: 2px;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item table tbody tr td:last-of-type {
  text-align: left;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item label {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: -2px;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item input {
  display: inline-block;
  float: left;
  height: 48px;
  width: calc(100% - 48px);
  font-size: 18px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  margin: 0;
  box-shadow: none;
  max-width: none;
  border-right: none;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item button {
  height: 48px;
  width: 48px;
  background-color: #fa5004;
  background-image: url(/wp-content/themes/saferack/images/search-icon.png);
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-item.search-item {
  padding-top: 0.625rem;
  padding-left: 26px;
  padding-right: 34px;
  border-bottom: none;
  height: 200px;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-sub-menu {
  width: calc(100% + 22px);
  margin-left: -12px;
  background-color: #f1f1f1;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: height 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: height 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: height 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-sub-menu.menu-closed {
  height: 0 !important;
  overflow: hidden;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-sub-menu div.mobile-sub-item {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  height: 48px;
  padding: 0 0.75rem;
  color: #363636;
  border-bottom: 1px solid #858585;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-sub-menu div.mobile-sub-item table {
  border: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-sub-menu div.mobile-sub-item table tbody {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-sub-menu div.mobile-sub-item table tbody tr td {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-sub-menu div.mobile-sub-item table tbody tr td:first-of-type {
  width: 36px;
  text-align: center;
  padding-right: 2px;
}

#masthead div.mobile-menu-button-wrapper div.mobile-menu div.mobile-sub-menu div.mobile-sub-item table tbody tr td:last-of-type {
  text-align: left;
}

#masthead div.mobile-menu-button-wrapper.menu-open {
  right: -8px;
}

#masthead div.mobile-menu-button-wrapper.menu-open div.mobile-menu-button div {
  background-color: #fff;
}

#masthead div.mobile-menu-button-wrapper.menu-open div.mobile-menu-button div:nth-of-type(1) {
  transform: rotate(45deg);
  margin-top: 9px;
}

#masthead div.mobile-menu-button-wrapper.menu-open div.mobile-menu-button div:nth-of-type(2) {
  margin-left: -30px;
  opacity: 0;
}

#masthead div.mobile-menu-button-wrapper.menu-open div.mobile-menu-button div:nth-of-type(3) {
  transform: rotate(-45deg);
  margin-top: 9px;
}

#masthead #responsive-menu {
  background: #e6e6e6;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  z-index: 20;
  position: relative;
}

#masthead #responsive-menu *:focus {
  outline: none;
}

#masthead #responsive-menu li[aria-haspopup='true'] > a {
  padding-right: 2rem;
  background-position: right -6px center;
  background-repeat: no-repeat;
}

#masthead #responsive-menu li[aria-haspopup='true'][aria-expanded='false'] > a {
  background-image: url("../images/fa-chevron-down.png");
}

#masthead #responsive-menu li[aria-haspopup='true'][aria-expanded='true'] > a {
  background-image: url("../images/fa-chevron-up.png");
}

#masthead #responsive-menu .main-section {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#masthead #responsive-menu .main-section::before, #masthead #responsive-menu .main-section::after {
  content: ' ';
  display: table;
}

#masthead #responsive-menu .main-section::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  #masthead #responsive-menu .main-section {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#masthead #responsive-menu .main-section:last-child:not(:first-child) {
  float: right;
}

#masthead #responsive-menu .main-section, #masthead #responsive-menu .main-section:last-child {
  float: none;
}

#masthead #responsive-menu .main-section ul > li {
  display: block;
}

#masthead #responsive-menu .main-section ul.primary-navigation {
  margin-top: 4.125rem;
}

#masthead #responsive-menu .main-section ul.primary-navigation > li {
  border-bottom: 1px solid #cacaca;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
}

#masthead #responsive-menu .main-section ul.primary-navigation > li > a {
  text-transform: uppercase;
  font-size: 1.375rem;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

#masthead #responsive-menu .main-section ul.primary-navigation > li ul.sub-menu li {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

#masthead #responsive-menu .main-section ul li ul {
  margin-left: 0;
}

#masthead #responsive-menu .main-section ul li ul a {
  font-weight: normal;
  color: #363636;
  font-size: 1.125rem;
}

#masthead #responsive-menu .main-section #header-no {
  font-size: 2rem;
  color: #363636;
}

#masthead #responsive-menu .main-section ul.secondary-navigation {
  margin-top: 1rem;
}

#masthead #responsive-menu .main-section ul.secondary-navigation li a {
  padding: 0.5rem 0;
  color: #363636;
}

#masthead #responsive-menu .main-section ul.secondary-navigation li a i.fa {
  color: #fa5004;
  padding-right: 0;
  vertical-align: top;
}

#masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper {
  padding-left: 0.625rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  max-width: 310px;
  padding-left: 0;
}

#masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper .input-group {
  margin-bottom: 0;
}

#masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper .input-group-field {
  height: 1.75rem;
}

#masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper .input-group-label {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 4px;
}

#masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper input {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  background-color: #303030;
  padding-top: 0;
  padding-bottom: 0;
  height: 1.75rem;
}

#masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper input:focus {
  outline: none;
  box-shadow: none;
}

#masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper .button {
  background-color: #4e4e4e;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper .button:hover {
  background-color: #fa5004;
  color: #fff;
}

@media (max-width: 939px) {
  #masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  #masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper form {
    text-align: center;
    max-width: none;
  }
  #masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper form input {
    border-radius: 4px;
    font-size: 1.25rem;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  #masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper form input[type=text] {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0.625rem;
    height: 2.5rem;
  }
  #masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper form input[type=submit] {
    text-align: center;
    height: 2.5rem;
  }
  #masthead #responsive-menu .main-section ul.secondary-navigation .search-wrapper form .input-group-button {
    display: block;
    width: 100%;
    height: 2.5rem;
  }
}

@media (max-width: 939px) {
  #masthead #responsive-menu .main-section ul.primary-navigation li a {
    background-image: none;
  }
  #masthead #responsive-menu .main-section ul.secondary-navigation {
    text-align: center;
    font-size: 1.25rem;
  }
  #masthead #responsive-menu .main-section ul.secondary-navigation li .fa {
    display: none;
  }
  #masthead #responsive-menu .main-section ul.secondary-navigation li.mobile-region-toggle img {
    margin-top: -0.25rem;
    margin-left: 0.25rem;
  }
  #masthead #responsive-menu .main-section ul.secondary-navigation li.mobile-region-toggle label {
    font-size: 1rem;
    color: #363636;
    font-weight: 700;
  }
}

@media (max-width: 939px) and (max-width: 640px) {
  #masthead #responsive-menu .main-section ul.secondary-navigation li.mobile-region-toggle label {
    font-size: 1.25rem;
  }
}

@media (max-width: 939px) {
  #masthead #responsive-menu .main-section ul.secondary-navigation li.mobile-region-toggle select {
    position: absolute;
    left: -9999px;
  }
}

#masthead #responsive-menu .main-section .mobile-number-wrapper {
  position: absolute;
  width: 100%;
  background-color: #fa5004;
  left: 0;
  text-align: center;
  padding: 0.4375rem;
}

#masthead #responsive-menu .main-section .mobile-number-wrapper #header-no {
  color: #fff;
}

#masthead #mega-menu ul[role="menubar"] > li[role='menuitem'] {
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.21875rem;
}

#masthead #mega-menu ul[role="menubar"] > li[role='menuitem'] > a {
  padding: 3.25rem 1rem 2.75rem;
  color: rgba(255, 255, 255, 0.9);
}

#masthead #mega-menu ul[role="menubar"] > li[role='menuitem'] > a:hover {
  color: rgba(200, 200, 200, 0.9);
}

@media screen and (min-width: 58.75em) and (max-width: 69.9375em) {
  #masthead #mega-menu ul[role="menubar"] > li[role='menuitem'] {
    font-size: 1.125rem;
  }
  #masthead #mega-menu ul[role="menubar"] > li[role='menuitem'] > a {
    padding-top: 3.3125rem;
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }
}

#masthead #mega-menu div.top-bar-right {
  margin-top: -0.5rem;
}

#masthead #mega-menu div.top-bar-right ul li.dropdown > a {
  text-transform: uppercase;
  color: #fff !important;
  font-size: 1rem;
  background-color: #fa5004;
  height: 2.25rem;
  padding: 0.6rem 2rem 0 0.75rem;
  border-radius: 0;
  background-image: url(/wp-content/themes/saferack/images/button-caret.png);
  background-size: 12px;
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#masthead #mega-menu div.top-bar-right ul li.dropdown > a:hover {
  background-color: #434343;
}

#masthead #mega-menu div.top-bar-right ul li.industries {
  padding-right: 3.5rem;
}

#masthead #mega-menu div.top-bar-right ul li.industries a {
  padding: 0;
}

#masthead #mega-menu div.top-bar-right ul li.industries a button {
  padding-right: 0.75rem;
  background-image: none;
}

#masthead #mega-menu div.top-bar-right ul li button {
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  background-color: #fa5004;
  height: 2.25rem;
  padding: 0 2rem 0 0.75rem;
  border-radius: 0;
  background-image: url(/wp-content/themes/saferack/images/button-caret.png);
  background-size: 10%;
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#masthead #mega-menu div.top-bar-right ul li button:hover {
  background-color: #434343;
}

#masthead #mega-menu div.top-bar-right ul li form {
  text-align: right;
  margin: 0 1rem;
}

#masthead #mega-menu div.top-bar-right ul li form div {
  display: inline-block;
  height: 2.25rem;
  margin-bottom: 0;
}

#masthead #mega-menu div.top-bar-right ul li form div input {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 2.25rem;
  box-shadow: none;
  border-top: 3px solid #fa5004;
  border-left: 3px solid #fa5004;
  border-bottom: 3px solid #fa5004;
  border-right: none;
  outline: none;
  padding: 0 0.75rem;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#masthead #mega-menu div.top-bar-right ul li form div input::placeholder {
  color: #828282;
}

#masthead #mega-menu div.top-bar-right ul li form div input[type="submit"] {
  font-size: 0;
  color: transparent;
  background-color: #fa5004;
  width: 2.25rem;
  border: none;
  border-radius: 0;
  background-image: url(/wp-content/themes/saferack/images/search.png);
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

#masthead #mega-menu div.top-bar-right ul li form div:first-of-type {
  width: 200px;
}

#masthead #mega-menu div.top-bar-right ul li form div:last-of-type {
  float: right;
  width: 2.25rem;
}

#masthead #mega-menu div.top-bar-right ul li form:hover div input {
  border-color: #434343;
}

#masthead #mega-menu div.top-bar-right ul li form:hover div input[type="submit"] {
  border-color: #434343;
  background-color: #434343;
}

#masthead #mega-menu ul.top-bar-right-menu > li {
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

#masthead #mega-menu ul.top-bar-right-menu > li > a {
  padding: 3.25rem 1rem 2.75rem;
  color: rgba(255, 255, 255, 0.9);
}

#masthead #mega-menu p.header-no-headline {
  position: absolute;
  font-size: 0.75rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 2.125rem 1rem 0;
  padding: 0;
  color: #fa5004;
  margin-left: -3.3rem;
  text-align: right;
  width: 11rem;
}

@media screen and (min-width: 58.75em) and (max-width: 69.9375em) {
  #masthead #mega-menu p.header-no-headline {
    margin: 2.25rem 0.6875rem 0;
  }
}

@-webkit-keyframes header-phone {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
  }
}

@keyframes header-phone {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
  }
  70%, 90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
  }
}

@keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
  }
  70%, 90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
  }
}

#masthead #mega-menu svg.animated-phone {
  position: absolute;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-left: 0;
  margin-top: 0.1875rem;
}

#masthead #mega-menu svg.animated-phone path {
  fill: #fa5004;
}

#masthead #mega-menu svg.animated-phone path:nth-of-type(2) {
  -webkit-animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
  animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
}

#masthead #mega-menu svg.animated-phone path:nth-of-type(3) {
  -webkit-animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
  animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
}

@media screen and (min-width: 58.75em) and (max-width: 69.9375em) {
  #masthead #mega-menu svg.animated-phone {
    display: none;
  }
}

#masthead #mega-menu #header-no {
  display: block;
  font-weight: 700;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  color: #fa5004;
  padding-left: 26px;
  margin-right: -1rem;
  max-width: 250px;
  white-space: nowrap;
}

@media screen and (min-width: 58.75em) and (max-width: 69.9375em) {
  #masthead #mega-menu #header-no {
    font-size: 1.375rem;
    padding-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1190px) {
  #masthead #mega-menu #header-no {
    max-width: 200px;
  }
}

#masthead #mega-menu p.header-no-subhead {
  position: absolute;
  right: 0;
  font-size: 0.75rem;
  font-weight: 600;
  margin: -3.125rem 0 0 0;
  padding: 0;
  color: #fff;
  text-transform: none;
  cursor: default;
  color: #fff !important;
}

#masthead #mega-menu p.header-no-subhead span {
  display: inline;
}

@media screen and (min-width: 58.75em) and (max-width: 69.9375em) {
  #masthead #mega-menu p.header-no-subhead span {
    display: none;
  }
}

#masthead #mega-menu p.header-no-subhead i {
  float: left;
  color: transparent;
  font-size: 0;
  margin: 0.25rem 0 0 0;
  padding: 0;
  height: 1rem;
  width: 1rem;
  background-image: url(/wp-content/themes/saferack/images/button-caret.png);
  background-size: 60%;
  background-position: right center;
  background-repeat: no-repeat;
}

#masthead #mega-menu p.header-no-subhead img {
  margin-top: -0.1875rem;
  margin-left: 0.25rem;
}

@media screen and (min-width: 58.75em) and (max-width: 69.9375em) {
  #masthead #mega-menu p.header-no-subhead {
    margin: -3rem 0.6875rem 0;
    padding: 0;
  }
}

#masthead #mega-menu p.header-no-subhead.region-toggle {
  margin: 2rem 0 0 0;
}

#masthead #mega-menu p.header-no-subhead:last-of-type {
  cursor: pointer;
  margin-top: -3rem;
  text-transform: uppercase;
}

#masthead #mega-menu p.header-no-subhead:last-of-type:hover {
  color: #fa5004;
}

#masthead #mega-menu p.header-no-subhead:last-of-type:hover i {
  color: #fa5004;
}

#masthead #mega-menu div.region-dropdown {
  position: absolute;
  z-index: 9;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0.5rem 1rem;
  top: 3.4rem;
  right: -1rem;
}

#masthead #mega-menu div.region-dropdown div.region {
  cursor: pointer;
  width: 100%;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

#masthead #mega-menu div.region-dropdown div.region img {
  margin-top: -0.1875rem;
  margin-left: 0.25rem;
}

#masthead #mega-menu div.region-dropdown div.region:hover {
  color: #fa5004;
}

#masthead #mega-menu div.region-dropdown.show-dropdown {
  display: block;
}

#masthead #mega-menu .menu-item-object-sixaxis_product_category {
  line-height: 1rem;
}

#masthead #mega-menu .section-wrap {
  margin: 0.125rem 0;
}

#masthead #mega-menu .section-wrap li {
  line-height: 0.9em;
  text-indent: -6px;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

#masthead #mega-menu .section-wrap li:hover {
  color: #fa5004 !important;
}

#masthead #mega-menu .section-wrap li:hover a {
  color: #fa5004 !important;
}

#masthead #mega-menu .section-wrap li a {
  color: white;
  text-transform: none;
  font-size: 0.85em;
}

#masthead #mega-menu .section-wrap + a {
  text-transform: none;
  margin-bottom: 1.25rem;
  display: block;
  font-size: 0.85em;
}

#masthead #mega-menu .dropdown-pane {
  background: none;
  padding-top: 34px;
}

#masthead #mega-menu .dropdown-pane .dropdown-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid #fa5004;
  padding-top: 1rem;
  margin-top: 2px;
}

#masthead #mega-menu .dropdown-pane .dropdown-wrapper::before, #masthead #mega-menu .dropdown-pane .dropdown-wrapper::after {
  content: ' ';
  display: table;
}

#masthead #mega-menu .dropdown-pane .dropdown-wrapper::after {
  clear: both;
}

#masthead #mega-menu .menu-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  #masthead #mega-menu .menu-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#masthead #mega-menu .menu-content:last-child:not(:first-child) {
  float: right;
}

#masthead #mega-menu .menu-content > .sub-menu {
  list-style: none;
  margin-left: 0;
}

#masthead #mega-menu .menu-content.top > .sub-menu > li {
  width: 50%;
  float: left;
}

#masthead #mega-menu .menu-content.top > .sub-menu > li:nth-of-type(1n) {
  clear: none;
}

#masthead #mega-menu .menu-content.top > .sub-menu > li:nth-of-type(2n+1) {
  clear: both;
}

#masthead #mega-menu .menu-content.top > .sub-menu > li:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  #masthead #mega-menu .menu-content.top > .sub-menu > li {
    width: 33.33333%;
    float: left;
  }
  #masthead #mega-menu .menu-content.top > .sub-menu > li:nth-of-type(1n) {
    clear: none;
  }
  #masthead #mega-menu .menu-content.top > .sub-menu > li:nth-of-type(3n+1) {
    clear: both;
  }
  #masthead #mega-menu .menu-content.top > .sub-menu > li:last-child {
    float: left;
  }
}

#masthead #mega-menu .menu-content.lower > .sub-menu > li {
  width: 33.33333%;
  float: left;
}

#masthead #mega-menu .menu-content.lower > .sub-menu > li:nth-of-type(1n) {
  clear: none;
}

#masthead #mega-menu .menu-content.lower > .sub-menu > li:nth-of-type(3n+1) {
  clear: both;
}

#masthead #mega-menu .menu-content.lower > .sub-menu > li:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  #masthead #mega-menu .menu-content.lower > .sub-menu > li {
    width: 16.66667%;
    float: left;
  }
  #masthead #mega-menu .menu-content.lower > .sub-menu > li:nth-of-type(1n) {
    clear: none;
  }
  #masthead #mega-menu .menu-content.lower > .sub-menu > li:nth-of-type(6n+1) {
    clear: both;
  }
  #masthead #mega-menu .menu-content.lower > .sub-menu > li:last-child {
    float: left;
  }
}

#masthead #mega-menu .menu-content.lower .wrap {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#masthead #mega-menu .menu-content.lower .wrap::before, #masthead #mega-menu .menu-content.lower .wrap::after {
  content: ' ';
  display: table;
}

#masthead #mega-menu .menu-content.lower .wrap::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  #masthead #mega-menu .menu-content.lower .wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#masthead #mega-menu .menu-content.lower .wrap:last-child:not(:first-child) {
  float: right;
}

#masthead #mega-menu .menu-content.lower .wrap, #masthead #mega-menu .menu-content.lower .wrap:last-child {
  float: none;
}

#masthead #mega-menu .show-image div.wrap {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

#masthead #mega-menu .show-image div.wrap::before, #masthead #mega-menu .show-image div.wrap::after {
  content: ' ';
  display: table;
}

#masthead #mega-menu .show-image div.wrap::after {
  clear: both;
}

#masthead #mega-menu .show-image div.wrap .image {
  width: 33.33333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  #masthead #mega-menu .show-image div.wrap .image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#masthead #mega-menu .show-image div.wrap .image:last-child:not(:first-child) {
  float: right;
}

#masthead #mega-menu .show-image div.wrap .section-content {
  width: 66.66667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.25rem !important;
}

@media screen and (min-width: 40em) {
  #masthead #mega-menu .show-image div.wrap .section-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#masthead #mega-menu .show-image div.wrap .section-content:last-child:not(:first-child) {
  float: right;
}

#masthead #mega-menu .show-image div.wrap .section-content a:hover {
  color: #fff;
}

#masthead #main-bar-wrapper {
  height: auto;
  background-color: #000 !important;
}

@media (max-width: 939px) {
  #masthead #main-bar-wrapper {
    height: auto;
  }
}

#masthead #main-bar-wrapper div.lower-bar-wrapper {
  width: 100%;
  background-color: #191919;
  padding: 0.5rem 0 0.75rem 0;
}

@media (max-width: 939px) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper {
    display: none;
  }
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  height: 22px;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar::before, #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar::after {
  content: ' ';
  display: table;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar::after {
  clear: both;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left:last-child:not(:first-child) {
    float: right;
  }
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul li {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: 1rem;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul li a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul li a svg {
  position: absolute;
  height: auto;
  width: 25px;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul li a svg path, #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul li a svg polygon {
  fill: #fff;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul li a span {
  padding-left: 28px;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul li a:hover {
  color: #fa5004;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul li a:hover svg path, #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul li a:hover svg polygon {
  fill: #fa5004;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul:last-of-type {
  padding-left: 1rem;
}

@media (max-width: 1024px) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul:last-of-type {
    display: none;
  }
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul:last-of-type li a {
  color: #afafaf;
  font-weight: 500;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left ul:last-of-type li a:hover {
  color: #fff;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left div.menu-divider {
  display: inline-block;
  height: 0.875rem;
  width: 1px;
  background-color: #afafaf;
  margin-bottom: -0.125rem;
}

@media (max-width: 1024px) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-left div.menu-divider {
    display: none;
  }
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: right;
}

@media screen and (min-width: 40em) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  #masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right:last-child:not(:first-child) {
    float: right;
  }
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item {
  display: inline-block;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item a.cart-contents div {
  vertical-align: middle;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item a.cart-contents div.total {
  font-size: 0.9375rem;
  color: #afafaf;
  margin-right: -2rem;
  padding-top: 0.0625rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item a.cart-contents div.items-outer {
  display: inline-block;
  margin-top: 2px;
  margin-left: 3.25rem;
  margin-right: 4px;
  height: 22px;
  width: 22px;
  background-color: #afafaf;
  border-radius: 999px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item a.cart-contents div.items-outer div.items-inner {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
  text-align: center;
  color: #191919;
  font-size: 0.8125rem;
  font-weight: 600;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item a.cart-contents div.cart-icon {
  margin-right: 1rem;
  margin-top: -2px;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item a.cart-contents div.cart-icon img {
  width: 1.5rem;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item a.cart-contents:hover div.total {
  color: #fff;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item a.cart-contents:hover div.items-outer {
  background-color: #fff;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item a div.avatar {
  height: 34px;
  width: 34px;
  border: 2px solid #fff;
  padding: 0;
  border-radius: 999px;
  overflow: hidden;
  margin: -4px 0 -12px 0;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div {
  display: inline-block;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-select {
  position: relative;
  cursor: pointer;
  margin-left: 0.1875rem;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-select span {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-select img {
  width: 0.75rem;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-select svg {
  display: inline-block;
  width: 16px;
  margin: 0 0 -3px 1px;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-select svg path {
  fill: #fff;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-select.logged-out:hover span {
  color: #fa5004;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-select.logged-out:hover svg path {
  fill: #fa5004;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-options {
  position: absolute;
  z-index: 9;
  right: 0;
  display: none;
  background-color: #fff;
  padding: 0;
  width: 8.5rem;
  top: 50px;
  border-top: 2px solid #191919;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-options::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #191919;
  border-left: 8px solid transparent;
  top: -18px;
  left: 50%;
  margin-left: -8px;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-options ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-options ul li {
  line-height: 1.25rem;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-options ul li a {
  display: block;
  padding: 0.3125rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #191919;
  text-align: center;
  border-left: 2px solid #191919;
  border-right: 2px solid #191919;
  border-bottom: 2px solid #191919;
  -webkit-transition: color 0s ease, background-color 0s ease;
  -moz-transition: color 0s ease, background-color 0s ease;
  -o-transition: color 0s ease, background-color 0s ease;
  transition: color 0s ease, background-color 0s ease;
}

#masthead #main-bar-wrapper div.lower-bar-wrapper div.lower-bar div.lower-bar-right div.lower-item div.account-options ul li a:hover {
  color: #fff;
  background-color: #fa5004;
}

#masthead #main-bar {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: auto;
}

#masthead #main-bar::before, #masthead #main-bar::after {
  content: ' ';
  display: table;
}

#masthead #main-bar::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  #masthead #main-bar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#masthead #main-bar:last-child:not(:first-child) {
  float: right;
}

#masthead #main-bar, #masthead #main-bar:last-child {
  float: none;
}

@media screen and (min-width: 40em) {
  #masthead #main-bar {
    height: 6.75rem;
  }
}

#masthead #main-bar .site-branding {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#masthead #main-bar .site-branding img {
  max-width: 150px;
}

@media screen and (max-width: 58.6875em) {
  #masthead #main-bar .site-branding {
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  #masthead #main-bar .site-branding {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #masthead #main-bar .site-branding img {
    max-width: 226px;
  }
}

div#cxecrt-save-share-cart-modal {
  display: none !important;
}

div#cxecrt-save-share-cart-modal.show-modal {
  display: block !important;
}

div#alternate-email-modal {
  position: fixed;
  display: none;
  z-index: 999999;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

div#alternate-email-modal div.alternate-email-outer {
  display: table;
  height: 100%;
  width: 100%;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form {
  position: relative;
  width: 23.75em;
  height: 31.25em;
  box-shadow: 0 0 0.688em 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.25em;
  background-color: #fbfbfb;
  margin: 0 auto;
  overflow: hidden;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.header-bar {
  height: 2.8125em;
  background-color: #fa5004;
  color: #fff;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.header-bar i {
  float: left;
  color: #fff;
  padding: 0;
  font-size: 1.6em;
  margin: 0.38em 0.5em;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.header-bar h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0.75em;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.header-bar div.close {
  position: relative;
  float: right;
  cursor: pointer;
  width: 1.8em;
  height: 1.8em;
  margin-top: 0.5em;
  margin-right: 0.5em;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.header-bar div.close:after {
  content: '';
  height: 1.8em;
  border-left: 1px solid #fff;
  position: absolute;
  transform: rotate(45deg);
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.header-bar div.close:before {
  content: '';
  height: 1.8em;
  border-left: 1px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.body-wrapper {
  padding: 4px 1.25em 1.65em 1.25em;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.body-wrapper div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  height: 140px !important;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.alternate-email-logo {
  display: none;
}

div#alternate-email-modal div.alternate-email-outer div.alternate-email-inner div#alternate-email-form div.alternate-email-logo img {
  position: absolute;
  max-height: 2.1875em;
  max-width: 4.375em;
  bottom: 1.65em;
  left: 1.25em;
}

#secondary-navigation-wrapper .secondary-quote-wrapper {
  float: left;
  margin-top: 0.4375rem;
  color: #fa5004;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.banner-grad {
  position: absolute;
  height: 100%;
  width: 100%;
}

.banner-grad.text-top {
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.75) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.75) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00ffffff',GradientType=1 );
}

.banner-grad.text-bottom {
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.75) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.75) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.75) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00ffffff',GradientType=1 );
}

@media (max-width: 939px) {
  .banner-grad.text-top, .banner-grad.text-bottom {
    background: rgba(0, 0, 0, 0.5);
  }
}

.cookie-disclaimer {
  position: fixed;
  z-index: 999999;
  width: 100%;
  bottom: 0;
  background-color: #101820;
  padding: 1rem 0;
}

.cookie-disclaimer .cookie-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.cookie-disclaimer .cookie-row::before, .cookie-disclaimer .cookie-row::after {
  content: ' ';
  display: table;
}

.cookie-disclaimer .cookie-row::after {
  clear: both;
}

.cookie-disclaimer .cookie-row .cookie-col {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .cookie-disclaimer .cookie-row .cookie-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.cookie-disclaimer .cookie-row .cookie-col:last-child:not(:first-child) {
  float: right;
}

.cookie-disclaimer .cookie-row .cookie-col p {
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 0;
  color: #fff;
}

.cookie-disclaimer .cookie-row .cookie-col p a {
  color: #fff !important;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.cookie-disclaimer .cookie-row .cookie-col p a:hover {
  color: #fa5004 !important;
}

.cookie-disclaimer .cookie-row .cookie-col button {
  float: right;
  cursor: pointer;
  border: 1px solid #fff;
  font-weight: 400;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  background-color: transparent;
  color: #fff;
  padding: 6px 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cookie-disclaimer .cookie-row .cookie-col button:hover {
  color: #fff;
  border-color: #fa5004;
  background-color: #fa5004;
}

@media (max-width: 900px) {
  .cookie-disclaimer {
    text-align: center;
  }
  .cookie-disclaimer .cookie-row .cookie-col p {
    display: block;
    margin-bottom: 1rem;
  }
  .cookie-disclaimer .cookie-row .cookie-col button {
    float: none;
    margin-bottom: 0.375rem;
  }
}

div.environment-identifier {
  position: fixed;
  z-index: 999999999;
  left: 1rem;
  bottom: 1rem;
  padding: 0.5rem 1rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

div.environment-identifier.uat-identifier {
  background-color: blue;
}

div.environment-identifier.test-identifier {
  background-color: green;
}

div.environment-identifier p {
  margin-bottom: 0;
}

p#user_switching_switch_on {
  position: fixed;
  z-index: 9999999999;
  left: 0;
  bottom: 0;
  margin: 0;
  line-height: 2rem;
}

p#user_switching_switch_on a {
  display: block;
  padding: 0 0.875rem;
  background-color: #fee123;
  box-shadow: none;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

p#user_switching_switch_on a:hover {
  color: #fee123;
  background-color: #000;
}

div.woocommerce-message {
  position: relative;
  margin-top: 0 !important;
  border-radius: 0;
  padding: 0.75rem 1rem;
  margin-bottom: 2.617924em;
  margin-left: 0;
  color: #333;
  background-color: #f3f3f3;
  clear: both;
  border-left: .6180469716em solid #333;
  border-top: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

div.woocommerce-message::before {
  content: '';
}

div.woocommerce-message a, div.woocommerce-message a.button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0.75rem 1rem !important;
  font-size: 14px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #333 !important;
  border: none !important;
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease !important;
  -moz-transition: background-color 0.2s ease !important;
  -o-transition: background-color 0.2s ease !important;
  transition: background-color 0.2s ease !important;
}

div.woocommerce-message a:hover, div.woocommerce-message a.button:hover {
  color: #fff;
  background-color: #000 !important;
}

div.woocommerce-message a.button {
  padding: 1rem !important;
}

@media (max-width: 639px) {
  div#designstudio-button {
    display: none;
  }
}

div.mobile-chat-button {
  display: none;
  position: fixed;
  left: 0;
  bottom: -100px;
  width: 100%;
  -webkit-transition: bottom 0.2s ease;
  -moz-transition: bottom 0.2s ease;
  -o-transition: bottom 0.2s ease;
  transition: bottom 0.2s ease;
}

@media (max-width: 639px) {
  div.mobile-chat-button {
    display: block;
  }
}

div.mobile-chat-button.show-button {
  bottom: 0;
}

/* sidebar navigation */
.widget_saferack_menu_widget .menu, .widget_saferack_category_filter_widget .menu {
  margin-left: 1.25rem;
}

.widget_saferack_menu_widget a, .widget_saferack_category_filter_widget a {
  font-family: 'Roboto Condensed';
}

.widget_saferack_menu_widget a:hover, .widget_saferack_category_filter_widget a:hover {
  text-decoration: underline;
}

.widget_saferack_menu_widget div.parent, .widget_saferack_category_filter_widget div.parent {
  font-size: 1rem;
  line-height: 0.875rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.widget_saferack_menu_widget div.parent a, .widget_saferack_category_filter_widget div.parent a {
  color: #363636;
}

.widget_saferack_menu_widget ul, .widget_saferack_category_filter_widget ul {
  list-style: none;
  margin-left: 0;
}

.widget_saferack_menu_widget ul li, .widget_saferack_category_filter_widget ul li {
  line-height: 0.875rem;
  margin-bottom: 0.5rem;
}

.widget_saferack_menu_widget ul a, .widget_saferack_category_filter_widget ul a {
  color: #363636;
  font-weight: 100;
  font-size: 1rem;
}

.widget_saferack_menu_widget ul .current a, .widget_saferack_category_filter_widget ul .current a {
  font-weight: 600;
  color: #fa5004;
}

div.parent + ul {
  margin-left: 1.25rem;
}

a.now-master div {
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border: 2px solid #c0c0c0;
  background-image: url(/wp-content/uploads/2016/12/saferack-now-check.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

a.now-master div:hover, a.now-master div:focus, a.now-master div:active, a.now-master div.active {
  background-color: #fa5004;
  border-color: #fa5004;
}

a.now-master + img {
  max-width: 90px;
  margin-top: -12px;
  margin-left: 0.25rem;
}

.menu-product-categories-sidebar-container, .menu-industries-sidebar-container {
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.menu-product-categories-sidebar-container ul, .menu-industries-sidebar-container ul {
  background-color: #fff;
}

.menu-product-categories-sidebar-container ul li, .menu-industries-sidebar-container ul li {
  display: block;
  line-height: 14px;
  margin-bottom: -2px;
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 4px;
  overflow: visible;
}

.menu-product-categories-sidebar-container ul li.menu-item-has-children, .menu-industries-sidebar-container ul li.menu-item-has-children {
  margin-bottom: 0;
  overflow: hidden;
}

.menu-product-categories-sidebar-container ul li a, .menu-industries-sidebar-container ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 0;
  color: #363636;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-product-categories-sidebar-container ul li a .plus-minus, .menu-industries-sidebar-container ul li a .plus-minus {
  display: inline-block;
  cursor: pointer;
  padding: 2px;
  height: 15px;
  width: 15px;
  margin: 2px 2px -2px 0;
  border: 1px solid #c0c0c0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-product-categories-sidebar-container ul li a .plus-minus .plus, .menu-industries-sidebar-container ul li a .plus-minus .plus {
  position: absolute;
  width: 1px;
  height: 9px;
  background-color: #c0c0c0;
  margin-left: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-product-categories-sidebar-container ul li a .plus-minus .minus, .menu-industries-sidebar-container ul li a .plus-minus .minus {
  position: absolute;
  height: 1px;
  width: 9px;
  background-color: #c0c0c0;
  margin-top: 4px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-product-categories-sidebar-container ul li a .plus-minus:hover, .menu-industries-sidebar-container ul li a .plus-minus:hover {
  border-color: #fa5004;
  background-color: #fa5004;
}

.menu-product-categories-sidebar-container ul li a .plus-minus:hover div.plus, .menu-industries-sidebar-container ul li a .plus-minus:hover div.plus {
  background-color: #fff;
}

.menu-product-categories-sidebar-container ul li a .plus-minus:hover div.minus, .menu-industries-sidebar-container ul li a .plus-minus:hover div.minus {
  background-color: #fff;
}

.menu-product-categories-sidebar-container ul li a .plus-minus.open, .menu-industries-sidebar-container ul li a .plus-minus.open {
  border-color: #fa5004;
  background-color: #fa5004;
}

.menu-product-categories-sidebar-container ul li a .plus-minus.open div.plus, .menu-industries-sidebar-container ul li a .plus-minus.open div.plus {
  background-color: #fff;
  transform: rotate(90deg);
}

.menu-product-categories-sidebar-container ul li a .plus-minus.open div.minus, .menu-industries-sidebar-container ul li a .plus-minus.open div.minus {
  background-color: #fff;
  transform: rotate(90deg);
  opacity: 0;
}

.menu-product-categories-sidebar-container ul li a .plus-minus.no-sub-menu, .menu-industries-sidebar-container ul li a .plus-minus.no-sub-menu {
  background-color: #c0c0c0;
}

.menu-product-categories-sidebar-container ul li a .plus-minus.no-sub-menu:hover, .menu-product-categories-sidebar-container ul li a .plus-minus.no-sub-menu.open, .menu-industries-sidebar-container ul li a .plus-minus.no-sub-menu:hover, .menu-industries-sidebar-container ul li a .plus-minus.no-sub-menu.open {
  border-color: #c0c0c0;
  background-color: #c0c0c0;
}

.menu-product-categories-sidebar-container ul li a hr, .menu-industries-sidebar-container ul li a hr {
  margin: 2px 0;
}

.menu-product-categories-sidebar-container ul li a:hover, .menu-industries-sidebar-container ul li a:hover {
  color: #fa5004 !important;
}

.menu-product-categories-sidebar-container ul li a.no-hover, .menu-industries-sidebar-container ul li a.no-hover {
  color: #363636 !important;
}

.menu-product-categories-sidebar-container ul li ul.sub-menu, .menu-industries-sidebar-container ul li ul.sub-menu {
  margin-top: 6px;
  margin-left: 30px;
  height: 0;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

.menu-product-categories-sidebar-container ul li ul.sub-menu li, .menu-industries-sidebar-container ul li ul.sub-menu li {
  margin-bottom: 4px;
}

.menu-product-categories-sidebar-container ul li ul.sub-menu li a, .menu-industries-sidebar-container ul li ul.sub-menu li a {
  font-weight: 500;
  color: #363636;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.menu-product-categories-sidebar-container ul li ul.sub-menu li a:hover, .menu-industries-sidebar-container ul li ul.sub-menu li a:hover {
  color: #fa5004;
  text-decoration: underline;
}

.menu-product-categories-sidebar-container ul li ul.sub-menu li ul.sub-menu, .menu-industries-sidebar-container ul li ul.sub-menu li ul.sub-menu {
  margin-left: 8px;
  height: auto !important;
}

.menu-product-categories-sidebar-container ul li ul.sub-menu li ul.sub-menu li a::before, .menu-industries-sidebar-container ul li ul.sub-menu li ul.sub-menu li a::before {
  content: '- ';
}

.menu-product-categories-sidebar-container ul li ul.sub-menu li ul.sub-menu li:hover a::before, .menu-industries-sidebar-container ul li ul.sub-menu li ul.sub-menu li:hover a::before {
  text-decoration: none !important;
}

.menu-product-categories-sidebar-container ul li ul.sub-menu li.current-menu-item a, .menu-industries-sidebar-container ul li ul.sub-menu li.current-menu-item a {
  color: #fa5004;
  text-decoration: underline;
}

.menu-product-categories-sidebar-container ul li ul.sub-menu li.current-menu-item ul.sub-menu li a, .menu-industries-sidebar-container ul li ul.sub-menu li.current-menu-item ul.sub-menu li a {
  color: #363636;
  text-decoration: none;
}

.menu-product-categories-sidebar-container ul li ul.sub-menu li.current-menu-item ul.sub-menu li a:hover, .menu-industries-sidebar-container ul li ul.sub-menu li.current-menu-item ul.sub-menu li a:hover {
  color: #fa5004;
  text-decoration: underline;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent a .plus-minus, .menu-industries-sidebar-container ul li.current-menu-parent a .plus-minus {
  border-color: #fa5004;
  background-color: #fa5004;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent a .plus-minus div.plus, .menu-industries-sidebar-container ul li.current-menu-parent a .plus-minus div.plus {
  background-color: #fff;
  transform: rotate(90deg);
}

.menu-product-categories-sidebar-container ul li.current-menu-parent a .plus-minus div.minus, .menu-industries-sidebar-container ul li.current-menu-parent a .plus-minus div.minus {
  background-color: #fff;
  transform: rotate(90deg);
  opacity: 0;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent a .plus-minus.close, .menu-industries-sidebar-container ul li.current-menu-parent a .plus-minus.close {
  border-color: #c0c0c0 !important;
  background-color: #fff !important;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent a .plus-minus.close div.plus, .menu-industries-sidebar-container ul li.current-menu-parent a .plus-minus.close div.plus {
  background-color: #c0c0c0 !important;
  transform: rotate(0) !important;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent a .plus-minus.close div.minus, .menu-industries-sidebar-container ul li.current-menu-parent a .plus-minus.close div.minus {
  background-color: #c0c0c0 !important;
  transform: rotate(0) !important;
  opacity: 1 !important;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent a .plus-minus.close:hover, .menu-industries-sidebar-container ul li.current-menu-parent a .plus-minus.close:hover {
  border-color: #fa5004 !important;
  background-color: #fa5004 !important;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent a .plus-minus.close:hover div.plus, .menu-industries-sidebar-container ul li.current-menu-parent a .plus-minus.close:hover div.plus {
  background-color: #fff !important;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent a .plus-minus.close:hover div.minus, .menu-industries-sidebar-container ul li.current-menu-parent a .plus-minus.close:hover div.minus {
  background-color: #fff !important;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent ul.sub-menu, .menu-industries-sidebar-container ul li.current-menu-parent ul.sub-menu {
  height: auto;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent ul.sub-menu li:last-of-type, .menu-industries-sidebar-container ul li.current-menu-parent ul.sub-menu li:last-of-type {
  margin-bottom: 8px;
}

.menu-product-categories-sidebar-container ul li.current-menu-parent ul.sub-menu li ul li:last-of-type, .menu-industries-sidebar-container ul li.current-menu-parent ul.sub-menu li ul li:last-of-type {
  margin-bottom: 4px;
}

.menu-product-categories-sidebar-container ul li.current-menu-item a, .menu-industries-sidebar-container ul li.current-menu-item a {
  color: #fa5004;
}

.menu-product-categories-sidebar-container ul li.close a, .menu-industries-sidebar-container ul li.close a {
  color: #363636;
}

.menu-product-categories-sidebar-container ul li.close ul.sub-menu, .menu-industries-sidebar-container ul li.close ul.sub-menu {
  height: 0 !important;
}

.menu-product-categories-sidebar-container ul li.close ul.sub-menu li ul.sub-menu, .menu-industries-sidebar-container ul li.close ul.sub-menu li ul.sub-menu {
  height: auto !important;
}

.menu-product-categories-sidebar-container ul li.orange a, .menu-industries-sidebar-container ul li.orange a {
  color: #fa5004;
}

.menu-product-categories-sidebar-container ul.show, .menu-industries-sidebar-container ul.show {
  opacity: 1;
}

.widget_saferack_products_advert_widget .banners a img {
  width: 85%;
  margin-bottom: 3.125rem;
}

.widget_saferack_products_advert_widget .banners a:last-of-type {
  display: none;
}

/* reCaptcha widget */
.grecaptcha-badge, .g-recaptcha-bubble-arrow {
  display: none;
}

div[style*='transition: visibility 0s linear 0s, opacity 0.3s linear'], div[style*='transition: visibility 0s linear 0.3s, opacity 0.3s linear'] {
  position: fixed !important;
  height: 582px !important;
  width: 402px !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -291px;
  margin-left: -201px;
}

div[style*='filter: alpha(opacity=5)'], div[style*='filter: alpha(opacity=50)'] {
  background-color: #0a0a0a !important;
  opacity: 0.45 !important;
}

div.recaptcha-container {
  float: right;
  display: inline-block;
  margin-right: -2px !important;
  margin-top: 0.625rem !important;
}

div.recaptcha-container div div iframe {
  padding: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  padding-right: 0.75em;
  margin-bottom: 1em;
  height: 2.15em;
}

.ginput_container label {
  margin-top: -1.25em !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

div.single-article-topics-sidebar {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: none;
}

@media screen and (min-width: 40em) {
  div.single-article-topics-sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

div.single-article-topics-sidebar:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  div.single-article-topics-sidebar {
    width: 33.33333%;
    display: block;
  }
}

div.article-topics-sidebar h3, div.article-topics-sidebar h5, section.widget_article_topics_widget h3, section.widget_article_topics_widget h5 {
  font-size: 1rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: none;
  color: #363636;
  margin-bottom: 4px;
}

div.article-topics-sidebar div.taxonomy-toggle, section.widget_article_topics_widget div.taxonomy-toggle {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #363636;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

div.article-topics-sidebar div.taxonomy-toggle.active, section.widget_article_topics_widget div.taxonomy-toggle.active {
  color: #fa5004;
}

div.article-topics-sidebar div.taxonomy-toggle:hover, section.widget_article_topics_widget div.taxonomy-toggle:hover {
  color: #fa5004;
}

div.article-topics-sidebar div.taxonomy-toggle div, section.widget_article_topics_widget div.taxonomy-toggle div {
  display: inline-block;
  vertical-align: top;
}

div.article-topics-sidebar div.taxonomy-toggle div:first-of-type, section.widget_article_topics_widget div.taxonomy-toggle div:first-of-type {
  width: calc(100% - 20px);
}

div.article-topics-sidebar div.taxonomy-toggle div:last-of-type, section.widget_article_topics_widget div.taxonomy-toggle div:last-of-type {
  float: right;
}

button.close-button {
  top: 0 !important;
  right: 5px !important;
}

div#quick-quote {
  padding: 1.75rem 0.75rem !important;
}

div#quick-quote div.gform_wrapper form div.gform_body {
  width: 100%;
}

div#quick-quote div.gform_wrapper form div.gform_footer {
  margin-bottom: -24px !important;
}

div#quick-quote hr {
  margin: 0.5rem 0 !important;
}

div#quick-quote h2.subhead {
  margin-top: -14px;
}

div#quick-contact input, div#quick-contact textarea {
  margin-top: 0 !important;
}

div#quick-quote a.button {
  margin-bottom: 0;
}

div.gform_wrapper {
  margin-top: 0;
}

div.gform_wrapper form div.validation_error {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #4d4d4d !important;
  padding: 10px 0 !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  border-top: 2px solid #4d4d4d !important;
  border-bottom: 2px solid #4d4d4d !important;
  width: 100% !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields {
  width: calc(100% + 16px);
}

@media (max-width: 640px) {
  div.gform_wrapper form div.gform_body ul.gform_fields {
    width: 100%;
  }
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield label {
  display: block !important;
  margin-bottom: 1px !important;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.75rem !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield label span.gfield_required {
  margin-left: 1px !important;
  color: #fa5004 !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container select, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  padding: 6px 8px !important;
  box-shadow: none !important;
  margin: 0 !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container select {
  height: 32px !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container select {
  background-image: url(/wp-content/themes/saferack/images/select-chevron.png) !important;
  background-size: 12px !important;
  background-position: 100% !important;
  background-repeat: no-repeat !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input {
  background-image: none !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input[type="radio"] {
  height: auto !important;
  width: 20px !important;
  margin: 0 !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input + label {
  margin-top: 0 !important;
  height: 12px !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_multiselect select {
  height: auto !important;
  background-image: none !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox ul li label {
  display: inline-block !important;
  height: 14px !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox ul li input {
  font-size: 16px !important;
  margin-top: 0px !important;
  margin-right: 2px !important;
  height: 14px !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.address_2 {
  margin-top: 10px !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.star_rating div.ginput_container ul.gfield_radio {
  margin-top: 0 !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.star_rating div.ginput_container ul.gfield_radio li {
  display: inline-block !important;
  margin-right: 2px !important;
  height: 30px !important;
  width: 30px !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.star_rating div.ginput_container ul.gfield_radio li input {
  display: none;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.star_rating div.ginput_container ul.gfield_radio li label {
  font-size: 0 !important;
  height: 30px !important;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  background-image: url(/wp-content/themes/saferack/images/star-closed.png) !important;
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.star_rating div.ginput_container ul.gfield_radio li.empty label {
  background-image: url(/wp-content/themes/saferack/images/star-open.png) !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.star_rating.no_selection div.ginput_container ul.gfield_radio li label {
  background-image: url(/wp-content/themes/saferack/images/star-open.png) !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.project_image {
  margin-top: 4px !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.project_image div.ginput_container div.gform_fileupload_multifile div.gform_drop_area {
  padding: 16px !important;
  border-radius: 0 !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.project_image div.ginput_container div.gform_fileupload_multifile div.gform_drop_area span.gform_drop_instructions {
  font-size: 14px !important;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 2px !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.project_image div.ginput_container div.gform_fileupload_multifile div.gform_drop_area input {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  border-radius: 0 !important;
  padding: 0 20px !important;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease !important;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease !important;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.project_image div.ginput_container div.gform_fileupload_multifile div.gform_drop_area input:hover {
  background-color: #434343 !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error {
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error label {
  margin-top: 0 !important;
  color: #4d4d4d !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container input, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container select, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container textarea {
  margin-bottom: 6px !important;
  border: 1px solid #cacaca !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container input:focus, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container select:focus, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container textarea:focus {
  border: 1px solid #8a8a8a !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.validation_message {
  color: #fa5004 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding-top: 0 !important;
  margin-top: -1px !important;
  margin-bottom: -10px !important;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.validation_message.gfield_description {
  margin-bottom: -14px !important;
}

div.gform_wrapper form div.gform_footer {
  width: 100%;
  margin-top: 4px !important;
}

div.gform_wrapper form div.gform_footer input[type="submit"] {
  float: none !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  background-color: #fa5004 !important;
  width: 100% !important;
  padding: 0.5rem 1.25rem !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  margin-right: 16px !important;
  -webkit-transition: background-color 0.2s ease !important;
  -moz-transition: background-color 0.2s ease !important;
  -o-transition: background-color 0.2s ease !important;
  transition: background-color 0.2s ease !important;
}

div.gform_wrapper form div.gform_footer input[type="submit"]:hover {
  background-color: #434343 !important;
}

* {
  -webkit-overflow-scrolling: touch;
}

.page-template-front-page #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-front-page #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-front-page .slider-talking-head-overlay {
  position: absolute;
  z-index: 11;
  overflow: hidden;
  width: 32.8125rem;
  left: 50%;
  margin-left: 6.25rem;
}

.page-template-front-page .slider-talking-head-overlay .canvas-trigger {
  position: absolute;
  left: 50%;
  margin: 15.9375rem -10.625rem;
  z-index: 9;
}

.page-template-front-page .slider-talking-head-overlay .canvas-trigger .far {
  float: left;
  color: #fff;
  font-size: 1.375rem;
  margin-top: -5px;
  margin-right: 5px;
  height: 0.375rem;
}

.page-template-front-page .slider-talking-head-overlay .canvas-trigger .far::before {
  font-size: 18px;
}

.page-template-front-page .slider-talking-head-overlay .canvas-trigger .far.toggle-off {
  display: none;
}

.page-template-front-page .slider-talking-head-overlay #canvas-idle-overlay {
  width: 86%;
  margin-top: 10.625rem;
  margin-left: 1.875rem;
}

.page-template-front-page .slider-talking-head-overlay #canvas-idle-overlay.hide-overlay {
  display: none;
}

.page-template-front-page .slider-talking-head-overlay #video-idle-overlay {
  display: none;
}

.page-template-front-page .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
  /* fill-in selected dot */
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-front-page .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header img {
    height: 610px;
  }
}

.page-template-front-page .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 60px;
}

.page-template-front-page .page-header .banner-content-wrapper.text-top {
  top: 60px;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header .banner-content-wrapper.text-top {
    top: 176px;
  }
}

.page-template-front-page .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-front-page .page-header .banner-content::before, .page-template-front-page .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-front-page .page-header .banner-content::after {
  clear: both;
}

.page-template-front-page .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-page .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-front-page .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-front-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-front-page .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-front-page .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-front-page .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-front-page .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-front-page .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-front-page .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-front-page .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-page .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-front-page .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header.no-video img {
    height: 610px;
  }
}

.page-template-front-page .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 60px;
}

.page-template-front-page .page-header.no-video .banner-content-wrapper.text-top {
  top: 60px;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header.no-video .banner-content-wrapper.text-top {
    top: 176px;
  }
}

.page-template-front-page .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-front-page .page-header.no-video .banner-content::before, .page-template-front-page .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-front-page .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-front-page .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-page .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-front-page .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-front-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-front-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-front-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-front-page .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-front-page .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-front-page .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-front-page .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-front-page .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-page .page-header .gallery-cell {
  opacity: 0;
  width: 100%;
}

.page-template-front-page .page-header .gallery-cell .video-placeholder {
  display: none;
}

@media (max-width: 939px) {
  .page-template-front-page .page-header .gallery-cell .video-placeholder {
    display: none;
  }
}

.page-template-front-page .page-header .gallery-cell:nth-of-type(1) {
  opacity: 1;
}

.page-template-front-page .page-header .flickity-page-dots {
  bottom: 1.25rem;
}

.page-template-front-page .page-header .flickity-page-dots .dot {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background-color: #eeeeee;
}

.page-template-front-page .page-header .flickity-page-dots .dot.is-selected {
  background: #fa5004;
}

.page-template-front-page .search-catalog-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5625rem;
  margin-bottom: 3.4375rem;
}

.page-template-front-page .search-catalog-wrapper::before, .page-template-front-page .search-catalog-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-front-page .search-catalog-wrapper::after {
  clear: both;
}

.page-template-front-page .search-catalog-wrapper .number-one-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .search-catalog-wrapper .number-one-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-page .search-catalog-wrapper .number-one-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .search-catalog-wrapper .number-one-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-page .search-catalog-wrapper .number-one-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-page .search-catalog-wrapper .number-one-wrapper:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-page .search-catalog-wrapper .number-one-wrapper .content-wrapper {
  display: table;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  padding: 1.25rem 0;
  width: 100%;
}

.page-template-front-page .search-catalog-wrapper .number-one-wrapper .content-wrapper img {
  width: 105%;
  max-width: none;
  margin: -2.5rem -1.625rem -1.875rem -1.625rem;
}

.page-template-front-page .search-catalog-wrapper .catalog-cta-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .search-catalog-wrapper .catalog-cta-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-page .search-catalog-wrapper .catalog-cta-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .search-catalog-wrapper .catalog-cta-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-page .search-catalog-wrapper .catalog-cta-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-page .search-catalog-wrapper .catalog-cta-wrapper:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-page .search-catalog-wrapper .catalog-cta-wrapper .content-wrapper {
  display: table;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  padding: 1.25rem 0;
  height: 100%;
  width: 100%;
}

.page-template-front-page .search-catalog-wrapper .catalog-cta-wrapper .content-wrapper img {
  width: 105%;
  max-width: none;
  margin: -2.5rem -1.625rem -1.875rem -1.625rem;
}

@media (max-width: 639px) {
  .page-template-front-page .search-catalog-wrapper .catalog-cta-wrapper {
    margin-top: 2.5rem;
  }
}

.page-template-front-page .featured-wrapper {
  padding: 2rem 3rem 0.5rem 3rem;
  margin-bottom: 3.75rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
}

.page-template-front-page .featured-wrapper .column .wrapper:hover a .text, .page-template-front-page .featured-wrapper .columns .wrapper:hover a .text {
  margin-bottom: 0;
}

.page-template-front-page .featured-wrapper .column .wrapper, .page-template-front-page .featured-wrapper .columns .wrapper {
  overflow: hidden;
}

.page-template-front-page .featured-wrapper .column .wrapper a .text, .page-template-front-page .featured-wrapper .columns .wrapper a .text {
  margin-bottom: -3.75rem;
  transition: margin-bottom 0.2s ease-in-out;
}

.page-template-front-page .featured-wrapper .column .wrapper a .text button, .page-template-front-page .featured-wrapper .columns .wrapper a .text button {
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 1rem;
  margin-bottom: 0.375rem;
}

.page-template-front-page .featured-wrapper .column .wrapper a .text button:hover, .page-template-front-page .featured-wrapper .columns .wrapper a .text button:hover {
  background-color: rgba(50, 50, 50, 0.8);
}

.page-template-front-page .featured {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .featured {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-front-page .featured > .column, .page-template-front-page .featured > .columns {
  width: 100%;
  float: left;
}

.page-template-front-page .featured > .column:nth-of-type(1n), .page-template-front-page .featured > .columns:nth-of-type(1n) {
  clear: none;
}

.page-template-front-page .featured > .column:nth-of-type(1n+1), .page-template-front-page .featured > .columns:nth-of-type(1n+1) {
  clear: both;
}

.page-template-front-page .featured > .column:last-child, .page-template-front-page .featured > .columns:last-child {
  float: left;
}

.page-template-front-page .featured .column, .page-template-front-page .featured .columns {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .featured .column, .page-template-front-page .featured .columns {
    margin-bottom: 1.875rem;
  }
}

.page-template-front-page .featured .wrapper {
  position: relative;
}

.page-template-front-page .featured img {
  width: 100%;
}

.page-template-front-page .featured .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(250, 80, 4, 0.8);
  color: white;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .featured > .column, .page-template-front-page .featured > .columns {
    width: 50%;
    float: left;
  }
  .page-template-front-page .featured > .column:nth-of-type(1n), .page-template-front-page .featured > .columns:nth-of-type(1n) {
    clear: none;
  }
  .page-template-front-page .featured > .column:nth-of-type(2n+1), .page-template-front-page .featured > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .page-template-front-page .featured > .column:last-child, .page-template-front-page .featured > .columns:last-child {
    float: left;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-front-page .featured > .column, .page-template-front-page .featured > .columns {
    width: 25%;
    float: left;
  }
  .page-template-front-page .featured > .column:nth-of-type(1n), .page-template-front-page .featured > .columns:nth-of-type(1n) {
    clear: none;
  }
  .page-template-front-page .featured > .column:nth-of-type(4n+1), .page-template-front-page .featured > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .page-template-front-page .featured > .column:last-child, .page-template-front-page .featured > .columns:last-child {
    float: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .page-template-front-page .featured > .column, .page-template-front-page .featured > .columns {
    width: 50%;
    float: left;
  }
  .page-template-front-page .featured > .column:nth-of-type(1n), .page-template-front-page .featured > .columns:nth-of-type(1n) {
    clear: none;
  }
  .page-template-front-page .featured > .column:nth-of-type(2n+1), .page-template-front-page .featured > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .page-template-front-page .featured > .column:last-child, .page-template-front-page .featured > .columns:last-child {
    float: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .page-template-front-page .featured > .column, .page-template-front-page .featured > .columns {
    width: 50%;
    float: left;
  }
  .page-template-front-page .featured > .column:nth-of-type(1n), .page-template-front-page .featured > .columns:nth-of-type(1n) {
    clear: none;
  }
  .page-template-front-page .featured > .column:nth-of-type(2n+1), .page-template-front-page .featured > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .page-template-front-page .featured > .column:last-child, .page-template-front-page .featured > .columns:last-child {
    float: left;
  }
}

.page-template-front-page .hero-product {
  width: 100%;
  margin-bottom: 3.75rem;
  position: relative;
}

@media (max-width: 639px) {
  .page-template-front-page .hero-product {
    display: none;
  }
}

.page-template-front-page .hero-product .hero-content-wrapper {
  width: 100%;
  overflow: hidden;
}

.page-template-front-page .hero-product .hero-content-wrapper .hero-text-wrapper {
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}

.page-template-front-page .hero-product .hero-content-wrapper .hero-text-wrapper h2 {
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 700;
}

.page-template-front-page .hero-product .hero-content-wrapper .hero-text-wrapper h3 {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.page-template-front-page .hero-product .hero-content-wrapper .hero-text-wrapper p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
}

@media screen and (max-width: 39.9375em) {
  .page-template-front-page .hero-product .hero-content-wrapper {
    background: rgba(250, 80, 4, 0.8);
  }
  .page-template-front-page .hero-product .hero-content-wrapper .hero-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
  }
  .page-template-front-page .hero-product .hero-content-wrapper .hero-content::before, .page-template-front-page .hero-product .hero-content-wrapper .hero-content::after {
    content: ' ';
    display: table;
  }
  .page-template-front-page .hero-product .hero-content-wrapper .hero-content::after {
    clear: both;
  }
}

@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .page-template-front-page .hero-product .hero-content-wrapper .hero-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-template-front-page .hero-product .hero-content-wrapper .hero-content:last-child:not(:first-child) {
    float: right;
  }
  .page-template-front-page .hero-product .hero-content-wrapper .hero-content, .page-template-front-page .hero-product .hero-content-wrapper .hero-content:last-child {
    float: none;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-page .hero-product .hero-content-wrapper .hero-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-front-page .hero-product .hero-content-wrapper .hero-content::before, .page-template-front-page .hero-product .hero-content-wrapper .hero-content::after {
    content: ' ';
    display: table;
  }
  .page-template-front-page .hero-product .hero-content-wrapper .hero-content::after {
    clear: both;
  }
  .page-template-front-page .hero-product .hero-content-wrapper .hero-text-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background: rgba(250, 80, 4, 0.8);
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-page .hero-product .hero-content-wrapper .hero-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-page .hero-product .hero-content-wrapper .hero-text-wrapper:last-child:not(:first-child) {
    float: right;
  }
  .page-template-front-page .hero-product .hero-content-wrapper .hero-text-wrapper .hero-text, .page-template-front-page .hero-product .hero-content-wrapper .hero-text-wrapper .hero-ctas {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.page-template-front-page .hero-product a.button {
  margin-right: 1.25rem;
}

.page-template-front-page main li {
  margin-bottom: 0.625rem;
}

.page-template-front-page .banner-content-wrapper .banner-content .header-text-wrapper .header-text .slide-title {
  text-shadow: 0 0 20px #000;
}

@media (max-width: 939px) {
  .page-template-front-page .banner-content-wrapper .banner-content .header-text-wrapper .header-text {
    width: 100%;
    text-align: center;
  }
  .page-template-front-page .banner-content-wrapper .banner-content .header-text-wrapper .header-text ul {
    margin-left: 0;
  }
  .page-template-front-page .banner-content-wrapper .banner-content .header-text-wrapper .header-text ul li {
    list-style-type: none;
  }
  .page-template-front-page .banner-content-wrapper .banner-content .header-text-wrapper .header-text p .inline-cta {
    margin-right: 0;
  }
}

.page-template-front-page .banner-content-wrapper .canvas-trigger {
  position: absolute;
  left: 50%;
  margin: 0.625rem -10.9375rem;
  z-index: 9;
}

.page-template-front-page .banner-content-wrapper .canvas-trigger .fa {
  float: left;
  color: #fff;
  font-size: 1.375rem;
  margin-top: -0.25rem;
  height: 0.375rem;
}

.page-template-front-page .banner-content-wrapper .canvas-trigger .fa.toggle-off {
  display: none;
}

@media (max-width: 1199px) {
  .page-template-front-page .slider-talking-head-wrapper, .page-template-front-page .slider-talking-head-overlay {
    display: none !important;
  }
}

@media (max-width: 939px) {
  .page-template-front-page .banner-content-wrapper.text-top, .page-template-front-page .banner-content-wrapper.text-bottom {
    top: 60px;
  }
}

.page-template-front-page .slider-talking-head-wrapper {
  display: none;
  bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-front-page .slider-talking-head-wrapper {
    display: block;
    position: absolute;
  }
  .page-template-front-page .slider-talking-head-wrapper .slider-video-wrapper {
    display: none;
  }
}

.page-template-front-page .slider-talking-head-wrapper .slider-canvas-wrapper .canvas-slider.video-canvas, .page-template-front-page .slider-talking-head-wrapper .slider-canvas-wrapper .canvas-placeholder.video-canvas {
  position: absolute;
  width: 27em;
  top: -23em;
  margin-left: 46em;
}

.page-template-front-page .slider-talking-head-wrapper .slider-canvas-wrapper .canvas-slider.hide-video, .page-template-front-page .slider-talking-head-wrapper .slider-canvas-wrapper .canvas-placeholder.hide-placeholder {
  display: none;
}

.page-template-front-page .holiday-slider-return {
  position: absolute;
  display: none;
  z-index: 11;
  top: 154px;
  cursor: pointer;
  height: 4em;
  width: 16em;
  background-color: #000;
  left: 50%;
  margin-left: -36.5em;
  margin-top: 1em;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider-return:hover {
  opacity: 1;
}

.page-template-front-page .holiday-slider.labor-day {
  position: absolute;
  display: block;
  z-index: 12;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 100px;
  overflow-y: hidden;
  height: 577px;
  background-color: #000;
}

.page-template-front-page .holiday-slider.labor-day .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.labor-day .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.labor-day .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.labor-day .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.labor-day .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.labor-day .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: 318px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.labor-day .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.labor-day .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.labor-day .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.labor-day .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.labor-day video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: 15px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.labor-day img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.veterans-day {
  position: absolute;
  display: block;
  z-index: 12;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 100px;
  overflow-y: hidden;
  height: 577px;
  background-color: #000;
}

.page-template-front-page .holiday-slider.veterans-day .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.veterans-day .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.veterans-day .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.veterans-day .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.veterans-day .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.veterans-day .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -172px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.veterans-day .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.veterans-day .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.veterans-day .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.veterans-day .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.veterans-day video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -461px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.veterans-day img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.valentines-day {
  position: absolute;
  display: block;
  z-index: 12;
  height: 590px;
  width: 2560px;
  padding-top: 14px;
  left: 50%;
  margin-left: -1280px;
  top: 48px;
  overflow: hidden;
}

.page-template-front-page .holiday-slider.valentines-day .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.valentines-day .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.valentines-day .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.valentines-day .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.valentines-day .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.valentines-day .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -356px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.valentines-day .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.valentines-day .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.valentines-day .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.valentines-day .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.valentines-day video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -548px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.valentines-day img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.easter {
  position: absolute;
  display: block;
  z-index: 12;
  height: 590px;
  width: 2560px;
  padding-top: 14px;
  left: 50%;
  margin-left: -1280px;
  top: 48px;
  overflow: hidden;
}

.page-template-front-page .holiday-slider.easter .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.easter .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.easter .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.easter .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.easter .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.easter .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -398px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.easter .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.easter .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.easter .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.easter .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.easter video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -683px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.easter img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.safety {
  position: absolute;
  display: block;
  z-index: 12;
  height: 590px;
  width: 2560px;
  padding-top: 14px;
  left: 50%;
  margin-left: -1280px;
  top: 48px;
  overflow: hidden;
}

@media (max-width: 639px) {
  .page-template-front-page .holiday-slider.safety {
    z-index: 0;
  }
}

.page-template-front-page .holiday-slider.safety .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.safety .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.safety .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.safety .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.safety .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.safety .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -398px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.safety .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.safety .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.safety .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.safety .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.safety video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -683px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.safety img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.mothers-day {
  position: absolute;
  display: block;
  z-index: 12;
  height: 590px;
  width: 2560px;
  padding-top: 14px;
  left: 50%;
  margin-left: -1280px;
  top: 48px;
  overflow: hidden;
}

.page-template-front-page .holiday-slider.mothers-day .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.mothers-day .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.mothers-day .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.mothers-day .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.mothers-day .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.mothers-day .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -325px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.mothers-day .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.mothers-day .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.mothers-day .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.mothers-day .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.mothers-day video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -610px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.mothers-day img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.fathers-day {
  position: absolute;
  display: block;
  z-index: 12;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 100px;
  overflow-y: hidden;
  height: 577px;
  background-color: #000;
}

.page-template-front-page .holiday-slider.fathers-day .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.fathers-day .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.fathers-day .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.fathers-day .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.fathers-day .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.fathers-day .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -310px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.fathers-day .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.fathers-day .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.fathers-day .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.fathers-day .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.fathers-day video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -607px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.fathers-day img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.independence-day {
  position: absolute;
  display: block;
  z-index: 12;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 100px;
  overflow-y: hidden;
  height: 577px;
  background-color: #000;
}

.page-template-front-page .holiday-slider.independence-day .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.independence-day .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.independence-day .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.independence-day .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.independence-day .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.independence-day .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -385px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.independence-day .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.independence-day .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.independence-day .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.independence-day .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.independence-day video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -676px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.independence-day img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.memorial-day {
  position: absolute;
  display: block;
  z-index: 12;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 100px;
  overflow-y: hidden;
  height: 577px;
  background-color: #000;
}

.page-template-front-page .holiday-slider.memorial-day .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.memorial-day .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.memorial-day .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.memorial-day .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.memorial-day .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.memorial-day .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: 255px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.memorial-day .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.memorial-day .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.memorial-day .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.memorial-day .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.memorial-day video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: 97px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.memorial-day img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.st-patricks-day {
  position: absolute;
  display: block;
  z-index: 12;
  height: 590px;
  width: 2560px;
  padding-top: 14px;
  left: 50%;
  margin-left: -1280px;
  top: 48px;
  overflow: hidden;
}

.page-template-front-page .holiday-slider.st-patricks-day .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.st-patricks-day .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.st-patricks-day .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.st-patricks-day .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.st-patricks-day .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.st-patricks-day .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -275px;
  margin-top: 328px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.st-patricks-day .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.st-patricks-day .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.st-patricks-day .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.st-patricks-day .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.st-patricks-day video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -549px;
  margin-top: 60px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-template-front-page .holiday-slider.st-patricks-day img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.thanksgiving {
  position: absolute;
  display: block;
  z-index: 12;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 48px;
}

.page-template-front-page .holiday-slider.thanksgiving .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.thanksgiving .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.thanksgiving .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.thanksgiving .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.thanksgiving .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.thanksgiving .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  width: 160px;
  height: 110px;
  margin-left: 165px;
  margin-top: 355px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.thanksgiving .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.thanksgiving .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.thanksgiving .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.thanksgiving .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.thanksgiving video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -73px;
  margin-top: 85px;
  -webkit-transform: scale(0.91, 0.91);
  -moz-transform: scale(0.91, 0.91);
  -ms-transform: scale(0.91, 0.91);
  transform: scale(0.91, 0.91);
}

.page-template-front-page .holiday-slider.thanksgiving img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.christmas {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 12;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 48px;
  background-color: #000;
}

.page-template-front-page .holiday-slider.christmas .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.christmas .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.christmas .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.christmas .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.christmas .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.christmas .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  width: 160px;
  height: 110px;
  margin-left: 165px;
  margin-top: 355px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.christmas .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.christmas .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.christmas .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.christmas .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.christmas video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -73px;
  margin-top: 85px;
  -webkit-transform: scale(0.91, 0.91);
  -moz-transform: scale(0.91, 0.91);
  -ms-transform: scale(0.91, 0.91);
  transform: scale(0.91, 0.91);
}

.page-template-front-page .holiday-slider.christmas img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.new-year {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 12;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 48px;
  background-color: #000;
}

.page-template-front-page .holiday-slider.new-year .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.new-year .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.new-year .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.new-year .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.new-year .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.new-year .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  width: 160px;
  height: 110px;
  margin-left: 165px;
  margin-top: 355px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.new-year .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.new-year .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.new-year .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.new-year .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.new-year video.holiday-video {
  position: absolute;
  left: 50%;
  margin-left: -73px;
  margin-top: 85px;
  -webkit-transform: scale(0.91, 0.91);
  -moz-transform: scale(0.91, 0.91);
  -ms-transform: scale(0.91, 0.91);
  transform: scale(0.91, 0.91);
}

.page-template-front-page .holiday-slider.new-year img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

.page-template-front-page .holiday-slider.halloween {
  position: absolute;
  display: block;
  z-index: 12;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 67px;
}

.page-template-front-page .holiday-slider.halloween .shadow-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3em 2em 1.5em 2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  left: 50%;
  margin-left: -32em;
  margin-top: 13em;
  text-align: center;
}

.page-template-front-page .holiday-slider.halloween .shadow-box p:nth-of-type(1) {
  font-size: 3.75em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #fff;
}

.page-template-front-page .holiday-slider.halloween .shadow-box p:nth-of-type(2) {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 24px;
}

.page-template-front-page .holiday-slider.halloween .shadow-box p:nth-of-type(3) {
  font-size: 3.3em;
  margin-bottom: 22px;
}

.page-template-front-page .holiday-slider.halloween .shadow-box p:nth-of-type(4) {
  font-size: 2.175em;
  font-weight: 300;
}

.page-template-front-page .holiday-slider.halloween .video-trigger-container {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: 270px;
  margin-top: 375px;
  z-index: 9;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-front-page .holiday-slider.halloween .video-trigger-container .icon-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  font-size: 3em;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.page-template-front-page .holiday-slider.halloween .video-trigger-container .icon-container i.fa {
  padding: 0.35em 0 0 0.15em;
  color: #191919;
}

.page-template-front-page .holiday-slider.halloween .video-trigger-container .icon-container i.fa.pause {
  font-size: 0.85em;
  margin-left: -0.15em;
  margin-top: 0.2em;
}

.page-template-front-page .holiday-slider.halloween .video-trigger-container:hover {
  opacity: 0.75;
}

.page-template-front-page .holiday-slider.halloween video.holiday-video {
  position: absolute;
  left: 50%;
  height: 500px;
  margin-top: 110px;
  margin-left: -661px;
}

.page-template-front-page .holiday-slider.halloween img {
  position: absolute;
  z-index: -1;
  width: 2560px;
  max-width: none;
  left: 50%;
  margin-left: -1280px;
}

@media (max-width: 1199px) {
  .page-template-front-page .holiday-slider-return {
    margin-left: 0;
    left: 1em;
  }
}

@media (max-width: 1119px) {
  .page-template-front-page .holiday-slider.safety .shadow-box {
    margin-left: -30em;
  }
  .page-template-front-page .holiday-slider.safety .video-trigger-container {
    margin-left: -330px;
  }
  .page-template-front-page .holiday-slider.safety video.holiday-video {
    margin-left: -518px;
  }
  .page-template-front-page .holiday-slider.safety img {
    margin-left: -1250px;
  }
}

@media (max-width: 939px) {
  .page-template-front-page .holiday-slider-return {
    display: none !important;
  }
  .page-template-front-page .holiday-slider.safety {
    top: 0;
    height: 596px;
  }
  .page-template-front-page .holiday-slider.safety .shadow-box {
    width: 32.2em;
    margin-left: -16.1em;
  }
  .page-template-front-page .holiday-slider.safety .video-trigger-container {
    display: none;
  }
  .page-template-front-page .holiday-slider.safety video.holiday-video {
    display: none;
  }
  .page-template-front-page .holiday-slider.safety img {
    margin-left: -1470px;
  }
}

@media (max-width: 639px) {
  .page-template-front-page .holiday-slider.safety {
    top: 78px;
    height: 325px;
    padding-top: 0;
  }
  .page-template-front-page .holiday-slider.safety .shadow-box {
    margin-top: 4em;
    font-size: 0.7em;
  }
  .page-template-front-page .holiday-slider.safety .shadow-box p {
    margin-bottom: 0.3em;
  }
  .page-template-front-page .holiday-slider.safety .shadow-box p:nth-of-type(2) {
    margin-bottom: 11px;
  }
  .page-template-front-page .holiday-slider.safety .shadow-box p:nth-of-type(3) {
    margin-bottom: 10px;
  }
  .page-template-front-page .holiday-slider.safety img {
    display: none;
  }
  .page-template-front-page .holiday-slider.safety {
    overflow: visible;
    top: 78px;
    height: auto;
  }
  .page-template-front-page div.mobile-slide {
    display: block !important;
    width: 100%;
    height: 329px;
    margin: 0 auto !important;
    background-size: cover;
    background-position: calc(50% + 66px) 50%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 400px) {
  .page-template-front-page .holiday-slider.safety .shadow-box {
    margin-top: 5em;
    font-size: 0.6em;
  }
  .page-template-front-page .holiday-slider.safety .shadow-box p {
    margin-bottom: 0.3em;
  }
  .page-template-front-page .holiday-slider.safety .shadow-box p:nth-of-type(1) {
    border-bottom: 1px solid #fff;
  }
  .page-template-front-page .holiday-slider.safety .shadow-box p:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .page-template-front-page .holiday-slider.safety .shadow-box p:nth-of-type(3) {
    margin-bottom: 9px;
  }
}

* {
  -webkit-overflow-scrolling: touch;
}

.mobile-show {
  display: none;
}

@media (max-width: 639px) {
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
}

.page-template-front-template #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-front-template #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 9999;
  }
}

.page-template-front-template div#content {
  margin-bottom: 40px;
}

.page-template-front-template div#content div.front-static-return {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  opacity: 0.75;
  width: 250px;
  margin-top: 20px;
  right: -125px;
  -webkit-transition: opacity ease 0.2s, right ease 0.2s;
  -moz-transition: opacity ease 0.2s, right ease 0.2s;
  -o-transition: opacity ease 0.2s, right ease 0.2s;
  transition: opacity ease 0.2s, right ease 0.2s;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-static-return {
    display: none;
  }
}

.page-template-front-template div#content div.front-static-return:hover {
  opacity: 1;
  right: 0;
}

.page-template-front-template div#content div.front-slider-wrapper {
  position: relative;
  height: 406px;
  width: 100%;
  margin-bottom: 2rem;
  background-color: #000;
  border-bottom: 6px solid #fa5004;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-slider-wrapper {
    height: auto;
    margin-bottom: 1rem;
  }
}

.page-template-front-template div#content div.front-slider-wrapper.front-main {
  visibility: hidden;
  opacity: 0;
}

.page-template-front-template div#content div.front-slider-wrapper.front-main.slider-loaded {
  visibility: visible;
  opacity: 1;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static {
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -1280px;
  height: 406px;
  width: 2560px;
  overflow: hidden;
  background-color: #000;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide {
  height: 100%;
  width: 100%;
  background-color: #000;
  background-size: cover;
  background-position: 50% -114px;
  background-repeat: no-repeat;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide.holiday-slide {
  background-size: 2000px;
  background-position: 50% -40px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide img.front-static-mobile {
  display: none;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper {
  position: absolute;
  left: 50%;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper {
    display: none;
  }
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper a {
  position: absolute;
  z-index: 9;
  height: 3rem;
  width: 3rem;
  border-radius: 999px;
  background-color: #fa5004;
  margin: 13.25rem 0 0 8.25rem;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper a div.svg-container svg.play {
  position: absolute;
  display: block !important;
  height: 48px;
  width: 48px;
  margin: -10px -14px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper a div.svg-container svg.play path {
  fill: #fff;
  -webkit-transition: fill ease 0.2s;
  -moz-transition: fill ease 0.2s;
  -o-transition: fill ease 0.2s;
  transition: fill ease 0.2s;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper a div.svg-container svg.play.slider-sound-off {
  display: none;
  margin: 0 -5px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper a div.svg-container div.pause {
  display: none;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper a div.svg-container div.pause div {
  display: inline-block;
  height: 18px;
  width: 2px;
  margin: 3px 1px;
  background-color: #fff;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper a:hover {
  background-color: #d54403;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.memorial-day {
  margin: -13px 0 0 76px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.memorial-day video {
  height: 429px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.fathers-day {
  margin: -13px 0 0 -473px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.fathers-day a {
  margin: 13.25rem 0 0 15rem;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.fathers-day video {
  height: 429px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.independence-day {
  margin: -13px 0 0 -398px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.independence-day a {
  margin: 13.25rem 0 0 15rem;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.independence-day video {
  height: 429px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.active a div.svg-container svg.play {
  display: none !important;
}

.page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide div.front-static-video-wrapper.active a div.svg-container div.pause {
  display: block;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-slider-wrapper.front-static {
    height: auto;
    width: 100%;
    left: 0;
    margin-left: 0;
    background-image: none !important;
  }
  .page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide {
    background: none !important;
  }
  .page-template-front-template div#content div.front-slider-wrapper.front-static div.front-slide img.front-static-mobile {
    display: block;
  }
}

.page-template-front-template div#content div.front-slider-wrapper.front-video {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: 100px;
  width: 420px;
  background-color: transparent;
  border-color: transparent;
  overflow: hidden;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-slider-wrapper.front-video {
    display: none;
  }
}

.page-template-front-template div#content div.front-slider-wrapper.front-video a {
  position: absolute;
  z-index: 9;
  height: 3rem;
  width: 3rem;
  border-radius: 999px;
  background-color: #fa5004;
  margin: 5.25rem 0 0 4.5rem;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video a svg {
  position: absolute;
  height: 34px;
  width: 34px;
  margin: 0 -14px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video a svg path {
  fill: #fff;
  -webkit-transition: fill ease 0.2s;
  -moz-transition: fill ease 0.2s;
  -o-transition: fill ease 0.2s;
  transition: fill ease 0.2s;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video a svg.slider-sound-off {
  display: none;
  margin: 0 -5px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video a:hover {
  background-color: #d54403;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video canvas, .page-template-front-template div#content div.front-slider-wrapper.front-video video {
  display: none;
  position: absolute;
  bottom: 0;
  margin-bottom: -14px;
  width: 100%;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video canvas {
  height: 387.69px;
  width: 420px;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video.active a svg.slider-sound-off {
  display: block;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video.active a svg.slider-sound-on {
  display: none;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video.active canvas {
  display: block;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video.active video {
  display: block;
}

.page-template-front-template div#content div.front-slider-wrapper.front-video.active video.green-screen {
  height: 0;
  width: 0;
  opacity: 0;
}

.page-template-front-template div#content div.front-slider-wrapper.front-placeholder {
  position: absolute;
}

.page-template-front-template div#content div.front-slider-wrapper.front-placeholder.slider-loaded {
  display: none;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slider button.slick-arrow {
  display: none !important;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  font-size: 0;
  border-radius: 999px;
  border: 2px solid #fff;
  background-image: url(/wp-content/themes/saferack/images/mobile-gallery-left.png);
  background-size: 70%;
  background-position: 4px center;
  background-repeat: no-repeat;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slider button.slick-arrow.slick-next {
  left: auto;
  right: 10px;
  background-image: url(/wp-content/themes/saferack/images/mobile-gallery-right.png);
  background-position: 7px center;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slider button.slick-arrow {
    display: block !important;
  }
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide {
  position: relative;
  height: 400px;
  width: 100%;
  outline: none;
  overflow: hidden;
  -webkit-transition: background-image ease 0.2s;
  -moz-transition: background-image ease 0.2s;
  -o-transition: background-image ease 0.2s;
  transition: background-image ease 0.2s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide::before {
  content: '';
  position: absolute;
  visibility: visible;
  width: 110%;
  height: 110%;
  top: -5%;
  bottom: -5%;
  background: inherit;
  -webkit-filter: url("#temp-blur") saturate(2);
  -moz-filter: url("#temp-blur");
  filter: url("#temp-blur");
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide::before {
    visibility: hidden;
  }
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide.hide-blur::before {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  width: 100%;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper::before, .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper::after {
  clear: both;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: 100%;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 58.75em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content {
    width: 41.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content {
    width: 58.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content:last-child:not(:first-child) {
    float: right;
  }
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content {
    display: none;
  }
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content {
  height: 100%;
  max-width: 430px;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content div.outer {
  display: table;
  height: 100%;
  width: 100%;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content div.outer div.inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content div.outer div.inner h1, .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content div.outer div.inner h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content div.outer div.inner ul li {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 0.25rem;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content div.outer div.inner ul li:last-of-type {
  margin-bottom: 0;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content div.outer div.inner p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content div.outer div.inner p:last-of-type {
  margin-bottom: 0;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-content div.content div.outer div.inner a {
  margin-bottom: 0;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-divider {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-divider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-divider:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-divider {
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-divider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-divider:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video {
    width: 41.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video div.video {
  visibility: hidden;
  opacity: 0;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video div.video canvas {
  position: absolute;
  bottom: 0;
  margin: 0 0 -120px -135px;
  transform: scale(0.64);
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video div.video video {
  height: 0;
  width: 0;
  opacity: 0;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper div.slide-video div.video.active {
  visibility: visible;
  opacity: 1;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide img.slide-background-temp {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
}

.page-template-front-template div#content div.front-slider-wrapper div.front-slide img.front-slide-mobile {
  display: none;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide {
    height: auto;
  }
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide div.slide-content-wrapper {
    display: none;
  }
  .page-template-front-template div#content div.front-slider-wrapper div.front-slide img.front-slide-mobile {
    display: block;
  }
}

.page-template-front-template div#content div.front-slider-wrapper ul.slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  bottom: 0;
}

.page-template-front-template div#content div.front-slider-wrapper ul.slick-dots li {
  display: inline-block;
  list-style-type: none;
}

.page-template-front-template div#content div.front-slider-wrapper ul.slick-dots li button {
  font-size: 0;
  height: 1rem;
  width: 1rem;
  margin: 0 0.5rem;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}

.page-template-front-template div#content div.front-slider-wrapper ul.slick-dots li:hover button {
  background-color: #e9e9e9;
}

.page-template-front-template div#content div.front-slider-wrapper ul.slick-dots li.slick-active button {
  background-color: #fa5004;
}

.page-template-front-template div#content div.front-slider-wrapper ul.slick-dots li.slick-active:hover button {
  background-color: #d54403;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.front-slider-wrapper ul.slick-dots {
    display: none !important;
  }
}

.page-template-front-template div#content div.above-grid-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-front-template div#content div.above-grid-wrapper::before, .page-template-front-template div#content div.above-grid-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-front-template div#content div.above-grid-wrapper::after {
  clear: both;
}

.page-template-front-template div#content div.above-grid-wrapper div.above-grid-col {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.above-grid-wrapper div.above-grid-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-template div#content div.above-grid-wrapper div.above-grid-col:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.above-grid-wrapper div.above-grid-col.col-2 {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-template div#content div.above-grid-wrapper div.above-grid-col.col-2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.above-grid-wrapper div.above-grid-col.col-2:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-template div#content div.featured-categories-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.page-template-front-template div#content div.featured-categories-wrapper::before, .page-template-front-template div#content div.featured-categories-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-front-template div#content div.featured-categories-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.featured-categories-wrapper {
    margin-bottom: 0.5rem;
  }
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.featured-categories-wrapper div.featured-categories-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories-header:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.featured-categories-wrapper div.featured-categories-header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-template div#content div.featured-categories-wrapper div.featured-categories-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.featured-categories-wrapper div.featured-categories-header:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category div.image {
  position: relative;
  height: 200px;
  width: 100%;
  margin-bottom: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category div.image div.outer {
  display: table;
  height: 100%;
  width: 100%;
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category div.image div.outer div.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category div.image div.outer div.inner a {
  margin-top: -17px;
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category div.image div.title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 0.9rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.125rem;
}

.page-template-front-template div#content div.featured-categories-wrapper div.featured-categories div.featured-category:last-of-type {
  float: left !important;
}

.page-template-front-template div#content div.below-grid-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.page-template-front-template div#content div.below-grid-wrapper::before, .page-template-front-template div#content div.below-grid-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-front-template div#content div.below-grid-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.below-grid-wrapper {
    margin-bottom: 0.5rem;
  }
}

.page-template-front-template div#content div.below-grid-wrapper div.below-grid-col {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.below-grid-wrapper div.below-grid-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-template div#content div.below-grid-wrapper div.below-grid-col:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.below-grid-wrapper div.below-grid-col.col-1 {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-template div#content div.below-grid-wrapper div.below-grid-col.col-1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.below-grid-wrapper div.below-grid-col.col-1:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.below-grid-wrapper div.below-grid-col.col-2 {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-template div#content div.below-grid-wrapper div.below-grid-col.col-2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.below-grid-wrapper div.below-grid-col.col-2:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-template div#content div.below-grid-wrapper div.below-grid-col ul li {
  margin-bottom: 0.5rem;
}

.page-template-front-template div#content div.featured-product-banner-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper::before, .page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper::after {
  clear: both;
}

.page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content div.content {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 639px) {
  .page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content div.content {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content div.content h4, .page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content div.content p {
  color: #fff;
}

.page-template-front-template div#content div.featured-product-banner-wrapper div.featured-product-banner-content-wrapper div.featured-product-banner-content div.content a {
  margin-right: 1rem;
  margin-bottom: 0;
}

.page-template-industries-page img.industry-graphic {
  display: none;
}

.page-template-industries-page #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-industries-page .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-industries-page .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header img {
    height: 415px;
  }
}

.page-template-industries-page .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-industries-page .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-industries-page .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industries-page .page-header .banner-content::before, .page-template-industries-page .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-industries-page .page-header .banner-content::after {
  clear: both;
}

.page-template-industries-page .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industries-page .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-industries-page .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-industries-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-industries-page .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-industries-page .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industries-page .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-industries-page .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-industries-page .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-industries-page .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industries-page .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-industries-page .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-industries-page .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header.no-video img {
    height: 415px;
  }
}

.page-template-industries-page .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-industries-page .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-industries-page .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industries-page .page-header.no-video .banner-content::before, .page-template-industries-page .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-industries-page .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-industries-page .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industries-page .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-industries-page .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-industries-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-industries-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-industries-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industries-page .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-industries-page .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-industries-page .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-industries-page .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industries-page .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-industries-page .industries {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .industries {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-industries-page .industries > .industry {
  width: 100%;
  float: left;
}

.page-template-industries-page .industries > .industry:nth-of-type(1n) {
  clear: none;
}

.page-template-industries-page .industries > .industry:nth-of-type(1n+1) {
  clear: both;
}

.page-template-industries-page .industries > .industry:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .page-template-industries-page .industries > .industry {
    width: 33.33333%;
    float: left;
  }
  .page-template-industries-page .industries > .industry:nth-of-type(1n) {
    clear: none;
  }
  .page-template-industries-page .industries > .industry:nth-of-type(3n+1) {
    clear: both;
  }
  .page-template-industries-page .industries > .industry:last-child {
    float: left;
  }
}

.page-template-industries-page .industries .industry {
  margin-bottom: 1.875rem;
}

.page-template-industries-page .industries .industry img {
  margin-bottom: 1rem;
  width: 100%;
}

.page-template-industries-page .industries .industry nav {
  margin-bottom: 0.5rem;
}

.page-template-industries-page .industries .industry nav a {
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #363636;
  font-size: 0.875rem;
  white-space: nowrap;
}

.page-template-industries-page .industries .industry nav a:not(:last-child) {
  margin-right: 1rem;
}

.page-template-industries-page .industries .industry nav a:hover {
  color: #fa5004;
}

.page-template-industries-page .industries .industry nav a .fa {
  padding-right: 0.25rem;
}

.tax-sixaxis_industry #main {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 3.125rem;
}

.tax-sixaxis_industry #main::before, .tax-sixaxis_industry #main::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_industry #main::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry #main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_industry #main:last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_industry #main, .tax-sixaxis_industry #main:last-child {
  float: none;
}

.tax-sixaxis_industry #main .intro-block {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry #main .intro-block {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.tax-sixaxis_industry #main .intro-block #secondary {
  display: none;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry #main .intro-block #secondary {
    display: block;
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .tax-sixaxis_industry #main .intro-block #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry #main .intro-block #secondary:last-child:not(:first-child) {
    float: right;
  }
}

.tax-sixaxis_industry #main .intro-block #secondary h3 {
  text-transform: none;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cacaca;
}

.tax-sixaxis_industry #main .intro-block header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry #main .intro-block header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_industry #main .intro-block header:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry #main .intro-block header {
    width: 33.33333%;
  }
}

.tax-sixaxis_industry #main .intro-block header h1 {
  margin-bottom: 2rem;
}

.tax-sixaxis_industry #main .intro-block .image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry #main .intro-block .image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_industry #main .intro-block .image:last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_industry #main .intro-block .image img {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry #main .intro-block .image {
    width: 41.66667%;
  }
}

.tax-sixaxis_industry .videos-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
}

.tax-sixaxis_industry .videos-wrapper::before, .tax-sixaxis_industry .videos-wrapper::after {
  content: ' ';
  display: table;
}

.tax-sixaxis_industry .videos-wrapper::after {
  clear: both;
}

.tax-sixaxis_industry .videos-wrapper .video-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry .videos-wrapper .video-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tax-sixaxis_industry .videos-wrapper .video-header:last-child:not(:first-child) {
  float: right;
}

.tax-sixaxis_industry .videos-wrapper .videos > .column, .tax-sixaxis_industry .videos-wrapper .videos > .columns {
  width: 100%;
  float: left;
}

.tax-sixaxis_industry .videos-wrapper .videos > .column:nth-of-type(1n), .tax-sixaxis_industry .videos-wrapper .videos > .columns:nth-of-type(1n) {
  clear: none;
}

.tax-sixaxis_industry .videos-wrapper .videos > .column:nth-of-type(1n+1), .tax-sixaxis_industry .videos-wrapper .videos > .columns:nth-of-type(1n+1) {
  clear: both;
}

.tax-sixaxis_industry .videos-wrapper .videos > .column:last-child, .tax-sixaxis_industry .videos-wrapper .videos > .columns:last-child {
  float: left;
}

.tax-sixaxis_industry .videos-wrapper .videos img {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .tax-sixaxis_industry .videos-wrapper .videos > .column, .tax-sixaxis_industry .videos-wrapper .videos > .columns {
    width: 50%;
    float: left;
  }
  .tax-sixaxis_industry .videos-wrapper .videos > .column:nth-of-type(1n), .tax-sixaxis_industry .videos-wrapper .videos > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_industry .videos-wrapper .videos > .column:nth-of-type(2n+1), .tax-sixaxis_industry .videos-wrapper .videos > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .tax-sixaxis_industry .videos-wrapper .videos > .column:last-child, .tax-sixaxis_industry .videos-wrapper .videos > .columns:last-child {
    float: left;
  }
}

@media screen and (min-width: 58.75em) {
  .tax-sixaxis_industry .videos-wrapper .videos > .column, .tax-sixaxis_industry .videos-wrapper .videos > .columns {
    width: 33.33333%;
    float: left;
  }
  .tax-sixaxis_industry .videos-wrapper .videos > .column:nth-of-type(1n), .tax-sixaxis_industry .videos-wrapper .videos > .columns:nth-of-type(1n) {
    clear: none;
  }
  .tax-sixaxis_industry .videos-wrapper .videos > .column:nth-of-type(3n+1), .tax-sixaxis_industry .videos-wrapper .videos > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .tax-sixaxis_industry .videos-wrapper .videos > .column:last-child, .tax-sixaxis_industry .videos-wrapper .videos > .columns:last-child {
    float: left;
  }
}

.tax-sixaxis_industry .videos-wrapper .videos .video {
  margin-bottom: 1rem;
}

.tax-sixaxis_industry .videos-wrapper .videos .video div.video-title-outer {
  display: table;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #181818;
  color: #fff;
  width: 100%;
  margin-top: -0.5rem;
  padding: 0.25rem 1rem 0.25rem 2.875rem;
  height: 2.875rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.tax-sixaxis_industry .videos-wrapper .videos .video div.video-title-outer div.video-title-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.tax-sixaxis_industry .videos-wrapper .videos .video:hover div.video-title-outer {
  color: #fa5004;
}

.page-template-catalog-page #main, .page-template-catalog-thank-you #main {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .page-template-catalog-page #main, .page-template-catalog-thank-you #main {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-catalog-page .form-column, .page-template-catalog-thank-you .form-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-catalog-page .form-column, .page-template-catalog-thank-you .form-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-catalog-page .form-column:last-child:not(:first-child), .page-template-catalog-thank-you .form-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-catalog-page .form-column, .page-template-catalog-thank-you .form-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-catalog-page .form-column, .page-template-catalog-thank-you .form-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-catalog-page .form-column:last-child:not(:first-child), .page-template-catalog-thank-you .form-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-catalog-page .form-column div.image-wrapper, .page-template-catalog-thank-you .form-column div.image-wrapper {
  display: table;
  height: 23rem;
}

.page-template-catalog-page .form-column div.image-wrapper div.image-inner, .page-template-catalog-thank-you .form-column div.image-wrapper div.image-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.page-template-catalog-page .form-column .tabs, .page-template-catalog-thank-you .form-column .tabs {
  border: none;
  margin-top: -1.375rem;
  margin-bottom: -0.625rem;
}

.page-template-catalog-page .form-column .tabs-content, .page-template-catalog-thank-you .form-column .tabs-content {
  border: none;
}

.page-template-catalog-page .form-column .tabs-content .tabs-panel, .page-template-catalog-thank-you .form-column .tabs-content .tabs-panel {
  padding: 0;
}

.page-template-catalog-page .form-column .tabs-content .tabs-panel .catalog-choose, .page-template-catalog-thank-you .form-column .tabs-content .tabs-panel .catalog-choose {
  display: inline-block;
  color: #fa5004;
  background: transparent;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: left;
  padding: 0.125rem 0;
}

.page-template-catalog-page .form-column .tabs-content .tabs-panel .catalog-choose .choose-check, .page-template-catalog-thank-you .form-column .tabs-content .tabs-panel .catalog-choose .choose-check {
  cursor: pointer;
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  margin: 0 0.1875rem -0.1875rem 0;
  padding: 0.125rem;
  border-radius: 999px;
  border: 0.1875rem solid #fa5004;
}

.page-template-catalog-page .form-column .tabs-content .tabs-panel .catalog-choose .choose-check.is-active, .page-template-catalog-thank-you .form-column .tabs-content .tabs-panel .catalog-choose .choose-check.is-active {
  background-image: url(../images/check-bg.jpg);
  background-size: cover;
  background-position: center;
}

.page-template-catalog-page .form-column .tabs-content .tabs-panel .catalog-choose .choose-message, .page-template-catalog-thank-you .form-column .tabs-content .tabs-panel .catalog-choose .choose-message {
  display: inline-block;
}

.page-template-catalog-page .form-column .tabs-content .tabs-panel .catalog-choose:nth-of-type(1), .page-template-catalog-thank-you .form-column .tabs-content .tabs-panel .catalog-choose:nth-of-type(1) {
  margin-top: -0.375rem;
}

.page-template-catalog-page .form-column .tabs-content .tabs-panel p, .page-template-catalog-thank-you .form-column .tabs-content .tabs-panel p {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.page-template-catalog-page .form-column .tabs-catalog, .page-template-catalog-thank-you .form-column .tabs-catalog {
  text-align: center;
}

.page-template-catalog-page .form-column .tabs-catalog table tbody, .page-template-catalog-thank-you .form-column .tabs-catalog table tbody {
  background-color: transparent;
}

.page-template-catalog-page .form-column .tabs-catalog table tbody tr td, .page-template-catalog-thank-you .form-column .tabs-catalog table tbody tr td {
  padding: 0;
}

.page-template-catalog-page .form-column .tabs-catalog a, .page-template-catalog-thank-you .form-column .tabs-catalog a {
  display: table;
  color: #fa5004;
  background: transparent;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.75rem 0;
  text-align: left;
}

.page-template-catalog-page .form-column .tabs-catalog a .trigger-wrapper, .page-template-catalog-thank-you .form-column .tabs-catalog a .trigger-wrapper {
  display: table-cell;
  height: 1.125rem;
  width: 1.125rem;
  padding: 0.125rem;
  border-radius: 999px;
  border: 0.1875rem solid #fa5004;
}

.page-template-catalog-page .form-column .tabs-catalog a .trigger-wrapper .trigger, .page-template-catalog-thank-you .form-column .tabs-catalog a .trigger-wrapper .trigger {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #fa5004;
}

.page-template-catalog-page .form-column .tabs-catalog a .trigger-message, .page-template-catalog-thank-you .form-column .tabs-catalog a .trigger-message {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.375rem;
}

.page-template-catalog-page .form-column .tabs-catalog a .trigger-message img, .page-template-catalog-thank-you .form-column .tabs-catalog a .trigger-message img {
  position: absolute;
  width: 1.5625rem;
  margin-top: -0.4375rem;
  margin-left: 0.125rem;
}

.page-template-catalog-page .form-column .tabs-catalog:nth-of-type(1), .page-template-catalog-thank-you .form-column .tabs-catalog:nth-of-type(1) {
  margin-right: 6%;
}

.page-template-catalog-page .form-column .tabs-catalog.is-active a .trigger-wrapper .trigger, .page-template-catalog-thank-you .form-column .tabs-catalog.is-active a .trigger-wrapper .trigger {
  display: block;
}

.page-template-catalog-page .form-column .catalog-select, .page-template-catalog-thank-you .form-column .catalog-select {
  text-align: center;
}

.page-template-catalog-page .form-column .catalog-select table tbody, .page-template-catalog-thank-you .form-column .catalog-select table tbody {
  background-color: transparent;
}

.page-template-catalog-page .form-column .catalog-select table tbody tr td, .page-template-catalog-thank-you .form-column .catalog-select table tbody tr td {
  padding: 0;
}

.page-template-catalog-page .form-column .catalog-select a, .page-template-catalog-thank-you .form-column .catalog-select a {
  display: table;
  color: #fa5004;
  background: transparent;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.75rem 0;
  text-align: left;
}

.page-template-catalog-page .form-column .catalog-select a .trigger-wrapper, .page-template-catalog-thank-you .form-column .catalog-select a .trigger-wrapper {
  display: table-cell;
  height: 1.125rem;
  width: 1.125rem;
  padding: 0.125rem;
  border-radius: 999px;
  border: 0.1875rem solid #fa5004;
}

.page-template-catalog-page .form-column .catalog-select a .trigger-wrapper .trigger, .page-template-catalog-thank-you .form-column .catalog-select a .trigger-wrapper .trigger {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #fa5004;
}

.page-template-catalog-page .form-column .catalog-select a .trigger-message, .page-template-catalog-thank-you .form-column .catalog-select a .trigger-message {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.375rem;
}

.page-template-catalog-page .form-column .catalog-select:nth-of-type(1), .page-template-catalog-thank-you .form-column .catalog-select:nth-of-type(1) {
  margin-right: 6%;
}

.page-template-catalog-page .form-column .catalog-select.is-active a .trigger-wrapper .trigger, .page-template-catalog-thank-you .form-column .catalog-select.is-active a .trigger-wrapper .trigger {
  display: block;
}

.page-template-catalog-page .form-column .form-select, .page-template-catalog-thank-you .form-column .form-select {
  text-align: center;
}

.page-template-catalog-page .form-column .form-select .columns, .page-template-catalog-thank-you .form-column .form-select .columns {
  padding: 0;
  height: 2.25rem;
}

.page-template-catalog-page .form-column .form-select .columns:nth-of-type(1), .page-template-catalog-thank-you .form-column .form-select .columns:nth-of-type(1) {
  text-align: left;
}

.page-template-catalog-page .form-column .form-select .columns:nth-of-type(3), .page-template-catalog-thank-you .form-column .form-select .columns:nth-of-type(3) {
  text-align: right;
}

.page-template-catalog-page .form-column .form-select .button, .page-template-catalog-thank-you .form-column .form-select .button {
  width: 90%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-template-catalog-page .form-column .form-select .button .fa, .page-template-catalog-thank-you .form-column .form-select .button .fa {
  color: #fff;
}

.page-template-catalog-page .form-column .form-select .button.selected:hover, .page-template-catalog-thank-you .form-column .form-select .button.selected:hover {
  background-color: #fa5004;
}

.page-template-catalog-page .form-column .form-select .button:not(.selected), .page-template-catalog-thank-you .form-column .form-select .button:not(.selected) {
  background-color: #eeeeee;
  color: #171314;
  height: 2.5rem;
}

.page-template-catalog-page .form-column .form-select .button:not(.selected) .fa, .page-template-catalog-thank-you .form-column .form-select .button:not(.selected) .fa {
  color: #fa5004;
}

.page-template-catalog-page .form-column .form-container, .page-template-catalog-thank-you .form-column .form-container {
  margin: 0 0 1rem 0;
  padding: 2rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #363636;
  background-color: white;
  overflow: hidden;
  border-top: 6px solid #fa5004;
}

.page-template-catalog-page .form-column .form-container > :first-child, .page-template-catalog-thank-you .form-column .form-container > :first-child {
  margin-top: 0;
}

.page-template-catalog-page .form-column .form-container > :last-child, .page-template-catalog-thank-you .form-column .form-container > :last-child {
  margin-bottom: 0;
}

.page-template-catalog-page .form-column form .frow, .page-template-catalog-thank-you .form-column form .frow {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-catalog-page .form-column form .frow, .page-template-catalog-thank-you .form-column form .frow {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-catalog-page .form-column form label, .page-template-catalog-page .form-column form select, .page-template-catalog-thank-you .form-column form label, .page-template-catalog-thank-you .form-column form select {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #4d4d4d;
  font-size: 1.0625rem;
}

.page-template-catalog-page .form-column form input, .page-template-catalog-page .form-column form textarea, .page-template-catalog-thank-you .form-column form input, .page-template-catalog-thank-you .form-column form textarea {
  font-size: 0.9375rem;
}

.page-template-catalog-page .form-column form textarea, .page-template-catalog-thank-you .form-column form textarea {
  resize: none;
  height: 6.25rem;
}

.page-template-catalog-page .form-column form input[type="submit"], .page-template-catalog-thank-you .form-column form input[type="submit"] {
  width: 100%;
}

.page-template-catalog-page .form-column form input, .page-template-catalog-page .form-column form textarea, .page-template-catalog-page .form-column form select, .page-template-catalog-thank-you .form-column form input, .page-template-catalog-thank-you .form-column form textarea, .page-template-catalog-thank-you .form-column form select {
  font-size: 0.9375rem;
}

.page-template-catalog-page .form-column form select, .page-template-catalog-thank-you .form-column form select {
  margin-top: 0.625rem;
  background-image: url(../images/select-chevron.png);
  background-size: 16px 12px;
  background-position: right;
}

.page-template-catalog-page .image-column, .page-template-catalog-thank-you .image-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-catalog-page .image-column, .page-template-catalog-thank-you .image-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-catalog-page .image-column:last-child:not(:first-child), .page-template-catalog-thank-you .image-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-catalog-page .image-column, .page-template-catalog-thank-you .image-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-catalog-page .image-column, .page-template-catalog-thank-you .image-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-catalog-page .image-column:last-child:not(:first-child), .page-template-catalog-thank-you .image-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-catalog-page .image-column div.image-wrapper, .page-template-catalog-thank-you .image-column div.image-wrapper {
  display: table;
  height: 23rem;
}

.page-template-catalog-page .image-column div.image-wrapper div.image-inner, .page-template-catalog-thank-you .image-column div.image-wrapper div.image-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.page-template-catalog-page .image-column img, .page-template-catalog-thank-you .image-column img {
  width: 100%;
}

.page-template-catalog-page .fixed-product-cta-wrapper, .page-template-catalog-thank-you .fixed-product-cta-wrapper {
  display: none;
}

.page-template-catalog-thank-you .saferack-btn {
  background-color: #fa5004;
  width: 12.5rem;
  padding: 0.75rem 1.625rem;
}

.page-template-catalog-thank-you .saferack-btn img {
  float: left;
  width: 1.25rem !important;
}

.page-template-catalog-thank-you .saferack-btn div {
  float: right;
  margin-top: 0.25rem;
}

.page-template-catalog-thank-you .saferack-btn:hover {
  background-color: #4d4d4d;
}

.page-template-catalog-thank-you .erectastep-btn {
  background-color: #0181c8;
  width: 12.5rem;
  padding: 0.75rem 0.875rem;
}

.page-template-catalog-thank-you .erectastep-btn img {
  float: left;
  width: 1.25rem !important;
}

.page-template-catalog-thank-you .erectastep-btn div {
  float: right;
  margin-top: 0.25rem;
}

.page-template-catalog-thank-you .erectastep-btn:hover {
  background-color: #4d4d4d;
}

.page-template-catalog-thank-you .catalog-thank-you-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-catalog-thank-you .catalog-thank-you-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-catalog-thank-you .catalog-thank-you-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-catalog-thank-you .catalog-thank-you-wrapper hr {
  margin: 2.5rem 0;
}

.page-template-catalog-thank-you .image-column, .page-template-catalog-thank-you .form-column {
  text-align: center;
}

.page-template-catalog-thank-you .image-column img {
  width: 62%;
}

.page-template-catalog-thank-you .form-column img {
  width: 90.6%;
}

.page-template-christmas-page #main {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .page-template-christmas-page #main {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-christmas-page .christmas-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-christmas-page .christmas-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-christmas-page .christmas-content:last-child:not(:first-child) {
  float: right;
}

.page-template-christmas-page .christmas-content .video-main iframe {
  width: 100%;
}

.page-template-christmas-page .christmas-content .video-thumb-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-christmas-page .christmas-content .video-thumb-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-christmas-page .christmas-content .video-thumb-wrapper h2.thumb-title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 2.5rem 0 1.25rem 0;
}

@media screen and (min-width: 40em) {
  .page-template-christmas-page .christmas-content .video-thumb-wrapper h2.thumb-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-christmas-page .christmas-content .video-thumb-wrapper h2.thumb-title:last-child:not(:first-child) {
  float: right;
}

.page-template-christmas-page .christmas-content .video-thumb-wrapper .christmas-thumb {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-christmas-page .christmas-content .video-thumb-wrapper .christmas-thumb {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-christmas-page .christmas-content .video-thumb-wrapper .christmas-thumb:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-christmas-page .christmas-content .video-thumb-wrapper .christmas-thumb {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-christmas-page .christmas-content .video-thumb-wrapper .christmas-thumb {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-christmas-page .christmas-content .video-thumb-wrapper .christmas-thumb:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-christmas-page .christmas-content .video-thumb-wrapper .christmas-thumb h2.entry-title {
  font-size: 1.25rem;
  margin-top: 0.75rem;
}

.page-template-christmas-page .christmas-content .video-thumb-wrapper .christmas-thumb:last-of-type {
  float: left !important;
}

.page-template-why-choose-saferack #main {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .page-template-why-choose-saferack #main {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-why-choose-saferack #main .intro-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-why-choose-saferack #main .intro-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-why-choose-saferack #main .intro-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-why-choose-saferack #main .intro-wrapper h1 {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-why-choose-saferack #main .intro-wrapper h1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-why-choose-saferack #main .intro-wrapper h1:last-child:not(:first-child) {
  float: right;
}

.page-template-why-choose-saferack #main .intro-wrapper .intro-graphic {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-why-choose-saferack #main .intro-wrapper .intro-graphic {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-why-choose-saferack #main .intro-wrapper .intro-graphic:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 39.9375em) {
  .page-template-why-choose-saferack #main .intro-wrapper .intro-graphic {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .page-template-why-choose-saferack #main .intro-wrapper .intro-graphic {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-template-why-choose-saferack #main .intro-wrapper .intro-graphic:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-why-choose-saferack #main .intro-wrapper .intro-graphic img {
  max-width: 15.625rem;
  width: 100%;
}

.page-template-why-choose-saferack #main .intro-wrapper .intro-text {
  width: 75%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  .page-template-why-choose-saferack #main .intro-wrapper .intro-text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-why-choose-saferack #main .intro-wrapper .intro-text:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 39.9375em) {
  .page-template-why-choose-saferack #main .intro-wrapper .intro-text {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .page-template-why-choose-saferack #main .intro-wrapper .intro-text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-template-why-choose-saferack #main .intro-wrapper .intro-text:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-about-page #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-about-page .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-about-page .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header img {
    height: 415px;
  }
}

.page-template-about-page .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-about-page .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-about-page .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-page .page-header .banner-content::before, .page-template-about-page .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-about-page .page-header .banner-content::after {
  clear: both;
}

.page-template-about-page .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-about-page .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-about-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-about-page .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-about-page .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-about-page .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-about-page .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-about-page .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-about-page .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-about-page .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-about-page .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-about-page .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header.no-video img {
    height: 415px;
  }
}

.page-template-about-page .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-about-page .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-about-page .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-page .page-header.no-video .banner-content::before, .page-template-about-page .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-about-page .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-about-page .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-about-page .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-about-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-about-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-about-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-about-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-about-page .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-about-page .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-about-page .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-about-page .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-about-page .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-about-page #content #primary {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.page-template-about-page #content #primary:last-child:not(:first-child) {
  float: none;
}

.page-template-about-page #locations {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
}

.page-template-about-page #locations::before, .page-template-about-page #locations::after {
  content: ' ';
  display: table;
}

.page-template-about-page #locations::after {
  clear: both;
}

.page-template-about-page #locations h2 {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #locations h2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #locations h2:last-child:not(:first-child) {
  float: right;
}

.page-template-about-page #locations .locations > [typeof="LocalBusiness"] {
  width: 100%;
  float: left;
}

.page-template-about-page #locations .locations > [typeof="LocalBusiness"]:nth-of-type(1n) {
  clear: none;
}

.page-template-about-page #locations .locations > [typeof="LocalBusiness"]:nth-of-type(1n+1) {
  clear: both;
}

.page-template-about-page #locations .locations > [typeof="LocalBusiness"]:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #locations .locations > [typeof="LocalBusiness"] {
    width: 33.33333%;
    float: left;
  }
  .page-template-about-page #locations .locations > [typeof="LocalBusiness"]:nth-of-type(1n) {
    clear: none;
  }
  .page-template-about-page #locations .locations > [typeof="LocalBusiness"]:nth-of-type(3n+1) {
    clear: both;
  }
  .page-template-about-page #locations .locations > [typeof="LocalBusiness"]:last-child {
    float: left;
  }
}

.page-template-about-page #locations [typeof="LocalBusiness"] {
  margin-bottom: 2.25rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #363636;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
}

.page-template-about-page #locations [typeof="LocalBusiness"] h3 {
  font-size: 1.125rem;
}

@media screen and (min-width: 58.75em) {
  .page-template-about-page #locations [typeof="LocalBusiness"] h3 {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-about-page #locations [typeof="LocalBusiness"] {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-about-page #locations [typeof="LocalBusiness"] {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.page-template-about-page #locations [typeof="LocalBusiness"] [property="address"] {
  margin-top: 1rem;
}

.page-template-about-page #locations [typeof="LocalBusiness"] .contact {
  margin-top: 0.75rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.125rem;
}

.page-template-about-page #locations [typeof="LocalBusiness"] .contact span {
  text-transform: none;
  color: #fa5004;
}

.page-template-about-page #locations [typeof="LocalBusiness"] .directions {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-top: 0;
}

.page-template-about-page #locations [typeof="LocalBusiness"] .directions .fa {
  padding-right: 4px;
}

.page-template-about-page #about-intro-wrapper {
  background-size: cover;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background-image: url("../images/about-intro-bg.jpg");
}

.page-template-about-page #about-intro-wrapper #about-intro {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-page #about-intro-wrapper #about-intro::before, .page-template-about-page #about-intro-wrapper #about-intro::after {
  content: ' ';
  display: table;
}

.page-template-about-page #about-intro-wrapper #about-intro::after {
  clear: both;
}

.page-template-about-page #about-intro-wrapper #about-intro .text, .page-template-about-page #about-intro-wrapper #about-intro .image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #fff;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #about-intro-wrapper #about-intro .text, .page-template-about-page #about-intro-wrapper #about-intro .image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #about-intro-wrapper #about-intro .text:last-child:not(:first-child), .page-template-about-page #about-intro-wrapper #about-intro .image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #about-intro-wrapper #about-intro .text, .page-template-about-page #about-intro-wrapper #about-intro .image {
    width: 50%;
  }
}

.page-template-about-page #team {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 4.0625rem;
}

.page-template-about-page #team::before, .page-template-about-page #team::after {
  content: ' ';
  display: table;
}

.page-template-about-page #team::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #team {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #team:last-child:not(:first-child) {
  float: right;
}

.page-template-about-page #team, .page-template-about-page #team:last-child {
  float: none;
}

.page-template-about-page #team img {
  width: 100%;
  margin-bottom: 1.25rem;
}

.page-template-about-page #team h4 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
  margin-top: 2.5rem;
}

.page-template-about-page #team .team-members {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #team .team-members {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-about-page #team .team-members > .team-member {
  width: 50%;
  float: left;
}

.page-template-about-page #team .team-members > .team-member:nth-of-type(1n) {
  clear: none;
}

.page-template-about-page #team .team-members > .team-member:nth-of-type(2n+1) {
  clear: both;
}

.page-template-about-page #team .team-members > .team-member:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #team .team-members > .team-member {
    width: 25%;
    float: left;
  }
  .page-template-about-page #team .team-members > .team-member:nth-of-type(1n) {
    clear: none;
  }
  .page-template-about-page #team .team-members > .team-member:nth-of-type(4n+1) {
    clear: both;
  }
  .page-template-about-page #team .team-members > .team-member:last-child {
    float: left;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-about-page #team .team-members > .team-member {
    width: 16.66667%;
    float: left;
  }
  .page-template-about-page #team .team-members > .team-member:nth-of-type(1n) {
    clear: none;
  }
  .page-template-about-page #team .team-members > .team-member:nth-of-type(6n+1) {
    clear: both;
  }
  .page-template-about-page #team .team-members > .team-member:last-child {
    float: left;
  }
}

.page-template-about-page #team .team-members .team-member {
  margin-bottom: 1.875rem;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #team .team-members .team-member {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-template-about-page #team .team-members .team-member img {
  margin-bottom: 1rem;
}

.page-template-about-page #team .team-members .team-member [property="name"] {
  margin-bottom: 0;
}

.page-template-about-page #team .team-members .team-member [property="jobTitle"] {
  display: block;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0.625rem 0 0.375rem 0;
}

.page-template-about-page #team .team-members .team-member [property="email"] {
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

.page-template-about-page #team .team-members .team-member .contact-link {
  float: left;
  height: 30px;
  width: 30px;
  background-color: #191919;
  padding: 8px;
  border-radius: 999px;
  margin: 4px 6px 0 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-about-page #team .team-members .team-member .contact-link:hover {
  background-color: #fa5004;
}

.page-template-about-page #team .team-members .team-member .contact-link.right {
  float: right;
}

.page-template-about-page #patents-wrapper {
  background-image: url("../images/about-patents-bg.jpg");
  background-size: cover;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.page-template-about-page #patents-wrapper #patents {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-page #patents-wrapper #patents::before, .page-template-about-page #patents-wrapper #patents::after {
  content: ' ';
  display: table;
}

.page-template-about-page #patents-wrapper #patents::after {
  clear: both;
}

.page-template-about-page #patents-wrapper #patents .text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #patents-wrapper #patents .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #patents-wrapper #patents .text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #patents-wrapper #patents .text {
    width: 50%;
  }
}

.page-template-about-page #patents-wrapper #patents .text p {
  color: #fff;
}

.page-template-about-page #patents-wrapper #patents .image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #patents-wrapper #patents .image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #patents-wrapper #patents .image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #patents-wrapper #patents .image {
    width: 50%;
  }
}

.page-template-about-page #join-team-wrapper {
  background-image: url("../images/about-careers-bg.jpg");
  background-size: cover;
  margin-bottom: 3.75rem;
  padding-top: 3.125rem;
  padding-bottom: 2.75rem;
}

.page-template-about-page #join-team-wrapper #join-team {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-page #join-team-wrapper #join-team::before, .page-template-about-page #join-team-wrapper #join-team::after {
  content: ' ';
  display: table;
}

.page-template-about-page #join-team-wrapper #join-team::after {
  clear: both;
}

.page-template-about-page #join-team-wrapper #join-team .text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #fff;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #join-team-wrapper #join-team .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #join-team-wrapper #join-team .text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #join-team-wrapper #join-team .text {
    width: 50%;
  }
}

.page-template-about-page #join-team-wrapper #join-team .video {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #join-team-wrapper #join-team .video {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #join-team-wrapper #join-team .video:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #join-team-wrapper #join-team .video {
    width: 50%;
  }
}

.page-template-about-page #christmas #current-christmas {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-page #christmas #current-christmas::before, .page-template-about-page #christmas #current-christmas::after {
  content: ' ';
  display: table;
}

.page-template-about-page #christmas #current-christmas::after {
  clear: both;
}

.page-template-about-page #christmas #current-christmas .video {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #christmas #current-christmas .video {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #christmas #current-christmas .video:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #christmas #current-christmas .video {
    width: 50%;
  }
}

.page-template-about-page #christmas #current-christmas .text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: table;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #christmas #current-christmas .text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #christmas #current-christmas .text-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #christmas #current-christmas .text-wrapper {
    width: 50%;
  }
}

.page-template-about-page #christmas #current-christmas .text-wrapper .text {
  display: table-cell;
  vertical-align: middle;
}

.page-template-about-page #christmas #previous-videos {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-page #christmas #previous-videos::before, .page-template-about-page #christmas #previous-videos::after {
  content: ' ';
  display: table;
}

.page-template-about-page #christmas #previous-videos::after {
  clear: both;
}

.page-template-about-page #christmas #previous-videos h2.thumb-title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #christmas #previous-videos h2.thumb-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-about-page #christmas #previous-videos h2.thumb-title:last-child:not(:first-child) {
  float: right;
}

.page-template-about-page #christmas #previous-videos #videos > .video {
  width: 100%;
  float: left;
}

.page-template-about-page #christmas #previous-videos #videos > .video:nth-of-type(1n) {
  clear: none;
}

.page-template-about-page #christmas #previous-videos #videos > .video:nth-of-type(1n+1) {
  clear: both;
}

.page-template-about-page #christmas #previous-videos #videos > .video:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .page-template-about-page #christmas #previous-videos #videos > .video {
    width: 33.33333%;
    float: left;
  }
  .page-template-about-page #christmas #previous-videos #videos > .video:nth-of-type(1n) {
    clear: none;
  }
  .page-template-about-page #christmas #previous-videos #videos > .video:nth-of-type(3n+1) {
    clear: both;
  }
  .page-template-about-page #christmas #previous-videos #videos > .video:last-child {
    float: left;
  }
}

.page-template-about-page #christmas #previous-videos #videos .video {
  margin-bottom: 1.875rem;
}

.page-template-about-page #christmas #previous-videos #videos .video h2 {
  font-size: 1.25rem;
  margin-top: 0.75rem;
}

.page-template-thank-you #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-thank-you .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-thank-you .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header img {
    height: 415px;
  }
}

.page-template-thank-you .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-thank-you .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-thank-you .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-thank-you .page-header .banner-content::before, .page-template-thank-you .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-thank-you .page-header .banner-content::after {
  clear: both;
}

.page-template-thank-you .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-thank-you .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-thank-you .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-thank-you .page-header .banner-content .header-text-wrapper .header-text p, .page-template-thank-you .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header .banner-content .header-text-wrapper .header-text p, .page-template-thank-you .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-thank-you .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-thank-you .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-thank-you .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-thank-you .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-thank-you .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-thank-you .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-thank-you .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header.no-video img {
    height: 415px;
  }
}

.page-template-thank-you .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-thank-you .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-thank-you .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-thank-you .page-header.no-video .banner-content::before, .page-template-thank-you .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-thank-you .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-thank-you .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-thank-you .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-thank-you .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-thank-you .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-thank-you .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-thank-you .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-thank-you .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-thank-you .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-thank-you .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-thank-you .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-thank-you .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-thank-you #content #primary {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.page-template-thank-you #content #primary:last-child:not(:first-child) {
  float: none;
}

.page-template-thank-you #thank-you-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
}

.page-template-thank-you #thank-you-wrapper::before, .page-template-thank-you #thank-you-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-thank-you #thank-you-wrapper::after {
  clear: both;
}

.page-template-thank-you #thank-you-wrapper .thank-you-container {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-thank-you #thank-you-wrapper .thank-you-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-thank-you #thank-you-wrapper .thank-you-container:last-child:not(:first-child) {
  float: right;
}

.page-template-contact-page #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-contact-page .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-contact-page .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header img {
    height: 415px;
  }
}

.page-template-contact-page .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-contact-page .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-contact-page .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-contact-page .page-header .banner-content::before, .page-template-contact-page .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-contact-page .page-header .banner-content::after {
  clear: both;
}

.page-template-contact-page .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-contact-page .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-contact-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-contact-page .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-contact-page .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-contact-page .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-contact-page .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-contact-page .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-contact-page .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-contact-page .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-contact-page .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-contact-page .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header.no-video img {
    height: 415px;
  }
}

.page-template-contact-page .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-contact-page .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-contact-page .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-contact-page .page-header.no-video .banner-content::before, .page-template-contact-page .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-contact-page .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-contact-page .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-contact-page .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-contact-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-contact-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-contact-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-contact-page .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-contact-page .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-contact-page .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-contact-page .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-contact-page .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-contact-page #main {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
  padding-top: 12px;
  margin-top: -12px;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page #main {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-contact-page .form-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .form-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .form-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .form-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-contact-page .form-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .form-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-contact-page .form-column .contact-reason-message {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
  font-size: 1.0625rem;
}

.page-template-contact-page .form-column .contact-reason {
  display: inline-block;
  color: #fa5004;
  background: transparent;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: left;
  padding: 0.125rem 0;
  margin-right: 1.25rem;
}

.page-template-contact-page .form-column .contact-reason .reason-check {
  cursor: pointer;
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  margin: 0 0.1875rem -0.1875rem 0;
  padding: 0.125rem;
  border-radius: 999px;
  border: 0.1875rem solid #fa5004;
}

.page-template-contact-page .form-column .contact-reason .reason-check.is-active {
  background-image: url(../images/check-bg.jpg);
  background-size: cover;
  background-position: center;
}

.page-template-contact-page .form-column .contact-reason .reason-message {
  display: inline-block;
}

@media (max-width: 1119px) {
  .page-template-contact-page .form-column .contact-reason {
    display: block;
  }
}

.page-template-contact-page .form-column form {
  margin-top: 0.5rem;
}

.page-template-contact-page .form-column form .frow {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .form-column form .frow {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-contact-page .form-column form label {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 1.0625rem;
}

.page-template-contact-page .form-column form input, .page-template-contact-page .form-column form textarea {
  font-size: 0.9375rem;
}

.page-template-contact-page .form-column form .input-group-button .button {
  background-color: #eeeeee;
  color: #171314;
  border: 1px solid #cacaca;
  height: 2.5rem;
}

.page-template-contact-page .form-column form .input-group-button .button .fa {
  color: #fa5004;
  padding-right: 2px;
}

.page-template-contact-page .form-column form select {
  margin-top: 0.625rem;
  background-image: url(../images/select-chevron.png);
  background-size: 16px 12px;
  color: #4d4d4d;
  font-size: 0.9375rem;
}

.page-template-contact-page .form-column form textarea {
  resize: none;
  height: 6.25rem;
}

.page-template-contact-page .form-column form input[type="submit"] {
  width: 100%;
}

.page-template-contact-page .locations-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.page-template-contact-page .locations-column div.region-specific-contact img {
  width: 24px;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}

.page-template-contact-page .locations-column div.region-specific-contact h3 {
  display: inline-block;
}

.page-template-contact-page .locations-column div.region-specific-contact p.region-address {
  margin-top: 1rem;
  line-height: 1.125rem;
}

.page-template-contact-page .locations-column div.region-specific-contact p.region-address span {
  font-size: 0.8125rem;
}

.page-template-contact-page .locations-column div.region-specific-contact div.region-numbers {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin: -0.5rem 1.25rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column div.region-specific-contact div.region-numbers {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-contact-page .locations-column div.region-specific-contact div.region-numbers > div:not(.locations-divider) {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column div.region-specific-contact div.region-numbers > div:not(.locations-divider) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .locations-column div.region-specific-contact div.region-numbers > div:not(.locations-divider):last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column div.region-specific-contact div.region-numbers > div:not(.locations-divider) {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .page-template-contact-page .locations-column div.region-specific-contact div.region-numbers > div:not(.locations-divider) {
    padding: 0;
  }
}

@media (max-width: 639px) {
  .page-template-contact-page .locations-column div.region-specific-contact div.region-numbers {
    margin: -0.5rem auto 1rem auto;
  }
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .locations-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-contact-page .locations-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-contact-page .locations-column div.industries-widget {
  position: relative;
  margin-bottom: 2rem;
}

.page-template-contact-page .locations-column div.industries-widget div.widget-header {
  position: absolute;
  z-index: 9;
  padding: 0;
  margin: 0 0 0 12px;
  height: 30px;
  width: 185px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}

.page-template-contact-page .locations-column div.industries-widget div.widget-header svg {
  position: absolute;
  margin-top: -12px;
}

.page-template-contact-page .locations-column div.industries-widget div.widget-header h5 {
  display: inline-block;
  text-transform: none;
  color: #363636;
  margin: 7px 0 0 42px;
  padding: 0;
}

.page-template-contact-page .locations-column div.industries-widget i {
  position: relative !important;
  left: auto !important;
  color: #363636;
  font-size: 1.5rem;
  padding-right: 2px;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem 1rem 1rem 1.5rem;
  height: 12rem;
  overflow: hidden;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.industry-arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.industry-arrow div.arrow-right {
  width: 0;
  height: 0;
  margin: 3px -12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fa5004;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.industries {
  position: absolute;
  float: none;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.industries a {
  cursor: pointer;
  color: #363636;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.industries a div {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.industries a:hover, .page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.industries a.active {
  color: #fa5004;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert {
  position: relative;
  height: 13rem;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer {
  display: table;
  height: 100%;
  width: 100%;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert {
  position: absolute;
  height: 10.125rem;
  width: 100%;
  top: 50%;
  margin-top: 14rem;
  -webkit-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.top-outer {
  display: table;
  height: 10.125rem;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  background-size: 7rem;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.top-outer div.top-inner {
  display: table-cell;
  vertical-align: bottom;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.top-outer div.top-inner h2 {
  color: #363636;
  max-width: 9rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.top-outer div.top-inner h4 {
  color: #363636;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.top-outer div.top-inner p {
  font-size: 0.8125rem;
  line-height: 1rem;
  margin-bottom: -0.28125rem;
}

@media (max-width: 1199px) {
  .page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.top-outer div.top-inner p span {
    display: none;
  }
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.top-outer div.top-inner a {
  display: block;
  font-size: 1.4375rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0.25rem 0 -0.5rem 0;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.bottom {
  height: 2.5rem;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.bottom a {
  font-size: 1.4375rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.bottom a button.inline-cta {
  min-width: 0;
  font-size: 1rem;
  padding: 0.625rem;
  margin-right: 0;
  margin-bottom: 0;
  text-transform: none;
  border-radius: 0;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.bottom a button.inline-cta:hover {
  background-color: #d54403;
}

@media (max-width: 1199px) {
  .page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.bottom a button.inline-cta {
    font-size: 0.875rem;
  }
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.bottom a:last-of-type button.inline-cta {
  float: right;
  width: 7.8125rem;
}

@media (max-width: 1199px) {
  .page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert div.bottom a:last-of-type button.inline-cta {
    width: 7.125rem;
  }
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert.out {
  visibility: hidden !important;
  margin-top: 14rem !important;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert.over {
  visibility: visible;
  margin-top: -24rem;
}

.page-template-contact-page .locations-column div.industries-widget div.cta-wrapper div.expert div.expert-outer div.expert-inner div.industry-expert.active {
  visibility: visible !important;
  margin-top: -5.5rem !important;
}

@media (max-width: 1099px) {
  .page-template-contact-page .locations-column div.industries-widget {
    display: none;
  }
}

.page-template-contact-page .locations-column .locations-wrapper {
  margin: 0 0 1rem 0;
  padding: 2rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #363636;
  background-color: white;
  overflow: hidden;
}

.page-template-contact-page .locations-column .locations-wrapper > :first-child {
  margin-top: 0;
}

.page-template-contact-page .locations-column .locations-wrapper > :last-child {
  margin-bottom: 0;
}

.page-template-contact-page .locations-column .numbers {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin: 1.25rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .numbers {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-contact-page .locations-column .numbers > div:not(.locations-divider) {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .numbers > div:not(.locations-divider) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .locations-column .numbers > div:not(.locations-divider):last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .numbers > div:not(.locations-divider) {
    width: 33.33333%;
  }
}

.page-template-contact-page .locations-column .resources {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin: 1.25rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .resources {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-contact-page .locations-column .resources > div:first-of-type {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .resources > div:first-of-type {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .locations-column .resources > div:first-of-type:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .resources > div:first-of-type {
    width: 33.33333%;
  }
}

.page-template-contact-page .locations-column .resources > div:last-of-type {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 0.1875rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .resources > div:last-of-type {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .locations-column .resources > div:last-of-type:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .resources > div:last-of-type {
    width: 66.66667%;
  }
}

.page-template-contact-page .locations-column .resources > div:last-of-type .fa {
  padding-right: 5px;
}

.page-template-contact-page .locations-column div.direct-numbers {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: none;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column div.direct-numbers {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-contact-page .locations-column div.direct-numbers div.direct-number {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column div.direct-numbers div.direct-number {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .locations-column div.direct-numbers div.direct-number:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column div.direct-numbers div.direct-number {
    width: 33.33333%;
  }
}

.page-template-contact-page .locations-column div.direct-numbers div.direct-number h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column div.direct-numbers div.direct-number h3 {
    margin-bottom: 26px;
  }
}

.page-template-contact-page .locations-column div.direct-numbers div.direct-number h4 {
  font-size: 14px;
  line-height: 16px;
  color: #fa5004;
}

.page-template-contact-page .locations-column div.direct-numbers div.direct-number:last-of-type {
  margin-bottom: 0;
}

.page-template-contact-page .locations-column div.direct-numbers div.direct-number:last-of-type h3 {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column div.direct-numbers {
    display: block;
  }
}

.page-template-contact-page .locations-column div.direct-numbers:last-of-type {
  display: block;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column div.direct-numbers:last-of-type {
    display: none;
  }
}

.page-template-contact-page .locations-column hr:first-of-type {
  display: none;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column hr:first-of-type {
    display: block;
  }
}

.page-template-contact-page .locations-column hr:last-of-type {
  display: block;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column hr:last-of-type {
    display: none;
  }
}

@media (max-width: 639px) {
  .page-template-contact-page .locations-column .numbers {
    margin-left: 0;
  }
  .page-template-contact-page .locations-column .numbers > div:not(.locations-divider) {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-template-contact-page .locations-column .international {
  font-size: 1.125rem;
}

.page-template-contact-page .locations-column .international .fa {
  padding-right: 4px;
  color: #363636;
}

.page-template-contact-page .locations-column hr {
  margin: 1.25rem auto;
  border-color: #e6e6e6;
}

.page-template-contact-page .locations-column hr:nth-of-type(1) {
  margin: 1.875rem auto;
}

.page-template-contact-page .locations-column .facility {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .facility {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-contact-page .locations-column .facility .uppercase {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-top: 0;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .facility .uppercase {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .locations-column .facility .uppercase:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .facility .uppercase {
    margin-top: 1.25rem;
  }
}

.page-template-contact-page .locations-column .facility .uppercase:first-of-type {
  margin-top: 1.5rem;
}

.page-template-contact-page .locations-column .facility .facility-img {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .facility .facility-img {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .locations-column .facility .facility-img:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .facility .facility-img {
    width: 66.66667%;
  }
}

.page-template-contact-page .locations-column .facility .facility-img:nth-of-type(1), .page-template-contact-page .locations-column .facility .facility-img:nth-of-type(2) {
  margin-bottom: 1.125rem;
}

@media (max-width: 480px) {
  .page-template-contact-page .locations-column .facility .facility-img {
    margin-bottom: 0.375rem !important;
  }
}

.page-template-contact-page .locations-column .facility .facility-details {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .facility .facility-details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-contact-page .locations-column .facility .facility-details:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .facility .facility-details {
    width: 33.33333%;
  }
}

.page-template-contact-page .locations-column .facility .facility-details h4 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #363636;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1110px) {
  .page-template-contact-page .locations-column .facility .facility-details h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-template-contact-page .locations-column .facility .facility-details .contact-info {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 40em) {
  .page-template-contact-page .locations-column .facility .facility-details .contact-info {
    margin-bottom: 0;
  }
}

.page-template-contact-page .locations-column .facility .facility-details .contact-info h4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.page-template-contact-page .locations-column .facility .facility-details .contact-info h4 span {
  text-transform: none;
  color: #fa5004;
}

.page-template-contact-page .locations-column .facility .facility-details .fac-directions {
  text-transform: uppercase;
  color: #fa5004;
  font-size: 0.75rem;
  margin-top: 0;
}

.page-template-contact-page .locations-column .facility .facility-details .fac-directions .fa {
  padding-right: 4px;
  color: #fa5004;
}

.page-template-contact-page .locations-column h2, .page-template-contact-page .locations-column h4 {
  margin: 0.375rem 0;
}

.page-template-contact-page .locations-column h2 {
  font-size: 1.4375rem;
}

.page-template-contact-page .locations-column h3 {
  text-transform: none;
  font-size: 1.4375rem;
  margin-bottom: 0;
}

.page-template-contact-page .locations-column h4 {
  color: #363636;
  font-size: 1rem;
  line-height: 1.25rem;
}

.page-template-contact-page .locations-column img {
  width: 100%;
}

.page-template-contact-page .mktoForm input, .page-template-contact-page .mktoForm textarea {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  box-shadow: none;
}

.page-template-contact-page .mktoField, .page-template-contact-page .image-name {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  padding: 8px !important;
}

.page-template-contact-page .mktoLabel {
  padding-top: 0;
  margin: 0.25rem 0 0.5rem 0;
  height: 1.25rem;
}

.page-template-contact-page .mktoAsterix, .page-template-contact-page .mktoOffset {
  display: none !important;
}

.page-template-contact-page label[for=Industry], .page-template-contact-page label[for=LeadRole] {
  height: 1px;
}

.page-template-contact-page .form-column form select {
  margin-top: 0;
  background-position: 100%;
}

.page-template-contact-page .mktoButtonRow {
  width: 100%;
}

.page-template-contact-page .mktoButtonRow input[type=file] {
  display: none;
}

.page-template-contact-page .mktoButtonRow .upload-wrapper {
  float: left;
  width: 275px;
  margin-top: 0.875rem;
}

.page-template-contact-page .mktoButtonRow .upload-wrapper input {
  float: left;
  width: 60%;
}

.page-template-contact-page .mktoButtonRow .upload-wrapper button {
  float: right;
  width: 34%;
  background-color: #eee;
  color: #171314;
  border: 1px solid #cacaca;
  height: 2.4375rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.page-template-contact-page .mktoButtonRow .upload-wrapper button .fa {
  color: #fa5004;
  padding-right: 4px;
}

.page-template-contact-page .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  float: right;
  font: bold 0.9375rem "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  margin: 0.875rem 1.34375rem 0 0;
}

.page-template-contact-page .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover {
  background: #4d4d4d;
}

.page-template-contact-page .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
  background-color: #fa5004;
  border: 1px solid #fa5004;
}

.page-template-contact-page .mktoError .mktoErrorMsg {
  background-color: #fa5004 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  padding: 0.5rem !important;
}

.page-template-contact-page .fixed-product-cta-wrapper {
  display: none;
}

#quick-contact-form {
  margin-top: -1em;
}

#quick-contact-form .gfield_required {
  display: none;
}

#quick-contact-form .gform_wrapper {
  margin: 0;
}

#quick-contact-form .form-left-container {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 0.25rem 0 0.625rem;
}

#quick-contact-form .form-left-container .input-half {
  display: inline-block;
  width: 50%;
}

#quick-contact-form .form-left-container .form-left {
  margin-top: 6px;
}

#quick-contact-form .form-right-container {
  display: inline-block;
  float: right;
  width: 50%;
  max-height: 250px;
  padding: 0 0.625rem 0 0.25rem;
}

#quick-contact-form .form-right-container .form-right {
  margin-top: 6px;
}

@media (max-width: 639px) {
  #quick-contact-form .form-left-container, #quick-contact-form .form-right-container {
    float: none;
    display: block;
    width: 95%;
    padding-left: 2%;
    padding-right: 0;
  }
  #quick-contact-form .form-left-container .input-half, #quick-contact-form .form-right-container .input-half {
    display: block;
    width: 100%;
  }
}

#quick-contact-form input, #quick-contact-form textarea {
  box-shadow: none;
  margin-top: -0.40625rem !important;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #0a0a0a;
  line-height: 1.2em;
  padding: 8px;
  max-height: 250px;
}

#quick-contact-form input {
  box-shadow: none;
  margin-top: -0.51562rem !important;
  width: 100%;
}

#quick-contact-form span.name_first label, #quick-contact-form span.name_last label {
  display: none;
}

#quick-contact-form input.gform_button {
  margin-right: 0.625rem;
  color: #fff;
  width: 150px !important;
}

.page-template-generic-page #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-generic-page .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-generic-page .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header img {
    height: 415px;
  }
}

.page-template-generic-page .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-generic-page .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-generic-page .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-generic-page .page-header .banner-content::before, .page-template-generic-page .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-generic-page .page-header .banner-content::after {
  clear: both;
}

.page-template-generic-page .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-generic-page .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-generic-page .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-generic-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-generic-page .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header .banner-content .header-text-wrapper .header-text p, .page-template-generic-page .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-generic-page .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-generic-page .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-generic-page .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-generic-page .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-generic-page .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-generic-page .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-generic-page .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header.no-video img {
    height: 415px;
  }
}

.page-template-generic-page .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-generic-page .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-generic-page .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-generic-page .page-header.no-video .banner-content::before, .page-template-generic-page .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-generic-page .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-generic-page .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-generic-page .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-generic-page .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-generic-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-generic-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-generic-page .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-generic-page .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-generic-page .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-generic-page .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-generic-page .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-generic-page .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-generic-page .page-header div.banner-content-wrapper div.banner-content div.header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header div.banner-content-wrapper div.banner-content div.header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-generic-page .page-header div.banner-content-wrapper div.banner-content div.header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header div.banner-content-wrapper div.banner-content div.header-text-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-generic-page .page-header div.banner-content-wrapper div.banner-content div.header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-generic-page .page-header div.banner-content-wrapper div.banner-content div.header-text-wrapper:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-generic-page #main {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-quarter {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-quarter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-quarter:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-quarter {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-quarter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-quarter:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-third {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-third {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-third:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-third {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-third {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-third:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-half {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-half {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-half:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-half {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-half {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-half:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-two-thirds {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-two-thirds {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-two-thirds:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-two-thirds {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-two-thirds {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-two-thirds:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-three-quarters {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-three-quarters {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-generic-page #main div.content-wrapper div.content-three-quarters:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-three-quarters {
    width: 75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-three-quarters {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-generic-page #main div.content-wrapper div.content-three-quarters:last-child:not(:first-child) {
    float: right;
  }
}

.review header {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .review header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.review header .text-wrapper {
  width: 68.75%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .review header .text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.review header .text-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review header .text-wrapper {
    width: 75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) and (min-width: 40em) {
  .review header .text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review header .text-wrapper:last-child:not(:first-child) {
    float: right;
  }
}

.review header [itemprop='author logo'] {
  width: 31.25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0 !important;
}

@media screen and (min-width: 40em) {
  .review header [itemprop='author logo'] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.review header [itemprop='author logo']:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review header [itemprop='author logo'] {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) and (min-width: 40em) {
  .review header [itemprop='author logo'] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review header [itemprop='author logo']:last-child:not(:first-child) {
    float: right;
  }
}

.review header hr {
  margin: 1rem 0;
}

.review .review-body-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .review .review-body-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.review .review-body-wrapper .review-body {
  width: 68.75%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .review .review-body-wrapper .review-body {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.review .review-body-wrapper .review-body:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review .review-body-wrapper .review-body {
    width: 75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) and (min-width: 40em) {
  .review .review-body-wrapper .review-body {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review .review-body-wrapper .review-body:last-child:not(:first-child) {
    float: right;
  }
}

.review .review-body-wrapper .review-image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .review .review-body-wrapper .review-image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.review .review-body-wrapper .review-image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .review .review-body-wrapper .review-image {
    width: 33.33333%;
  }
}

.review .review-body-wrapper .review-image img {
  margin-bottom: 1rem;
}

.review .review-body-wrapper .review-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.625rem;
}

@media screen and (min-width: 40em) {
  .review .review-body-wrapper .review-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.review .review-body-wrapper .review-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .review .review-body-wrapper .review-content {
    width: 100%;
  }
}

.review .review-body-wrapper .review-content span[itemprop='name'] {
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .review .review-body-wrapper .review-content.image-present {
    width: 66.66667%;
  }
}

.review .review-body-wrapper .saferack-expert {
  width: 31.25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0 !important;
}

@media screen and (min-width: 40em) {
  .review .review-body-wrapper .saferack-expert {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.review .review-body-wrapper .saferack-expert:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review .review-body-wrapper .saferack-expert {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) and (min-width: 40em) {
  .review .review-body-wrapper .saferack-expert {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review .review-body-wrapper .saferack-expert:last-child:not(:first-child) {
    float: right;
  }
}

.review .review-body-wrapper .works-for {
  font-size: 0.6875rem;
  color: #fa5004;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review .review-body-wrapper .works-for {
    font-size: 0.75rem;
  }
}

.review .review-body-wrapper .expert {
  overflow: hidden;
}

.review .review-body-wrapper .expert .name {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #363636;
  font-size: 0.8125rem;
  margin-bottom: 0.125rem;
  line-height: 0.8125rem;
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  .review .review-body-wrapper .expert .name {
    font-size: 0.875rem;
  }
}

.review .review-body-wrapper .expert .image {
  float: left;
  width: 38%;
  margin-right: 0.375rem;
}

.review .review-body-wrapper span.contact-me {
  font-size: 0.6875rem;
  color: #fa5004;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.review .review-body-wrapper span.contact-me i.fa {
  padding-right: 0.25rem;
}

.review .saferack-expert-review-post {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .review .saferack-expert-review-post {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.review .saferack-expert-review-post .salesperson-image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .review .saferack-expert-review-post .salesperson-image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.review .saferack-expert-review-post .salesperson-image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .review .saferack-expert-review-post .salesperson-image {
    width: 25%;
  }
}

.review .saferack-expert-review-post .salesperson-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .review .saferack-expert-review-post .salesperson-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.review .saferack-expert-review-post .salesperson-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .review .saferack-expert-review-post .salesperson-content {
    width: 75%;
  }
}

.review .saferack-expert-review-post .salesperson-content h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.review .saferack-expert-review-post .salesperson-content h3 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  text-transform: none;
}

.review .saferack-expert-review-post .salesperson-content h4 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #363636;
  text-transform: uppercase;
}

.review .saferack-expert-review-post .salesperson-content div.contact-me {
  font-size: 1rem;
  margin-top: 1.25rem;
  color: #fa5004;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.review .review-hr-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .review .review-hr-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.review .review-hr-wrapper .review-hr-container {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .review .review-hr-wrapper .review-hr-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.review .review-hr-wrapper .review-hr-container:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .review .review-hr-wrapper .review-hr-container {
    width: 100%;
  }
}

.review .review-hr-wrapper hr {
  margin-bottom: 2.125rem;
}

.review .headline {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2rem;
}

.review .byline {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.review .byline [itemprop='name'], .review .byline [itemprop='worksFor affiliation'] {
  font-weight: 700;
}

.review [itemprop='author logo'] [itemprop='name'], .review [itemprop='author logo'] [itemprop='worksFor'] {
  font-weight: 700;
}

.review [itemprop='author logo'] img {
  max-width: 100%;
  margin-top: -1.6875rem;
}

.review .review-title {
  line-height: 1.125rem;
  margin-bottom: 0.5rem;
}

.review .review-title span {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  color: #fa5004;
  font-weight: 700;
  text-transform: uppercase;
}

.review .review-title span:hover {
  text-decoration: underline;
}

.review [itemprop='reviewRating'] {
  padding-left: 6.875rem;
  background-position: left 2px;
  background-size: 6.25rem;
  background-repeat: no-repeat;
  height: 1.5rem;
  margin-bottom: 0.375rem;
}

.review .starRating5 {
  background-image: url("../images/star-5.png");
}

.review .starRating4 {
  background-image: url("../images/star-4.png");
}

.review .starRating3 {
  background-image: url("../images/star-3.png");
}

.review .starRating2 {
  background-image: url("../images/star-2.png");
}

.review .starRating1 {
  background-image: url("../images/star-1.png");
}

.review .starRating {
  height: 0;
  margin-bottom: 0;
}

.review .review-body .full-review.toggle-expand, .review .review-body .truncate-review.toggle-expand {
  display: none;
}

.review .review-body .truncate-review {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}

.review .review-body .full-review p {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}

.news .content {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

.post-type-archive-saferack_review h1 {
  margin-bottom: 2rem;
}

.post-type-archive-saferack_review .top-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_review .top-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.post-type-archive-saferack_review .top-wrapper form {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_review .top-wrapper form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.post-type-archive-saferack_review .top-wrapper form:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_review .top-wrapper form {
    width: 50%;
  }
}

.post-type-archive-saferack_review .top-wrapper form select {
  width: 60%;
}

.post-type-archive-saferack_review .top-wrapper .share-your-story-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_review .top-wrapper .share-your-story-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.post-type-archive-saferack_review .top-wrapper .share-your-story-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_review .top-wrapper .share-your-story-wrapper {
    width: 50%;
  }
}

.post-type-archive-saferack_review .top-wrapper .share-story-cta {
  padding: 1.75rem;
  border: 1px solid #cacaca;
}

.post-type-archive-saferack_review .top-wrapper .share-story-cta h3 {
  text-transform: none;
  margin-bottom: 0.625rem;
}

.post-type-archive-saferack_review .top-wrapper .share-story-cta .fa {
  float: left;
  font-size: 1.125rem;
  color: #363636;
}

.post-type-archive-saferack_review .top-wrapper .share-story-cta h5 {
  margin-top: 11px;
  font-size: 1rem;
}

.post-type-archive-saferack_review .reviews {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_review .reviews {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.post-type-archive-saferack_review .reviews > .review-wrapper {
  width: 100%;
  float: left;
}

.post-type-archive-saferack_review .reviews > .review-wrapper:nth-of-type(1n) {
  clear: none;
}

.post-type-archive-saferack_review .reviews > .review-wrapper:nth-of-type(1n+1) {
  clear: both;
}

.post-type-archive-saferack_review .reviews > .review-wrapper:last-child {
  float: left;
}

@media screen and (min-width: 58.75em) {
  .post-type-archive-saferack_review .reviews > .review-wrapper {
    width: 50%;
    float: left;
  }
  .post-type-archive-saferack_review .reviews > .review-wrapper:nth-of-type(1n) {
    clear: none;
  }
  .post-type-archive-saferack_review .reviews > .review-wrapper:nth-of-type(2n+1) {
    clear: both;
  }
  .post-type-archive-saferack_review .reviews > .review-wrapper:last-child {
    float: left;
  }
}

.post-type-archive-saferack_review .reviews .review-wrapper {
  margin-bottom: 2rem;
}

.page-template-articles-page #masthead, .search #masthead {
  border-bottom: 6px solid #fa5004;
}

.page-template-articles-page #masthead #main-bar-wrapper, .search #masthead #main-bar-wrapper {
  background-color: #000;
}

.page-template-articles-page div.header-outer, .search div.header-outer {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25rem;
}

.page-template-articles-page div.header-outer::before, .page-template-articles-page div.header-outer::after, .search div.header-outer::before, .search div.header-outer::after {
  content: ' ';
  display: table;
}

.page-template-articles-page div.header-outer::after, .search div.header-outer::after {
  clear: both;
}

.page-template-articles-page div.header-outer div.header-inner, .search div.header-outer div.header-inner {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page div.header-outer div.header-inner, .search div.header-outer div.header-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-articles-page div.header-outer div.header-inner:last-child:not(:first-child), .search div.header-outer div.header-inner:last-child:not(:first-child) {
  float: right;
}

.page-template-articles-page #content #primary, .search #content #primary {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.page-template-articles-page #content #primary:last-child:not(:first-child), .search #content #primary:last-child:not(:first-child) {
  float: none;
}

.page-template-articles-page #content #primary div.category-toggle-wrapper, .search #content #primary div.category-toggle-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-articles-page #content #primary div.category-toggle-wrapper::before, .page-template-articles-page #content #primary div.category-toggle-wrapper::after, .search #content #primary div.category-toggle-wrapper::before, .search #content #primary div.category-toggle-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-articles-page #content #primary div.category-toggle-wrapper::after, .search #content #primary div.category-toggle-wrapper::after {
  clear: both;
}

.page-template-articles-page #content #primary div.category-toggle-wrapper div.category-toggle, .search #content #primary div.category-toggle-wrapper div.category-toggle {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: -0.5rem;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page #content #primary div.category-toggle-wrapper div.category-toggle, .search #content #primary div.category-toggle-wrapper div.category-toggle {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-articles-page #content #primary div.category-toggle-wrapper div.category-toggle:last-child:not(:first-child), .search #content #primary div.category-toggle-wrapper div.category-toggle:last-child:not(:first-child) {
  float: right;
}

.page-template-articles-page #content #primary div.category-toggle-wrapper div.category-toggle h5, .search #content #primary div.category-toggle-wrapper div.category-toggle h5 {
  text-transform: uppercase;
  color: #363636;
}

.page-template-articles-page #content #primary div.category-toggle-wrapper div.category-toggle div.toggle div, .search #content #primary div.category-toggle-wrapper div.category-toggle div.toggle div {
  display: inline-block;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: #f3f3f3;
  color: #363636;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  border-radius: 0;
  letter-spacing: 0.01rem;
  min-width: 3.5rem;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-template-articles-page #content #primary div.category-toggle-wrapper div.category-toggle div.toggle div.active, .search #content #primary div.category-toggle-wrapper div.category-toggle div.toggle div.active {
  background-color: #fa5004;
  color: #fff;
}

.page-template-articles-page #content #primary div.category-toggle-wrapper div.category-toggle div.toggle div:hover, .search #content #primary div.category-toggle-wrapper div.category-toggle div.toggle div:hover {
  background-color: #fa5004;
  color: #fff;
}

.page-template-articles-page #content #primary div.articles-wrapper, .search #content #primary div.articles-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-template-articles-page #content #primary div.articles-wrapper::before, .page-template-articles-page #content #primary div.articles-wrapper::after, .search #content #primary div.articles-wrapper::before, .search #content #primary div.articles-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-articles-page #content #primary div.articles-wrapper::after, .search #content #primary div.articles-wrapper::after {
  clear: both;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles, .search #content #primary div.articles-wrapper div.articles {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page #content #primary div.articles-wrapper div.articles, .search #content #primary div.articles-wrapper div.articles {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles:last-child:not(:first-child), .search #content #primary div.articles-wrapper div.articles:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page #content #primary div.articles-wrapper div.articles, .search #content #primary div.articles-wrapper div.articles {
    width: 66.66667%;
    margin-bottom: 0;
    padding: 0;
  }
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles article, .search #content #primary div.articles-wrapper div.articles article {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page #content #primary div.articles-wrapper div.articles article, .search #content #primary div.articles-wrapper div.articles article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles article:last-child:not(:first-child), .search #content #primary div.articles-wrapper div.articles article:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page #content #primary div.articles-wrapper div.articles article, .search #content #primary div.articles-wrapper div.articles article {
    width: 50%;
    margin-bottom: 0;
  }
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles article div.article-featured-img, .search #content #primary div.articles-wrapper div.articles article div.article-featured-img {
  width: 100%;
  height: 14rem;
  margin-bottom: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles article h2, .search #content #primary div.articles-wrapper div.articles article h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles article p.date, .search #content #primary div.articles-wrapper div.articles article p.date {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-bottom: 0.75rem;
  font-style: italic;
  font-weight: 600;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles article a.moretag, .search #content #primary div.articles-wrapper div.articles article a.moretag {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.6875rem 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #fa5004;
  color: #fefefe;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-top: 0.5rem;
  border-radius: 0;
}

[data-whatinput='mouse'] .page-template-articles-page #content #primary div.articles-wrapper div.articles article a.moretag, [data-whatinput='mouse'] .search #content #primary div.articles-wrapper div.articles article a.moretag {
  outline: 0;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles article a.moretag:hover, .page-template-articles-page #content #primary div.articles-wrapper div.articles article a.moretag:focus, .search #content #primary div.articles-wrapper div.articles article a.moretag:hover, .search #content #primary div.articles-wrapper div.articles article a.moretag:focus {
  background-color: #d54403;
  color: #fefefe;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles article:last-of-type, .search #content #primary div.articles-wrapper div.articles article:last-of-type {
  float: left !important;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles div.article-divider, .search #content #primary div.articles-wrapper div.articles div.article-divider {
  clear: both;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page #content #primary div.articles-wrapper div.articles div.article-divider, .search #content #primary div.articles-wrapper div.articles div.article-divider {
    margin-bottom: 2rem;
  }
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles div.pagination-wrapper, .search #content #primary div.articles-wrapper div.articles div.pagination-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page #content #primary div.articles-wrapper div.articles div.pagination-wrapper, .search #content #primary div.articles-wrapper div.articles div.pagination-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles div.pagination-wrapper:last-child:not(:first-child), .search #content #primary div.articles-wrapper div.articles div.pagination-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles div.pagination-wrapper div.page-indicator, .search #content #primary div.articles-wrapper div.articles div.pagination-wrapper div.page-indicator {
  display: inline-block;
  cursor: pointer;
  margin: 0.125rem;
  padding: 0.25rem;
  border-radius: 0;
  background-color: #f3f3f3;
  color: #363636;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  width: 1.75rem;
  font-size: 0.875rem;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles div.pagination-wrapper div.page-indicator.active, .search #content #primary div.articles-wrapper div.articles div.pagination-wrapper div.page-indicator.active {
  background-color: #fa5004;
  color: #fff;
}

.page-template-articles-page #content #primary div.articles-wrapper div.articles div.pagination-wrapper div.page-indicator:hover, .search #content #primary div.articles-wrapper div.articles div.pagination-wrapper div.page-indicator:hover {
  background-color: #fa5004;
  color: #fff;
}

.page-template-articles-page #content #primary div.articles-wrapper div.sidebar-wrapper, .search #content #primary div.articles-wrapper div.sidebar-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: none;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page #content #primary div.articles-wrapper div.sidebar-wrapper, .search #content #primary div.articles-wrapper div.sidebar-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-articles-page #content #primary div.articles-wrapper div.sidebar-wrapper:last-child:not(:first-child), .search #content #primary div.articles-wrapper div.sidebar-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-articles-page #content #primary div.articles-wrapper div.sidebar-wrapper, .search #content #primary div.articles-wrapper div.sidebar-wrapper {
    width: 33.33333%;
    display: block;
  }
}

.page-template-articles-page #content #primary div.articles-wrapper div.sidebar-wrapper div.sidebar-wrapper, .search #content #primary div.articles-wrapper div.sidebar-wrapper div.sidebar-wrapper {
  width: 100%;
  padding: 0;
}

.single #content .content-inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.single #content .content-inner::before, .single #content .content-inner::after {
  content: ' ';
  display: table;
}

.single #content .content-inner::after {
  clear: both;
}

.single #content .content-inner #primary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single #content .content-inner #primary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single #content .content-inner #primary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .single #content .content-inner #primary {
    width: 66.66667%;
  }
}

.single #content .content-inner #secondary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single #content .content-inner #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single #content .content-inner #secondary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .single #content .content-inner #secondary {
    width: 33.33333%;
  }
  .single #content .content-inner #secondary .sidebar-wrapper {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single #content .content-inner #secondary .sidebar-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single #content .content-inner #secondary .sidebar-wrapper .sidebar {
    width: 83.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single #content .content-inner #secondary .sidebar-wrapper .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single #content .content-inner #secondary .sidebar-wrapper .sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.single .entry-header img {
  margin-bottom: 2rem;
}

.single .entry-meta .entry-date, .single .entry-meta .byline {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.single .entry-meta .byline {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.single main {
  margin-bottom: 3em;
}

.single article {
  margin-bottom: 2em;
}

.category #scroll-container {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .category #scroll-container {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.category #scroll-container > .post-wrapper {
  width: 100%;
  float: left;
}

.category #scroll-container > .post-wrapper:nth-of-type(1n) {
  clear: none;
}

.category #scroll-container > .post-wrapper:nth-of-type(1n+1) {
  clear: both;
}

.category #scroll-container > .post-wrapper:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .category #scroll-container > .post-wrapper {
    width: 50%;
    float: left;
  }
  .category #scroll-container > .post-wrapper:nth-of-type(1n) {
    clear: none;
  }
  .category #scroll-container > .post-wrapper:nth-of-type(2n+1) {
    clear: both;
  }
  .category #scroll-container > .post-wrapper:last-child {
    float: left;
  }
}

.category #scroll-container .post-wrapper {
  margin-bottom: 2rem;
}

.category .byline {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.category .entry-header img {
  margin-bottom: 1rem;
}

.category .entry-header h2 {
  font-size: 1.5rem;
}

.category .entry-meta {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.category .moretag {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.6875rem 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #fa5004;
  color: #fefefe;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-top: 0.5rem;
}

[data-whatinput='mouse'] .category .moretag {
  outline: 0;
}

.category .moretag:hover, .category .moretag:focus {
  background-color: #d54403;
  color: #fefefe;
}

.widget_saferack_recent_news_widget {
  margin-bottom: 3rem;
}

.widget_saferack_recent_news_widget img {
  margin-bottom: 0.625rem;
}

.widget_saferack_recent_news_widget h3 {
  text-transform: none;
  color: #fa5004;
}

.widget_saferack_recent_news_widget h2 {
  font-size: 1.25rem;
}

.widget_saferack_recent_news_widget article {
  margin-bottom: 3rem;
}

div#proactive-chat {
  position: fixed;
  display: none;
  z-index: 999999;
  background-color: transparent;
  right: 0;
  opacity: 0;
  bottom: -550px;
  height: 524px;
  width: 404px;
  padding: 12px;
  -webkit-transition: bottom 0.4s ease, opacity 0.4s ease;
  -moz-transition: bottom 0.4s ease, opacity 0.4s ease;
  -o-transition: bottom 0.4s ease, opacity 0.4s ease;
  transition: bottom 0.4s ease, opacity 0.4s ease;
}

@media screen and (min-width: 40em) {
  div#proactive-chat {
    display: block;
  }
}

div#proactive-chat.proactive-chat-open {
  opacity: 1;
  bottom: 0;
}

div#proactive-chat div.proactive-chat-form {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.25em;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  box-shadow: 0 0 0.688em 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

div#proactive-chat div.proactive-chat-form div.proactive-header {
  background-color: #fa5004;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 45px;
}

div#proactive-chat div.proactive-chat-form div.proactive-header div.proactive-chat-close {
  float: right;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0.625rem 0.5rem 0 0;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper {
  padding: 1.25em;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-content-intro {
  text-align: center;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-content-intro h3 {
  color: #fa5004;
  font-weight: bold;
  margin-bottom: 1rem;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-content-intro p {
  font-size: 1rem;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-agent-wrapper {
  display: none;
  text-align: center;
  padding: 0 2rem;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-agent-wrapper div.proactive-agent-image {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-agent-wrapper div.proactive-agent-image img {
  width: 86%;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-agent-wrapper div.proactive-agent-profile {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  text-align: left;
  background-color: #fff;
  color: #76777b;
  line-height: 1.4285714285714286em;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-agent-wrapper div.proactive-agent-profile h5 {
  margin-bottom: 0;
  padding-left: 0.25rem;
  color: #363636;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-agent-wrapper div.proactive-agent-profile p {
  margin-bottom: 0;
  padding-left: 0.25rem;
  font-size: 0.875rem;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-agent-wrapper.active-agent {
  display: table;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs {
  margin-top: 1rem;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs label {
  display: inline-block;
  color: #76777b;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs label span {
  color: #ff0000;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs div.has-tip {
  float: right;
  border: none;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs textarea {
  resize: none;
  font-size: 14px;
  width: 100%;
  box-shadow: none;
  padding: 0.25rem;
  height: 4rem;
  margin-bottom: 0.5rem;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs textarea.proactive-invalid {
  color: #ff0000;
  font-weight: bold;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs input[type=email] {
  font-size: 14px;
  width: 100%;
  box-shadow: none;
  padding: 0.25rem;
  height: 1.75rem;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs input[type=email].proactive-invalid {
  color: #ff0000;
  font-weight: bold;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs input.button {
  display: inline-block;
  float: right;
  color: #fff;
  background-color: #fa5004;
  border: none;
}

div#proactive-chat div.proactive-chat-form div.proactive-content-wrapper div.proactive-chat-inputs input.button:hover {
  background-color: #363636;
}

div#chat-call-prompt {
  background-size: 0%;
  background-position: bottom right;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  overflow: hidden;
  max-width: 40rem;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}

div#chat-call-prompt button.close-button {
  position: absolute;
  z-index: 9;
  right: 0.4375rem;
  top: 0.3125rem;
  font-size: 1.5rem;
}

div#chat-call-prompt button.close-button:hover {
  color: #363636;
}

div#chat-call-prompt div.title-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

div#chat-call-prompt div.title-wrapper::before, div#chat-call-prompt div.title-wrapper::after {
  content: ' ';
  display: table;
}

div#chat-call-prompt div.title-wrapper::after {
  clear: both;
}

div#chat-call-prompt div.title-wrapper div.title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  div#chat-call-prompt div.title-wrapper div.title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

div#chat-call-prompt div.title-wrapper div.title:last-child:not(:first-child) {
  float: right;
}

div#chat-call-prompt div.title-wrapper div.title h3 {
  color: #fa5004;
  font-size: 1.6125rem;
  margin-top: 0.25rem;
  line-height: 1.625rem;
}

div#chat-call-prompt div.body-text-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

div#chat-call-prompt div.body-text-wrapper::before, div#chat-call-prompt div.body-text-wrapper::after {
  content: ' ';
  display: table;
}

div#chat-call-prompt div.body-text-wrapper::after {
  clear: both;
}

div#chat-call-prompt div.body-text-wrapper div.body-text {
  width: 66.66667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  div#chat-call-prompt div.body-text-wrapper div.body-text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

div#chat-call-prompt div.body-text-wrapper div.body-text:last-child:not(:first-child) {
  float: right;
}

div#chat-call-prompt div.body-text-wrapper div.body-text p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

div#chat-call-prompt div.buttons-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

div#chat-call-prompt div.buttons-wrapper::before, div#chat-call-prompt div.buttons-wrapper::after {
  content: ' ';
  display: table;
}

div#chat-call-prompt div.buttons-wrapper::after {
  clear: both;
}

div#chat-call-prompt div.buttons-wrapper div.buttons {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  div#chat-call-prompt div.buttons-wrapper div.buttons {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

div#chat-call-prompt div.buttons-wrapper div.buttons:last-child:not(:first-child) {
  float: right;
}

div#chat-call-prompt div.buttons-wrapper div.buttons input.button {
  background-color: #fa5004;
  border: none;
  color: #fff;
  margin-right: 0.75rem;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}

div#chat-call-prompt div.buttons-wrapper div.buttons input.button:hover {
  background-color: #363636;
}

div#chat-call-prompt div.buttons-wrapper div.buttons video {
  display: none;
  width: 52%;
  margin: 0.5rem 0 -1rem -2.25rem;
}

@media screen and (min-width: 40em) {
  div#chat-call-prompt {
    background-size: 64%;
    padding-top: 16px;
  }
  div#chat-call-prompt div.buttons-wrapper div.buttons video {
    display: block;
  }
}

div.tooltip {
  z-index: 9999999;
}

div.reveal-overlay {
  z-index: 9999999;
}

.page-template-quote-page #main {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page #main {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-quote-page .header-container {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .header-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-quote-page .header-container:last-child:not(:first-child) {
  float: right;
}

.page-template-quote-page .form-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .form-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-quote-page .form-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .form-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-quote-page .form-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .form-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-quote-page .form-column table {
  text-align: center;
  border: none;
  background-color: transparent;
}

.page-template-quote-page .form-column table tbody {
  text-align: center;
  border: none;
  background-color: transparent;
}

.page-template-quote-page .form-column table tbody tr td {
  padding: 0;
}

.page-template-quote-page .form-column table tbody tr td h3 {
  text-transform: none;
}

.page-template-quote-page .form-column table tbody tr td .button .fa {
  color: #fff;
}

.page-template-quote-page .form-column table tbody tr td:nth-of-type(1) {
  text-align: left;
}

.page-template-quote-page .form-column table tbody tr td:nth-of-type(3) {
  text-align: right;
}

.page-template-quote-page .form-column form .frow {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .form-column form .frow {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-quote-page .form-column form label, .page-template-quote-page .form-column form select {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 1.0625rem;
}

.page-template-quote-page .form-column form label {
  font-size: 1.0625rem;
}

.page-template-quote-page .form-column form input, .page-template-quote-page .form-column form textarea, .page-template-quote-page .form-column form select {
  font-size: 0.9375rem;
}

.page-template-quote-page .form-column form select {
  margin-top: 0.625rem;
  background-image: url(../images/select-chevron.png);
  background-size: 16px 12px;
}

.page-template-quote-page .form-column form .input-group-button .button {
  background-color: #eeeeee;
  color: #171314;
  border: 1px solid #cacaca;
  height: 2.5rem;
}

.page-template-quote-page .form-column form .input-group-button .button .fa {
  color: #fa5004;
  padding-right: 2px;
}

.page-template-quote-page .form-column form textarea {
  resize: none;
  height: 6.25rem;
}

.page-template-quote-page .form-column form input[type="submit"] {
  width: 100%;
}

.page-template-quote-page .bul-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .bul-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-quote-page .bul-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .bul-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-quote-page .bul-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .bul-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-quote-page .bul-column .bul-header {
  margin-top: 1.25rem;
  height: 4.375rem;
}

.page-template-quote-page .bul-column .bul-header hr {
  margin: 0.625rem 0;
}

.page-template-quote-page .bul-column .bul-container {
  padding: 2em;
  border: 1px solid rgba(10, 10, 10, 0.25);
}

.page-template-quote-page .bul-column .bul-container h2 {
  margin-bottom: 0.9375rem;
}

.page-template-quote-page .bul-column .bul-container img {
  width: 100%;
  margin-bottom: 1.25rem;
}

.page-template-quote-page .bul-column .bul-container p {
  margin-bottom: 0;
}

.page-template-quote-page .bul-column .numbers {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .bul-column .numbers {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-quote-page .bul-column .numbers > div:not(.locations-divider) {
  width: 33.33333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .bul-column .numbers > div:not(.locations-divider) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-quote-page .bul-column .numbers > div:not(.locations-divider):last-child:not(:first-child) {
  float: right;
}

.page-template-quote-page .bul-column hr {
  margin: 1.875rem auto;
  border-color: #e6e6e6;
}

.page-template-quote-page .bul-column .details {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .bul-column .details {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-quote-page .bul-column .details .fac-phone {
  width: 33.33333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: right;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .bul-column .details .fac-phone {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-quote-page .bul-column .details .fac-phone:last-child:not(:first-child) {
  float: right;
}

.page-template-quote-page .bul-column .details .fac-phone h4 {
  font-size: 1.125rem;
  color: #fa5004;
}

.page-template-quote-page .bul-column .details .fac-address {
  width: 66.66667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-quote-page .bul-column .details .fac-address {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-quote-page .bul-column .details .fac-address:last-child:not(:first-child) {
  float: right;
}

.page-template-quote-page .bul-column .details .fac-directions {
  text-transform: uppercase;
  color: #fa5004;
  font-size: 0.875rem;
  margin-top: 0;
}

.page-template-quote-page .bul-column .details .fac-directions .fa {
  padding-right: 4px;
}

.page-template-quote-page .bul-column .uppercase {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}

.page-template-quote-page .bul-column h2, .page-template-quote-page .bul-column h4 {
  margin: 0.375rem 0;
}

.page-template-quote-page .bul-column h2 {
  font-size: 1.4375rem;
}

.page-template-quote-page .bul-column h3 {
  text-transform: none;
  font-size: 1.4375rem;
}

.page-template-quote-page .bul-column h4 {
  color: #363636;
  font-size: 1rem;
  line-height: 1.25rem;
}

.page-template-quote-page .bul-column img {
  width: 100%;
}

.page-template-quote-page .mktoForm input, .page-template-quote-page .mktoForm textarea {
  box-shadow: none;
}

.page-template-quote-page .mktoField, .page-template-quote-page .image-name {
  font-family: "Helvetica Neue Condensed Bold", HelveticaNeue-CondensedBold, HelveticaNeueBoldCondensed, "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px !important;
}

.page-template-quote-page .mktoLabel {
  padding-top: 0;
  margin: 0.25rem 0 0.5rem 0;
  height: 1.25rem;
}

.page-template-quote-page .mktoAsterix, .page-template-quote-page .mktoOffset {
  display: none !important;
}

.page-template-quote-page label[for=Industry], .page-template-quote-page label[for=LeadRole] {
  height: 1px;
}

.page-template-quote-page .form-column form select {
  margin-top: 0;
  background-position: 100%;
}

@media (max-width: 1020px) {
  .page-template-quote-page .form-column .form-header table .chat-wrapper {
    display: none;
  }
}

@media (max-width: 800px) {
  .page-template-quote-page .form-column .form-header table h3 {
    font-size: 1.0625rem;
  }
}

@media (max-width: 639px) {
  .page-template-quote-page .form-column .form-header table h3 {
    font-size: 1.25rem;
  }
}

.page-template-quote-page .mktoButtonRow {
  width: 100%;
}

.page-template-quote-page .mktoButtonRow input[type=file] {
  display: none;
}

.page-template-quote-page .upload-wrapper {
  float: left;
  width: 275px;
  margin-top: 0.875rem;
}

.page-template-quote-page .upload-wrapper input {
  float: left;
  width: 60%;
}

.page-template-quote-page .upload-wrapper button {
  float: right;
  width: 34%;
  background-color: #eee;
  color: #171314;
  border: 1px solid #cacaca;
  height: 2.4375rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.page-template-quote-page .upload-wrapper button .fa {
  color: #fa5004;
  padding-right: 4px;
}

.page-template-quote-page .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  float: right;
  font: bold 0.9375rem "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  margin: 0.875rem 1.34375rem 0 0;
}

.page-template-quote-page .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover {
  background: #4d4d4d;
}

.page-template-quote-page .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
  background-color: #fa5004;
  border: 1px solid #fa5004;
}

.page-template-quote-page .mktoError .mktoErrorMsg {
  background-color: #fa5004 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  padding: 0.5rem !important;
}

.page-template-quote-page .fixed-product-cta-wrapper {
  display: none;
}

#quick-quote, #quick-contact {
  max-width: 37.5rem;
  border: none;
}

#quick-quote form label, #quick-contact form label {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 1rem;
}

#quick-quote form input, #quick-quote form textarea, #quick-contact form input, #quick-contact form textarea {
  font-size: 0.875rem;
  margin: 0 0 0.625rem 0;
}

#quick-quote form textarea, #quick-contact form textarea {
  resize: none;
  height: 6.25rem;
}

#quick-quote form label.required-label, #quick-contact form label.required-label {
  float: right;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
}

#quick-quote form input[type="submit"], #quick-contact form input[type="submit"] {
  float: right;
  width: 11.25rem;
  margin-top: 0.875rem;
}

#quick-quote .subhead, #quick-contact .subhead {
  margin-top: 0.25rem;
}

#quick-quote {
  background-position: right bottom;
  background-size: 10em;
  background-repeat: no-repeat;
}

#quick-quote .modal-cta {
  margin: 1.25rem 0;
}

#quick-quote .modal-cta h2 {
  font-size: 1.25rem;
}

#quick-quote .modal-cta p {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-right: 0.25rem;
}

@media (max-width: 1300px) {
  #quick-quote {
    background-image: none !important;
  }
  #quick-quote .modal-cta {
    width: 100%;
    margin: 0;
  }
}

#quick-contact {
  max-width: none;
}

.type-saferack_team #contact-form {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

#quick-quote, #inside-sales-quote {
  padding-top: 2.5rem;
  padding-bottom: 0.9375rem;
}

#quick-quote h2 span, #inside-sales-quote h2 span {
  float: right;
  color: #363636;
}

#inside-sales-quote {
  background-image: none;
}

.page-template-project-page #main {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .page-template-project-page #main {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-project-page .header-container {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .header-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-project-page .header-container:last-child:not(:first-child) {
  float: right;
}

.page-template-project-page .form-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .form-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-project-page .form-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .form-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-project-page .form-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-project-page .form-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-project-page .form-column form .frow {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .form-column form .frow {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-project-page .form-column form label, .page-template-project-page .form-column form select {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 1.0625rem;
}

.page-template-project-page .form-column form label {
  font-size: 1.0625rem;
}

.page-template-project-page .form-column form input, .page-template-project-page .form-column form textarea, .page-template-project-page .form-column form select {
  font-size: 0.9375rem;
}

.page-template-project-page .form-column form select {
  margin-top: 0.625rem;
  background-image: url(../images/select-chevron.png);
  background-size: 16px 12px;
}

.page-template-project-page .form-column form .input-group-button .button {
  background-color: #eeeeee;
  color: #171314;
  border: 1px solid #cacaca;
  height: 2.5rem;
}

.page-template-project-page .form-column form .input-group-button .button .fa {
  color: #fa5004;
  padding-right: 2px;
}

.page-template-project-page .form-column form textarea {
  resize: none;
  height: 6.25rem;
}

.page-template-project-page .form-column form input[type="submit"] {
  width: 100%;
}

.page-template-project-page .review-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .review-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-project-page .review-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .review-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-project-page .review-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-project-page .review-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-project-page .review-column .review-container {
  padding: 2em;
  border: 1px solid rgba(10, 10, 10, 0.25);
}

.page-template-project-page .review-column .review-container h3 {
  font-size: 1.25rem;
}

.page-template-project-page .review-column .review-container h4 {
  color: #fa5004;
  margin: 0;
}

.page-template-project-page .review-column .review-container .review-img-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-top: 2.5rem;
  margin-bottom: -1.875rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .review-column .review-container .review-img-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-project-page .review-column .review-container .review-img-wrapper > .image {
  width: 50%;
  float: left;
}

.page-template-project-page .review-column .review-container .review-img-wrapper > .image:nth-of-type(1n) {
  clear: none;
}

.page-template-project-page .review-column .review-container .review-img-wrapper > .image:nth-of-type(2n+1) {
  clear: both;
}

.page-template-project-page .review-column .review-container .review-img-wrapper > .image:last-child {
  float: left;
}

.page-template-project-page .review-column .review-container .review-img-wrapper .image {
  margin-bottom: 1.875rem;
}

.page-template-project-page .review-column hr {
  margin: 1.875rem auto;
  border-color: #e6e6e6;
}

.page-template-project-page .review-column .details {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .review-column .details {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-project-page .review-column .details .fac-phone {
  width: 33.33333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: right;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .review-column .details .fac-phone {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-project-page .review-column .details .fac-phone:last-child:not(:first-child) {
  float: right;
}

.page-template-project-page .review-column .details .fac-phone h4 {
  font-size: 1.125rem;
  color: #fa5004;
}

.page-template-project-page .review-column .details .fac-address {
  width: 66.66667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-project-page .review-column .details .fac-address {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-project-page .review-column .details .fac-address:last-child:not(:first-child) {
  float: right;
}

.page-template-project-page .review-column .details .fac-directions {
  text-transform: uppercase;
  color: #fa5004;
  font-size: 0.875rem;
  margin-top: 0;
}

.page-template-project-page .review-column .details .fac-directions .fa {
  padding-right: 4px;
}

.page-template-project-page .review-column .uppercase {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}

.page-template-project-page .review-column h2, .page-template-project-page .review-column h4 {
  margin: 0.375rem 0;
}

.page-template-project-page .review-column h2 {
  font-size: 1.4375rem;
}

.page-template-project-page .review-column h3 {
  text-transform: none;
  font-size: 1.4375rem;
}

.page-template-project-page .review-column h4 {
  color: #363636;
  font-size: 1rem;
  line-height: 1.25rem;
}

.page-template-project-page .review-column img {
  width: 100%;
}

.page-template-project-page .mktoForm input, .page-template-project-page .mktoForm textarea {
  box-shadow: none;
}

.page-template-project-page .mktoField, .page-template-project-page .image-name {
  font-family: "Helvetica Neue Condensed Bold", HelveticaNeue-CondensedBold, HelveticaNeueBoldCondensed, "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px !important;
  min-height: 2.4375rem;
}

.page-template-project-page .mktoLabel {
  padding-top: 0;
  margin: 0.25rem 0 0.5rem 0;
  height: 1.25rem;
}

.page-template-project-page .mktoAsterix, .page-template-project-page .mktoOffset {
  display: none !important;
}

.page-template-project-page label[for=Industry], .page-template-project-page label[for=LeadRole] {
  height: 1px;
}

.page-template-project-page .form-column form select {
  margin-top: 0;
  background-position: 100%;
}

.page-template-project-page .mktoButtonRow {
  width: 100%;
}

.page-template-project-page .mktoButtonRow input[type=file] {
  display: none;
}

.page-template-project-page .upload-wrapper {
  width: 100%;
  margin-top: 0.875rem;
  height: 2.25rem;
}

.page-template-project-page .upload-wrapper input {
  float: left;
  width: 75%;
}

.page-template-project-page .upload-wrapper button {
  float: right;
  width: 20%;
  background-color: #eee;
  color: #171314;
  border: 1px solid #cacaca;
  height: 2.4375rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.page-template-project-page .upload-wrapper button .fa {
  color: #fa5004;
  padding-right: 4px;
}

@media screen and (max-width: 39.9375em) {
  .page-template-project-page .upload-wrapper button .fa {
    display: none;
  }
}

.page-template-project-page .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  float: right;
  font: bold 0.9375rem "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  margin: 0.875rem 1.34375rem 0 0;
}

.page-template-project-page .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover {
  background: #4d4d4d;
}

.page-template-project-page .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
  background-color: #fa5004;
  border: 1px solid #fa5004;
}

.page-template-project-page .mktoError .mktoErrorMsg {
  background-color: #fa5004 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  padding: 0.5rem !important;
}

.page-template-project-page .contact-link a .fa {
  font-size: 1.125rem;
  color: #363636;
}

.page-template-project-page .contact-link a span {
  font-size: 1rem;
}

#quick-quote {
  max-width: 37.5rem;
  padding-top: 2.5rem;
  padding-bottom: 0.9375rem;
}

#quick-quote h2 span {
  float: right;
  color: #363636;
}

#quick-quote form label {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 1rem;
}

#quick-quote form input, #quick-quote form textarea {
  font-size: 0.875rem;
  margin: 0 0 0.625rem 0;
}

#quick-quote form textarea {
  resize: none;
  height: 6.25rem;
}

#quick-quote form label.required-label {
  float: right;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
}

#quick-quote form input[type="submit"] {
  float: right;
  width: 11.25rem;
  margin-top: 0.875rem;
}

#quick-quote .subhead {
  margin-top: 0.25rem;
}

.page-template-patents-page #main {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page #main {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-patents-page .patents-modal {
  position: fixed;
  z-index: 9;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.page-template-patents-page .patents-modal .patents-modal-img-wrapper {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
  background: transparent;
}

.page-template-patents-page .patents-modal .patents-modal-img-wrapper tbody {
  background: transparent;
}

.page-template-patents-page .patents-modal .patents-modal-img-wrapper tbody .patents-modal-img {
  width: 85%;
  max-width: 500px;
}

.page-template-patents-page .patents-modal .patents-modal-close {
  position: fixed;
  cursor: pointer;
  opacity: 0.5;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/modal-close.png);
  -webkit-transition: opacity ease 0.25s;
  -moz-transition: opacity ease 0.25s;
  -o-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s;
}

.page-template-patents-page .patents-modal .patents-modal-close:hover {
  opacity: 1;
}

.page-template-patents-page .patents-modal .patents-modal-prev, .page-template-patents-page .patents-modal .patents-modal-next {
  position: fixed;
  cursor: pointer;
  opacity: 0.5;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  width: 70px;
  background-repeat: no-repeat;
  -webkit-transition: opacity ease 0.25s;
  -moz-transition: opacity ease 0.25s;
  -o-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s;
}

.page-template-patents-page .patents-modal .patents-modal-prev:hover, .page-template-patents-page .patents-modal .patents-modal-next:hover {
  opacity: 1;
}

.page-template-patents-page .patents-modal .patents-modal-prev {
  left: 0;
  background-position: 16px center;
  background-image: url("../images/modal-prev.png");
}

.page-template-patents-page .patents-modal .patents-modal-next {
  right: 0;
  background-position: 40px center;
  background-image: url("../images/modal-next.png");
}

.page-template-patents-page .patents-modal .patents-modal-bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.page-template-patents-page .copy-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .copy-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-patents-page .copy-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .copy-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-patents-page .copy-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .copy-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-patents-page .patent-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .patent-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-patents-page .patent-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .patent-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-patents-page .patent-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .patent-column:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-patents-page .patent-column .wp-booklet-thumbs-light {
  background: transparent;
}

.page-template-patents-page .patent-column .b-arrow div {
  background-image: url("../images/flipbook-arrows.png");
}

.page-template-patents-page .patent-column .b-wrap .page {
  cursor: pointer;
}

.page-template-patents-page .patent-column .wp-booklet-thumbs a.wp-booklet-carousel-prev, .page-template-patents-page .patent-column .wp-booklet-thumbs a.wp-booklet-carousel-next {
  background-image: url("../images/thumbnail-arrows.png");
}

.page-template-patents-page .divider-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}

.page-template-patents-page .divider-wrapper::before, .page-template-patents-page .divider-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-patents-page .divider-wrapper::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .divider-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-patents-page .divider-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-patents-page .divider-wrapper, .page-template-patents-page .divider-wrapper:last-child {
  float: none;
}

.page-template-patents-page .video-thumb-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding: 0 !important;
}

.page-template-patents-page .video-thumb-wrapper::before, .page-template-patents-page .video-thumb-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-patents-page .video-thumb-wrapper::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .video-thumb-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-patents-page .video-thumb-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-patents-page .video-thumb-wrapper, .page-template-patents-page .video-thumb-wrapper:last-child {
  float: none;
}

.page-template-patents-page .video-thumb-wrapper .video-header {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0.625rem;
}

.page-template-patents-page .video-thumb-wrapper .video-header::before, .page-template-patents-page .video-thumb-wrapper .video-header::after {
  content: ' ';
  display: table;
}

.page-template-patents-page .video-thumb-wrapper .video-header::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .video-thumb-wrapper .video-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-patents-page .video-thumb-wrapper .video-header:last-child:not(:first-child) {
  float: right;
}

.page-template-patents-page .video-thumb-wrapper .video-header, .page-template-patents-page .video-thumb-wrapper .video-header:last-child {
  float: none;
}

.page-template-patents-page .video-thumb-wrapper .video-thumb {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .video-thumb-wrapper .video-thumb {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-patents-page .video-thumb-wrapper .video-thumb:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .video-thumb-wrapper .video-thumb {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-patents-page .video-thumb-wrapper .video-thumb {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-patents-page .video-thumb-wrapper .video-thumb:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-patents-page .video-thumb-wrapper .video-thumb h2 {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}

.page-template-patents-page .wpbooklet-image-popup-overlay-light {
  background: rgba(0, 0, 0, 0.85);
}

.page-template-patents-page .wpbooklet-image-popup-overlay-light .wpbooklet-image-popup-content .wpbooklet-image-popup-close {
  background-image: url(../images/modal-close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

body.page-template-page-builder-template div#primary {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 40px;
}

body.page-template-page-builder-template div#primary main#main div.intro-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  body.page-template-page-builder-template div#primary main#main div.intro-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.page-template-page-builder-template div#primary main#main div.intro-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  body.page-template-page-builder-template div#primary main#main div.intro-content {
    width: 58.33333%;
  }
}

body.page-template-page-builder-template div#primary main#main div.intro-content h1 {
  margin-bottom: 14px;
}

body.page-template-page-builder-template div#primary main#main div.intro-content a.inline-cta {
  border-radius: 0;
}

body.page-template-page-builder-template div#primary main#main div.intro-gallery {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  body.page-template-page-builder-template div#primary main#main div.intro-gallery {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.page-template-page-builder-template div#primary main#main div.intro-gallery:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  body.page-template-page-builder-template div#primary main#main div.intro-gallery {
    width: 41.66667%;
  }
}

body.page-template-page-builder-template div#primary main#main div.intro-gallery div.gallery-wrapper {
  border: 1px solid #ccc;
  padding: 34px;
}

body.page-template-page-builder-template div#primary main#main div.content-divider {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  body.page-template-page-builder-template div#primary main#main div.content-divider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.page-template-page-builder-template div#primary main#main div.content-divider:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  body.page-template-page-builder-template div#primary main#main div.content-divider {
    width: 100%;
  }
}

body.page-template-page-builder-template div#primary main#main div.content-divider div.divider {
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin: 30px 0;
}

body.page-template-page-builder-template div#primary main#main div.row-col {
  position: relative;
}

body.page-template-page-builder-template div#primary main#main div.row-col.row-col-2 {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  body.page-template-page-builder-template div#primary main#main div.row-col.row-col-2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.page-template-page-builder-template div#primary main#main div.row-col.row-col-2:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  body.page-template-page-builder-template div#primary main#main div.row-col.row-col-2 {
    width: 50%;
  }
}

@media (max-width: 639px) {
  body.page-template-page-builder-template div#primary main#main div.row-col.row-col-2:first-of-type {
    margin-bottom: 20px;
  }
}

body.page-template-page-builder-template div#primary main#main div.row-col div.gform_wrapper form div.gform_body div.gform_fields {
  width: calc(100% + 16px);
}

body.page-template-page-builder-template div#primary main#main div.row-col div.gform_wrapper form div.gform_body div.gform_fields textarea {
  max-height: 120px;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger {
  cursor: pointer;
  color: #262324;
  border: 2px solid #dadada;
  height: 42px;
  margin-bottom: 8px;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger::before {
  content: '';
  float: left;
  font-family: 'FontAwesome';
  font-size: 1.125rem;
  text-align: center;
  color: #a2a2a2;
  padding: 6px;
  height: 38px;
  width: 38px;
  background-color: #dadada;
  background-image: url(/wp-content/themes/saferack/images/accordion-closed.png);
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger:hover, body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger.accordion-open {
  border: 2px solid #262324;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger:hover::before, body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger.accordion-open::before {
  color: #ffff;
  background-image: url(/wp-content/themes/saferack/images/accordion-closed-hover.png);
  background-color: #262324;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger.accordion-open::before {
  background-image: url(/wp-content/themes/saferack/images/accordion-open.png);
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger div.outer {
  display: table;
  height: 100%;
  width: calc(100% - 38px);
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger div.outer div.inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger div.outer div.inner div {
  padding: 0 10px;
  font-weight: 700;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.trigger div.outer div.inner div span {
  float: right;
  font-size: 0.875rem;
  color: #dadada;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.content {
  overflow-y: hidden;
  padding: 0 8px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  -webkit-transition: height 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: height 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: height 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.content div {
  padding-bottom: 6px;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.content div h3 {
  margin-top: 4px;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.content div ul {
  margin-bottom: 6px;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.content div hr {
  margin: 12px 0;
}

body.page-template-page-builder-template div#primary main#main div.row-col div.accordion div.content.closed {
  height: 0 !important;
}

body.single-product div.gallery-zoom {
  position: fixed;
  z-index: 999999;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

body.single-product div.gallery-zoom div.close {
  position: fixed;
  cursor: pointer;
  top: 10px;
  right: 10px;
  height: 34px;
  width: 34px;
}

body.single-product div.gallery-zoom div.close div {
  position: absolute;
  height: 3px;
  width: 34px;
  background-color: #fff;
  transform: rotate(45deg);
  margin-top: 16px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.single-product div.gallery-zoom div.close div:last-of-type {
  transform: rotate(-45deg);
}

body.single-product div.gallery-zoom div.close:hover div {
  background-color: #fa5004;
}

body.single-product div.gallery-zoom div.outer {
  display: table;
  height: 100%;
  width: 100%;
}

body.single-product div.gallery-zoom div.outer div.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

body.single-product div.gallery-zoom div.outer div.inner div.gallery-image {
  height: 90%;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 32%;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery {
    display: inherit;
    float: left;
    vertical-align: inherit;
    width: 40%;
  }
}

@media (max-width: 675px) {
  body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery {
    float: none;
    width: 100%;
  }
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery figure {
  padding: 14px;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery figure div.woocommerce-product-gallery__image--placeholder {
  border: none;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery figure div.gallery-main div.image {
  cursor: zoom-in;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery figure div.gallery-nav div.image {
  cursor: zoom-in;
  height: 72px;
  width: 80px;
  margin: 10px 5px 0 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery figure div.gallery-nav div.slick-track {
  float: left;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery figure div.gallery-nav button.slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  margin-top: -11px;
  height: 32px;
  width: 32px;
  opacity: 0.5;
  background-color: #fff;
  font-size: 0;
  border-radius: 0;
  background-image: url(/wp-content/themes/saferack/images/caret-left.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery figure div.gallery-nav button.slick-arrow.slick-next {
  left: auto;
  right: 0;
  background-image: url(/wp-content/themes/saferack/images/caret-right.png);
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery figure div.gallery-nav button.slick-arrow:hover {
  opacity: 1;
}

@media (max-width: 675px) {
  body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper {
    display: none;
  }
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper h4 {
  color: #363636;
  margin-top: 24px;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product {
  position: relative;
  float: left;
  width: 48%;
  padding: 12px;
  border: 1px solid #e8e8e8;
  margin-bottom: 16px;
  text-align: center;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product:nth-of-type(2), body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product:nth-of-type(4) {
  float: right;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product div.image {
  height: 130px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product h2 {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fa5004;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product span.price {
  display: block;
  color: #262324;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product div.sku-stock {
  height: 84px;
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.75rem;
  margin-top: -2px;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product a.button {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  width: calc(100% - 24px);
  background-color: #fa5004;
  margin-top: 0.5rem;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product a.button:hover {
  background-color: #262324;
}

body.single-product div#content div#primary main#main div.product div.woocommerce-product-gallery div.related-products-wrapper div.related-product a.added_to_cart {
  display: block;
  margin: -10px 0 -0.25rem 0;
  padding: 0;
  font-size: 12px;
  line-height: 0.875rem;
  text-transform: capitalize;
}

body.single-product div#content div#primary main#main div.product div.entry-summary {
  display: inline-block;
  float: none;
  width: calc(64% - 214px);
  margin-left: 1.5%;
}

@media (max-width: 900px) {
  body.single-product div#content div#primary main#main div.product div.entry-summary {
    width: 56%;
    margin-left: 3%;
  }
}

@media (max-width: 675px) {
  body.single-product div#content div#primary main#main div.product div.entry-summary {
    width: 100%;
    margin-left: 0;
  }
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 214px;
  padding: 10px 14px;
  border: 1px solid #e8e8e8;
}

@media (max-width: 900px) {
  body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper {
    position: relative;
    margin-bottom: 1rem;
  }
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper p.out-of-stock {
  display: block !important;
  font-size: 15px;
  line-height: 18px;
  margin-top: 6px;
  color: #262324;
  text-align: center;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper p.out-of-stock span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin: 8px 0 -10px 0;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper form div.quantity input {
  height: 2.5rem;
  width: 3rem;
  margin-bottom: 0.75rem;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper form button {
  height: 2.5rem;
  width: 8rem;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper div.price {
  clear: both;
  font-size: 1.25rem;
  text-align: center;
  padding: 0.5rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.25rem;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper div.sku {
  display: inline-block;
  color: #757575;
  font-size: 0.75rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.125rem;
  margin: 0;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper div.divider {
  display: inline-block;
  color: #757575;
  font-size: 0.75rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.125rem;
  margin: 0 0.25rem;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper div.stock {
  display: inline-block;
  color: #328315;
  font-size: 0.75rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 0;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper div.disclaimer {
  color: #757575;
  font-size: 9px;
  line-height: 12px;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.price-wrapper div.dimensions {
  color: #757575;
  font-size: 0.9375rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.125rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

body.single-product div#content div#primary main#main div.product div.entry-summary div.description {
  white-space: pre-line;
}

body.single-product div#content div#primary main#main div.product section.up-sells.products {
  display: none;
}

body.single-product div#content div#primary main#main section.related.products {
  clear: both;
  height: 0;
  overflow: hidden;
}

body.single-product div#content div#primary main#main section.related.products h2 {
  text-transform: capitalize;
  margin-bottom: 1rem;
}

body.single-product div#content div#primary main#main section.related.products div.related-product-head {
  display: none;
}

body.single-product div#content div#primary main#main section.related.products ul.products div.related-product div.image, body.single-product div#content div#primary main#main section.related.products ul.products div.related-product div.name, body.single-product div#content div#primary main#main section.related.products ul.products div.related-product div.description {
  display: none;
}

body.page-template-bulk-order-template div.cart-updating, body.archive.woocommerce-page div.cart-updating {
  position: fixed;
  display: none !important;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  background-image: url(../images/preloader.gif);
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
}

body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.aws-container, body.archive.woocommerce-page div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.aws-container {
  max-width: 518px;
  margin-bottom: 20px;
}

body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.aws-container form, body.archive.woocommerce-page div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.aws-container form {
  height: 36px;
}

body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.aws-container form input, body.archive.woocommerce-page div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.aws-container form input {
  font-size: 0.8125rem;
  padding: 0 1.5rem 0 0.5rem;
  color: #363636;
  border: 1px solid #ccc;
  box-shadow: none;
}

body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.cart-collaterals div.cart_totals table.shop_table, body.archive.woocommerce-page div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.cart-collaterals div.cart_totals table.shop_table {
  margin-bottom: 0.4375rem;
}

body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a, body.archive.woocommerce-page div#content div#primary main#main article div.entry-content div.woocommerce section#bulk-order-pad div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a {
  padding-top: 1rem;
}

body.page-template-bulk-order-template div.swiftype-widget, body.archive.woocommerce-page div.swiftype-widget {
  display: none !important;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp {
  z-index: 99999;
  border-color: #e4e4e4;
  border-right: none;
  border-radius: 0;
  overflow-y: scroll;
  max-height: 400px !important;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.dgwt-wcas-suggestion-nores, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.dgwt-wcas-suggestion-nores {
  border: none;
  opacity: 1;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.dgwt-wcas-suggestion-nores::before, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.dgwt-wcas-suggestion-nores::before {
  content: 'No results found for search criteria.';
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22.5px;
  color: #1d1d1e;
  padding: 0.25rem 1rem;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.dgwt-wcas-suggestion-nores span, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.dgwt-wcas-suggestion-nores span {
  display: none;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper {
  position: relative;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.add-to-cart-container, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.add-to-cart-container {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.add-to-cart-container a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.quick-order-add-to-cart, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.add-to-cart-container a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.quick-order-add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  font-size: 13px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fa5004;
  border-radius: 0;
  color: #fff;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  outline: none;
  text-indent: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.add-to-cart-container a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.quick-order-add-to-cart:hover, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.add-to-cart-container a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.quick-order-add-to-cart:hover {
  background-color: #434343;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.add-to-cart-container a.added_to_cart, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.add-to-cart-container a.added_to_cart {
  display: none;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion {
  min-height: 5.75rem;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected {
  background-color: #f7f7f7;
  border-right: 1px solid transparent;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-st, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-st {
  padding-right: 10px;
  margin-top: 36px;
  margin-bottom: -32px;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-st span, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-st span {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 15px;
  color: #000;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-st span.dgwt-wcas-sku, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-st span.dgwt-wcas-sku {
  margin-top: 2px;
  margin-left: 0;
  font-size: 11.5px;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-sp, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-sp {
  position: absolute;
  top: 12px;
  left: 10px;
  padding: 0;
  text-align: left;
  justify-content: flex-start;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-sp span.woocommerce-Price-amount, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-sp span.woocommerce-Price-amount {
  position: absolute;
  bottom: 5px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 300;
  padding-top: 8px;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-sd, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion span.dgwt-wcas-sd {
  display: none;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #1d1d1e;
  margin-top: 3px;
  padding-right: 10px;
}

body.page-template-bulk-order-template div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper:last-of-type div.dgwt-wcas-suggestion, body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper:last-of-type div.dgwt-wcas-suggestion {
  border-bottom: 1px solid transparent;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp {
  z-index: 99999;
  background-color: #f7f7f7;
  border-color: #e4e4e4;
  border-radius: 0;
  margin-left: -1px;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-preloader-wrapp, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-preloader-wrapp {
  height: 300px;
  width: 300px;
  background-color: #f7f7f7;
  background-image: url(../images/preloader.gif);
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-preloader-wrapp div, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-preloader-wrapp div {
  display: none;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.product-details-overlay, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.product-details-overlay {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 19px 1rem;
  border-left: none;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.product-details-overlay h5, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.product-details-overlay h5 {
  width: 100%;
  text-align: center;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  margin: -8px 0 10px 0;
  padding-bottom: 8px;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.product-details-overlay p, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.product-details-overlay p {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  color: #1d1d1e;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner {
  background-color: #f7f7f7;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner::before, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner::before {
  content: 'Product Details';
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  margin: -8px 0 10px 0;
  padding-bottom: 4px;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details div.dgwt-wcas-pd-image, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details div.dgwt-wcas-pd-image {
  padding: 0;
  border: none;
  border-radius: 0;
  height: 80px;
  width: 80px;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details div.dgwt-wcas-pd-image img, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details div.dgwt-wcas-pd-image img {
  height: 100%;
  width: 100%;
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  object-fit: contain;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details div.dgwt-wcas-pd-rest span.product-title, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details div.dgwt-wcas-pd-rest span.product-title {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #fa5004;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details div.dgwt-wcas-pd-rest div.dgwt-wcas-pd-price span.woocommerce-Price-amount, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details div.dgwt-wcas-pd-rest div.dgwt-wcas-pd-price span.woocommerce-Price-amount {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details:hover div.dgwt-wcas-pd-rest span.product-title, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details a.dgwt-wcas-pd-details:hover div.dgwt-wcas-pd-rest span.product-title {
  color: #434343;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-desc, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-desc {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  color: #1d1d1e;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc div.quantity, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc div.quantity {
  margin-right: 1rem;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc div.quantity input, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc div.quantity input {
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #979797;
  height: 45px;
  width: 3.75rem;
  padding: 0.75rem;
  max-width: none;
  box-shadow: none;
  text-align: left;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc p.add_to_cart_inline a.button, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc p.add_to_cart_inline a.button {
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  background-color: #fa5004;
  border: 1px solid #fa5004;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 1.5rem;
  height: 45px;
  outline: none;
  height: auto;
  width: auto;
  text-indent: 0;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc p.add_to_cart_inline a.button:hover, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc p.add_to_cart_inline a.button:hover {
  background-color: #434343;
  border-color: #434343;
}

body.page-template-bulk-order-template div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc p.add_to_cart_inline a.added_to_cart, body.archive.woocommerce-page div.dgwt-wcas-details-wrapp div.dgwt-wcas-details-inner div.dgwt-wcas-product-details div.dgwt-wcas-pd-addtc p.add_to_cart_inline a.added_to_cart {
  display: none;
}

body.woocommerce-cart div#content div#primary main#main, body.page-template-bulk-order-template div#content div#primary main#main {
  padding: 0;
  margin-bottom: 3rem;
  width: 100%;
}

body.woocommerce-cart div#content div#primary main#main article header, body.page-template-bulk-order-template div#content div#primary main#main article header {
  margin: 0 0 1.875rem 0;
}

body.woocommerce-cart div#content div#primary main#main article header h1, body.page-template-bulk-order-template div#content div#primary main#main article header h1 {
  color: #fa5004;
  font-size: 2.0625rem;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #9f9f9f;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table thead, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table thead {
  background: #fff;
  border-bottom: 1px solid #9f9f9f;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table thead tr th, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table thead tr th {
  padding: 0;
  font-size: 0.875rem;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table thead tr th.product-name, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table thead tr th.product-name {
  opacity: 0;
  font-size: 0;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr {
  background-color: transparent !important;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td {
  padding: 0.625rem 0;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.actions, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.actions {
  line-height: 0;
  padding: 14px 0 8px 0;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.actions a, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.actions button, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.actions a, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.actions button {
  font-size: 14px;
  text-transform: capitalize;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.actions a, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.actions a {
  margin-right: 24px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-thumbnail, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-thumbnail {
  width: 110px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-thumbnail a img, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-thumbnail a img {
  height: 80px;
  width: 80px;
  padding: 0.5rem;
  border: 1px solid #e4e4e4;
  max-width: none;
  object-fit: contain;
  border-radius: 0;
  margin: 0;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal {
  font-size: 1.125rem;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle {
  display: inline-block;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.currency, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.currency, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.currency, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.currency {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  height: 2.25rem;
  width: 30px;
  color: #363636;
  margin-right: -4px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  padding: 3px 9px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle p, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle p, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle p, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle p {
  display: inline-block;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle p input, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle p input, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle p input, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle p input {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  height: 2.25rem;
  box-shadow: none;
  border: 1px solid #cacaca;
  padding: 6px 10px;
  background-color: transparent;
  width: 7rem;
  text-align: left;
  outline: none;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle p input::selection, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle p input::selection, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle p input::selection, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle p input::selection {
  color: #fff;
  background-color: #fa5004;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container {
  position: absolute;
  z-index: 9;
  display: none;
  margin: 12px 40px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-arrow, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-arrow, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-arrow, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-arrow {
  position: absolute;
  z-index: 9;
  margin: 0 16px;
  width: 34px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-arrow img, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-arrow img, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-arrow img, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-arrow img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form {
  position: absolute;
  margin: 0 -90px;
  min-width: 250px;
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form div.title, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form div.title, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form div.title, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form div.title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 0.75rem;
  color: #363636;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #cbcbcb;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table {
  border: none;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody {
  border: none;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td {
  border: none;
  padding: 0.25rem 0 0 0;
  line-height: 18px;
  text-align: left;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td span, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td span, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td span, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td span {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td div.symbol, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td div.symbol, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td div.symbol, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td div.symbol {
  float: right;
  vertical-align: middle;
  text-align: center;
  width: 38px;
  color: #363636;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  font-size: 0.9375rem;
  padding: 8px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td input, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td input, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td input, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td input {
  float: right;
  font-size: 0.9375rem;
  padding: 0.375rem;
  box-shadow: none;
  height: 36px;
  width: 100px;
  margin-bottom: 6px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td input::selection, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td input::selection, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td input::selection, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td input::selection {
  color: #fff;
  background-color: #fa5004;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td input.transfer-cost, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td input.transfer-cost, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td input.transfer-cost, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td input.transfer-cost {
  pointer-events: none;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td:first-of-type, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td:first-of-type, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form table tbody tr td:first-of-type, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form table tbody tr td:first-of-type {
  text-align: right;
  padding-right: 10px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form button, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form button, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form button, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form button {
  height: auto;
  width: 100%;
  padding: 0.625rem 0;
  margin-top: -10px;
  color: #fff;
  background-color: #fa5004;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form button:hover, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form button:hover, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form button:hover, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form button:hover {
  background-color: #363636;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form div.error, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form div.error, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form div.error, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form div.error {
  display: none;
  font-size: 11px;
  line-height: 4px;
  color: #e2401c;
  margin-top: 12px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form div.error.show-error, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form div.error.show-error, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form div.error.show-error, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form div.error.show-error {
  display: block;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form div.loader, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form div.loader, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-price div.price-change-toggle div.price-container div.price-form div.loader, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-subtotal div.price-change-toggle div.price-container div.price-form div.loader {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.65);
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-quantity div.quantity, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-quantity div.quantity {
  margin-top: 9px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-quantity div.quantity input, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-quantity div.quantity input {
  font-size: 18px;
  font-weight: 400;
  height: 2.25rem;
  box-shadow: none;
  border: 1px solid #cacaca;
  padding: 6px 10px;
  background-color: transparent;
  width: 3.25rem;
  text-align: left;
  outline: none;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove {
  padding-right: 0;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove a, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove a {
  position: relative;
  float: right;
  font-size: 0;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  color: transparent;
  text-transform: uppercase;
  padding: 0;
  outline: none;
  height: 26px;
  width: 20px;
  text-indent: 0;
  margin-left: 20px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove a::before, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove a::before {
  content: '';
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 999px;
  background-color: #d6d6d6;
  background-image: url(../images/remove.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove a::after, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove a::after {
  display: none;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove a:hover::before, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr td.product-remove a:hover::before {
  background-color: #e2401c;
  border-color: #e2401c;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type {
  background-color: #fff;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type a, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type button, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type a, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type button {
  padding: 0;
  background-color: transparent;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  color: #fa5004;
  margin-bottom: 4px;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type a:hover, body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type button:hover, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type a:hover, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type button:hover {
  color: #363636;
}

body.woocommerce-cart div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type a, body.page-template-bulk-order-template div#content div#primary main#main article div.entry-content div.woocommerce form table tbody tr:last-of-type a {
  margin-right: 1.125rem;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder {
  float: left;
  margin: 0;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder a, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder a {
  position: relative;
  font-size: 0;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  background-color: #fa5004;
  border: 1px solid #fa5004;
  border-radius: 0;
  height: 3rem;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 0.75rem;
  outline: none;
  background-image: url(/wp-content/themes/saferack/images/cart.png);
  background-size: 14%;
  background-position: left 1rem center;
  background-repeat: no-repeat;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder a::before, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder a::before {
  content: 'Save & Share';
  font-size: 1rem;
  margin: 0 0.25rem 0 2rem;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder a::after, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder a::after {
  position: absolute;
  top: 3px;
  margin-left: 24px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1e;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  width: 160px;
  content: 'Save your current order for later editing or to share with someone on your team';
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder a:hover, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cxecrt-button-holder a:hover {
  background-color: #363636;
  border-color: #363636;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals {
  width: 24%;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals h2, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals h2 {
  text-transform: capitalize;
  padding-bottom: 0.625rem;
  color: #363636;
  padding: 0;
  margin-bottom: 0.75rem;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals table, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals table {
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr {
  display: none;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr.cart-subtotal, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr.cart-subtotal {
  display: table-row;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr th, body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr td, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr th, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr td {
  background-color: #fff;
  padding: 0.625rem 0 0.375rem 0;
  font-size: 0.875rem;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr td, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals table tbody tr td {
  font-size: 1rem;
  text-align: right;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout {
  margin: 0;
  padding: 0.5rem 0 0 0;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a {
  float: none;
  height: 2.875rem;
  width: 100%;
  background-color: #fa5004;
  border-radius: 0;
  font-size: 1rem;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a:hover, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a:hover {
  background-color: #363636;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals p.return-to-shop button, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals p.return-to-shop button {
  height: auto;
  width: 100%;
  padding: 0.625rem 0;
  margin-top: -10px;
  color: #fff;
  background-color: #fa5004;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-cart div#content div#primary main#main article div.cart-collaterals div.cart_totals p.return-to-shop button:hover, body.page-template-bulk-order-template div#content div#primary main#main article div.cart-collaterals div.cart_totals p.return-to-shop button:hover {
  background-color: #363636;
}

body.woocommerce-cart div.tinvwl-cart-add-to-cart, body.page-template-bulk-order-template div.tinvwl-cart-add-to-cart {
  display: none;
}

body.woocommerce-cart footer div.reviews-news-wrapper, body.page-template-bulk-order-template footer div.reviews-news-wrapper {
  display: none !important;
}

body.woocommerce-cart div.cxecrt-component-modal-popup, body.page-template-bulk-order-template div.cxecrt-component-modal-popup {
  border-radius: 0;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #333333;
  padding: 1.5rem 0 0 0;
  border-bottom: none;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-icon-cancel, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-icon-cancel {
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 999px;
  box-shadow: none;
  margin: -0.25rem -0.25rem 0 0;
  transform: translate(0px, 0px);
  background-color: #d6d6d6;
  background-image: url(../images/remove.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-icon-cancel::before, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-icon-cancel::before {
  display: none;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-icon-cancel:hover, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-icon-cancel:hover {
  background-color: #e2401c;
  border-color: #e2401c;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-top-bar-back, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-top-bar-back {
  color: #d6d6d6;
  margin: -1rem -1.5rem;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-top-bar-back:hover, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-top-bar span.cxecrt-top-bar-back:hover {
  color: #1277c6;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-form-description, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-slide-content div.cxecrt-form-description {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1e;
  margin: -0.75rem auto;
  font-size: 0.875rem;
  line-height: 1rem;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row:last-of-type, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row:last-of-type {
  padding-bottom: 20px;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-form-error, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-form-error {
  font-size: 1.25rem;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field {
  position: relative;
  font-size: 1rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  border: 1px solid #979797;
  box-shadow: none;
  height: 1.5rem;
  border-radius: 0;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field input, body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field select, body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field textarea, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field input, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field select, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field textarea {
  font-size: 1rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  height: 100% !important;
  border-radius: 0 !important;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field textarea, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field textarea {
  padding-top: 0.5rem !important;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field label, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row div.cxecrt-row-field label {
  letter-spacing: 0 !important;
  text-transform: capitalize !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  border-right: 1px solid #979797 !important;
  color: #1d1d1e !important;
  height: 100% !important;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a[type='submit'], body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a.cxecrt-button, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a[type='submit'], body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a.cxecrt-button {
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  background-color: #fa5004;
  border: 1px solid #fa5004;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 12px;
  outline: none;
  transform: translate(0px, 0px);
  margin-bottom: -1rem;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a[type='submit'] i, body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a.cxecrt-button i, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a[type='submit'] i, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a.cxecrt-button i {
  display: none;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a[type='submit']:hover, body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a.cxecrt-button:hover, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a[type='submit']:hover, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a.cxecrt-button:hover {
  background-color: #363636;
  border-color: #363636;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a.cxecrt-button, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a.cxecrt-button {
  width: 49%;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a[type='submit'], body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a[type='submit'] {
  width: 100%;
}

body.woocommerce-cart div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a#cxecrt_save_and_send, body.page-template-bulk-order-template div.cxecrt-component-modal-popup div#cxecrt-save-share-cart-modal div.cxecrt-component-slide div.cxecrt-row a#cxecrt_save_and_send {
  width: 100%;
}

body.woocommerce-checkout div#content div#primary main#main {
  padding: 0;
  margin-bottom: 3rem;
  width: 100%;
}

body.woocommerce-checkout div#content div#primary main#main article header {
  margin: 0 0 1.875rem 0;
}

body.woocommerce-checkout div#content div#primary main#main article header h1 {
  color: #fa5004;
  font-size: 2.0625rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce {
  margin-top: -1rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details {
  float: left;
  width: 48%;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 {
  float: none;
  width: 100%;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 h3, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 h3 {
  text-transform: capitalize;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.625rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 span a.add-new-billing-address, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 span a.add-new-billing-address {
  display: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields h3::after, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields h3::after {
  content: 'Changing billing information will update your account.';
  font-size: 0.75rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 0.5rem;
  font-weight: 400;
  text-transform: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row {
  padding: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row label, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row label {
  font-size: 0.75rem;
  text-transform: capitalize;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  box-shadow: none;
  background-color: transparent;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper select, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper select {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 36px;
  border-color: #aaaaaa;
  color: #444;
  padding-top: 9px;
  padding-right: 20px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container {
  float: left;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection {
  height: 36px;
  border-radius: 0;
  outline: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection span.select2-selection__rendered, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection span.select2-selection__rendered {
  height: 36px;
  line-height: 36px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection span.select2-selection__arrow, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection span.select2-selection__arrow {
  height: 36px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(1), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(2), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(3), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(4), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(8), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(9), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(10), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(11), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(1), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(2), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(3), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(4), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(8), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(9), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(10), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(11) {
  display: inline-block;
  float: none;
  width: 48%;
  vertical-align: top;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(2), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(4), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(9), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(11), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(2), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(4), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(9), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row:nth-of-type(11) {
  margin-left: 4%;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields h3#ship-to-different-address, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields h3#ship-to-different-address {
  margin: 14px 0 0 0;
  padding: 0;
  border: none;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields h3#ship-to-different-address input, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields h3#ship-to-different-address input {
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields h3#ship-to-different-address span, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields h3#ship-to-different-address span {
  display: inline-block;
  margin-left: -3px;
  font-weight: 700;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields span a.add-new-shipping-address, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields span a.add-new-shipping-address {
  display: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.shipping-overlay, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.shipping-overlay {
  display: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row {
  padding: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row label, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row label {
  font-size: 0.75rem;
  text-transform: capitalize;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
  font-size: 0.84375rem;
  height: 2.25rem;
  box-shadow: none;
  background-color: transparent;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container {
  float: left;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection {
  height: 36px;
  border-radius: 0;
  outline: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection span.select2-selection__rendered, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection span.select2-selection__rendered {
  height: 36px;
  line-height: 36px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection span.select2-selection__arrow, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper span.select2-container span.select2-selection span.select2-selection__arrow {
  height: 36px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(1), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(2), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(3), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(4), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(8), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(9), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(1), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(2), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(3), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(4), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(8), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(9) {
  display: inline-block;
  float: none;
  width: 48%;
  vertical-align: top;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(2), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(4), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(9), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(11), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(2), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(4), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(9), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row:nth-of-type(11) {
  margin-left: 4%;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields {
  margin-top: 1.25rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div#tax-exempt-fields div:not(.fields) input, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div#tax-exempt-fields div:not(.fields) input {
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div#tax-exempt-fields div:not(.fields) label, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div#tax-exempt-fields div:not(.fields) label {
  text-transform: none;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p.form-row, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p.form-row {
  padding: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p.form-row label, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p.form-row label {
  font-size: 0.75rem;
  text-transform: capitalize;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p.form-row span.woocommerce-input-wrapper input, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p.form-row span.woocommerce-input-wrapper select, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p.form-row span.woocommerce-input-wrapper input, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p.form-row span.woocommerce-input-wrapper select {
  font-size: 0.84375rem;
  height: 2.25rem;
  box-shadow: none;
  background-color: transparent;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p:not(.form-row), body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div#tax-exempt-fields div.fields p:not(.form-row) {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 6px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row {
  padding: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row label, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row label {
  font-size: 0.75rem;
  text-transform: capitalize;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-1 div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row span.woocommerce-input-wrapper textarea, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#customer_details div.col-2 div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row span.woocommerce-input-wrapper textarea {
  font-size: 15px;
  line-height: 15px;
  box-shadow: none;
  background-color: transparent;
  resize: none;
  height: 8rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form h3#order_review_heading {
  float: right;
  width: 48%;
  text-transform: capitalize;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.625rem;
  margin: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review {
  float: right;
  width: 48%;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table {
  border: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table thead {
  display: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tbody tr td {
  border: none;
  padding: 0.625rem;
  font-size: 0.875rem !important;
  line-height: 1.125rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tbody tr td.product-name {
  width: 60%;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tbody tr td.product-name table {
  width: auto;
  margin-bottom: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tbody tr td.product-name table tbody {
  border: none;
  background-color: transparent;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tbody tr td.product-name table tbody tr td {
  padding: 0 10px 0 0;
  margin: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tbody tr td.product-name table tbody tr td:first-of-type div:last-of-type {
  font-size: 11px;
  line-height: 11px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tbody tr td.product-total {
  font-size: 16px !important;
  text-align: right;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr th, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr td {
  background-color: #fff;
  padding: 0.625rem;
  font-size: 0.875rem !important;
  line-height: 1.125rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr th ul li, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr td ul li {
  line-height: 1.125rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr th ul li label, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr td ul li label {
  line-height: 1.125rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr td {
  font-size: 15px;
  text-align: right;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr td ul li {
  margin: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  padding: 0;
  text-align: right;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul {
  padding: calc(0.5rem + 2px) 0 0.5rem 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul li {
  padding: 0 10px !important;
  border: none !important;
  margin: 0 !important;
  background-color: #fff !important;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul li:nth-child(2n) {
  background-color: #f6f6f6 !important;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul li input {
  margin: 0 !important;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul li label {
  position: absolute;
  right: 16px;
  font-size: 11px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
  white-space: nowrap;
  max-width: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul li label span.woocommerce-Price-amount {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 4px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul li input[type="hidden"] + label {
  position: relative;
  right: 0;
  margin-bottom: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul#shipping_method {
  padding: 8px 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul#shipping_method li:nth-child(2n) {
  background-color: #fff !important;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul#shipping_method li div.explanation {
  position: relative;
  display: inline-block;
  cursor: help;
  height: 14px;
  width: 14px;
  background-color: #363636;
  color: #fff;
  padding: 0px;
  line-height: 14px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  border-radius: 999px;
  font-size: 10px;
  margin: 0 1px 0 3px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul#shipping_method li div.explanation div {
  position: absolute;
  pointer-events: none;
  white-space: normal;
  opacity: 0;
  height: auto;
  width: 230px;
  left: 50%;
  margin-left: -115px;
  margin-top: 10px;
  background-color: #444;
  color: #fff;
  font-size: 11px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 15px;
  padding: 6px 8px;
  border-radius: 3px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul#shipping_method li div.explanation div::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -6px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #444;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.shipping td ul#shipping_method li div.explanation:hover div {
  opacity: 1;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.cart-subtotal th, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.cart-subtotal td {
  border-top: 1px solid #9f9f9f;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.cart-subtotal th span.woocommerce-Price-amount, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.cart-subtotal td span.woocommerce-Price-amount {
  font-size: 16px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.tax-total th, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.tax-total td {
  border-top: 1px solid #9f9f9f;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.tax-total th span.woocommerce-Price-amount, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.tax-total td span.woocommerce-Price-amount {
  font-size: 16px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.order-total th, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.order-total td {
  border-bottom: 1px solid #9f9f9f;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.order-total th span.woocommerce-Price-amount, body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review table tfoot tr.order-total td span.woocommerce-Price-amount {
  font-size: 16px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment {
  background: #fff;
  border-radius: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul {
  padding: 0;
  border: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li label {
  color: #363636;
  margin-left: -0.5rem;
  font-weight: 700;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box {
  background-color: transparent;
  padding: 0 0 0 27px;
  margin: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box p {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box fieldset p.form-row {
  padding: 0;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box fieldset p.form-row label {
  margin-left: 0;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: capitalize;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box fieldset p.form-row input {
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  box-shadow: none !important;
  background-color: transparent;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box::before {
  display: none;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box.payment_method_touchless_gateway_purchase_order fieldset p.form-row {
  width: calc(50% - 11px);
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box.payment_method_touchless_gateway_purchase_order fieldset p.form-row:last-of-type {
  float: right;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box.payment_method_authorize_net_cim_credit_card fieldset p.form-row input#wc-authorize-net-cim-credit-card-account-number {
  background-size: 36px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box.payment_method_authorize_net_cim_credit_card fieldset p.form-row:nth-of-type(2) {
  width: calc(50% - 11px);
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment ul li div.payment_box.payment_method_authorize_net_cim_credit_card fieldset p.form-row:last-of-type {
  float: right;
  width: calc(50% - 11px);
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment div.place-order {
  padding: 0;
  margin-top: 1rem;
  width: 100%;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment div.place-order p.automatewoo-optin label input {
  font-size: 16px;
  margin: 0 4px 0 -2px;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment div.place-order button {
  float: none;
  height: 2.875rem;
  width: 100%;
  background-color: #fa5004;
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-checkout div#content div#primary main#main article div.entry-content div.woocommerce form div#order_review div#payment div.place-order button:hover {
  background-color: #363636;
}

body.woocommerce-checkout span.select2-container span.select2-dropdown {
  border-radius: 0;
}

body.woocommerce-checkout span.select2-container span.select2-dropdown span.select2-search {
  padding: 6px 8px 3px 8px;
}

body.woocommerce-checkout span.select2-container span.select2-dropdown span.select2-search input.select2-search__field {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #979797;
  box-shadow: none;
  padding: 6px 8px 3px 8px;
  background-image: url(/wp-content/themes/saferack/images/search-dark.png);
  background-size: 30px;
  background-position: center right;
  background-repeat: no-repeat;
}

body.woocommerce-checkout span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  width: 100%;
  outline: none;
}

body.woocommerce-checkout span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option {
  padding: 6px 8px 3px 8px;
  outline: none;
  font-size: 15px;
}

body.woocommerce-checkout span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option[data-selected="true"] {
  color: #fff;
  background-color: #fa5004;
}

body.woocommerce-checkout span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background-color: #434343;
}

body.woocommerce-checkout footer div.reviews-news-wrapper {
  display: none !important;
}

body.woocommerce-checkout.woocommerce-order-received .support-footer {
  text-align: center;
  border-top: 2px solid #cccccc;
  padding: 20px 0 0;
}

body.woocommerce-checkout.woocommerce-order-received .support-footer p {
  font-size: 22px;
}

body.woocommerce-checkout.woocommerce-order-received .support-footer p:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}

body.woocommerce-checkout.woocommerce-order-received .support-footer a.tel {
  color: #363636;
}

body.woocommerce-checkout.woocommerce-order-received .support-footer .orange-saferack-now {
  background: #fa5004;
  width: 100%;
  padding: 20px;
  margin-top: 15px;
}

body.woocommerce-checkout.woocommerce-order-received .support-footer .orange-saferack-now-logo {
  background: url("/wp-content/themes/saferack/images/saferack-now-white.png") center center no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 50px;
  text-indent: -999em;
}

@media only screen and (max-width: 0) {
  body.woocommerce-checkout.woocommerce-order-received .support-footer p {
    font-size: 20px;
  }
  body.woocommerce-checkout.woocommerce-order-received .support-footer span {
    display: none;
  }
  body.woocommerce-checkout.woocommerce-order-received .support-footer .orange-saferack-now-logo {
    background-size: 100% auto;
  }
}

body.woocommerce-page div.reviews-news-wrapper {
  display: none !important;
}

body.woocommerce-lost-password h1 {
  display: none !important;
}

body.woocommerce-account div#content div#primary main#main {
  padding: 0;
  width: 100%;
  margin-top: 2rem;
}

body.woocommerce-account div#content div#primary main#main header.entry-header {
  margin-bottom: 2rem;
}

body.woocommerce-account div#content div#primary main#main header.entry-header h1 {
  margin-bottom: 0;
  text-transform: capitalize;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.reset-password-logo {
  width: 100%;
  text-align: center;
  margin: -12px 0 20px 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.reset-password-logo img {
  max-width: 225px;
  margin-left: -20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.lost-password-wrapper {
  padding: 20px 26px 18px 26px;
  border: 1px solid #9f9f9f;
  max-width: 324px;
  margin: 0 auto 80px auto;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.lost-password-wrapper h2 {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3125rem;
  color: #363636;
  text-transform: capitalize;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.625rem;
  width: 100%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.lost-password-wrapper p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0;
  width: 100%;
  margin-bottom: 0.5rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.lost-password-wrapper label {
  font-size: 0.75rem;
  margin: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.lost-password-wrapper input {
  font-size: 0.84375rem;
  box-shadow: none;
  margin: 0;
  width: 100%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.lost-password-wrapper button {
  float: right;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #fa5004;
  height: 2.25rem;
  padding: 0 1.25rem;
  border-radius: 0;
  margin-top: 0.5rem;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.lost-password-wrapper button:hover {
  background-color: #434343;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation {
  width: 24%;
  padding-right: 4%;
  margin-right: 0;
  margin-bottom: 4rem;
  border-right: 1px solid #e4e4e4;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.avatar-wrapper {
  text-align: center;
  width: 100%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.avatar-wrapper img {
  border-radius: 999px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.avatar-wrapper div.name {
  margin: 0.375rem 0;
  font-size: 1.125rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.avatar-wrapper a {
  display: inline-block;
  font-size: 14px;
  width: auto;
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  color: #fff;
  background-color: #fa5004;
  margin-bottom: 1.25rem;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.avatar-wrapper a:hover {
  background-color: #434343;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.inactive-wrapper {
  position: relative;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.inactive-wrapper div.inactive {
  display: inline-block;
  cursor: default;
  opacity: 0.5;
  font-size: 14px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  height: 30px;
  width: 68.09px;
  color: #fff;
  background-color: #fa5004;
  margin-bottom: 1.25rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.inactive-wrapper div.inactive div.outer {
  display: table;
  height: 100%;
  width: 100%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.inactive-wrapper div.inactive div.outer div.inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.inactive-wrapper div.inactive-message {
  position: absolute;
  display: none;
  color: #fff;
  background-color: #434343;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  padding: 8px;
  border-radius: 3px;
  margin-top: -17px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation div.inactive-wrapper div.inactive-message::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #434343;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul {
  border-top: none;
  margin-left: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e4e4e4;
  list-style-type: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #363636;
  background-color: transparent;
  text-transform: capitalize;
  padding: 0.25rem 6px;
  outline: none;
  border-right: 4px solid #fff;
  -webkit-transition: background-color 0s ease, color 0s ease;
  -moz-transition: background-color 0s ease, color 0s ease;
  -o-transition: background-color 0s ease, color 0s ease;
  transition: background-color 0s ease, color 0s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li a::before {
  float: right;
  width: 20px;
  text-align: center;
  margin: 0;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 900;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li:first-of-type {
  border-top: 1px solid #e4e4e4;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f3fd';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f07a';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f5a0';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f09d';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--view-list a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0ca';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--saved-carts a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c7';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--placeholder a {
  cursor: default;
  background-color: #cfcfcf;
  border-color: #cfcfcf !important;
  text-align: center;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 10px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--sales-leaderboard a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f091';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--email-log a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0e0';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f2bd';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--create-user a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f234';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--switching-user a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0d0';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--commission a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f51e';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--instructions a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f059';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f2f5';
}

body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-account div#content div#primary main#main div.woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a {
  border-color: #363636;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content {
  width: 72%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content h2 {
  font-size: 22px;
  color: #333;
  font-weight: 300;
  margin: 0 0 10px 0;
  width: 72%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content h5 {
  font-size: 22px;
  color: #333;
  font-weight: 300;
  margin: 0 0 10px 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.tinv-header {
  display: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.address-book {
  font-size: 14px;
  margin-bottom: 1rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.address-book h2 {
  font-size: 14px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.address-book h2::before {
  content: 'Address Book \A';
  font-size: 22px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  white-space: pre-wrap;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.address-book ul.book {
  margin-left: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.address-book ul.book li.address {
  list-style-type: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.address-book ul.book li.address div.touchless-address-book-meta {
  display: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.address-book ul.book li.address address {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.address-book div.add-new-address a.button {
  font-size: 14px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.address-book + div.address-book h2::before {
  display: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-tabs {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-tabs div.tab {
  display: inline-block;
  cursor: pointer;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #4c4c4e;
  background-color: #fff;
  padding: 0.125rem 0.75rem;
  margin-right: 0.5rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-tabs div.tab.active, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-tabs div.tab:hover {
  color: #fff;
  background-color: #4c4c4e;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-tabs div.sort-wrapper {
  float: right;
  padding-top: 0.75rem;
  font-size: 0.75rem;
  color: #4c4c4e;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-tabs div.sort-wrapper div {
  display: inline-block;
  cursor: pointer;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-tabs div.sort-wrapper div.active, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-tabs div.sort-wrapper div:hover {
  color: #fa5004;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.master-sales-wrapper {
  position: relative;
  height: 2rem;
  width: 100%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.master-sales-wrapper div.section {
  display: inline-block;
  height: 100%;
  width: 10%;
  border-left: 1px solid #aeaeae;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.master-sales-wrapper div.final {
  position: absolute;
  height: 115%;
  width: 2px;
  top: 0;
  right: 0;
  background-color: #aeaeae;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.master-sales-wrapper div.final::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  right: -3px;
  bottom: -11px;
  transform: rotate(180deg);
  border-top: 6px solid #4c4c4e;
  border-right: 4px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 4px solid transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.master-sales-wrapper div.overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #e0e0e0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.master-sales-wrapper div.overlay div.inner {
  height: 100%;
  width: 36%;
  background-color: #a3d36e;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content h2.master-sales-goal {
  width: 99%;
  text-align: right;
  color: #4c4c4e;
  font-size: 1.25rem;
  margin: 0.5rem 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team.show-team, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton.show-team {
  display: block;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team.hide-skeleton, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton.hide-skeleton {
  display: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton div.member {
  display: inline-block;
  width: 25%;
  text-align: center;
  margin-bottom: 1rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member div.headshot, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton div.member div.headshot {
  position: relative;
  height: 150px;
  width: 150px;
  padding: 30px;
  margin: 0 auto;
  border-radius: 999px;
  background-color: #e0e0e0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member div.headshot div.inner, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton div.member div.headshot div.inner {
  height: 90px;
  width: 90px;
  border-radius: 999px;
  background-color: #fff;
  border: 3px solid #fff;
  background-image: url(/wp-content/themes/saferack/images/leaderboard-placeholder.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member div.headshot div.pie, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton div.member div.headshot div.pie {
  position: absolute;
  z-index: -1;
  height: 150px;
  width: 150px;
  top: 0;
  left: 0;
  border-radius: 999px;
  background: conic-gradient(#a3d36e 20%, #e0e0e0 0);
  transform: scale(0);
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member div.headshot div.pie.show-pie, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton div.member div.headshot div.pie.show-pie {
  transform: scale(1);
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member div.name, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton div.member div.name {
  height: 1.5rem;
  margin-top: 0.25rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member div.bar, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton div.member div.bar {
  position: relative;
  height: 1rem;
  width: 80%;
  background-color: #e0e0e0;
  margin: 0 auto;
  max-width: 140px;
  overflow: hidden;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member div.bar div.overlay, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton div.member div.bar div.overlay {
  position: absolute;
  height: 1rem;
  width: 0%;
  top: 0;
  left: 0;
  background-color: #a3d36e;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member p.booking, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-skeleton div.member p.booking {
  color: #aeaeae;
  font-size: 0.6875rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team {
  display: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.sales-team div.member div.headshot {
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-password-strength {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content small.woocommerce-password-hint {
  font-size: 0.6875rem;
  line-height: 1rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.wish-wrapper h5, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.saved-carts-wrapper h5 {
  margin-bottom: 1.25rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log {
  border: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table thead, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list thead, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts thead, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log thead {
  border: none;
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list thead tr th, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts thead tr th, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log thead tr th {
  font-size: 12px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #1d1d1e;
  padding: 0.5rem 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
  border-bottom: 1px solid #9f9f9f;
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th.product-thumbnail, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list thead tr th.product-thumbnail, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts thead tr th.product-thumbnail, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log thead tr th.product-thumbnail {
  padding-left: 15px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th.product-thumbnail::before, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list thead tr th.product-thumbnail::before, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts thead tr th.product-thumbnail::before, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log thead tr th.product-thumbnail::before {
  content: 'Product Name';
  position: absolute;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th.product-name, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list thead tr th.product-name, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts thead tr th.product-name, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log thead tr th.product-name {
  font-size: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th.product-cb, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list thead tr th.product-cb, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts thead tr th.product-cb, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log thead tr th.product-cb {
  width: 10px;
  text-align: left;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th.product-cb input, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list thead tr th.product-cb input, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts thead tr th.product-cb input, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log thead tr th.product-cb input {
  margin: 0;
  font-size: 12px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th.product-remove, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list thead tr th.product-remove, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts thead tr th.product-remove, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log thead tr th.product-remove {
  width: 10px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th.product-stock, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list thead tr th.product-stock, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts thead tr th.product-stock, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log thead tr th.product-stock {
  display: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody {
  border: none;
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr {
  background-color: transparent !important;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td {
  background-color: transparent;
  font-size: 12px;
  line-height: 16px;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e4e4e4;
  border-top: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-stock, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-stock, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-stock, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-stock {
  display: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td a.button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td a.button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td a.button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td a.button {
  display: inline-block;
  font-size: 12px !important;
  width: auto;
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  border: none;
  color: #fff;
  background-color: #fa5004 !important;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td a.button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td a.button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td a.button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td a.button:hover {
  background-color: #434343 !important;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer {
  display: table;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content {
  position: relative;
  height: auto;
  width: 700px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content {
  position: absolute;
  cursor: pointer;
  top: 8px;
  right: 16px;
  height: 18px;
  width: 18px;
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content div {
  position: absolute;
  height: 2px;
  width: 18px;
  margin: 8px 0 0 1px;
  background-color: #fa5004;
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content div:nth-of-type(2), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content div:nth-of-type(2), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content div:nth-of-type(2), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content div:nth-of-type(2) {
  transform: rotate(-45deg);
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content:hover div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content:hover div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content:hover div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.close-content:hover div {
  background-color: #434343;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content h2, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content h2, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content h2, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content h2 {
  font-size: 22px;
  text-transform: none;
  font-weight: 300;
  text-align: left;
  padding-bottom: 6px;
  border-bottom: none;
  margin: 0;
  color: #333;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table {
  width: auto;
  margin-top: 6px;
  margin-bottom: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table tbody tr td {
  width: auto !important;
  white-space: nowrap;
  padding: 0;
  border: none;
  min-width: 0;
  text-transform: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table tbody tr td:nth-of-type(2), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table tbody tr td:nth-of-type(2), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table tbody tr td:nth-of-type(2), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content table tbody tr td:nth-of-type(2) {
  padding-left: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content h3, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content h3, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content h3, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content h3 {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  padding-bottom: 6px;
  border-bottom: 1px solid #9f9f9f;
  margin: 10px 0 0 0;
  color: #333;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message {
  max-height: 300px;
  max-width: 100%;
  overflow: scroll;
  margin-top: 10px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message table, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message table, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message table, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message table {
  margin: 6px 0 0 -4px;
  width: calc(100% + 8px);
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message table tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message table tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message table tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td div.email-content-wrapper div.outer div.inner div.email-content div.message table tbody tr td {
  font-family: 'Open Sans', sans-serif;
  padding: 2px 8px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-cb, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-cb, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-cb, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-cb {
  text-align: left;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-cb input, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-cb input, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-cb input, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-cb input {
  margin: 0;
  font-size: 16px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-remove, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-remove, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-remove, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-remove {
  text-align: center;
  padding-right: 10px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-remove button[name="tinvwl-remove"], body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-remove button[name="tinvwl-remove"], body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-remove button[name="tinvwl-remove"], body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-remove button[name="tinvwl-remove"] {
  position: relative;
  font-size: 0;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  color: transparent;
  text-transform: uppercase;
  padding: 0;
  outline: none;
  height: 18px;
  width: 18px;
  text-indent: 0;
  border: none;
  margin: 0 auto;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-remove button[name="tinvwl-remove"]::before, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-remove button[name="tinvwl-remove"]::before, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-remove button[name="tinvwl-remove"]::before, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-remove button[name="tinvwl-remove"]::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  border-radius: 999px;
  background-color: #d6d6d6;
  background-image: url(../images/remove.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-remove button[name="tinvwl-remove"]:hover::before, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-remove button[name="tinvwl-remove"]:hover::before, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-remove button[name="tinvwl-remove"]:hover::before, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-remove button[name="tinvwl-remove"]:hover::before {
  border-color: #e2401c;
  background-color: #e2401c;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-thumbnail, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-thumbnail, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-thumbnail, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-thumbnail {
  text-align: center;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-thumbnail a img, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-thumbnail a img, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-thumbnail a img, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-thumbnail a img {
  max-height: 70px;
  max-width: 70px;
  padding: 0.375rem;
  border: 1px solid #e4e4e4;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-name, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-name, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-name, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-name {
  max-width: 220px;
  padding-right: 30px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-action, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-action, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-action, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-action {
  text-align: right;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-action button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-action button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-action button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-action button {
  display: inline-block;
  font-size: 14px !important;
  width: auto;
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  border: none;
  color: #fff;
  background-color: #fa5004 !important;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.product-action button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tbody tr td.product-action button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tbody tr td.product-action button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tbody tr td.product-action button:hover {
  background-color: #434343 !important;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tfoot, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tfoot, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tfoot, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tfoot {
  background-color: transparent;
  border: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tfoot tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tfoot tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tfoot tr td {
  padding: 0.5rem 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr td div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tfoot tr td div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tfoot tr td div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tfoot tr td div {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr td div select, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tfoot tr td div select, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tfoot tr td div select, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tfoot tr td div select {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  width: 150px;
  padding: 0 25px -0 10px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr td div button.button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tfoot tr td div button.button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tfoot tr td div button.button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tfoot tr td div button.button {
  display: inline-block;
  font-size: 14px !important;
  width: auto;
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  border: none;
  color: #fff;
  background-color: #fa5004 !important;
  margin: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr td div button.button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tfoot tr td div button.button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tfoot tr td div button.button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tfoot tr td div button.button:hover {
  background-color: #434343 !important;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr td div.tinvwl-to-right.look_in, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tfoot tr td div.tinvwl-to-right.look_in, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tfoot tr td div.tinvwl-to-right.look_in, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tfoot tr td div.tinvwl-to-right.look_in {
  float: right;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr td div.tinvwl-to-right.look_in button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tfoot tr td div.tinvwl-to-right.look_in button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tfoot tr td div.tinvwl-to-right.look_in button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tfoot tr td div.tinvwl-to-right.look_in button {
  margin-left: 30px;
  background-color: transparent !important;
  padding: 0.5rem 0;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fa5004 !important;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr td div.tinvwl-to-right.look_in button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.tinvwl-table-manage-list tfoot tr td div.tinvwl-to-right.look_in button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.saved-carts tfoot tr td div.tinvwl-to-right.look_in button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.email-log tfoot tr td div.tinvwl-to-right.look_in button:hover {
  color: #434343 !important;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.email-log-paging {
  width: 100%;
  text-align: center;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.email-log-paging button {
  color: #fff;
  background-color: #fa5004;
  padding: 6px 0;
  margin: 0 0 4px 0;
  width: 24px;
  border: none;
  font-size: 12px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.email-log-paging button.active, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.email-log-paging button:hover {
  background-color: #434343;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.tinvwl-estimate-wrap, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content ul.navigation-button {
  display: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.create-user-wrapper h5.subhead {
  font-size: 18px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.create-user-wrapper div.create-user-divider {
  background-color: #e4e4e4;
  height: 1px;
  width: 100%;
  max-width: 475px;
  margin: -6px 0 20px 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.create-user-wrapper label {
  font-size: 12px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.create-user-wrapper p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.create-user-wrapper p span.greyed {
  opacity: 0.5;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper {
  position: relative;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper div.overlay {
  position: absolute;
  z-index: 9;
  display: none;
  top: 0;
  left: 0;
  height: 120px;
  width: 475px;
  background-color: rgba(255, 255, 255, 0.75);
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 0.75rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper form {
  float: left;
  margin-bottom: -24px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper label {
  font-size: 12px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper select#update-user-select {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 36px;
  margin-bottom: 20px;
  border-color: #aaaaaa;
  color: #444;
  padding-top: 9px;
  padding-right: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper span.select2-container {
  height: 36px;
  margin-bottom: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper span.select2-container span.select2-selection {
  height: 36px;
  border-radius: 0;
  outline: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper span.select2-container span.select2-selection::after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -36px;
  height: 36px;
  width: 36px;
  background-image: url(/wp-content/themes/saferack/images/preloader.gif);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper span.select2-container span.select2-selection.loading-user-meta::after {
  opacity: 1;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper span.select2-container span.select2-selection span.select2-selection__rendered {
  font-size: 15px;
  height: 36px;
  line-height: 36px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper span.select2-container span.select2-selection span.select2-selection__arrow {
  height: 36px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper button.button {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fa5004;
  background-color: #fa5004;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  margin-left: 0;
  text-transform: uppercase;
  padding: 9px 16px;
  outline: none;
  width: auto;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper button.button:hover {
  background-color: #434343;
  border-color: #434343;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper button.button.disabled {
  pointer-events: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper button.button#update-user-submit {
  margin-top: 21px;
  margin-left: 10px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper button.or-button {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  color: #434343;
  background-color: #fff;
  border-color: transparent;
  pointer-events: none;
  padding-left: 4px;
  padding-right: 4px;
  width: auto;
  margin-left: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-user-wrapper div.update-user-divider {
  background-color: #e4e4e4;
  height: 1px;
  width: 100%;
  max-width: 475px;
  margin: 20px 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.create-user-warning {
  color: #333;
  background-color: #f3f3f3;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  border-left: .6180469716em solid #333;
  padding: 1rem;
  margin-bottom: 1rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user {
  display: none;
  margin-top: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user.show-form {
  display: block;
  margin-top: 3px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user p.sub {
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 10px 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user p.sub-error {
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
  margin: 0 0 3px 0;
  color: #fa5004;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user p.sub-disclaimer {
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
  margin: 16px 0 0 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user input[type="text"], body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user input[type="password"], body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user input[type="email"] {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 36px;
  width: 288px;
  margin-bottom: 6px;
  box-shadow: none;
  border-color: #aaaaaa;
  color: #444;
  padding-top: 9px;
  padding-right: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user input[type="email"] {
  margin-bottom: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user select#company-select {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 36px;
  margin-bottom: 20px;
  border-color: #aaaaaa;
  color: #444;
  padding-top: 9px;
  padding-right: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user span.select2-container {
  height: 36px;
  margin-bottom: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user span.select2-container span.select2-selection {
  height: 36px;
  border-radius: 0;
  outline: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user span.select2-container span.select2-selection::after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -36px;
  height: 36px;
  width: 36px;
  background-image: url(/wp-content/themes/saferack/images/preloader.gif);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user span.select2-container span.select2-selection.loading-user-meta::after {
  opacity: 1;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user span.select2-container span.select2-selection span.select2-selection__rendered {
  font-size: 15px;
  height: 36px;
  line-height: 36px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user span.select2-container span.select2-selection span.select2-selection__arrow {
  height: 36px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user input[type="submit"] {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fa5004;
  background-color: #fa5004;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 12px;
  outline: none;
  width: 140px;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user input[type="submit"]:hover {
  background-color: #434343;
  border-color: #434343;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user input[type="submit"][disabled="true"] {
  cursor: default;
  opacity: 0.5;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-create-user input[type="submit"][disabled="true"]:hover {
  border: 1px solid #fa5004;
  background-color: #fa5004;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content a.button.your-account-button {
  border-radius: 0;
  width: 200px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching {
  margin-bottom: 60px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching label {
  font-size: 12px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching select#user-select {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 36px;
  margin-bottom: 20px;
  border-color: #aaaaaa;
  color: #444;
  padding-top: 9px;
  padding-right: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching span.select2-container {
  height: 36px;
  margin-bottom: 20px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching span.select2-container span.select2-selection {
  height: 36px;
  border-radius: 0;
  outline: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching span.select2-container span.select2-selection::after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -36px;
  height: 36px;
  width: 36px;
  background-image: url(/wp-content/themes/saferack/images/preloader.gif);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching span.select2-container span.select2-selection.loading-user-meta::after {
  opacity: 1;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching span.select2-container span.select2-selection span.select2-selection__rendered {
  font-size: 15px;
  height: 36px;
  line-height: 36px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching span.select2-container span.select2-selection span.select2-selection__arrow {
  height: 36px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching div.user-switch-meta {
  display: none;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching div.user-switch-meta.show-user-meta {
  display: block;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching div.user-switch-meta div.user-switch-address-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 12px 12px 0 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching div.user-switch-meta div.user-switch-address-wrapper address {
  margin-bottom: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching div.user-switch-meta div.user-switch-address-wrapper address div {
  font-style: normal;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching input[type="submit"] {
  margin: 0;
  border-radius: 0;
  width: 120px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching input[type="submit"][disabled="true"] {
  cursor: default;
  background-color: #fa5004;
  border-color: #fa5004;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form#touchless-user-switching input[type="submit"][disabled="true"]:hover {
  border: 1px solid #fa5004;
  background-color: #fa5004;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-complete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  height: 300px;
  width: 475px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-complete-overlay div.outer {
  display: table;
  height: 100%;
  width: 100%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-complete-overlay div.outer div.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-complete-overlay div.outer div.inner div {
  max-width: 425px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.update-complete-overlay div.outer div.inner div p {
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content p {
  color: #1d1d1e;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content select {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  outline: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content a.button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content .button {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  background-color: #fa5004;
  border: 1px solid #fa5004;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 12px;
  outline: none;
  width: 10rem;
  margin-left: 1.5rem;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content a.button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content .button:hover {
  background-color: #434343;
  border-color: #434343;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content a.button {
  margin-left: 0;
  width: auto;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table.order_details {
  background-color: transparent;
  margin-bottom: 2rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table thead tr th {
  font-size: 14px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #1d1d1e;
  padding: 0 0 0.2rem 0;
  margin: 0 0 0.5rem 0;
  border-bottom: 1px solid #9f9f9f;
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table thead tr th:last-of-type span {
  display: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr th, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr th {
  font-size: 14px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1e;
  background-color: transparent;
  padding: 1rem 0;
  border-bottom: 1px solid #e4e4e4;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr td div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr th div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr td div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr th div {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #777;
  background-color: #e5e5e5;
  padding: 1px 8px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr td a.button.view, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr th a.button.view, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr td a.button.view, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr th a.button.view {
  float: right;
  font-size: 0;
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr td a.button.view::after, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr th a.button.view::after, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr td a.button.view::after, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr th a.button.view::after {
  line-height: 18px;
  font-size: 22px;
  margin: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr td ul.wc-item-meta, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr th ul.wc-item-meta, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr td ul.wc-item-meta, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr th ul.wc-item-meta {
  margin-bottom: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-status, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr th.woocommerce-orders-table__cell-order-status, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr td.woocommerce-orders-table__cell-order-status, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr th.woocommerce-orders-table__cell-order-status {
  color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr th, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr th {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr:last-of-type td, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr:last-of-type td {
  border-bottom: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr.woocommerce-orders-table__row--status-completed td.woocommerce-orders-table__cell-order-status div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr.woocommerce-orders-table__row--status-completed td.woocommerce-orders-table__cell-order-status div {
  color: #2e4453;
  background-color: #c8d7e1;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr.woocommerce-orders-table__row--status-processing td.woocommerce-orders-table__cell-order-status div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr.woocommerce-orders-table__row--status-processing td.woocommerce-orders-table__cell-order-status div {
  color: #5b841b;
  background-color: #c6e1c6;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr.woocommerce-orders-table__row--status-on-hold td.woocommerce-orders-table__cell-order-status div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr.woocommerce-orders-table__row--status-on-hold td.woocommerce-orders-table__cell-order-status div {
  color: #94660c;
  background-color: #f8dda7;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr.woocommerce-orders-table__row--status-pending td.woocommerce-orders-table__cell-order-status div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr.woocommerce-orders-table__row--status-pending td.woocommerce-orders-table__cell-order-status div {
  color: #777;
  background-color: #e5e5e5;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr.woocommerce-orders-table__row--status-failed td.woocommerce-orders-table__cell-order-status div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr.woocommerce-orders-table__row--status-failed td.woocommerce-orders-table__cell-order-status div {
  color: #761919;
  background-color: #eba3a3;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tbody tr.woocommerce-orders-table__row--status-cancelled td.woocommerce-orders-table__cell-order-status div, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr.woocommerce-orders-table__row--status-cancelled td.woocommerce-orders-table__cell-order-status div {
  color: #777;
  background-color: #e5e5e5;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr th, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content table tfoot tr td {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content address {
  font-size: 14px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1e;
  margin-bottom: 4rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-Addresses div.woocommerce-Address {
  width: 48%;
  margin-right: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-Addresses div.woocommerce-Address header {
  padding-bottom: 0 !important;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-Addresses div.woocommerce-Address header a {
  margin-top: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-Addresses div.woocommerce-Address address {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1e;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields {
  margin-bottom: 10rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p {
  margin-bottom: 0.75rem;
  padding: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p label, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p label {
  color: #1d1d1e;
  margin-bottom: 0.35rem;
  line-height: 1;
  font-size: 0.75rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p label span.required, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p label span.required {
  color: #ff0000;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p input, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p input {
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #cacaca;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p span, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p span {
  color: #1d1d1e;
  font-size: 12px;
  margin-top: 2px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p span em, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p span em {
  display: block;
  margin-bottom: -0.375rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p span.select2-container, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p span.select2-container {
  height: 40px;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p span.select2-container span.select2-selection, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p span.select2-container span.select2-selection {
  font-size: 0.9375rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
  height: 40px;
  width: 100%;
  padding: 6px 12px 0 12px;
  border: 1px solid #979797;
  border-radius: 0;
  outline: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p span.select2-container span.select2-selection span.select2-selection__rendered, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p span.select2-container span.select2-selection span.select2-selection__rendered {
  padding: 0;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p span.select2-container span.select2-selection span.select2-selection__arrow, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p span.select2-container span.select2-selection span.select2-selection__arrow {
  top: 7px;
  right: 0.5rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row-first, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row-last, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p.form-row-first, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p.form-row-last {
  width: 48%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row-first, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p.form-row-first {
  margin-right: 1rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields fieldset {
  margin-top: 1.5rem;
  padding: 0;
  background-color: transparent;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset legend, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields fieldset legend {
  display: block;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  background-color: transparent;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #333333;
  font-weight: 300;
  padding-top: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset p:first-of-type, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields fieldset p:first-of-type {
  padding-top: 0.5rem;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields button {
  float: right;
  font-size: 14px;
  width: auto;
  padding: 0.75rem 1rem;
  border-radius: 0;
  border: none;
  color: #fff;
  background-color: #fa5004;
  margin-top: 0.5rem;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields button:hover {
  background-color: #434343;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper div#add-new-billing-address a.button, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper div.shipping_address a.button {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  text-transform: none;
  height: auto;
  border-bottom: 1px solid transparent;
  margin-bottom: 1rem;
  padding: 0;
  color: #fa5004;
  background-color: transparent;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper div#add-new-billing-address a.button:hover, body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper div.shipping_address a.button:hover {
  border-color: #fa5004;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row {
  clear: none;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row span strong {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row label abbr.required {
  cursor: default;
  text-decoration: none;
  color: #ff0000;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row span.metorik-email-usage-notice {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  margin: 0;
  padding-top: 6px !important;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row:nth-of-type(1), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row:nth-of-type(3), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row:nth-of-type(8), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row:nth-of-type(10) {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row:nth-of-type(2), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row:nth-of-type(4), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row:nth-of-type(9), body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields div.woocommerce-address-fields__field-wrapper p.form-row:nth-of-type(11) {
  float: right;
  display: inline-block;
  width: 48%;
}

body.woocommerce-account div#content div#primary main#main div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields p {
  clear: both;
}

body.woocommerce-account span.select2-container span.select2-dropdown {
  border-radius: 0;
}

body.woocommerce-account span.select2-container span.select2-dropdown span.select2-search {
  padding: 6px 8px 3px 8px;
}

body.woocommerce-account span.select2-container span.select2-dropdown span.select2-search input.select2-search__field {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #979797;
  box-shadow: none;
  padding: 6px 8px 3px 8px;
  background-image: url(/wp-content/themes/saferack/images/search-dark.png);
  background-size: 30px;
  background-position: center right;
  background-repeat: no-repeat;
}

body.woocommerce-account span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  width: 100%;
  outline: none;
}

body.woocommerce-account span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option {
  padding: 6px 8px 3px 8px;
  outline: none;
  font-size: 15px;
}

body.woocommerce-account span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option[data-selected="true"] {
  color: #fff;
  background-color: #fa5004;
}

body.woocommerce-account span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background-color: #434343;
}

body.page-template-register-template div#page div#content div#primary main div.logo {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

body.page-template-register-template div#page div#content div#primary main div.logo img {
  max-width: 225px;
  margin-left: -20px;
}

body.page-template-register-template div#page div#content div#primary main article {
  max-width: 320px;
  padding: 20px 26px 18px 26px;
  border: 1px solid #9f9f9f;
  margin: 20px auto 4px auto;
}

body.page-template-register-template div#page div#content div#primary main article header h1 {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3125rem;
  color: #363636;
  text-transform: capitalize;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.625rem;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-login-wrap, body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-email-wrap, body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-submit-wrap {
  margin-bottom: 0.5rem;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-login-wrap label, body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-email-wrap label, body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-submit-wrap label {
  font-size: 0.75rem;
  margin: 0;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-login-wrap input, body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-email-wrap input, body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-submit-wrap input {
  font-size: 0.84375rem;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-login-wrap input[type="checkbox"], body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-email-wrap input[type="checkbox"], body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-submit-wrap input[type="checkbox"] {
  height: auto;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-login-wrap input[type="submit"], body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-email-wrap input[type="submit"], body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-submit-wrap input[type="submit"] {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #fa5004;
  border: 1px solid #fa5004;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-top: 4px;
  outline: none;
  height: auto;
  width: 7rem;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-login-wrap input[type="submit"]:hover, body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-user-email-wrap input[type="submit"]:hover, body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-submit-wrap input[type="submit"]:hover {
  background-color: #434343;
  border-color: #434343;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form p.tml-registration-confirmation {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register form div.tml-rememberme-submit-wrap {
  margin: 0;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register p.message {
  display: none;
}

body.page-template-register-template div#page div#content div#primary main article div.entry-content div.tml-register ul.tml-action-links {
  display: none;
}

body.page-template-register-template div#page div#content div#primary main div.tml-links {
  max-width: 320px;
  margin: 8px auto 50px auto;
}

body.page-template-register-template div#page div#content div#primary main div.tml-links a {
  display: inline-block;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fa5004;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body.page-template-register-template div#page div#content div#primary main div.tml-links a:first-of-type {
  margin-right: 0.25rem;
}

body.page-template-register-template div#page div#content div#primary main div.tml-links a:last-of-type {
  margin-left: 0.25rem;
}

body.page-template-register-template div#page div#content div#primary main div.tml-links a:hover {
  color: #363636;
}

body.page-template-register-template div#page footer div.reviews-news-wrapper {
  display: none;
}

body.page-template-login-template div#page div#content div#primary main div.logo.login-logo {
  display: none;
}

body.page-template-login-template div#page div#content div#primary main div.logo, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main div.logo {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

body.page-template-login-template div#page div#content div#primary main div.logo img, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main div.logo img {
  max-width: 225px;
  margin-left: -20px;
}

body.page-template-login-template div#page div#content div#primary main article, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article {
  max-width: 675px;
  margin: 0 auto;
}

body.page-template-login-template div#page div#content div#primary main article header, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article header {
  display: none;
  margin-bottom: 0.75rem !important;
}

body.page-template-login-template div#page div#content div#primary main article header h1, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article header h1 {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3125rem;
  color: #363636;
  text-transform: capitalize;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.625rem;
  width: 100%;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content h2, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content h2 {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3125rem;
  color: #363636;
  text-transform: capitalize;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.625rem;
  width: 100%;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 {
  padding: 20px 26px 18px 26px;
  border: 1px solid #9f9f9f;
  margin: 0 auto 80px auto;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form {
  border: none;
  padding: 0;
  margin: 0;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.5rem;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row {
  margin: 0 0 0.5rem 0 !important;
  padding: 0;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row label, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row label, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row label, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row label {
  font-size: 0.75rem;
  margin: 0;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row input, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row input, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row input, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row input {
  font-size: 0.84375rem;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row input[type="checkbox"], body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row input[type="checkbox"], body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row input[type="checkbox"], body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row input[type="checkbox"] {
  height: auto;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row input[type="submit"], body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row input[type="submit"], body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row input[type="submit"], body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row input[type="submit"] {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #fa5004;
  border: 1px solid #fa5004;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-top: 4px;
  outline: none;
  height: auto;
  width: 7rem;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row input[type="submit"]:hover, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row input[type="submit"]:hover, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row input[type="submit"]:hover, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row input[type="submit"]:hover {
  background-color: #434343;
  border-color: #434343;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row p, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row p, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.woocommerce-form-row p, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.woocommerce-form-row p {
  font-size: 0.875rem;
  line-height: 1rem;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row {
  margin-top: 1rem;
  padding: 0;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row label.woocommerce-form__label-for-checkbox, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row label.woocommerce-form__label-for-checkbox, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row label.woocommerce-form__label-for-checkbox, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row label.woocommerce-form__label-for-checkbox {
  font-size: 0.75rem;
  line-height: 0.75rem;
  max-width: 50%;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row input[type="checkbox"], body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row input[type="checkbox"], body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row input[type="checkbox"], body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row input[type="checkbox"] {
  margin-right: 0.25rem;
  margin-bottom: 0;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row button[type="submit"], body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row button[type="submit"], body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row button[type="submit"], body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row button[type="submit"] {
  float: right;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  background-color: #fa5004;
  height: 2.25rem;
  padding: 0 1.25rem;
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row button[type="submit"]:hover, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row button[type="submit"]:hover, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row button[type="submit"]:hover, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row button[type="submit"]:hover {
  background-color: #434343;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row.automatewoo-optin, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row.automatewoo-optin, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row.automatewoo-optin, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row.automatewoo-optin {
  display: inline-block;
  margin-top: 8px;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row.automatewoo-optin + p.woocommerce-FormRow, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row.automatewoo-optin + p.woocommerce-FormRow, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.form-row.automatewoo-optin + p.woocommerce-FormRow, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.form-row.automatewoo-optin + p.woocommerce-FormRow {
  float: right;
  margin-top: 8px;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form p.lost_password, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form p.lost_password, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form p.lost_password, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form p.lost_password {
  float: right;
  line-height: 0.75rem;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form div.tml-rememberme-submit-wrap, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form div.tml-rememberme-submit-wrap, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form div.tml-rememberme-submit-wrap, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form div.tml-rememberme-submit-wrap {
  margin: 0;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form.lost_reset_password p.woocommerce-form-row, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form.lost_reset_password p.woocommerce-form-row, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form.lost_reset_password p.woocommerce-form-row, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form.lost_reset_password p.woocommerce-form-row {
  width: 100%;
  margin-bottom: 0.75rem !important;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column1 form.lost_reset_password p.woocommerce-form-row:last-of-type, body.page-template-login-template div#page div#content div#primary main article div.entry-content div.u-column2 form.lost_reset_password p.woocommerce-form-row:last-of-type, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column1 form.lost_reset_password p.woocommerce-form-row:last-of-type, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content div.u-column2 form.lost_reset_password p.woocommerce-form-row:last-of-type {
  margin-bottom: 0 !important;
}

body.page-template-login-template div#page div#content div#primary main article div.entry-content ul.tml-action-links, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main article div.entry-content ul.tml-action-links {
  display: none;
}

body.page-template-login-template div#page div#content div#primary main div.tml-links, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main div.tml-links {
  max-width: 320px;
  margin: 8px auto 50px auto;
}

body.page-template-login-template div#page div#content div#primary main div.tml-links a, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main div.tml-links a {
  display: inline-block;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fa5004;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body.page-template-login-template div#page div#content div#primary main div.tml-links a:first-of-type, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main div.tml-links a:first-of-type {
  margin-right: 0.25rem;
}

body.page-template-login-template div#page div#content div#primary main div.tml-links a:last-of-type, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main div.tml-links a:last-of-type {
  margin-left: 0.25rem;
}

body.page-template-login-template div#page div#content div#primary main div.tml-links a:hover, body.woocommerce-account:not(.logged-in) div#page div#content div#primary main div.tml-links a:hover {
  color: #363636;
}

body.page-template-login-template div#page footer div.reviews-news-wrapper, body.woocommerce-account:not(.logged-in) div#page footer div.reviews-news-wrapper {
  display: none;
}

body.page-template-lost-password-template div#page div#content div#primary main div.logo {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

body.page-template-lost-password-template div#page div#content div#primary main div.logo img {
  max-width: 225px;
  margin-left: -20px;
}

body.page-template-lost-password-template div#page div#content div#primary main article {
  max-width: 320px;
  padding: 20px 26px 18px 26px;
  border: 1px solid #9f9f9f;
  margin: 20px auto 4px auto;
}

body.page-template-lost-password-template div#page div#content div#primary main article header h1 {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3125rem;
  color: #363636;
  text-transform: capitalize;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.625rem;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-user-login-wrap, body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-submit-wrap {
  margin-bottom: 0.5rem;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-user-login-wrap label, body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-submit-wrap label {
  font-size: 0.75rem;
  margin: 0;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-user-login-wrap input, body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-submit-wrap input {
  font-size: 0.84375rem;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-user-login-wrap input[type="checkbox"], body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-submit-wrap input[type="checkbox"] {
  height: auto;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-user-login-wrap input[type="submit"], body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-submit-wrap input[type="submit"] {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #fa5004;
  border: 1px solid #fa5004;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-top: 4px;
  outline: none;
  height: auto;
  width: auto;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-user-login-wrap input[type="submit"]:hover, body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-submit-wrap input[type="submit"]:hover {
  background-color: #434343;
  border-color: #434343;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form p.tml-registration-confirmation {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword form div.tml-rememberme-submit-wrap {
  margin: 0;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword p.message {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.75rem;
  margin: 0.75rem 0;
}

body.page-template-lost-password-template div#page div#content div#primary main article div.entry-content div.tml-lostpassword ul.tml-action-links {
  display: none;
}

body.page-template-lost-password-template div#page div#content div#primary main div.tml-links {
  max-width: 320px;
  margin: 8px auto 50px auto;
}

body.page-template-lost-password-template div#page div#content div#primary main div.tml-links a {
  display: inline-block;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fa5004;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body.page-template-lost-password-template div#page div#content div#primary main div.tml-links a:first-of-type {
  margin-right: 0.25rem;
}

body.page-template-lost-password-template div#page div#content div#primary main div.tml-links a:last-of-type {
  margin-left: 0.25rem;
}

body.page-template-lost-password-template div#page div#content div#primary main div.tml-links a:hover {
  color: #363636;
}

body.page-template-lost-password-template div#page footer div.reviews-news-wrapper {
  display: none;
}

div.something-else table {
  margin-bottom: 0;
}

div.something-else table thead {
  background-color: transparent;
  border: none;
}

div.something-else table thead tr th {
  font-size: 14px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #1d1d1e;
  padding: 0;
  margin: 0 0 0.5rem 0;
  border-bottom: 1px solid #9f9f9f;
  background-color: transparent;
}

div.something-else table thead tr th.product-cb {
  text-align: left;
}

div.something-else table thead tr th.product-quantity {
  text-align: left;
}

div.something-else table thead tr th input[type="checkbox"] {
  font-size: 16px;
}

div.something-else table tbody {
  border: none;
}

div.something-else table tbody tr {
  background-color: #fff !important;
}

div.something-else table tbody tr td {
  background-color: transparent;
  font-size: 14px;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e4e4e4;
}

div.something-else table tbody tr td.product-cb {
  text-align: left;
}

div.something-else table tbody tr td.product-action {
  text-align: right;
}

div.something-else table tbody tr td.product-quantity input {
  margin: 0;
  box-shadow: none;
}

div.something-else table tbody tr td input[type="checkbox"] {
  font-size: 16px;
}

div.something-else table tbody tr td img {
  width: 70px;
}

div.something-else table tbody tr td svg {
  float: right;
  width: 2.5rem;
}

div.something-else table tbody tr td button[name="tinvwl-remove"] {
  position: relative;
  font-size: 0;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  color: transparent;
  text-transform: uppercase;
  padding: 0;
  outline: none;
  height: 26px;
  width: 20px;
  text-indent: 0;
}

div.something-else table tbody tr td button[name="tinvwl-remove"]::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 999px;
  background-color: #d6d6d6;
  background-image: url(../images/remove.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

div.something-else table tbody tr td button[name="tinvwl-remove"]:hover::before {
  border-color: #e2401c;
  background-color: #e2401c;
}

div.something-else table tbody tr td button.button {
  width: auto;
  padding: 0.75rem 1rem;
  border-radius: 0;
  background-color: #fa5004;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

div.something-else table tbody tr td button.button:hover {
  background-color: #434343;
}

div.something-else table tbody tr:last-of-type td {
  border-bottom: none;
}

div.something-else table tfoot {
  background-color: transparent;
  border: none;
  border-top: 1px solid #9f9f9f;
  font-size: 14px;
}

div.something-else table tfoot tr td {
  padding-left: 0;
  padding-right: 0;
}

div.something-else table tfoot tr td select {
  font-size: 14px;
  font-weight: 400;
  outline: none;
}

div.something-else table tfoot tr td button.button {
  color: #fff;
  width: auto;
  padding: 0.75rem 1rem;
  border-radius: 0;
  background-color: #fa5004;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

div.something-else table tfoot tr td button.button:hover {
  background-color: #434343;
}

div.something-else table tfoot tr td button.button[value="product_update"] {
  font-size: 0;
}

div.something-else table tfoot tr td button.button[value="product_update"]::before {
  content: 'Update List';
  font-size: 14px;
}

body.page-template-saved-carts div.reviews-news-wrapper {
  display: none !important;
}

body.page-template-saved-carts div.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: none !important;
}

body.page-template-saved-carts div.row::before, body.page-template-saved-carts div.row::after {
  content: ' ';
  display: table;
}

body.page-template-saved-carts div.row::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  body.page-template-saved-carts div.row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.page-template-saved-carts div.row:last-child:not(:first-child) {
  float: right;
}

body.page-template-saved-carts div.row, body.page-template-saved-carts div.row:last-child {
  float: none;
}

body.page-template-saved-carts div.row h1 {
  margin-bottom: 0;
}

body.page-template-saved-carts div.row table {
  margin-bottom: 0;
}

body.page-template-saved-carts div.row table thead {
  background-color: transparent;
  border: none;
}

body.page-template-saved-carts div.row table thead tr th {
  font-size: 14px;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #1d1d1e;
  padding: 30px 0 0.2rem 0;
  margin: 0 0 0.5rem 0;
  border-bottom: 1px solid #9f9f9f;
  background-color: transparent;
}

body.page-template-saved-carts div.row table thead tr th span {
  font-weight: 400;
  font-style: italic;
}

body.page-template-saved-carts div.row table thead tr th:nth-of-type(1) {
  width: 24rem;
}

body.page-template-saved-carts div.row table thead tr th:nth-of-type(2) {
  width: 18rem;
}

body.page-template-saved-carts div.row table thead tr th:nth-of-type(3) {
  width: 20rem;
}

body.page-template-saved-carts div.row table thead tr th:nth-of-type(4) {
  width: 22rem;
}

body.page-template-saved-carts div.row table tbody tr td {
  background-color: transparent;
  padding: 1rem 0;
  border-bottom: 1px solid #e4e4e4;
}

body.page-template-saved-carts div.row table tbody tr td:nth-of-type(1) {
  width: 24rem;
}

body.page-template-saved-carts div.row table tbody tr td:nth-of-type(2) {
  width: 18rem;
}

body.page-template-saved-carts div.row table tbody tr td:nth-of-type(3) {
  width: 20rem;
}

body.page-template-saved-carts div.row table tbody tr td:nth-of-type(4) {
  width: 22rem;
}

body.page-template-saved-carts div.row table tbody tr td svg {
  float: right;
  width: 2.5rem;
}

body.page-template-saved-carts div.row table tbody tr:last-of-type td {
  border-bottom: none;
}

body.page-template-saved-carts footer {
  margin-top: 50px;
}

.swiftype-widget .autocomplete {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.swiftype-widget .autocomplete ul li {
  border: none;
  border-top: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
}

.swiftype-widget .autocomplete ul li p.title {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-shadow: none;
  color: #303030;
}

.swiftype-widget .autocomplete ul li p.title em {
  color: #fa5004;
}

.swiftype-widget .autocomplete ul li.active {
  border: none;
  border-top: 1px solid #fa5004;
  background: #fa5004;
  box-shadow: none;
  border-radius: 0;
}

.swiftype-widget .autocomplete ul li.active p.title {
  text-shadow: none;
}

body.search.search-results div#primary main#main div.articles-wrapper {
  margin-top: 1rem;
}

@media screen and (min-width: 40em) {
  body.search.search-results div#primary main#main div.articles-wrapper div.articles {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row {
  clear: both;
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row article {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row article:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row article {
    width: 100%;
    margin-bottom: 40px;
  }
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row article a.img-wrapper {
  display: inline-block;
  padding: 12px;
  border: 1px solid #ccc;
  margin-right: 20px;
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row article a.img-wrapper div.article-featured-img {
  height: 10rem;
  width: 10rem;
  margin-bottom: 0;
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row article div.content-wrapper {
  display: inline-block;
  width: calc(100% - 220px);
  vertical-align: top;
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row article div.content-wrapper a h2 {
  color: #222;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row article div.content-wrapper a h2:hover {
  color: #fa5004;
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row div.nothing-found {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row div.nothing-found {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row div.nothing-found:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  body.search.search-results div#primary main#main div.articles-wrapper div.articles div.article-row div.nothing-found {
    width: 100%;
    margin-bottom: 12px;
  }
}

#colophon .reviews-news-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

#colophon .reviews-news-wrapper::before, #colophon .reviews-news-wrapper::after {
  content: ' ';
  display: table;
}

#colophon .reviews-news-wrapper::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  #colophon .reviews-news-wrapper {
    display: block;
    margin-bottom: 1.875rem;
  }
}

#colophon .reviews-news-wrapper h3 {
  display: inline-block;
}

@media screen and (max-width: 39.9375em) {
  #colophon .reviews-news-wrapper h3 {
    text-align: center;
  }
}

#colophon .reviews-news-wrapper .star-average {
  display: inline-block;
  float: right;
  font-weight: 700;
  font-size: 0.8125rem;
}

#colophon .reviews-news-wrapper .star-average div {
  padding-left: 1.25rem;
  padding-top: 0.375rem;
  background-image: url("../images/star-1.png");
  background-size: auto 65%;
  background-position: left center;
  background-repeat: no-repeat;
}

#colophon .reviews-news-wrapper .content {
  margin: 0 0 1rem 0;
  padding: 2rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #363636;
  background-color: white;
  overflow: hidden;
}

#colophon .reviews-news-wrapper .content > :first-child {
  margin-top: 0;
}

#colophon .reviews-news-wrapper .content > :last-child {
  margin-bottom: 0;
}

#colophon .reviews-news-wrapper .review-cell.no-reviews img {
  width: 90px;
  margin-bottom: 0.6875rem;
}

#colophon .reviews-news-wrapper .review-cell.no-reviews h4 {
  color: #363636;
}

#colophon .reviews-news-wrapper .review-cell.no-reviews p {
  font-weight: 400;
  margin-bottom: 0;
}

#colophon .reviews-news-wrapper .review-cell.no-reviews a {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#colophon .reviews-news-wrapper .review-cell article {
  max-height: 270px;
  overflow-y: scroll;
}

#colophon .reviews-news-wrapper .review-cell article .text .review-body .truncate-review .review-more {
  display: none;
}

#colophon .reviews-news-wrapper .review-cell article .text .review-body .full-review {
  display: none;
}

#colophon .reviews-news-wrapper .review-cell article [property="itemReviewed"] a div {
  font-size: 1rem;
  line-height: 1.25rem;
}

#colophon .reviews-news-wrapper .flickity-page-dots {
  right: 0;
  width: auto;
}

#colophon .reviews-news-wrapper .flickity-page-dots .dot {
  margin: 0 4px;
  opacity: 1;
  background-color: #eeeeee;
}

#colophon .reviews-news-wrapper .flickity-page-dots .dot.is-selected {
  background: #fa5004;
}

#colophon .reviews-news-wrapper nav span {
  text-transform: uppercase;
  color: #fa5004;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

#colophon .reviews-news-wrapper .reviews {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  #colophon .reviews-news-wrapper .reviews {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon .reviews-news-wrapper .reviews:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  #colophon .reviews-news-wrapper .reviews {
    width: 50%;
  }
}

#colophon .reviews-news-wrapper .news {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  #colophon .reviews-news-wrapper .news {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon .reviews-news-wrapper .news:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  #colophon .reviews-news-wrapper .news {
    width: 50%;
  }
}

#colophon .reviews-news-wrapper .news article {
  margin-bottom: 1.25rem;
}

#colophon .reviews-news-wrapper .news h5 {
  color: #363636;
}

#colophon .reviews-news-wrapper .news h5 a {
  text-transform: uppercase;
}

#colophon .reviews-news-wrapper .news .entry-date {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #999;
}

#colophon .email-alerts-wrapper {
  background-color: #cccccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 639px) {
  #colophon .email-alerts-wrapper {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  #colophon .email-alerts-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 70%;
  }
}

#colophon .email-alerts-wrapper .cta {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

#colophon .email-alerts-wrapper .cta::before, #colophon .email-alerts-wrapper .cta::after {
  content: ' ';
  display: table;
}

#colophon .email-alerts-wrapper .cta::after {
  clear: both;
}

@media screen and (max-width: 39.9375em) {
  #colophon .email-alerts-wrapper {
    text-align: center;
  }
}

#colophon .email-alerts-wrapper img {
  position: absolute;
  width: 3em;
  margin-left: -1.5em;
  margin-top: -0.3em;
}

#colophon .email-alerts-wrapper .text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  font-size: 1.25rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.5rem;
}

@media screen and (min-width: 40em) {
  #colophon .email-alerts-wrapper .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon .email-alerts-wrapper .text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  #colophon .email-alerts-wrapper .text {
    width: 50%;
  }
}

@media screen and (max-width: 39.9375em) {
  #colophon .email-alerts-wrapper .text {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 40em) {
  #colophon .email-alerts-wrapper .text {
    font-size: 1.25rem;
  }
}

#colophon .email-alerts-wrapper .text strong {
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
  #colophon .email-alerts-wrapper .text strong {
    display: block;
  }
}

#colophon .email-alerts-wrapper .text strong .fa {
  color: #fa5004;
}

@media (max-width: 1040px) {
  #colophon .email-alerts-wrapper .text {
    font-size: 1.125rem;
  }
  #colophon .email-alerts-wrapper .text strong {
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  #colophon .email-alerts-wrapper img {
    display: none;
  }
}

#colophon .email-alerts-wrapper form {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  #colophon .email-alerts-wrapper form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon .email-alerts-wrapper form:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  #colophon .email-alerts-wrapper form {
    width: 50%;
  }
  #colophon .email-alerts-wrapper form input {
    display: inline-block;
  }
  #colophon .email-alerts-wrapper form input[type='text'] {
    width: 55%;
    margin-right: 5%;
  }
  #colophon .email-alerts-wrapper form input[type='submit'] {
    width: 40%;
  }
}

#colophon .email-alerts-wrapper form input {
  margin-bottom: 0;
}

#colophon .email-alerts-wrapper form input[type='text'] {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  #colophon .email-alerts-wrapper form input[type='text'] {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0.625rem;
  }
}

#colophon #footer-main {
  background-color: #181818;
  padding-top: 3rem;
  padding-bottom: 120px;
  border-bottom: 6px solid #fa5004;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  #colophon #footer-main {
    text-align: center;
  }
  #colophon #footer-main [property='description'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

#colophon #footer-main .top-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

#colophon #footer-main .top-wrapper::before, #colophon #footer-main .top-wrapper::after {
  content: ' ';
  display: table;
}

#colophon #footer-main .top-wrapper::after {
  clear: both;
}

#colophon #footer-main .top-wrapper .site-info {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .top-wrapper .site-info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon #footer-main .top-wrapper .site-info:last-child:not(:first-child) {
  float: right;
}

#colophon #footer-main .top-wrapper .site-info * :not([property='description']) {
  text-transform: uppercase;
}

#colophon #footer-main .top-wrapper .site-info [property='logo'] {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .top-wrapper .site-info [property='logo'] {
    margin-bottom: 1.875rem;
  }
}

#colophon #footer-main .top-wrapper .site-info [property='logo'] a img {
  max-width: 226px !important;
}

#colophon #footer-main .top-wrapper .site-info [property='name'] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#colophon #footer-main .top-wrapper .site-info [property='description'] {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
}

#colophon #footer-main .top-wrapper .site-info [property='address'] {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .top-wrapper .site-info [property='address'] {
    font-size: 1.25rem;
  }
}

#colophon #footer-main .top-wrapper .site-info .telephone {
  font-size: 1.375rem;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .top-wrapper .site-info .telephone {
    font-size: 1.25rem;
  }
}

#colophon #footer-main .top-wrapper .site-info [property='telephone'] {
  color: #fa5004;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .top-wrapper .site-info [property='telephone'] {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .top-wrapper .site-info {
    width: 50%;
  }
}

#colophon #footer-main .top-wrapper .catalog-callout {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .top-wrapper .catalog-callout {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon #footer-main .top-wrapper .catalog-callout:last-child:not(:first-child) {
  float: right;
}

#colophon #footer-main .top-wrapper .catalog-callout .cta {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-image: url(../images/saferack-erectastep-catalog-footer.png);
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 50% auto;
  background-color: #fa5004;
}

#colophon #footer-main .top-wrapper .catalog-callout .cta h3 {
  color: white;
  font-size: 2.875rem;
  font-weight: bold;
  text-align: right;
  line-height: 2.75rem;
}

#colophon #footer-main .top-wrapper .catalog-callout .cta .footer-btns {
  float: right;
}

#colophon #footer-main .top-wrapper .catalog-callout .cta .footer-btns a i {
  color: #fff;
}

#colophon #footer-main .top-wrapper .catalog-callout .cta a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.6875rem 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fefefe;
  text-transform: uppercase;
  min-width: 12.5rem;
}

[data-whatinput='mouse'] #colophon #footer-main .top-wrapper .catalog-callout .cta a {
  outline: 0;
}

#colophon #footer-main .top-wrapper .catalog-callout .cta a:hover, #colophon #footer-main .top-wrapper .catalog-callout .cta a:focus {
  background-color: #d54403;
  color: #fefefe;
}

#colophon #footer-main .top-wrapper .catalog-callout .cta a:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  #colophon #footer-main .top-wrapper .catalog-callout .statement {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .top-wrapper .catalog-callout {
    width: 50%;
  }
  #colophon #footer-main .top-wrapper .catalog-callout .cta {
    overflow: hidden;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #colophon #footer-main .top-wrapper .catalog-callout .content {
    float: right;
    padding-right: 1.875rem;
    width: 65%;
  }
  #colophon #footer-main .top-wrapper .catalog-callout .content a {
    display: block;
    margin-top: 0.25rem;
    margin-bottom: 0.625rem;
    width: 80%;
  }
  #colophon #footer-main .top-wrapper .catalog-callout .statement {
    text-transform: uppercase;
    font-size: 2.375rem;
    font-weight: bold;
  }
  #colophon #footer-main .top-wrapper .catalog-callout .statement span {
    color: #fa5004;
  }
}

@media (max-width: 639px) {
  #colophon #footer-main .top-wrapper .catalog-callout .cta {
    background-image: none;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #colophon #footer-main .top-wrapper .catalog-callout .cta h3 {
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  #colophon #footer-main .top-wrapper .catalog-callout .cta .footer-btns {
    float: none;
  }
  #colophon #footer-main .top-wrapper .catalog-callout .cta .footer-btns a {
    margin-bottom: 0.625rem;
  }
  #colophon #footer-main .top-wrapper .catalog-callout .cta .footer-btns a:nth-of-type(2) {
    margin-bottom: 0;
  }
}

#colophon #footer-main div.footer-logo-wrapper {
  padding: 1rem 0;
  margin: 1rem 0 2rem 0;
  background-color: #000;
}

@media (max-width: 639px) {
  #colophon #footer-main div.footer-logo-wrapper {
    display: none;
  }
}

#colophon #footer-main div.footer-logo-wrapper div.logo-wrapper-outer {
  display: table;
  width: 100%;
  text-align: center;
}

#colophon #footer-main div.footer-logo-wrapper div.logo-wrapper-outer div.logo-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

#colophon #footer-main div.footer-logo-wrapper div.logo-wrapper-outer div.logo-wrapper-inner li {
  list-style-type: none;
}

#colophon #footer-main div.footer-logo-wrapper div.logo-wrapper-outer div.logo-wrapper-inner li img {
  margin: 0.25rem 1.4rem;
}

#colophon #footer-main .footer-menu-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#colophon #footer-main .footer-menu-wrapper::before, #colophon #footer-main .footer-menu-wrapper::after {
  content: ' ';
  display: table;
}

#colophon #footer-main .footer-menu-wrapper::after {
  clear: both;
}

#colophon #footer-main .footer-menu-wrapper .footer-menu {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .footer-menu-wrapper .footer-menu {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon #footer-main .footer-menu-wrapper .footer-menu:last-child:not(:first-child) {
  float: right;
}

@media (max-width: 639px) {
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li {
    line-height: 1rem;
  }
}

@media (max-width: 639px) {
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li span, #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li a {
    position: relative;
    cursor: pointer;
    margin: 0;
  }
}

@media (max-width: 639px) {
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li span::before, #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li a::before {
    content: '\f067';
    position: absolute;
    z-index: 9;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    top: 50%;
    margin-top: -10px;
    right: 0;
    color: #1d1d1d;
    text-align: center;
    height: 20px;
    width: 20px;
    background-color: #969696;
    padding-top: 2px;
  }
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li span.open::before, #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li a.open::before {
    content: '\f068';
  }
}

@media (max-width: 639px) {
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li a::before {
    padding-top: 3px;
  }
}

@media (max-width: 639px) {
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li ul.sub-menu {
    border-bottom: 1px solid #969696;
  }
}

@media (max-width: 639px) {
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li ul.sub-menu {
    overflow: hidden;
    -webkit-transition: height 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: height 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: height 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  }
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li ul.sub-menu.closed {
    height: 0 !important;
  }
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li ul.sub-menu li {
    font-size: 0.9rem;
    padding-top: 0.25rem;
    margin-bottom: 0.275rem;
  }
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li ul.sub-menu li:last-of-type {
    margin-bottom: 0.75rem;
  }
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li ul.sub-menu li span, #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li ul.sub-menu li a {
    cursor: pointer;
    border-bottom: none;
    padding: 0 0 0.25rem 1rem;
  }
  #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li ul.sub-menu li span::before, #colophon #footer-main .footer-menu-wrapper .footer-menu ul.menu li ul.sub-menu li a::before {
    display: none;
  }
}

#colophon #footer-main .footer-menu-wrapper hr {
  margin-bottom: 2rem;
  border-color: #000;
}

#colophon #footer-main .footer-menu-wrapper .menu > li {
  display: block;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .footer-menu-wrapper .menu > li {
    display: table-cell;
  }
}

#colophon #footer-main .footer-menu-wrapper .menu > li {
  vertical-align: top;
}

#colophon #footer-main .footer-menu-wrapper .menu > li > a, #colophon #footer-main .footer-menu-wrapper .menu > li > span {
  color: #fa5004;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  padding: 0.7rem 1rem 0.7rem 0;
}

#colophon #footer-main .footer-menu-wrapper .menu > li > span {
  display: block;
}

#colophon #footer-main .footer-menu-wrapper ul.sub-menu {
  margin-left: 0;
  list-style: none;
}

#colophon #footer-main .footer-menu-wrapper ul.sub-menu li {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}

#colophon #footer-main .footer-menu-wrapper ul.sub-menu li a {
  color: rgba(255, 255, 255, 0.9);
}

#colophon #footer-main .footer-menu-wrapper ul.sub-menu li.see-all {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 900;
  margin-left: 0.375rem;
}

#colophon #footer-main .footer-menu-wrapper ul.sub-menu li.see-all ::before {
  content: " > ";
}

#colophon #footer-main .bottom-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

#colophon #footer-main .bottom-wrapper::before, #colophon #footer-main .bottom-wrapper::after {
  content: ' ';
  display: table;
}

#colophon #footer-main .bottom-wrapper::after {
  clear: both;
}

#colophon #footer-main .bottom-wrapper hr {
  margin-bottom: 2rem;
  border-color: #000;
}

#colophon #footer-main .bottom-wrapper div.sixaxis-img {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-img {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon #footer-main .bottom-wrapper div.sixaxis-img:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-img {
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: left;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-img {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-img:last-child:not(:first-child) {
    float: right;
  }
}

@media (max-width: 639px) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-img {
    display: none;
  }
}

#colophon #footer-main .bottom-wrapper div.sixaxis-img img {
  width: 100%;
  max-width: 10rem;
}

#colophon #footer-main .bottom-wrapper div.sixaxis-copy {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: inline-block;
  width: auto;
  text-align: center;
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-copy {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon #footer-main .bottom-wrapper div.sixaxis-copy:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-copy {
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: left;
    padding-top: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-copy {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-copy:last-child:not(:first-child) {
    float: right;
  }
}

@media (max-width: 639px) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-copy {
    width: 100%;
    text-align: center;
    margin-top: -30px;
  }
}

#colophon #footer-main .bottom-wrapper div.sixaxis-copy p {
  font-size: 0.875rem;
  margin-left: 0;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper div.sixaxis-copy p {
    margin-left: -1.25rem;
  }
}

#colophon #footer-main .bottom-wrapper .sundries-menu {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: right;
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper .sundries-menu {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#colophon #footer-main .bottom-wrapper .sundries-menu:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper .sundries-menu {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.75rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper .sundries-menu {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper .sundries-menu:last-child:not(:first-child) {
    float: right;
  }
}

@media (max-width: 639px) {
  #colophon #footer-main .bottom-wrapper .sundries-menu {
    width: 100% !important;
  }
}

#colophon #footer-main .bottom-wrapper .sundries-menu li {
  font-size: 1.125rem;
  border-left: 1px solid #fa5004;
}

@media (max-width: 639px) {
  #colophon #footer-main .bottom-wrapper .sundries-menu li {
    display: block;
    border: none;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
}

#colophon #footer-main .bottom-wrapper .sundries-menu li a {
  padding: 0 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li:first-child {
  border-left: none;
  padding-left: 0;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li.social {
  display: none;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li.social a {
  float: right;
  padding: 0;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li.social a .social-outer {
  display: table;
  height: 32px;
  width: 32px;
  margin-right: 0.5rem;
  background-color: #fff;
  border-radius: 999px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li.social a .social-outer .social-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li.social a .social-outer .social-inner i {
  color: #181818;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li.social a .social-outer:hover {
  background-color: #fa5004;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li.social a .social-outer:hover .social-inner i {
  color: #fff;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li.social a:first-of-type .social-outer {
  margin: 0;
}

#colophon #footer-main .bottom-wrapper .sundries-menu li.social a:last-of-type .social-outer {
  margin-left: 1rem;
}

@media screen and (min-width: 40em) {
  #colophon #footer-main .bottom-wrapper .sundries-menu li.social {
    display: table-cell;
  }
}

.custom-mobile-fixed-content {
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: flex-end;
  display: none;
}

@media screen and (max-width: 767px) {
  .custom-mobile-fixed-content {
    display: flex;
  }
}

.custom-mobile-fixed-content .custom-mobile-fixed-content__link {
  display: block;
  background-color: #fa4f0a;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.48);
  width: 200px;
  height: 45px;
  border-radius: 25px;
  line-height: 45px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 450px) {
  .custom-mobile-fixed-content .custom-mobile-fixed-content__link {
    font-size: 16px;
    width: 190px;
  }
}

@media screen and (max-width: 360px) {
  .custom-mobile-fixed-content .custom-mobile-fixed-content__link {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 165px;
    margin-right: 7px;
  }
}

.custom-mobile-fixed-content .custom-mobile-fixed-content__link svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 21px;
  height: 21px;
}

.custom-mobile-fixed-content .custom-mobile-fixed-content-button {
  border-radius: 25px;
  background-color: #0f171f;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.48);
  width: 150px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media screen and (max-width: 450px) {
  .custom-mobile-fixed-content .custom-mobile-fixed-content-button {
    font-size: 16px;
    width: 150px;
  }
}

@media screen and (max-width: 360px) {
  .custom-mobile-fixed-content .custom-mobile-fixed-content-button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 135px;
  }
  .custom-mobile-fixed-content .custom-mobile-fixed-content-button img {
    max-width: 40px;
  }
}

.custom-mobile-fixed-content .custom-mobile-fixed-content-button img {
  max-width: 50px;
}

.page-template-regions-page .regions {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .page-template-regions-page .regions {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.page-template-regions-page .regions > .region {
  width: 100%;
  float: left;
}

.page-template-regions-page .regions > .region:nth-of-type(1n) {
  clear: none;
}

.page-template-regions-page .regions > .region:nth-of-type(1n+1) {
  clear: both;
}

.page-template-regions-page .regions > .region:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .page-template-regions-page .regions > .region {
    width: 50%;
    float: left;
  }
  .page-template-regions-page .regions > .region:nth-of-type(1n) {
    clear: none;
  }
  .page-template-regions-page .regions > .region:nth-of-type(2n+1) {
    clear: both;
  }
  .page-template-regions-page .regions > .region:last-child {
    float: left;
  }
}

.page-template-regions-page .regions .region {
  position: relative;
  margin-bottom: 1.875rem;
}

.page-template-regions-page .regions .region img {
  margin-bottom: 1rem;
}

.page-template-regions-page .regions .region h2 {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
}

.tax-saferack_region .page-header h1 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.tax-saferack_region .distributors {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .tax-saferack_region .distributors {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.tax-saferack_region .distributors > .distributor {
  width: 100%;
  float: left;
}

.tax-saferack_region .distributors > .distributor:nth-of-type(1n) {
  clear: none;
}

.tax-saferack_region .distributors > .distributor:nth-of-type(1n+1) {
  clear: both;
}

.tax-saferack_region .distributors > .distributor:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .tax-saferack_region .distributors > .distributor {
    width: 50%;
    float: left;
  }
  .tax-saferack_region .distributors > .distributor:nth-of-type(1n) {
    clear: none;
  }
  .tax-saferack_region .distributors > .distributor:nth-of-type(2n+1) {
    clear: both;
  }
  .tax-saferack_region .distributors > .distributor:last-child {
    float: left;
  }
}

.tax-saferack_region .distributors .distributor {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}

.tax-saferack_region .distributors h2 {
  color: #363636;
}

.mktoForm input, .mktoForm textarea {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  box-shadow: none;
}

.mktoField, .image-name {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  padding: 8px !important;
}

.mktoLabel {
  padding-top: 0;
  margin: 0.25rem 0 0.5rem 0 !important;
  height: 1.25rem;
}

.mktoAsterix, .mktoOffset {
  display: none !important;
}

label[for=Industry], label[for=LeadRole] {
  height: 1px;
}

.mktoButtonRow {
  width: 100%;
}

.mktoButtonRow input[type=file] {
  display: none;
}

.mktoButtonRow .upload-wrapper {
  float: left;
  width: 275px;
  margin-top: 0.875rem;
}

.mktoButtonRow .upload-wrapper input {
  float: left;
  width: 60%;
}

.mktoButtonRow .upload-wrapper button {
  float: right;
  width: 34%;
  background-color: #eee;
  color: #171314;
  border: 1px solid #cacaca;
  height: 2.4375rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.mktoButtonRow .upload-wrapper button .fa {
  color: #fa5004;
  padding-right: 4px;
}

.mktoForm {
  width: 100%;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  float: right;
  font: bold 0.9375rem "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  margin: 0.875rem 1.34375rem 0 0;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover {
  background: #4d4d4d;
}

.mktoError .mktoErrorArrowWrap .mktoErrorArrow {
  background-color: #fa5004;
  border: 1px solid #fa5004;
}

.mktoError .mktoErrorMsg {
  background-color: #fa5004 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  padding: 0.5rem !important;
}

.single-saferack_team #content .content-inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.single-saferack_team #content .content-inner::before, .single-saferack_team #content .content-inner::after {
  content: ' ';
  display: table;
}

.single-saferack_team #content .content-inner::after {
  clear: both;
}

.single-saferack_team #content .content-inner #primary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_team #content .content-inner #primary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_team #content .content-inner #primary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .single-saferack_team #content .content-inner #primary {
    width: 66.66667%;
  }
}

.single-saferack_team #content .content-inner #secondary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_team #content .content-inner #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_team #content .content-inner #secondary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .single-saferack_team #content .content-inner #secondary {
    width: 33.33333%;
  }
  .single-saferack_team #content .content-inner #secondary .sidebar-wrapper {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_team #content .content-inner #secondary .sidebar-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_team #content .content-inner #secondary .sidebar-wrapper .sidebar {
    width: 83.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_team #content .content-inner #secondary .sidebar-wrapper .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_team #content .content-inner #secondary .sidebar-wrapper .sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.single-saferack_team article {
  margin-bottom: 2em;
  overflow: hidden;
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_team article {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single-saferack_team article .entry-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_team article .entry-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_team article .entry-header:last-child:not(:first-child) {
  float: right;
}

.single-saferack_team article #image-contact-wrapper [property="image"] {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_team article #image-contact-wrapper [property="image"] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_team article #image-contact-wrapper [property="image"]:last-child:not(:first-child) {
  float: right;
}

.single-saferack_team article #image-contact-wrapper [property="image"] img {
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_team article #image-contact-wrapper [property="image"] {
    width: 33.33333%;
  }
}

.single-saferack_team article #image-contact-wrapper .entry-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_team article #image-contact-wrapper .entry-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_team article #image-contact-wrapper .entry-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .single-saferack_team article #image-contact-wrapper .entry-content {
    width: 66.66667%;
  }
}

.single-saferack_team article .entry-meta {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.single-saferack_team article #main-image-wrapper {
  width: 33.33333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_team article #main-image-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_team article #main-image-wrapper:last-child:not(:first-child) {
  float: right;
}

.single-saferack_team article #contact-form {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 40em) {
  .single-saferack_team article #contact-form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_team article #contact-form:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .single-saferack_team article #contact-form {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.single-saferack_team article #contact-form div#quick-contact {
  display: none;
  padding: 1.25rem 0.75rem 2.5rem 0.75rem;
  border: 1px solid #e6e6e6;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form {
  padding: 0 0.5rem;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body {
  position: relative;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul {
  width: 49%;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li {
  display: inline-block;
  width: 50%;
  margin-top: 4px;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li label {
  margin-bottom: 12px;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li input {
  height: 2.5rem;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li select {
  height: 2.5rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px;
  font-size: 0.875rem;
  width: calc(100% - 4px);
  background-size: 10px;
  background-position: center right;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li textarea {
  height: 196px;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li:nth-of-type(1) {
  display: block;
  width: 100%;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li:nth-of-type(1) label {
  margin-bottom: 0;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li:nth-of-type(1) select {
  width: 100%;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li:nth-of-type(2) {
  display: block;
  width: 100%;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li:nth-of-type(7) {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  margin-top: 0;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_body ul li:nth-of-type(8) {
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 50%;
  margin-top: 42px;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_footer {
  margin: 0;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_footer input {
  margin: 0.25rem 0 0 0;
}

.single-saferack_team article #contact-form div#quick-contact div#quick-contact-form form div.gform_footer input:hover {
  background-color: #4d4d4d;
}

.single-saferack_team article h2 {
  margin-left: 0.5rem;
}

.single-saferack_team main {
  margin-bottom: 3em;
}

.woocommerce-page, .page-template-bulk-order-template {
  overflow-x: hidden;
}

.woocommerce-page #masthead, .page-template-bulk-order-template #masthead {
  margin-bottom: 0;
  border-bottom: none;
}

.woocommerce-page div.shop-bar, .page-template-bulk-order-template div.shop-bar {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #fa5004;
  margin-bottom: 2rem;
}

.woocommerce-page div.shop-bar div.shop-bar-outer, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-page div.shop-bar div.shop-bar-outer::before, .woocommerce-page div.shop-bar div.shop-bar-outer::after, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer::before, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer::after {
  content: ' ';
  display: table;
}

.woocommerce-page div.shop-bar div.shop-bar-outer::after, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer::after {
  clear: both;
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.left, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.left {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  display: inline-block;
  width: auto;
  color: #fff;
}

@media screen and (min-width: 40em) {
  .woocommerce-page div.shop-bar div.shop-bar-outer div.left, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.left:last-child:not(:first-child), .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.left:last-child:not(:first-child) {
  float: right;
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.left img, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.left img {
  max-width: 180px;
  width: 100%;
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.right, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.right {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  display: inline-block;
  width: auto;
  text-align: right;
  color: #fff;
}

@media screen and (min-width: 40em) {
  .woocommerce-page div.shop-bar div.shop-bar-outer div.right, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.right:last-child:not(:first-child), .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.right:last-child:not(:first-child) {
  float: right;
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.right a, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.right a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: -0.25rem 0;
  border: 2px solid transparent;
  -webkit-transition: border-color ease 0.2s;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.right a div.bulk-order, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.right a div.bulk-order {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.right a div.bulk-order img, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.right a div.bulk-order img {
  max-width: 22px;
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.right a div.bulk-order p, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.right a div.bulk-order p {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}

.woocommerce-page div.shop-bar div.shop-bar-outer div.right a:hover, .page-template-bulk-order-template div.shop-bar div.shop-bar-outer div.right a:hover {
  border-color: #fff;
}

.woocommerce-page div.breadcrumbs, .page-template-bulk-order-template div.breadcrumbs {
  display: none;
}

.woocommerce-page div.shop-breadcrumb-wrapper, .page-template-bulk-order-template div.shop-breadcrumb-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-page div.shop-breadcrumb-wrapper::before, .woocommerce-page div.shop-breadcrumb-wrapper::after, .page-template-bulk-order-template div.shop-breadcrumb-wrapper::before, .page-template-bulk-order-template div.shop-breadcrumb-wrapper::after {
  content: ' ';
  display: table;
}

.woocommerce-page div.shop-breadcrumb-wrapper::after, .page-template-bulk-order-template div.shop-breadcrumb-wrapper::after {
  clear: both;
}

.woocommerce-page div.shop-breadcrumb-wrapper div.shop-breadcrumb, .page-template-bulk-order-template div.shop-breadcrumb-wrapper div.shop-breadcrumb {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 40em) {
  .woocommerce-page div.shop-breadcrumb-wrapper div.shop-breadcrumb, .page-template-bulk-order-template div.shop-breadcrumb-wrapper div.shop-breadcrumb {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.woocommerce-page div.shop-breadcrumb-wrapper div.shop-breadcrumb:last-child:not(:first-child), .page-template-bulk-order-template div.shop-breadcrumb-wrapper div.shop-breadcrumb:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .woocommerce-page div.shop-breadcrumb-wrapper div.shop-breadcrumb, .page-template-bulk-order-template div.shop-breadcrumb-wrapper div.shop-breadcrumb {
    width: 100%;
  }
}

.woocommerce-page #content #secondary div.sidebar-wrapper, .page-template-bulk-order-template #content #secondary div.sidebar-wrapper {
  margin-bottom: 3rem;
}

@media (max-width: 639px) {
  .woocommerce-page #content #secondary div.sidebar-wrapper, .page-template-bulk-order-template #content #secondary div.sidebar-wrapper {
    display: none;
  }
}

.woocommerce-page #content #secondary div.sidebar-wrapper a div.title, .page-template-bulk-order-template #content #secondary div.sidebar-wrapper a div.title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 0;
  color: #363636;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.woocommerce-page #content #secondary div.sidebar-wrapper a.active div.title, .woocommerce-page #content #secondary div.sidebar-wrapper a:hover div.title, .page-template-bulk-order-template #content #secondary div.sidebar-wrapper a.active div.title, .page-template-bulk-order-template #content #secondary div.sidebar-wrapper a:hover div.title {
  color: #fa5004;
}

.woocommerce-page #content #primary, .page-template-bulk-order-template #content #primary {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.woocommerce-page #content #primary::before, .woocommerce-page #content #primary::after, .page-template-bulk-order-template #content #primary::before, .page-template-bulk-order-template #content #primary::after {
  content: ' ';
  display: table;
}

.woocommerce-page #content #primary::after, .page-template-bulk-order-template #content #primary::after {
  clear: both;
}

.woocommerce-page #content #primary div.shop-breadcrumb, .page-template-bulk-order-template #content #primary div.shop-breadcrumb {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.woocommerce-page #content #primary #secondary, .page-template-bulk-order-template #content #primary #secondary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0 !important;
}

@media screen and (min-width: 40em) {
  .woocommerce-page #content #primary #secondary, .page-template-bulk-order-template #content #primary #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.woocommerce-page #content #primary #secondary:last-child:not(:first-child), .page-template-bulk-order-template #content #primary #secondary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .woocommerce-page #content #primary #secondary, .page-template-bulk-order-template #content #primary #secondary {
    width: 25%;
  }
}

.woocommerce-page #content #primary #main, .page-template-bulk-order-template #content #primary #main {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-right: 0 !important;
}

@media screen and (min-width: 40em) {
  .woocommerce-page #content #primary #main, .page-template-bulk-order-template #content #primary #main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.woocommerce-page #content #primary #main:last-child:not(:first-child), .page-template-bulk-order-template #content #primary #main:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .woocommerce-page #content #primary #main, .page-template-bulk-order-template #content #primary #main {
    width: 75%;
  }
}

@media (max-width: 639px) {
  .woocommerce-page #content #primary #main, .page-template-bulk-order-template #content #primary #main {
    padding-left: 0 !important;
  }
}

.woocommerce-page #content #primary #main h1, .woocommerce-page #content #primary #main h2, .page-template-bulk-order-template #content #primary #main h1, .page-template-bulk-order-template #content #primary #main h2 {
  display: inline-block;
  color: #363636;
  font-size: 1.75rem;
}

.woocommerce-page #content #primary #main h1, .page-template-bulk-order-template #content #primary #main h1 {
  margin-bottom: 22px;
}

.woocommerce-page #content #primary #main hr, .page-template-bulk-order-template #content #primary #main hr {
  margin: 20px 0;
}

.woocommerce-page #content #primary #main > header, .page-template-bulk-order-template #content #primary #main > header {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  margin-top: -10px;
  margin-bottom: -6px;
  -webkit-transition: height ease 0.4s;
  -moz-transition: height ease 0.4s;
  -o-transition: height ease 0.4s;
  transition: height ease 0.4s;
}

@media (max-width: 639px) {
  .woocommerce-page #content #primary #main > header, .page-template-bulk-order-template #content #primary #main > header {
    padding-top: 70px;
  }
}

.woocommerce-page #content #primary #main > header div.expand-toggle, .page-template-bulk-order-template #content #primary #main > header div.expand-toggle {
  position: relative;
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-left: 4px;
}

@media (max-width: 639px) {
  .woocommerce-page #content #primary #main > header div.expand-toggle, .page-template-bulk-order-template #content #primary #main > header div.expand-toggle {
    display: none;
  }
}

.woocommerce-page #content #primary #main > header div.expand-toggle svg, .page-template-bulk-order-template #content #primary #main > header div.expand-toggle svg {
  position: absolute;
  cursor: pointer;
  width: 15px;
}

.woocommerce-page #content #primary #main > header div.expand-toggle svg path, .page-template-bulk-order-template #content #primary #main > header div.expand-toggle svg path {
  fill: #363636;
  -webkit-transition: fill ease 0.2s;
  -moz-transition: fill ease 0.2s;
  -o-transition: fill ease 0.2s;
  transition: fill ease 0.2s;
}

.woocommerce-page #content #primary #main > header div.expand-toggle svg.minus, .page-template-bulk-order-template #content #primary #main > header div.expand-toggle svg.minus {
  display: none;
}

.woocommerce-page #content #primary #main > header div.expand-toggle.active svg path, .woocommerce-page #content #primary #main > header div.expand-toggle:hover svg path, .page-template-bulk-order-template #content #primary #main > header div.expand-toggle.active svg path, .page-template-bulk-order-template #content #primary #main > header div.expand-toggle:hover svg path {
  fill: #fa5004;
}

.woocommerce-page #content #primary #main > header div.category-wrapper, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .woocommerce-page #content #primary #main > header div.category-wrapper, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.woocommerce-page #content #primary #main > header div.category-wrapper div.category, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  cursor: pointer;
  height: 11.5rem;
}

@media screen and (min-width: 40em) {
  .woocommerce-page #content #primary #main > header div.category-wrapper div.category, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.woocommerce-page #content #primary #main > header div.category-wrapper div.category:last-child:not(:first-child), .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .woocommerce-page #content #primary #main > header div.category-wrapper div.category, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category {
    width: 25%;
  }
}

@media (max-width: 639px) {
  .woocommerce-page #content #primary #main > header div.category-wrapper div.category, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category {
    height: auto;
  }
}

.woocommerce-page #content #primary #main > header div.category-wrapper div.category div.image, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category div.image {
  position: relative;
  height: 8rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 639px) {
  .woocommerce-page #content #primary #main > header div.category-wrapper div.category div.image, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category div.image {
    height: 10rem;
  }
}

.woocommerce-page #content #primary #main > header div.category-wrapper div.category div.image div.overlay, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category div.image div.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fa5004;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.woocommerce-page #content #primary #main > header div.category-wrapper div.category div.title, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category div.title {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  margin: 0.375rem 0 1.375rem 0;
  color: #363636;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}

.woocommerce-page #content #primary #main > header div.category-wrapper div.category:hover div.image div.overlay, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category:hover div.image div.overlay {
  opacity: 0.5;
}

.woocommerce-page #content #primary #main > header div.category-wrapper div.category:hover div.title, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category:hover div.title {
  color: #fa5004;
}

.woocommerce-page #content #primary #main > header div.category-wrapper div.category:last-of-type, .page-template-bulk-order-template #content #primary #main > header div.category-wrapper div.category:last-of-type {
  float: left !important;
}

.woocommerce-page #content #primary #main > header section#bulk-order-pad, .page-template-bulk-order-template #content #primary #main > header section#bulk-order-pad {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}

@media (max-width: 639px) {
  .woocommerce-page #content #primary #main > header section#bulk-order-pad, .page-template-bulk-order-template #content #primary #main > header section#bulk-order-pad {
    top: 0;
    width: 100%;
  }
}

.woocommerce-page #content #primary #main > header section#bulk-order-pad div.aws-container form, .page-template-bulk-order-template #content #primary #main > header section#bulk-order-pad div.aws-container form {
  height: 36px;
}

.woocommerce-page #content #primary #main > header section#bulk-order-pad div.aws-container form input, .page-template-bulk-order-template #content #primary #main > header section#bulk-order-pad div.aws-container form input {
  font-size: 0.8125rem;
  padding: 0 1.5rem 0 0.5rem;
  color: #363636;
  border: 1px solid #ccc;
  box-shadow: none;
}

.woocommerce-page #content #primary #main > header.closed, .page-template-bulk-order-template #content #primary #main > header.closed {
  height: 50px !important;
}

@media (max-width: 639px) {
  .woocommerce-page #content #primary #main > header.closed, .page-template-bulk-order-template #content #primary #main > header.closed {
    height: auto !important;
    margin-bottom: -16px;
  }
}

.woocommerce-page #content #primary #main > header.in-category, .page-template-bulk-order-template #content #primary #main > header.in-category {
  padding-top: 0;
}

.woocommerce-page #content #primary #main div.featured-products, .page-template-bulk-order-template #content #primary #main div.featured-products {
  margin: 18px 0 -35px 0;
}

.woocommerce-page #content #primary #main div.main-product-listing, .page-template-bulk-order-template #content #primary #main div.main-product-listing {
  position: relative;
}

.woocommerce-page #content #primary #main div.main-product-listing form.woocommerce-ordering, .page-template-bulk-order-template #content #primary #main div.main-product-listing form.woocommerce-ordering {
  position: absolute;
  top: -28px;
  right: 0;
}

@media (max-width: 639px) {
  .woocommerce-page #content #primary #main div.main-product-listing form.woocommerce-ordering, .page-template-bulk-order-template #content #primary #main div.main-product-listing form.woocommerce-ordering {
    position: relative;
    top: 0;
  }
}

.woocommerce-page #content #primary #main p.woocommerce-result-count, .page-template-bulk-order-template #content #primary #main p.woocommerce-result-count {
  margin: 0 0 10px 0;
  font-size: 0.8125rem;
}

.woocommerce-page #content #primary #main form.woocommerce-ordering select, .page-template-bulk-order-template #content #primary #main form.woocommerce-ordering select {
  font-size: 0.8125rem;
  height: 2.25rem;
  padding: 0 1.5rem 0 0.5rem;
  margin-bottom: 0;
}

.woocommerce-page #content #primary #main ul.products, .page-template-bulk-order-template #content #primary #main ul.products {
  width: calc(100% + 4px);
}

@media (max-width: 639px) {
  .woocommerce-page #content #primary #main ul.products, .page-template-bulk-order-template #content #primary #main ul.products {
    width: 100%;
  }
}

.woocommerce-page #content #primary #main ul.products div.featured-product + li::before, .page-template-bulk-order-template #content #primary #main ul.products div.featured-product + li::before {
  content: 'Featured';
  position: absolute;
  z-index: 9;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  color: #fff;
  background-color: #363636;
  left: -6px;
  top: 10px;
  text-transform: uppercase;
  padding: 0.0625rem 0.625rem;
}

.woocommerce-page #content #primary #main ul.products div.featured-product + li::after, .page-template-bulk-order-template #content #primary #main ul.products div.featured-product + li::after {
  content: '';
  position: absolute;
  top: 28px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #000;
}

.woocommerce-page #content #primary #main ul.products div.featured-product:first-of-type + li, .page-template-bulk-order-template #content #primary #main ul.products div.featured-product:first-of-type + li {
  float: left;
}

.woocommerce-page #content #primary #main ul.products li.product, .page-template-bulk-order-template #content #primary #main ul.products li.product {
  text-align: center;
  margin-bottom: 26px;
}

.woocommerce-page #content #primary #main ul.products li.product a.added_to_cart, .page-template-bulk-order-template #content #primary #main ul.products li.product a.added_to_cart {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  margin-bottom: -0.8125rem;
  text-transform: capitalize;
}

.woocommerce-page #content #primary #main ul.products li.product a img, .page-template-bulk-order-template #content #primary #main ul.products li.product a img {
  padding: 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
}

.woocommerce-page #content #primary #main ul.products li.product a h2, .page-template-bulk-order-template #content #primary #main ul.products li.product a h2 {
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  padding: 0.25rem 0;
}

.woocommerce-page #content #primary #main ul.products li.product a span.price, .page-template-bulk-order-template #content #primary #main ul.products li.product a span.price {
  color: #262324;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.0625rem;
}

.woocommerce-page #content #primary #main ul.products li.product a div.sku-stock, .page-template-bulk-order-template #content #primary #main ul.products li.product a div.sku-stock {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.8125rem;
}

.woocommerce-page #content #primary #main ul.products li.product a.button, .page-template-bulk-order-template #content #primary #main ul.products li.product a.button {
  display: none;
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #fa5004;
  margin-top: 0.5rem;
  text-transform: uppercase;
  border-radius: 0;
}

.woocommerce-page #content #primary #main ul.products li.product a.button:hover, .page-template-bulk-order-template #content #primary #main ul.products li.product a.button:hover {
  background-color: #262324;
}

.woocommerce-page #content #primary #main ul.products li.product div.tinv-wraper a, .page-template-bulk-order-template #content #primary #main ul.products li.product div.tinv-wraper a {
  padding: 0;
  color: #fa5004;
  background-color: transparent;
  font-size: 0.8125rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.woocommerce-page #content #primary #main ul.products li.product div.tinv-wraper a::before, .page-template-bulk-order-template #content #primary #main ul.products li.product div.tinv-wraper a::before {
  content: '\f08a';
  font-family: TIFontAwesome !important;
  color: #fa5004;
  margin-right: 5px;
  font-size: 0.75rem;
  font-weight: 900;
  background-image: none;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}

.woocommerce-page #content #primary #main ul.products li.product div.tinv-wraper a.tinvwl-product-in-list::before, .page-template-bulk-order-template #content #primary #main ul.products li.product div.tinv-wraper a.tinvwl-product-in-list::before {
  content: '\f004';
}

.woocommerce-page #content #primary #main ul.products li.product div.tinv-wraper a:hover, .page-template-bulk-order-template #content #primary #main ul.products li.product div.tinv-wraper a:hover {
  color: #262324;
  background-color: transparent;
}

.woocommerce-page #content #primary #main ul.products li.product div.tinv-wraper a:hover::before, .page-template-bulk-order-template #content #primary #main ul.products li.product div.tinv-wraper a:hover::before {
  color: #262324;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination {
  margin: -1rem 0 3rem 0;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers {
  padding: 0;
  margin: 0;
  border: none;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers li, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers li {
  position: relative;
  height: 2rem;
  margin: 0.125rem;
  padding: 0.25rem;
  background-color: transparent;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  text-align: center;
  width: 1.75rem;
  border-radius: 2px;
  border: none;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers li span, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers li span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 9px;
  color: #fff;
  background-color: #fa5004;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers li a, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 9px;
  color: #363636;
  background-color: #f3f3f3;
  -webkit-transition: background-color ease 0.2s, color ease 0.2s;
  -moz-transition: background-color ease 0.2s, color ease 0.2s;
  -o-transition: background-color ease 0.2s, color ease 0.2s;
  transition: background-color ease 0.2s, color ease 0.2s;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers li a.prev, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers li a.prev {
  font-size: 0;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers li a.prev::before, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers li a.prev::before {
  font-size: 0.875rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f104';
  color: #363636;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers li a.next, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers li a.next {
  font-size: 0;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers li a.next::before, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers li a.next::before {
  font-size: 0.875rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  color: #363636;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers li:hover a, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers li:hover a {
  color: #fff;
  background-color: #fa5004;
}

.woocommerce-page #content #primary #main nav.woocommerce-pagination ul.page-numbers li:hover a::before, .page-template-bulk-order-template #content #primary #main nav.woocommerce-pagination ul.page-numbers li:hover a::before {
  color: #fff;
}

body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp {
  margin-top: -1px;
  border-left: none;
  border-top: 1px solid #979797;
}

body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.add-to-cart-container a {
  display: none;
}

body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

body.archive.woocommerce-page div.dgwt-wcas-suggestions-wrapp div.add-to-cart-wrapper div.dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid transparent;
}

body.archive.woocommerce-page div.dgwt-wcas-details-wrapp {
  margin-top: -1px;
  margin-left: 0;
}

.single-product #content #primary #main {
  padding: 0;
  width: 100%;
}

.single-product #content #primary #main nav.woocommerce-breadcrumb {
  display: none;
}

.single-product #content #primary #main div.type-product div.woocommerce-product-gallery {
  width: 38%;
}

.single-product #content #primary #main div.type-product div.woocommerce-product-gallery figure {
  border: 1px solid #e8e8e8;
  padding: 1rem;
}

.single-product #content #primary #main div.type-product div.entry-summary {
  width: 58%;
}

.single-product #content #primary #main div.type-product div.entry-summary h1 {
  color: #363636;
}

.single-product #content #primary #main div.type-product div.entry-summary p.price, .single-product #content #primary #main div.type-product div.entry-summary p.stock {
  display: none;
}

.single-product #content #primary #main div.type-product div.entry-summary div.sku-stock {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}

.single-product #content #primary #main div.type-product div.entry-summary div.sku-stock span {
  color: #17a524;
}

.single-product #content #primary #main div.type-product div.entry-summary div.price {
  color: #262324;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  width: 100%;
  text-align: right;
  margin-top: 1rem;
}

.single-product #content #primary #main div.type-product div.entry-summary div.product_meta {
  display: none;
}

.single-product #content #primary #main div.type-product div.entry-summary form {
  float: right;
  margin: 0.5rem 0 0 0;
}

.single-product #content #primary #main div.type-product div.entry-summary form input {
  height: 3rem;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #cacaca;
  margin-right: 0.25rem;
}

.single-product #content #primary #main div.type-product div.entry-summary form button {
  height: 3rem;
  width: 10rem;
  background-color: #fa5004;
  border-radius: 0;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}

.single-product #content #primary #main div.type-product div.entry-summary form button:hover {
  background-color: #363636;
}

.single-product #content #primary #main div.type-product div.entry-summary form div.tinv-wraper a {
  float: right;
  margin: 0;
  padding: 0;
  color: #fa5004;
  background-color: transparent;
  font-size: 0.8125rem;
  font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.single-product #content #primary #main div.type-product div.entry-summary form div.tinv-wraper a::before {
  color: #fa5004;
  margin-right: 6px;
  font-size: 0.75rem;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}

.single-product #content #primary #main div.type-product div.entry-summary form div.tinv-wraper a:hover {
  color: #262324;
  background-color: transparent;
}

.single-product #content #primary #main div.type-product div.entry-summary form div.tinv-wraper a:hover::before {
  color: #262324;
}

.single-product #content #primary #main div.type-product div.woocommerce-tabs {
  display: none;
}

.single-product #content #primary #main div.type-product section.up-sells {
  clear: both;
}

.single-product #content #primary #main div.type-product section.up-sells h2.up-sell-headline {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

body.logged-in ul.products li.product a.button {
  display: inline-block !important;
}

body.page-template-bulk-order-template div.aws-search-result {
  padding-right: 0;
}

div.aws-search-result {
  background-color: transparent;
  border: none;
  padding-top: 1px;
  padding-right: 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 10px;
}

div.aws-search-result ul {
  border-bottom: 1px solid #ccc;
}

div.aws-search-result ul li {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div.aws-search-result ul li span.aws_result_link {
  cursor: inherit;
  background-color: #fff;
}

div.aws-search-result ul li span.aws_result_link:hover {
  background-color: #fff;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_image {
  height: 100px;
  width: 110px;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_image img {
  height: 100px;
  width: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_content a span.aws_result_title {
  font-size: 20px;
  color: #222;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_content a span.aws_result_title:hover {
  color: #fa5004;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_excerpt {
  color: #363636;
  font-size: 13px;
  line-height: 17px;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_sku, div.aws-search-result ul li span.aws_result_link span.aws_result_price {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 13px;
  margin-top: 5px;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_sku a, div.aws-search-result ul li span.aws_result_link span.aws_result_price a {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  color: #fff;
  background-color: #fa5004;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 4px 8px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_sku a:hover, div.aws-search-result ul li span.aws_result_link span.aws_result_price a:hover {
  color: #fff;
  background-color: #d54403;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_price {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  line-height: 16px;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_price span.woocommerce-Price-amount {
  float: left;
  font-size: 15px;
  margin-top: 6px;
}

div.aws-search-result ul li span.aws_result_link span.aws_result_price a {
  float: right;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner {
  max-width: 320px;
  padding: 26px;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner i {
  height: 80px;
  width: 80px;
  margin-bottom: 16px;
  background-image: url(/wp-content/themes/saferack/images/added-to-list.png);
  background-size: cover;
  background-repeat: no-repeat;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner i::before {
  display: none;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner div.tinv-txt {
  margin-bottom: 20px;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner div.tinvwl-buttons-group {
  max-width: 170px;
  margin: 0 auto;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner div.tinvwl-buttons-group button {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  width: auto;
  padding: 0.75rem 1rem;
  border-radius: 0;
  background-color: #fa5004;
  margin-bottom: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner div.tinvwl-buttons-group button i {
  display: none;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner div.tinvwl-buttons-group button:first-of-type {
  float: right;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner div.tinvwl-buttons-group button:last-of-type {
  float: left;
}

div.tinv-wishlist div.tinv-modal div.tinv-table div.tinv-cell div.tinv-modal-inner div.tinvwl-buttons-group button:hover {
  background-color: #262324;
}

.single-format-video .entry-header {
  margin-bottom: 2rem;
}

.term-post-format-video .content-area {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.term-post-format-video .content-area::before, .term-post-format-video .content-area::after {
  content: ' ';
  display: table;
}

.term-post-format-video .content-area::after {
  clear: both;
}

.term-post-format-video .content-area #main {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .term-post-format-video .content-area #main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.term-post-format-video .content-area #main:last-child:not(:first-child) {
  float: right;
}

.term-post-format-video .content-area #main .form-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .term-post-format-video .content-area #main .form-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.term-post-format-video .content-area #main .form-wrapper form {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .term-post-format-video .content-area #main .form-wrapper form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.term-post-format-video .content-area #main .form-wrapper form:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .term-post-format-video .content-area #main .form-wrapper form {
    width: 33.33333%;
  }
  .term-post-format-video .content-area #main .form-wrapper form:last-child:last-child {
    float: left;
  }
}

.term-post-format-video .content-area #main .description {
  margin-bottom: 1rem;
}

.term-post-format-video .content-area #main .videos {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .term-post-format-video .content-area #main .videos {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.term-post-format-video .content-area #main .videos > .video-wrapper {
  width: 100%;
  float: left;
}

.term-post-format-video .content-area #main .videos > .video-wrapper:nth-of-type(1n) {
  clear: none;
}

.term-post-format-video .content-area #main .videos > .video-wrapper:nth-of-type(1n+1) {
  clear: both;
}

.term-post-format-video .content-area #main .videos > .video-wrapper:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .term-post-format-video .content-area #main .videos > .video-wrapper {
    width: 33.33333%;
    float: left;
  }
  .term-post-format-video .content-area #main .videos > .video-wrapper:nth-of-type(1n) {
    clear: none;
  }
  .term-post-format-video .content-area #main .videos > .video-wrapper:nth-of-type(3n+1) {
    clear: both;
  }
  .term-post-format-video .content-area #main .videos > .video-wrapper:last-child {
    float: left;
  }
}

.term-post-format-video .content-area #main .videos .video {
  margin-bottom: 1.875rem;
}

.term-post-format-video .content-area #main .videos .video header h2.entry-title {
  font-size: 1.25rem;
  margin-top: 0.75rem;
}

.term-post-format-video .content-area #main .videos .video div.video-title-outer {
  display: table;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #181818;
  color: #fff;
  width: 100%;
  margin-top: 0;
  padding: 0.25rem 1rem 0.25rem 2.875rem;
  height: 2.875rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.term-post-format-video .content-area #main .videos .video div.video-title-outer div.video-title-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.term-post-format-video .content-area #main .videos .video:hover div.video-title-outer {
  color: #fa5004;
}

.term-chooser {
  background-image: url(../images/select-chevron.png);
  background-size: 16px 12px;
  background-position: right;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  padding: 8px !important;
}

.embed-video-wrapper {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  margin-bottom: 1.875rem;
  max-width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 40em) {
  .embed-video-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.embed-video-wrapper .embed-video-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .embed-video-wrapper .embed-video-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.embed-video-wrapper .embed-video-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .embed-video-wrapper .embed-video-content {
    width: 50%;
  }
  .embed-video-wrapper .embed-video-content:last-child:last-child {
    float: left;
  }
}

.embed-video-wrapper .embed-video-iframe {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .embed-video-wrapper .embed-video-iframe {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.embed-video-wrapper .embed-video-iframe:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .embed-video-wrapper .embed-video-iframe {
    width: 50%;
  }
  .embed-video-wrapper .embed-video-iframe:last-child:last-child {
    float: left;
  }
}

.embed-video-wrapper .embed-video-iframe iframe {
  width: 100%;
  height: 14.625rem;
}

.embed-video-wrapper .embed-video-iframe a.video-post-link {
  font-size: 0.8125rem;
  margin-top: -0.375rem;
}

@media (max-width: 1200px) {
  .embed-video-wrapper {
    display: inline-block;
  }
}

.page-template-sitemap-page a:hover {
  text-decoration: underline;
}

.page-template-sitemap-page section {
  margin-bottom: 6rem;
}

.page-template-sitemap-page h2 {
  margin-bottom: 2rem;
}

.page-template-sitemap-page h3 {
  margin-top: 2rem;
}

.page-template-sitemap-page h2, .page-template-sitemap-page h3, .page-template-sitemap-page h2 a, .page-template-sitemap-page h3 a {
  color: #363636;
}

.page-template-sitemap-page ul.products, .page-template-sitemap-page ul.installation-list, .page-template-sitemap-page ul.videos {
  list-style-type: none;
  margin-left: 0;
}

.page-template-sitemap-page ul.products li a, .page-template-sitemap-page ul.installation-list li a, .page-template-sitemap-page ul.videos li a {
  color: #363636;
}

@media screen and (min-width: 40em) {
  .page-template-sitemap-page ul.products, .page-template-sitemap-page ul.installation-list, .page-template-sitemap-page ul.videos {
    columns: 2;
    column-gap: 1.875rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-sitemap-page ul.products, .page-template-sitemap-page ul.installation-list, .page-template-sitemap-page ul.videos {
    columns: 3;
  }
}

.page-template-sitemap-page ul.miscellaneous {
  list-style-type: none;
  margin-left: 0;
}

.page-template-sitemap-page ul.miscellaneous li a {
  color: #363636;
}

.single-saferack_story #content .content-inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.single-saferack_story #content .content-inner::before, .single-saferack_story #content .content-inner::after {
  content: ' ';
  display: table;
}

.single-saferack_story #content .content-inner::after {
  clear: both;
}

.single-saferack_story #content .content-inner #primary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_story #content .content-inner #primary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_story #content .content-inner #primary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .single-saferack_story #content .content-inner #primary {
    width: 66.66667%;
  }
}

.single-saferack_story #content .content-inner #secondary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .single-saferack_story #content .content-inner #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-saferack_story #content .content-inner #secondary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .single-saferack_story #content .content-inner #secondary {
    width: 33.33333%;
  }
  .single-saferack_story #content .content-inner #secondary .sidebar-wrapper {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_story #content .content-inner #secondary .sidebar-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_story #content .content-inner #secondary .sidebar-wrapper .sidebar {
    width: 83.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .single-saferack_story #content .content-inner #secondary .sidebar-wrapper .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .single-saferack_story #content .content-inner #secondary .sidebar-wrapper .sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.single-saferack_story .entry-header img {
  margin-bottom: 2rem;
}

.single-saferack_story .entry-meta {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.single-saferack_story main {
  margin-bottom: 3em;
}

.single-saferack_story article {
  margin-bottom: 2em;
}

.post-type-archive-saferack_story #scroll-container {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_story #scroll-container {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.post-type-archive-saferack_story #scroll-container > .story-wrapper {
  width: 100%;
  float: left;
}

.post-type-archive-saferack_story #scroll-container > .story-wrapper:nth-of-type(1n) {
  clear: none;
}

.post-type-archive-saferack_story #scroll-container > .story-wrapper:nth-of-type(1n+1) {
  clear: both;
}

.post-type-archive-saferack_story #scroll-container > .story-wrapper:last-child {
  float: left;
}

@media screen and (min-width: 40em) {
  .post-type-archive-saferack_story #scroll-container > .story-wrapper {
    width: 50%;
    float: left;
  }
  .post-type-archive-saferack_story #scroll-container > .story-wrapper:nth-of-type(1n) {
    clear: none;
  }
  .post-type-archive-saferack_story #scroll-container > .story-wrapper:nth-of-type(2n+1) {
    clear: both;
  }
  .post-type-archive-saferack_story #scroll-container > .story-wrapper:last-child {
    float: left;
  }
}

.post-type-archive-saferack_story #scroll-container .story-wrapper {
  margin-bottom: 2rem;
}

.post-type-archive-saferack_story .entry-header img {
  margin-bottom: 1rem;
}

.post-type-archive-saferack_story .entry-header h2 {
  font-size: 1.5rem;
}

.post-type-archive-saferack_story .entry-meta {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.post-type-archive-saferack_story .moretag {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.6875rem 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #fa5004;
  color: #fefefe;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-top: 0.5rem;
}

[data-whatinput='mouse'] .post-type-archive-saferack_story .moretag {
  outline: 0;
}

.post-type-archive-saferack_story .moretag:hover, .post-type-archive-saferack_story .moretag:focus {
  background-color: #d54403;
  color: #fefefe;
}

.page-template-saferack-template #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-saferack-template .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-saferack-template .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header img {
    height: 415px;
  }
}

.page-template-saferack-template .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-saferack-template .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-saferack-template .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-saferack-template .page-header .banner-content::before, .page-template-saferack-template .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-saferack-template .page-header .banner-content::after {
  clear: both;
}

.page-template-saferack-template .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-saferack-template .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-saferack-template .page-header .banner-content .header-text-wrapper .header-text p, .page-template-saferack-template .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header .banner-content .header-text-wrapper .header-text p, .page-template-saferack-template .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-saferack-template .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-saferack-template .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-saferack-template .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-saferack-template .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-saferack-template .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-saferack-template .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-saferack-template .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header.no-video img {
    height: 415px;
  }
}

.page-template-saferack-template .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-saferack-template .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-saferack-template .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-saferack-template .page-header.no-video .banner-content::before, .page-template-saferack-template .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-saferack-template .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-saferack-template .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-saferack-template .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-saferack-template .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-saferack-template .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-saferack-template .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-saferack-template .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-saferack-template .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-saferack-template .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-saferack-template .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-saferack-template .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-saferack-template #content #primary {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.page-template-saferack-template #content #primary:last-child:not(:first-child) {
  float: none;
}

.page-template-saferack-template #saferack-template-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-saferack-template #saferack-template-wrapper::before, .page-template-saferack-template #saferack-template-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-saferack-template #saferack-template-wrapper::after {
  clear: both;
}

.page-template-saferack-template #saferack-template-wrapper .hr-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin: 1.875rem 0;
}

.page-template-saferack-template #saferack-template-wrapper .hr-wrapper::before, .page-template-saferack-template #saferack-template-wrapper .hr-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-saferack-template #saferack-template-wrapper .hr-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .page-template-saferack-template #saferack-template-wrapper .hr-wrapper {
    margin: 0 0 1.5625rem 0;
  }
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper::before, .page-template-saferack-template #saferack-template-wrapper .intro-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper::after {
  clear: both;
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-title:last-child:not(:first-child) {
  float: right;
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-image {
    width: 33.33333%;
  }
}

@media (max-width: 639px) {
  .page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-image {
    margin-bottom: 1.875rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present {
    width: 66.66667%;
  }
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
    width: 100%;
  }
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content:first-of-type {
  padding-left: 0;
}

.page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present intro-form-content:last-of-type {
  padding-right: 0;
}

@media (max-width: 639px) {
  .page-template-saferack-template #saferack-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
    padding: 0;
    margin-bottom: 1.875rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper::before, .page-template-saferack-template #saferack-template-wrapper .content-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper::after {
  clear: both;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .content-block {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .content-block {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .content-block:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .content-block {
    width: 33.33333%;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .content-block .content-image {
  margin-bottom: 1.875rem;
}

@media (max-width: 639px) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .content-block {
    padding-bottom: 2.5rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .content-block:last-of-type {
  padding-bottom: 0;
  margin-bottom: 2.5rem;
}

@media (max-width: 639px) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .content-block:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block {
  margin-bottom: 1.25rem;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro::before, .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro::after {
  content: ' ';
  display: table;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro::after {
  clear: both;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-title:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-title {
    width: 100%;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-title .faq-border {
  width: 100%;
  margin: 2.5rem 0;
  border-top: 1px solid #cacaca;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-description, .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-description, .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-description:last-child:not(:first-child), .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-description, .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-image {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-description {
    margin-bottom: 0;
  }
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-intro .faq-image {
    margin-bottom: 1.25rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy::before, .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy::after {
  content: ' ';
  display: table;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy::after {
  clear: both;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row {
    width: 100%;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row .faq-container {
  display: inline-block;
  width: 96%;
  vertical-align: top;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row .faq-container p, .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row .faq-container b {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row .faq-container.faq-header {
  width: 2%;
  height: 1.375rem;
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row .faq-container.faq-header p {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fa5004;
  font-weight: 700;
  font-size: 1.375rem;
  margin-top: -0.25rem;
}

@media (max-width: 639px) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row .faq-container {
    width: 91%;
  }
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-block .faq-copy .faq-row .faq-container.faq-header {
    width: 7%;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-divider {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: none;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-divider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-divider:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-saferack-template #saferack-template-wrapper .content-wrapper .faq-divider {
    width: 100%;
  }
}

.page-template-saferack-template #saferack-template-wrapper .faq-block:last-of-type .faq-divider {
  display: block;
}

.page-template-saferack-template .picker__holder {
  position: absolute;
  left: 0;
  outline: none;
  padding: 1.25rem 1.875rem 0.625rem 1.875rem;
}

.page-template-saferack-template .picker__holder .picker__frame .picker__wrap .picker__box .picker__header {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.page-template-saferack-template .picker__holder .picker__frame .picker__wrap .picker__box .picker__header .picker__year {
  margin-left: 0.375rem;
}

.page-template-saferack-template .picker__holder .picker__frame .picker__wrap .picker__box .picker__header .picker__nav--prev, .page-template-saferack-template .picker__holder .picker__frame .picker__wrap .picker__box .picker__header .picker__nav--next {
  margin-top: 0.3125rem;
}

.page-template-saferack-template .picker__holder .picker__frame .picker__wrap .picker__box .picker__header .picker__nav--prev {
  margin-left: -0.25rem;
}

.page-template-saferack-template .picker__holder .picker__frame .picker__wrap .picker__box .picker__header .picker__nav--nexxt {
  margin-left: 0.25rem;
}

.page-template-industry-template #swipebox-overlay {
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999 !important;
}

.page-template-industry-template #swipebox-overlay #swipebox-top-bar #swipebox-title {
  font-size: 1rem;
  padding-top: 0.25rem;
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar {
  position: fixed;
  opacity: 1;
  height: 50px;
  top: 50%;
  left: 0;
  margin-top: -25px;
  background: transparent;
  transform: none !important;
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows {
  max-width: none;
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a {
  background-image: none !important;
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a div {
  position: absolute;
  width: 28px;
  height: 4px;
  margin-left: 12px;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a div.upper {
  transform: rotate(45deg);
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a div.lower {
  transform: rotate(-45deg);
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a#swipebox-next div.upper {
  margin-top: 15px;
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a#swipebox-next div.lower {
  margin-top: 32px;
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a#swipebox-prev div.upper {
  margin-top: 32px;
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a#swipebox-prev div.lower {
  margin-top: 15px;
}

.page-template-industry-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a:hover div {
  background-color: #fa5004;
}

.page-template-industry-template #swipebox-overlay #swipebox-close {
  background-image: none !important;
  top: 10px;
}

.page-template-industry-template #swipebox-overlay #swipebox-close div {
  position: absolute;
  width: 34px;
  height: 4px;
  margin-top: 22px;
  margin-left: 8px;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-template #swipebox-overlay #swipebox-close div.upper {
  transform: rotate(45deg);
}

.page-template-industry-template #swipebox-overlay #swipebox-close div.lower {
  transform: rotate(-45deg);
}

.page-template-industry-template #swipebox-overlay #swipebox-close:hover div {
  background-color: #fa5004;
}

.page-template-industry-template #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-industry-template .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-industry-template .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header img {
    height: 415px;
  }
}

.page-template-industry-template .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-industry-template .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-industry-template .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template .page-header .banner-content::before, .page-template-industry-template .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-industry-template .page-header .banner-content::after {
  clear: both;
}

.page-template-industry-template .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-industry-template .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-industry-template .page-header .banner-content .header-text-wrapper .header-text p, .page-template-industry-template .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header .banner-content .header-text-wrapper .header-text p, .page-template-industry-template .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-template .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-industry-template .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-template .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-industry-template .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-template .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-industry-template .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-industry-template .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header.no-video img {
    height: 415px;
  }
}

.page-template-industry-template .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-industry-template .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-industry-template .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template .page-header.no-video .banner-content::before, .page-template-industry-template .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-industry-template .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-industry-template .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-industry-template .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-industry-template .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-industry-template .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-industry-template .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-template .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-industry-template .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-template .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-industry-template .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-template .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-industry-template .page-header.video-present {
  margin-top: -60px;
}

.page-template-industry-template .page-header.video-present div.banner-content-wrapper {
  bottom: 0;
}

.page-template-industry-template .page-header.video-present div.banner-content-wrapper div.banner-content div.header-text-wrapper div.header-text {
  position: absolute;
  width: 370px;
  bottom: 30px;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .product-images-loading {
  position: absolute;
  left: 50%;
  margin-left: 26rem;
  margin-top: 10rem;
  width: 3.75rem;
}

@media (max-width: 639px) {
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .product-images-loading {
    margin-left: -0.9375rem;
  }
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .loading-bar {
  display: inline-block;
  width: 4px;
  margin: 0 2px;
  height: 18px;
  border-radius: 4px;
  background-color: #fa5004;
  animation: loading 1s ease-in-out infinite;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .loading-bar:nth-child(1) {
  animation-delay: 0;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .loading-bar:nth-child(2) {
  animation-delay: 0.09s;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .loading-bar:nth-child(3) {
  animation-delay: .18s;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .loading-bar:nth-child(4) {
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper {
  display: none;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper {
    display: block;
    float: right;
    position: relative;
    width: 21.25rem;
    margin-top: 2.4375rem;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper canvas {
    width: 105%;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a {
    position: absolute;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a .fa {
    color: #fff;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper #canvas-cta {
    position: absolute;
    opacity: 0;
    height: auto;
    width: 7.8125rem;
    border-radius: 0;
    margin: 13.5rem 0 0 6.75rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper #canvas-cta.show-cta {
    opacity: 1;
    margin: 12.5rem 0 0 6.75rem;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a.hide-trigger {
    display: none !important;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper div.video-container, .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper canvas {
    float: right;
    margin-top: -3.75rem;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper div.video-container#canvas-talking, .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper canvas#canvas-talking {
    margin-right: 28px;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper div.video-container {
    height: 357px;
    width: 357px;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper div.video-container video {
    position: absolute;
    bottom: 0;
    width: 380px;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper div.video-container.hide-canvas {
    display: none;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper canvas.hide-canvas {
    display: none;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper #canvas-trigger, .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper #canvas-trigger:hover, .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper #canvas-trigger:focus {
    background-color: #fa5004;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper #canvas-trigger .far {
    float: left;
    color: #fff;
    font-size: 1.375rem;
    margin-top: -5px;
    margin-right: 5px;
    height: 0.375rem;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper #canvas-trigger .far::before {
    font-size: 18px;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper #canvas-trigger .far.toggle-off {
    display: none;
  }
  .page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper .canvas-trigger__icon.hide-icon {
    display: none;
  }
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a {
  position: absolute;
  z-index: 9;
  height: 3rem;
  width: 3rem;
  border-radius: 999px;
  background-color: #fa5004;
  margin: 0.25rem 0 0 2.75rem;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a svg {
  position: absolute;
  height: 34px;
  width: 34px;
  margin: 0 -14px;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a svg path {
  fill: #fff;
  -webkit-transition: fill ease 0.2s;
  -moz-transition: fill ease 0.2s;
  -o-transition: fill ease 0.2s;
  transition: fill ease 0.2s;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a svg.slider-sound-on {
  display: none;
  margin: 0 -5px;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a.show-cta svg.slider-sound-on {
  display: block;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a.show-cta svg.slider-sound-off {
  display: none;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-canvas-wrapper a:hover {
  background-color: #d54403;
}

.page-template-industry-template .page-header div.banner-content-wrapper div.banner-content .talking-head-video-wrapper {
  display: none;
}

.page-template-industry-template .breadcrumbs {
  margin-bottom: 1.5rem;
}

.page-template-industry-template .breadcrumbs .breadcrumbs-wrapper {
  width: 100%;
}

.page-template-industry-template #content #primary {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.page-template-industry-template #content #primary:last-child:not(:first-child) {
  float: none;
}

.page-template-industry-template #industry-template-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template #industry-template-wrapper::before, .page-template-industry-template #industry-template-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper::after {
  clear: both;
}

.page-template-industry-template #industry-template-wrapper .hr-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin: 1.875rem 0;
}

.page-template-industry-template #industry-template-wrapper .hr-wrapper::before, .page-template-industry-template #industry-template-wrapper .hr-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper .hr-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper .hr-wrapper {
    margin: 0 0 1.5625rem 0;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper::before, .page-template-industry-template #industry-template-wrapper .intro-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper::after {
  clear: both;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper #secondary {
  display: none;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper #secondary {
    display: block;
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper #secondary:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper #secondary h3 {
  text-transform: none;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #cacaca;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-title:last-child:not(:first-child) {
  float: right;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper {
    width: 41.66667%;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images {
  opacity: 0;
  margin-bottom: 1.875rem;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-gallery div.gallery-cell {
  width: 100%;
  min-height: 300px;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-gallery div.gallery-cell img {
  width: 100%;
  height: auto;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav {
  margin-top: 1.25rem;
  padding: 0 2.5rem;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav .flickity-prev-next-button {
  background: none;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav .flickity-prev-next-button.previous {
  left: -10px;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav .flickity-prev-next-button.next {
  right: -10px;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav div.gallery-cell {
  width: 100px;
  height: 100px;
  padding: 0.625rem;
  border: 1px solid #cccccc;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav div.gallery-cell:not(:first-of-type) {
  margin-left: 0.625rem;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav div.gallery-cell:not(:last-of-type) {
  margin-right: 0.625rem;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images.show-images {
  opacity: 1;
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-image {
    margin-bottom: 1.875rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta {
  display: inline-block;
  cursor: pointer;
  width: 49%;
  border: 2px solid rgba(10, 10, 10, 0.25);
  border-radius: 0.25rem;
  text-align: center;
  padding: 0.4375rem 0 0.1875rem 0;
  background-color: #fff;
  margin-top: 0;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta i {
  color: #fa5004;
  font-size: 1.125rem;
  margin-right: 0.25rem;
  padding-right: 0.125rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta p {
  display: inline-block;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0;
  color: #363636;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta:hover {
  background-color: #fa5004;
  border-color: #fa5004;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta:hover i {
  color: #fff;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta:hover p {
  color: #fff;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a:nth-of-type(2) .intro-cta {
  float: right;
}

@media (max-width: 991px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta {
    float: none !important;
    width: 100%;
    margin-bottom: 1rem;
  }
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a:nth-of-type(2) div.intro-cta {
    margin-bottom: 2rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions {
  margin-top: 1.75rem;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions img {
  max-width: 10.5rem;
  width: 60%;
  margin-top: 5px;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions .questions-cta-wrapper {
  float: right;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions .questions-cta-wrapper a .question-cta {
  display: inline-block;
  cursor: pointer;
  font-size: 0.9375rem;
  background-color: #fa5004;
  color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 6px 14px;
  margin-top: -0.25rem;
  margin-right: 0.375rem;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions .questions-cta-wrapper a .question-cta:hover {
  background-color: #262324;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions .questions-cta-wrapper a:nth-of-type(2) .question-cta {
  margin-right: 0;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper {
  margin-bottom: 1.75rem;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container {
  position: relative;
  background-color: #f8f8f8;
  padding: 1rem;
  min-height: 140px;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container h2 {
  color: #363636;
  max-width: 18rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media (max-width: 950px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container h2 {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 470px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container h2 {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button {
  font-size: 0.875rem;
  margin: 0.5rem 0 0 3rem;
  padding: 0.5rem;
  width: auto;
  min-width: 0;
  border-radius: 0;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button:hover {
  background-color: #d54403;
}

@media (max-width: 1150px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button {
    margin: 0.5rem 0 0 0;
  }
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button {
    margin: 0.5rem 0 0 3rem;
  }
}

@media (max-width: 470px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button {
    margin: 0.5rem 0 0 0;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
  position: absolute;
  bottom: 1.875rem;
  left: 13.75rem;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name h5 {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #363636;
  margin-bottom: 2px;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name p {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
    left: 10.75rem;
  }
}

@media (max-width: 950px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
    display: none;
  }
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
    display: block;
    left: 13.75rem;
  }
}

@media (max-width: 470px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
    left: 10.75rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 10rem;
  width: 10rem;
  overflow: hidden;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image img {
  width: 100%;
}

@media (max-width: 1060px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    height: 8rem;
    width: 8rem;
  }
}

@media (max-width: 880px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    margin-right: -1rem;
  }
}

@media (max-width: 840px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    display: none;
  }
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    display: block;
    height: 10rem;
    width: 10rem;
    margin-right: 0;
  }
}

@media (max-width: 470px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    height: 8rem;
    width: 8rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container img.arrow {
  position: absolute;
  width: 75px;
  left: -20px;
  bottom: -20px;
}

@media (max-width: 1150px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container img.arrow {
    display: none;
  }
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container img.arrow {
    display: block;
  }
}

@media (max-width: 470px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container img.arrow {
    display: none;
  }
}

@media (max-width: 880px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container {
    overflow: hidden;
  }
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container {
    overflow: visible;
  }
}

@media (max-width: 1199px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions {
    display: none;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present {
    width: 33.33333%;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
    width: 100%;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content:first-of-type {
  padding-left: 0;
}

.page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present intro-form-content:last-of-type {
  padding-right: 0;
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
    padding: 0;
    margin-bottom: 1.875rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper::before, .page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper::after {
  clear: both;
}

.page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content.col-1 {
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content.col-2 {
    width: 50%;
  }
}

.page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content a.button-cta {
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 1rem;
  background-color: #fa5004;
  color: #fff;
  border-radius: .25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold","HelveticaNeue-CondensedBold","HelveticaNeueBoldCondensed","Helvetica Neue Condensed","Roboto Condensed","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  padding: 8px 14px 6px;
  margin: -.25rem 1rem 0 .25rem;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.page-template-industry-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content a.button-cta:hover {
  background-color: #262324;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper::before, .page-template-industry-template #industry-template-wrapper .featured-products-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper::after {
  clear: both;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline {
    width: 100%;
  }
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline h2 {
  margin-bottom: 1rem;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product {
    width: 25%;
  }
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container {
  position: relative;
  display: table;
  height: 12rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-outer {
  position: absolute;
  display: table;
  z-index: 9;
  top: 0;
  left: 0;
  height: 10rem;
  width: 100%;
  -webkit-transition: margin-top 0.2s ease;
  -moz-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-outer .featured-product-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-outer .featured-product-inner button {
  background-color: #fa5004;
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border-radius: 0.1875rem;
  font-size: 1rem;
  padding: 8px 12px;
  height: 1.9375rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 80, 4, 0);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-overlay .featured-product-title-outer {
  display: table;
  height: 4.03125rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  opacity: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 0 1rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-overlay .featured-product-title-outer .featured-product-title-inner {
  display: table-cell;
  vertical-align: middle;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-trunc-title-outer {
  position: absolute;
  display: table;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #191919;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-trunc-title-outer .featured-product-trunc-title-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1rem;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-outer {
  margin-top: 2.75rem;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-outer .featured-product-inner button {
  background-color: #191919;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-overlay {
  background-color: rgba(250, 80, 4, 0.75);
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-overlay .featured-product-title-outer {
  opacity: 1;
  margin-top: 2.75rem;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-container .featured-product-trunc-title-outer {
  opacity: 0;
}

.page-template-industry-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:last-of-type {
  float: left !important;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper::before, .page-template-industry-template #industry-template-wrapper .related-products-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper::after {
  clear: both;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-products-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-products-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-products-header:last-child:not(:first-child) {
  float: right;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-products-header h2 {
  margin-bottom: 1rem;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product {
    width: 16.66667%;
  }
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product .product {
  position: relative;
  cursor: pointer;
  height: 100%;
  border: 1px solid #cacaca;
  padding: 0.5rem !important;
  text-align: center;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product .product .image {
  width: 100%;
  height: 128px !important;
  margin-bottom: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product .product .content {
  margin-bottom: -0.25rem;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product .product .content h5 {
  color: #363636;
  margin-bottom: 2rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product .product .content .view-product {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product .product .content .view-product p {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0;
  margin-bottom: 0;
  text-decoration: underline;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product .product .content .view-product p:hover {
  color: #363636 !important;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product .product:hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product .product:hover .content p {
  color: #fa5004;
}

.page-template-industry-template #industry-template-wrapper .related-products-wrapper .related-product:last-of-type {
  float: left !important;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper::before, .page-template-industry-template #industry-template-wrapper .project-profiles-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper::after {
  clear: both;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline {
    width: 100%;
  }
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline h2 {
  margin-bottom: 0;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile {
    width: 50%;
  }
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile a h3 {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile a div.project-profile-hero {
  margin: 0.375rem 0 1rem 0;
  width: 100%;
  height: 12rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile a:hover h3 {
  color: #fa5004;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile .download-project-profile {
  display: inline-block;
  cursor: pointer;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fa5004;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile .download-project-profile img {
  width: 1.5625rem;
  margin: -0.4375rem 0 0 0.125rem;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile .download-project-profile:hover {
  color: #262324;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile .profile-image {
  margin: 1rem 0;
  height: 15.625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile:last-of-type {
  float: left !important;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile p a.moretag {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  background-color: #fa5004;
  color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px 14px 6px;
  margin: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile p a.moretag:hover {
  background-color: #262324;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile p a.project-profile-download {
  color: #fa5004;
  font-size: 0.875rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.375rem 0 0.125rem 1.6875rem;
  margin-left: 0.5rem;
  background-size: auto 90%;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile p a.project-profile-download:hover {
  color: #262324;
}

.page-template-industry-template #industry-template-wrapper .project-profiles-wrapper .project-profile p:last-of-type {
  margin-bottom: 0;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper::before, .page-template-industry-template #industry-template-wrapper .resources-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper::after {
  clear: both;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resources-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .resources-wrapper .resources-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resources-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .resources-wrapper .resources-headline {
    width: 100%;
  }
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resource {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .resources-wrapper .resource {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resource:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .resources-wrapper .resource {
    width: 33.33333%;
  }
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resource a h3 {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resource a div.resource-hero {
  margin: 0.375rem 0 1rem 0;
  width: 100%;
  height: 12rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resource a:hover h3 {
  color: #fa5004;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resource:last-of-type {
  float: left !important;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resource p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resource p a.moretag {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  background-color: #fa5004;
  color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px 14px 6px;
  margin: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .resources-wrapper .resource p a.moretag:hover {
  background-color: #262324;
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper::before, .page-template-industry-template #industry-template-wrapper .videos-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper::after {
  clear: both;
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper .videos-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .videos-wrapper .videos-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper .videos-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .videos-wrapper .videos-headline {
    width: 100%;
  }
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper .video {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .videos-wrapper .video {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper .video:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .videos-wrapper .video {
    width: 33.33333%;
  }
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper .video .video-image {
  width: 100%;
  height: 185px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper .video div.video-title-outer {
  display: table;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #181818;
  color: #fff;
  width: 100%;
  margin-top: -0.5rem;
  padding: 0.25rem 1rem 0.25rem 2.875rem;
  height: 2.875rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper .video div.video-title-outer div.video-title-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.page-template-industry-template #industry-template-wrapper .videos-wrapper .video:hover div.video-title-outer {
  color: #fa5004;
}

@media (max-width: 991px) {
  .page-template-industry-template #industry-template-wrapper .videos-wrapper .video {
    margin-bottom: 1rem;
  }
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper::before, .page-template-industry-template #industry-template-wrapper .installations-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper::after {
  clear: both;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-headline {
    width: 100%;
  }
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery {
  padding: 0 0.4375rem;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.4375rem !important;
  padding-right: 0.4375rem !important;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row.row-3 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row.row-2 {
    width: 50%;
  }
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image {
  cursor: pointer;
  height: 15rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer {
  display: table;
  height: 100%;
  width: 100%;
  background-color: rgba(250, 80, 4, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer .gallery-image-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer .gallery-image-inner .image-content {
  display: inline-block;
  padding: 1rem;
  text-align: center;
  margin-top: -6rem;
  -webkit-transition: margin-top 0.2s ease;
  -moz-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer .gallery-image-inner .image-content .image-caption {
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 1.25rem;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer .gallery-image-inner .image-content button {
  display: inline-block;
  background-color: #191919;
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border-radius: 0.1875rem;
  font-size: 1rem;
  padding: 8px 12px;
  height: 1.9375rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer:hover {
  opacity: 1;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer:hover .gallery-image-inner .image-content {
  margin-top: 0;
}

.page-template-industry-template #industry-template-wrapper .installations-wrapper .installations-zoom {
  display: none;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile-header-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  padding: 0 15px;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile-header-wrapper::before, .page-template-industry-template #industry-template-wrapper div.installations-mobile-header-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile-header-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper div.installations-mobile-header-wrapper {
    display: block;
  }
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile-header-wrapper div.installations-mobile-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding: 0;
}

@media screen and (min-width: 40em) {
  .page-template-industry-template #industry-template-wrapper div.installations-mobile-header-wrapper div.installations-mobile-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile-header-wrapper div.installations-mobile-header:last-child:not(:first-child) {
  float: right;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile-header-wrapper div.installations-mobile-header h3 {
  border-top: 1px solid #cacaca;
  padding-top: 24px;
  margin-top: 12px;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile {
  display: none;
  position: relative;
  height: 250px;
  width: calc(100% + 30px);
  margin: 0 0 70px -15px;
  padding: 0 15px;
}

@media (max-width: 639px) {
  .page-template-industry-template #industry-template-wrapper div.installations-mobile {
    display: block;
  }
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile ul.slick-dots {
  margin: -10px 15px 0 15px;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile ul.slick-dots li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 6px 0 -2px 0;
  height: 11px;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile ul.slick-dots li button {
  font-size: 0;
  height: 11px;
  width: 11px;
  background-color: #fff;
  border: 1px solid #363636;
  border-radius: 0;
  margin: 0 2px;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile ul.slick-dots li.slick-active button {
  background-color: #fa5004;
  border-color: #fa5004;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile div.installation {
  position: relative;
  display: inline-block;
  opacity: 0;
  height: 250px;
  margin-bottom: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile div.installation.installation-loaded, .page-template-industry-template #industry-template-wrapper div.installations-mobile div.installation:first-of-type {
  opacity: 1;
}

.page-template-industry-template #industry-template-wrapper div.installations-mobile div.installation div.title {
  position: absolute;
  bottom: -28px;
  width: 100%;
  padding: 6px 15px;
  color: #fff;
  background-color: #000;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.page-template-industry-template div.view-full-gallery {
  text-align: center;
  margin: -0.5rem 0 0 0;
}

.page-template-industry-template .industry-divider {
  height: 3rem;
}

.page-template-industry-sub-template #masthead {
  border-bottom: 6px solid #fa5004 !important;
  margin-bottom: 1.875rem !important;
  padding: 0;
}

.page-template-industry-sub-template #swipebox-overlay {
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999 !important;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-top-bar #swipebox-title {
  font-size: 1rem;
  padding-top: 0.25rem;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar {
  position: fixed;
  opacity: 1;
  height: 50px;
  top: 50%;
  left: 0;
  margin-top: -25px;
  background: transparent;
  transform: none !important;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows {
  max-width: none;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a {
  background-image: none !important;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a div {
  position: absolute;
  width: 28px;
  height: 4px;
  margin-left: 12px;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a div.upper {
  transform: rotate(45deg);
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a div.lower {
  transform: rotate(-45deg);
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a#swipebox-next div.upper {
  margin-top: 15px;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a#swipebox-next div.lower {
  margin-top: 32px;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a#swipebox-prev div.upper {
  margin-top: 32px;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a#swipebox-prev div.lower {
  margin-top: 15px;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-bottom-bar #swipebox-arrows a:hover div {
  background-color: #fa5004;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-close {
  background-image: none !important;
  top: 10px;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-close div {
  position: absolute;
  width: 34px;
  height: 4px;
  margin-top: 22px;
  margin-left: 8px;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-close div.upper {
  transform: rotate(45deg);
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-close div.lower {
  transform: rotate(-45deg);
}

.page-template-industry-sub-template #swipebox-overlay #swipebox-close:hover div {
  background-color: #fa5004;
}

.page-template-industry-sub-template #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-industry-sub-template .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-industry-sub-template .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header img {
    height: 415px;
  }
}

.page-template-industry-sub-template .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-industry-sub-template .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-industry-sub-template .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-sub-template .page-header .banner-content::before, .page-template-industry-sub-template .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template .page-header .banner-content::after {
  clear: both;
}

.page-template-industry-sub-template .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-industry-sub-template .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-industry-sub-template .page-header .banner-content .header-text-wrapper .header-text p, .page-template-industry-sub-template .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header .banner-content .header-text-wrapper .header-text p, .page-template-industry-sub-template .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-sub-template .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-industry-sub-template .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-sub-template .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-industry-sub-template .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-sub-template .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-industry-sub-template .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-industry-sub-template .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header.no-video img {
    height: 415px;
  }
}

.page-template-industry-sub-template .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-industry-sub-template .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-industry-sub-template .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-sub-template .page-header.no-video .banner-content::before, .page-template-industry-sub-template .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-industry-sub-template .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-industry-sub-template .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-industry-sub-template .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-industry-sub-template .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-industry-sub-template .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-sub-template .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-industry-sub-template .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-sub-template .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-industry-sub-template .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-industry-sub-template .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-industry-sub-template .breadcrumbs {
  margin-bottom: 1.5rem;
}

.page-template-industry-sub-template .breadcrumbs .breadcrumbs-wrapper {
  width: 100%;
}

.page-template-industry-sub-template #content #primary {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.page-template-industry-sub-template #content #primary:last-child:not(:first-child) {
  float: none;
}

.page-template-industry-sub-template #industry-template-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-sub-template #industry-template-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper::after {
  clear: both;
}

.page-template-industry-sub-template #industry-template-wrapper .hr-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin: 1.875rem 0;
}

.page-template-industry-sub-template #industry-template-wrapper .hr-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper .hr-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper .hr-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .page-template-industry-sub-template #industry-template-wrapper .hr-wrapper {
    margin: 0 0 1.5625rem 0;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper::after {
  clear: both;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper #secondary {
  display: none;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper #secondary {
    display: block;
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper #secondary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper #secondary:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper #secondary h3 {
  text-transform: none;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #cacaca;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-title:last-child:not(:first-child) {
  float: right;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper {
    width: 41.66667%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images {
  opacity: 0;
  margin-bottom: 1.875rem;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-gallery div.gallery-cell {
  width: 100%;
  min-height: 300px;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-gallery div.gallery-cell img {
  width: 100%;
  height: auto;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav {
  margin-top: 1.25rem;
  padding: 0 2.5rem;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav .flickity-prev-next-button {
  background: none;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav .flickity-prev-next-button.previous {
  left: -10px;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav .flickity-prev-next-button.next {
  right: -10px;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav div.gallery-cell {
  width: 100px;
  height: 100px;
  padding: 0.625rem;
  border: 1px solid #cccccc;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav div.gallery-cell:not(:first-of-type) {
  margin-left: 0.625rem;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images div.slide-nav div.gallery-cell:not(:last-of-type) {
  margin-right: 0.625rem;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-images.show-images {
  opacity: 1;
}

@media (max-width: 639px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-image {
    margin-bottom: 1.875rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta {
  display: inline-block;
  cursor: pointer;
  width: 49%;
  border: 2px solid rgba(10, 10, 10, 0.25);
  border-radius: 0.25rem;
  text-align: center;
  padding: 0.4375rem 0 0.1875rem 0;
  background-color: #fff;
  margin-top: 0;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta i {
  color: #fa5004;
  font-size: 1.125rem;
  margin-right: 0.25rem;
  padding-right: 0.125rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta p {
  display: inline-block;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0;
  color: #363636;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta:hover {
  background-color: #fa5004;
  border-color: #fa5004;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta:hover i {
  color: #fff;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta:hover p {
  color: #fff;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a:nth-of-type(2) .intro-cta {
  float: right;
}

@media (max-width: 991px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a .intro-cta {
    float: none !important;
    width: 100%;
    margin-bottom: 1rem;
  }
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper a:nth-of-type(2) div.intro-cta {
    margin-bottom: 2rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions {
  margin-top: 1.75rem;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions img {
  max-width: 10.5rem;
  width: 60%;
  margin-top: 5px;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions .questions-cta-wrapper {
  float: right;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions .questions-cta-wrapper a .question-cta {
  display: inline-block;
  cursor: pointer;
  font-size: 0.9375rem;
  background-color: #fa5004;
  color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 6px 14px;
  margin-top: -0.25rem;
  margin-right: 0.375rem;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions .questions-cta-wrapper a .question-cta:hover {
  background-color: #262324;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions .questions-cta-wrapper a:nth-of-type(2) .question-cta {
  margin-right: 0;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper {
  margin-bottom: 1.75rem;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container {
  position: relative;
  background-color: #f8f8f8;
  padding: 1rem;
  min-height: 140px;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container h2 {
  color: #363636;
  max-width: 18rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media (max-width: 950px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container h2 {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}

@media (max-width: 639px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 470px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container h2 {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button {
  font-size: 0.875rem;
  margin: 0.5rem 0 0 3rem;
  padding: 0.5rem;
  width: auto;
  min-width: 0;
  border-radius: 0;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button:hover {
  background-color: #d54403;
}

@media (max-width: 1150px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button {
    margin: 0.5rem 0 0 0;
  }
}

@media (max-width: 639px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button {
    margin: 0.5rem 0 0 3rem;
  }
}

@media (max-width: 470px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container button {
    margin: 0.5rem 0 0 0;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
  position: absolute;
  bottom: 1.875rem;
  left: 13.75rem;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name h5 {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #363636;
  margin-bottom: 2px;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name p {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
    left: 10.75rem;
  }
}

@media (max-width: 950px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
    display: none;
  }
}

@media (max-width: 639px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
    display: block;
    left: 13.75rem;
  }
}

@media (max-width: 470px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-name {
    left: 10.75rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 10rem;
  width: 10rem;
  overflow: hidden;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image img {
  width: 100%;
}

@media (max-width: 1060px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    height: 8rem;
    width: 8rem;
  }
}

@media (max-width: 880px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    margin-right: -1rem;
  }
}

@media (max-width: 840px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    display: none;
  }
}

@media (max-width: 639px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    display: block;
    height: 10rem;
    width: 10rem;
    margin-right: 0;
  }
}

@media (max-width: 470px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container div.expert-image {
    height: 8rem;
    width: 8rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container img.arrow {
  position: absolute;
  width: 75px;
  left: -20px;
  bottom: -20px;
}

@media (max-width: 1150px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container img.arrow {
    display: none;
  }
}

@media (max-width: 639px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container img.arrow {
    display: block;
  }
}

@media (max-width: 470px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container img.arrow {
    display: none;
  }
}

@media (max-width: 880px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container {
    overflow: hidden;
  }
}

@media (max-width: 639px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .expert-cta-wrapper .expert-cta-container {
    overflow: visible;
  }
}

@media (max-width: 1199px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-images-wrapper .intro-questions {
    display: none;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present {
    width: 33.33333%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
    width: 100%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content:first-of-type {
  padding-left: 0;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present intro-form-content:last-of-type {
  padding-right: 0;
}

@media (max-width: 639px) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-wrapper .intro-content.image-present .intro-form-content {
    padding: 0;
    margin-bottom: 1.875rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper::after {
  clear: both;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content.col-1 {
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content.col-2 {
    width: 50%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content a.button-cta {
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 1rem;
  background-color: #fa5004;
  color: #fff;
  border-radius: .25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold","HelveticaNeue-CondensedBold","HelveticaNeueBoldCondensed","Helvetica Neue Condensed","Roboto Condensed","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  padding: 8px 14px 6px;
  margin: -.25rem 1rem 0 .25rem;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .intro-full-width-wrapper .intro-full-width-content a.button-cta:hover {
  background-color: #262324;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper::after {
  clear: both;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline {
    width: 100%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products-headline h2 {
  margin-bottom: 1rem;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product {
    width: 25%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container {
  position: relative;
  display: table;
  height: 12rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-outer {
  position: absolute;
  display: table;
  z-index: 9;
  top: 0;
  left: 0;
  height: 10rem;
  width: 100%;
  -webkit-transition: margin-top 0.2s ease;
  -moz-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-outer .featured-product-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-outer .featured-product-inner button {
  background-color: #fa5004;
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border-radius: 0.1875rem;
  font-size: 1rem;
  padding: 8px 12px;
  height: 1.9375rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 80, 4, 0);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-overlay .featured-product-title-outer {
  display: table;
  height: 4.03125rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  opacity: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 0 1rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-overlay .featured-product-title-outer .featured-product-title-inner {
  display: table-cell;
  vertical-align: middle;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-trunc-title-outer {
  position: absolute;
  display: table;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #191919;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product .featured-product-container .featured-product-trunc-title-outer .featured-product-trunc-title-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1rem;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-outer {
  margin-top: 2.75rem;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-outer .featured-product-inner button {
  background-color: #191919;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-overlay {
  background-color: rgba(250, 80, 4, 0.75);
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-overlay .featured-product-title-outer {
  opacity: 1;
  margin-top: 2.75rem;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:hover .featured-product-container .featured-product-trunc-title-outer {
  opacity: 0;
}

.page-template-industry-sub-template #industry-template-wrapper .featured-products-wrapper .featured-products .featured-product:last-of-type {
  float: left !important;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper::after {
  clear: both;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-products-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-products-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-products-header:last-child:not(:first-child) {
  float: right;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-products-header h2 {
  margin-bottom: 1rem;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product {
    width: 16.66667%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product .product {
  position: relative;
  cursor: pointer;
  height: 100%;
  border: 1px solid #cacaca;
  padding: 0.5rem !important;
  text-align: center;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product .product .image {
  width: 100%;
  height: 7rem;
  margin-bottom: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product .product .content {
  margin-bottom: -0.25rem;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product .product .content h5 {
  color: #363636;
  margin-bottom: 2rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product .product .content .view-product {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product .product .content .view-product p {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0;
  margin-bottom: 0;
  text-decoration: underline;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product .product .content .view-product p:hover {
  color: #363636 !important;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product .product:hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product .product:hover .content p {
  color: #fa5004;
}

.page-template-industry-sub-template #industry-template-wrapper .related-products-wrapper .related-product:last-of-type {
  float: left !important;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper::after {
  clear: both;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline {
    width: 100%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile-headline h2 {
  margin-bottom: 0;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile {
    width: 50%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile a h3 {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile a div.project-profile-hero {
  margin: 0.375rem 0 1rem 0;
  width: 100%;
  height: 12rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile a:hover h3 {
  color: #fa5004;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile .download-project-profile {
  display: inline-block;
  cursor: pointer;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fa5004;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile .download-project-profile img {
  width: 1.5625rem;
  margin: -0.4375rem 0 0 0.125rem;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile .download-project-profile:hover {
  color: #262324;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile .profile-image {
  margin: 1rem 0;
  height: 15.625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile:last-of-type {
  float: left !important;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile p a.moretag {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  background-color: #fa5004;
  color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px 14px 6px;
  margin: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile p a.moretag:hover {
  background-color: #262324;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile p a.project-profile-download {
  color: #fa5004;
  font-size: 0.875rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.375rem 0 0.125rem 1.6875rem;
  margin-left: 0.5rem;
  background-size: auto 90%;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile p a.project-profile-download:hover {
  color: #262324;
}

.page-template-industry-sub-template #industry-template-wrapper .project-profiles-wrapper .project-profile p:last-of-type {
  margin-bottom: 0;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper .resources-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper::after {
  clear: both;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resources-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resources-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resources-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resources-headline {
    width: 100%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource {
    width: 33.33333%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource a h3 {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource a div.resource-hero {
  margin: 0.375rem 0 1rem 0;
  width: 100%;
  height: 12rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource a:hover h3 {
  color: #fa5004;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource:last-of-type {
  float: left !important;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource p a.moretag {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  background-color: #fa5004;
  color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px 14px 6px;
  margin: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .resources-wrapper .resource p a.moretag:hover {
  background-color: #262324;
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper .videos-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper::after {
  clear: both;
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .videos-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .videos-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .videos-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .videos-headline {
    width: 100%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .video {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .video {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .video:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .video {
    width: 33.33333%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .video .video-image {
  width: 100%;
  height: 185px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .video div.video-title-outer {
  display: table;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #181818;
  color: #fff;
  width: 100%;
  margin-top: -0.5rem;
  padding: 0.25rem 1rem 0.25rem 2.875rem;
  height: 2.875rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .video div.video-title-outer div.video-title-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .video:hover div.video-title-outer {
  color: #fa5004;
}

@media (max-width: 991px) {
  .page-template-industry-sub-template #industry-template-wrapper .videos-wrapper .video {
    margin-bottom: 1rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper::before, .page-template-industry-sub-template #industry-template-wrapper .installations-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper::after {
  clear: both;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-headline {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-headline {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-headline:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-headline {
    width: 100%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery {
  padding: 0 0.4375rem;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.4375rem !important;
  padding-right: 0.4375rem !important;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row.row-3 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 40em) {
  .page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row.row-2 {
    width: 50%;
  }
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image {
  cursor: pointer;
  height: 15rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer {
  display: table;
  height: 100%;
  width: 100%;
  background-color: rgba(250, 80, 4, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer .gallery-image-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer .gallery-image-inner .image-content {
  display: inline-block;
  padding: 1rem;
  text-align: center;
  margin-top: -6rem;
  -webkit-transition: margin-top 0.2s ease;
  -moz-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer .gallery-image-inner .image-content .image-caption {
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 1.25rem;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer .gallery-image-inner .image-content button {
  display: inline-block;
  background-color: #191919;
  color: #fff;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border-radius: 0.1875rem;
  font-size: 1rem;
  padding: 8px 12px;
  height: 1.9375rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer:hover {
  opacity: 1;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-gallery .gallery-row .gallery-image .gallery-image-outer:hover .gallery-image-inner .image-content {
  margin-top: 0;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .installations-zoom {
  display: none;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .view-full-gallery {
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .view-full-gallery a {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  background-color: #fa5004;
  color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px 14px 6px;
  margin: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-industry-sub-template #industry-template-wrapper .installations-wrapper .view-full-gallery a:hover {
  background-color: #262324;
}

.page-template-industry-sub-template #industry-template-wrapper .industry-divider {
  height: 3rem;
}

.page-template-services-template #masthead {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #masthead #main-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 98;
  }
}

.page-template-services-template .page-header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-services-template .page-header img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header img {
    height: 415px;
  }
}

.page-template-services-template .page-header .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-services-template .page-header .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-services-template .page-header .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-services-template .page-header .banner-content::before, .page-template-services-template .page-header .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-services-template .page-header .banner-content::after {
  clear: both;
}

.page-template-services-template .page-header .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template .page-header .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-services-template .page-header .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-services-template .page-header .banner-content .header-text-wrapper .header-text p, .page-template-services-template .page-header .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header .banner-content .header-text-wrapper .header-text p, .page-template-services-template .page-header .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-services-template .page-header .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-services-template .page-header .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-services-template .page-header .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-services-template .page-header .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-services-template .page-header .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-services-template .page-header.no-video {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #fa5004;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header.no-video {
    z-index: 10;
    margin-top: -122px;
    display: inline-block;
  }
}

.page-template-services-template .page-header.no-video img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header.no-video img {
    height: 415px;
  }
}

.page-template-services-template .page-header.no-video .banner-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.page-template-services-template .page-header.no-video .banner-content-wrapper.text-top {
  top: 30px;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header.no-video .banner-content-wrapper.text-top {
    top: 146px;
  }
}

.page-template-services-template .page-header.no-video .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-services-template .page-header.no-video .banner-content::before, .page-template-services-template .page-header.no-video .banner-content::after {
  content: ' ';
  display: table;
}

.page-template-services-template .page-header.no-video .banner-content::after {
  clear: both;
}

.page-template-services-template .page-header.no-video .banner-content .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header.no-video .banner-content .header-text-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template .page-header.no-video .banner-content .header-text-wrapper:last-child:not(:first-child) {
  float: right;
}

.page-template-services-template .page-header.no-video .banner-content .header-text-wrapper .header-text h1 {
  margin-bottom: 0.5rem;
}

.page-template-services-template .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-services-template .page-header.no-video .banner-content .header-text-wrapper .header-text li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .page-template-services-template .page-header.no-video .banner-content .header-text-wrapper .header-text p, .page-template-services-template .page-header.no-video .banner-content .header-text-wrapper .header-text li {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-services-template .page-header.no-video .banner-content .header-text-wrapper {
    width: 33.33333%;
  }
}

.page-template-services-template .page-header.no-video .banner-content .cta {
  display: none;
}

@media screen and (min-width: 58.75em) {
  .page-template-services-template .page-header.no-video .banner-content .cta {
    display: block;
    width: 16.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 50%;
  }
}

@media screen and (min-width: 58.75em) and (min-width: 40em) {
  .page-template-services-template .page-header.no-video .banner-content .cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 58.75em) {
  .page-template-services-template .page-header.no-video .banner-content .cta:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-services-template #content #primary {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.page-template-services-template #content #primary:last-child:not(:first-child) {
  float: none;
}

.page-template-services-template #primary {
  margin-bottom: 2.5rem;
}

.page-template-services-template #services-template-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-services-template #services-template-wrapper::before, .page-template-services-template #services-template-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-services-template #services-template-wrapper::after {
  clear: both;
}

.page-template-services-template #services-template-wrapper .hr-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin: 1.875rem 0;
}

.page-template-services-template #services-template-wrapper .hr-wrapper::before, .page-template-services-template #services-template-wrapper .hr-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-services-template #services-template-wrapper .hr-wrapper::after {
  clear: both;
}

@media (max-width: 639px) {
  .page-template-services-template #services-template-wrapper .hr-wrapper {
    margin: 0 0 1.5625rem 0;
  }
}

.page-template-services-template #services-template-wrapper .intro-wrapper, .page-template-services-template #services-template-wrapper .content-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-services-template #services-template-wrapper .intro-wrapper::before, .page-template-services-template #services-template-wrapper .intro-wrapper::after, .page-template-services-template #services-template-wrapper .content-row::before, .page-template-services-template #services-template-wrapper .content-row::after {
  content: ' ';
  display: table;
}

.page-template-services-template #services-template-wrapper .intro-wrapper::after, .page-template-services-template #services-template-wrapper .content-row::after {
  clear: both;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-content, .page-template-services-template #services-template-wrapper .content-row .intro-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .intro-wrapper .intro-content, .page-template-services-template #services-template-wrapper .content-row .intro-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-content:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .content-row .intro-content:last-child:not(:first-child) {
  float: right;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-content.col-md-6, .page-template-services-template #services-template-wrapper .content-row .intro-content.col-md-6 {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .intro-wrapper .intro-content.col-md-6, .page-template-services-template #services-template-wrapper .content-row .intro-content.col-md-6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-content.col-md-6:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .content-row .intro-content.col-md-6:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .intro-wrapper .intro-content.col-md-6, .page-template-services-template #services-template-wrapper .content-row .intro-content.col-md-6 {
    width: 50%;
  }
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4, .page-template-services-template #services-template-wrapper .content-row .intro-gallery, .page-template-services-template #services-template-wrapper .content-row .col-gal-1, .page-template-services-template #services-template-wrapper .content-row .col-gal-2, .page-template-services-template #services-template-wrapper .content-row .col-gal-3, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4, .page-template-services-template #services-template-wrapper .content-row .intro-gallery, .page-template-services-template #services-template-wrapper .content-row .col-gal-1, .page-template-services-template #services-template-wrapper .content-row .col-gal-2, .page-template-services-template #services-template-wrapper .content-row .col-gal-3, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .content-row .intro-gallery:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .content-row .col-gal-1:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .content-row .col-gal-2:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .content-row .col-gal-3:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .content-row .col-gal-4:last-child:not(:first-child) {
  float: right;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery .product-images-loading, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 .product-images-loading, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 .product-images-loading, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 .product-images-loading, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .intro-gallery .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 .product-images-loading {
  position: absolute;
  left: 50%;
  margin-left: 17.8125rem;
  margin-top: 11.5625rem;
  width: 3.75rem;
}

@media (max-width: 639px) {
  .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery .product-images-loading, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 .product-images-loading, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 .product-images-loading, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 .product-images-loading, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .intro-gallery .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 .product-images-loading, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 .product-images-loading {
    margin-left: -0.9375rem;
  }
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery .loading-bar, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 .loading-bar, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 .loading-bar, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 .loading-bar, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 .loading-bar, .page-template-services-template #services-template-wrapper .content-row .intro-gallery .loading-bar, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 .loading-bar, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 .loading-bar, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 .loading-bar, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 .loading-bar {
  display: inline-block;
  width: 4px;
  margin: 0 2px;
  height: 18px;
  border-radius: 4px;
  background-color: #fa5004;
  animation: loading 1s ease-in-out infinite;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery .loading-bar:nth-child(1), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 .loading-bar:nth-child(1), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 .loading-bar:nth-child(1), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 .loading-bar:nth-child(1), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 .loading-bar:nth-child(1), .page-template-services-template #services-template-wrapper .content-row .intro-gallery .loading-bar:nth-child(1), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 .loading-bar:nth-child(1), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 .loading-bar:nth-child(1), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 .loading-bar:nth-child(1), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 .loading-bar:nth-child(1) {
  animation-delay: 0;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery .loading-bar:nth-child(2), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 .loading-bar:nth-child(2), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 .loading-bar:nth-child(2), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 .loading-bar:nth-child(2), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 .loading-bar:nth-child(2), .page-template-services-template #services-template-wrapper .content-row .intro-gallery .loading-bar:nth-child(2), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 .loading-bar:nth-child(2), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 .loading-bar:nth-child(2), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 .loading-bar:nth-child(2), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 .loading-bar:nth-child(2) {
  animation-delay: 0.09s;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery .loading-bar:nth-child(3), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 .loading-bar:nth-child(3), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 .loading-bar:nth-child(3), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 .loading-bar:nth-child(3), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 .loading-bar:nth-child(3), .page-template-services-template #services-template-wrapper .content-row .intro-gallery .loading-bar:nth-child(3), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 .loading-bar:nth-child(3), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 .loading-bar:nth-child(3), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 .loading-bar:nth-child(3), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 .loading-bar:nth-child(3) {
  animation-delay: .18s;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery .loading-bar:nth-child(4), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 .loading-bar:nth-child(4), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 .loading-bar:nth-child(4), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 .loading-bar:nth-child(4), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 .loading-bar:nth-child(4), .page-template-services-template #services-template-wrapper .content-row .intro-gallery .loading-bar:nth-child(4), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 .loading-bar:nth-child(4), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 .loading-bar:nth-child(4), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 .loading-bar:nth-child(4), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 .loading-bar:nth-child(4) {
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 {
  opacity: 0;
  margin-bottom: 1.875rem;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-gallery div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-gallery div.gallery-cell {
  width: 100%;
  min-height: 300px;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-gallery div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-gallery div.gallery-cell img {
  width: 100%;
  height: auto;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-nav, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-nav {
  margin-top: 1.25rem;
  padding: 0 2.5rem;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-nav .flickity-prev-next-button, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-nav .flickity-prev-next-button {
  background: none;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-nav .flickity-prev-next-button.previous, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-nav .flickity-prev-next-button.previous {
  left: -10px;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-nav .flickity-prev-next-button.next, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-nav .flickity-prev-next-button.next {
  right: -10px;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-nav div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-nav div.gallery-cell {
  width: 100px;
  height: 100px;
  padding: 0.625rem;
  border: 1px solid #cccccc;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-nav div.gallery-cell:not(:first-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-nav div.gallery-cell:not(:first-of-type) {
  margin-left: 0.625rem;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-nav div.gallery-cell:not(:last-of-type), .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-nav div.gallery-cell:not(:last-of-type) {
  margin-right: 0.625rem;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell {
  width: 100%;
  height: 380px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell img, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell img {
  width: 100%;
  height: auto;
  max-width: none;
}

@media (max-width: 991px) {
  .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3 div.slide-gallery div.flickity-viewport div.gallery-cell, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4 div.slide-gallery div.flickity-viewport div.gallery-cell {
    height: 200px !important;
  }
}

.page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-1.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-2.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-3.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery #product-images-4.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-1.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-2.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-3.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-1 #product-images-4.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-1.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-2.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-3.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-2 #product-images-4.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-1.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-2.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-3.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-3 #product-images-4.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-1.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-2.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-3.show-images, .page-template-services-template #services-template-wrapper .intro-wrapper .col-gal-4 #product-images-4.show-images, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images.show-images, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-1.show-images, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-2.show-images, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-3.show-images, .page-template-services-template #services-template-wrapper .content-row .intro-gallery #product-images-4.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-1.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-2.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-3.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-1 #product-images-4.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-1.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-2.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-3.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-2 #product-images-4.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-1.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-2.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-3.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-3 #product-images-4.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-1.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-2.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-3.show-images, .page-template-services-template #services-template-wrapper .content-row .col-gal-4 #product-images-4.show-images {
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery.top-gallery, .page-template-services-template #services-template-wrapper .content-row .intro-gallery.top-gallery {
    width: 50%;
  }
}

.page-template-services-template #services-template-wrapper .intro-wrapper .content-one .gallery-title, .page-template-services-template #services-template-wrapper .intro-wrapper .content-two .gallery-title, .page-template-services-template #services-template-wrapper .intro-wrapper .content-three .gallery-title, .page-template-services-template #services-template-wrapper .intro-wrapper .content-four .gallery-title, .page-template-services-template #services-template-wrapper .content-row .content-one .gallery-title, .page-template-services-template #services-template-wrapper .content-row .content-two .gallery-title, .page-template-services-template #services-template-wrapper .content-row .content-three .gallery-title, .page-template-services-template #services-template-wrapper .content-row .content-four .gallery-title {
  font-size: 1.15em;
  margin: 0.5em 0 0.25em 0;
}

.page-template-services-template #services-template-wrapper .intro-wrapper .content-one .intro-gallery, .page-template-services-template #services-template-wrapper .intro-wrapper .content-two .intro-gallery, .page-template-services-template #services-template-wrapper .intro-wrapper .content-three .intro-gallery, .page-template-services-template #services-template-wrapper .intro-wrapper .content-four .intro-gallery, .page-template-services-template #services-template-wrapper .content-row .content-one .intro-gallery, .page-template-services-template #services-template-wrapper .content-row .content-two .intro-gallery, .page-template-services-template #services-template-wrapper .content-row .content-three .intro-gallery, .page-template-services-template #services-template-wrapper .content-row .content-four .intro-gallery {
  width: 100%;
  padding: 0;
}

@media (max-width: 639px) {
  .page-template-services-template #services-template-wrapper .intro-wrapper .intro-gallery, .page-template-services-template #services-template-wrapper .content-row .intro-gallery {
    margin-bottom: 1.875rem;
  }
}

.page-template-services-template #services-template-wrapper .content-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
}

.page-template-services-template #services-template-wrapper .content-row::before, .page-template-services-template #services-template-wrapper .content-row::after {
  content: ' ';
  display: table;
}

.page-template-services-template #services-template-wrapper .content-row::after {
  clear: both;
}

.page-template-services-template #services-template-wrapper .content-row .intro-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .content-row .intro-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template #services-template-wrapper .content-row .intro-content:last-child:not(:first-child) {
  float: right;
}

.page-template-services-template #services-template-wrapper .content-row .row-header-wrapper, .page-template-services-template #services-template-wrapper .content-row .content-one {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .content-row .row-header-wrapper, .page-template-services-template #services-template-wrapper .content-row .content-one {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template #services-template-wrapper .content-row .row-header-wrapper:last-child:not(:first-child), .page-template-services-template #services-template-wrapper .content-row .content-one:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .content-row .row-header-wrapper, .page-template-services-template #services-template-wrapper .content-row .content-one {
    width: 100%;
  }
}

.page-template-services-template #services-template-wrapper .content-row .row-header-wrapper {
  margin-bottom: 0.625rem;
}

.page-template-services-template #services-template-wrapper .content-row .content-two {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .content-row .content-two {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template #services-template-wrapper .content-row .content-two:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .content-row .content-two {
    width: 50%;
  }
}

.page-template-services-template #services-template-wrapper .content-row .content-three {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .content-row .content-three {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template #services-template-wrapper .content-row .content-three:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .content-row .content-three {
    width: 33.33333%;
  }
}

.page-template-services-template #services-template-wrapper .content-row .content-four {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .content-row .content-four {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-services-template #services-template-wrapper .content-row .content-four:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-services-template #services-template-wrapper .content-row .content-four {
    width: 25%;
  }
}

.page-template-services-template #services-template-wrapper .content-row .project-profile-container {
  height: 2.25rem;
}

.page-template-services-template #services-template-wrapper .content-row .project-profile-container img {
  width: 1.75em;
  margin-top: -0.5em;
}

.page-template-services-template #services-template-wrapper .content-row:last-of-type .hr-wrapper {
  display: none;
}

.page-template-photo-release-page .photo-release-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-template-photo-release-page .photo-release-wrapper::before, .page-template-photo-release-page .photo-release-wrapper::after {
  content: ' ';
  display: table;
}

.page-template-photo-release-page .photo-release-wrapper::after {
  clear: both;
}

.page-template-photo-release-page .photo-release-wrapper .intro-logo {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 1.875rem;
}

@media screen and (min-width: 40em) {
  .page-template-photo-release-page .photo-release-wrapper .intro-logo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-photo-release-page .photo-release-wrapper .intro-logo:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-photo-release-page .photo-release-wrapper .intro-logo {
    width: 100%;
  }
}

.page-template-photo-release-page .photo-release-wrapper .intro-logo img {
  width: 50%;
  max-width: 18.75rem;
}

.page-template-photo-release-page .photo-release-wrapper .intro-header {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .page-template-photo-release-page .photo-release-wrapper .intro-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-photo-release-page .photo-release-wrapper .intro-header:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-photo-release-page .photo-release-wrapper .intro-header {
    width: 100%;
  }
}

.page-template-photo-release-page .photo-release-wrapper .intro-header h1 {
  color: #57585d;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
}

.page-template-photo-release-page .photo-release-wrapper .intro-header .logo-wrapper {
  margin-bottom: 1.25rem;
}

.page-template-photo-release-page .photo-release-wrapper .intro-header .logo-wrapper img {
  width: 10%;
  margin: 0 1%;
}

.page-template-photo-release-page .photo-release-wrapper .main-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .page-template-photo-release-page .photo-release-wrapper .main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.page-template-photo-release-page .photo-release-wrapper .main-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .page-template-photo-release-page .photo-release-wrapper .main-content {
    width: 100%;
  }
}

.page-template-photo-release-page .photo-release-wrapper .main-content ol li {
  margin-bottom: 0.625rem;
}

.page-template-glossary-page,
.single-glossary {
  /* glossary-index */
  /* #inner-slider */
  /* letter-section */
  /* #glossary-end */
  /* glossary-search */
}

.page-template-glossary-page .container,
.single-glossary .container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.page-template-glossary-page #masthead,
.single-glossary #masthead {
  margin-bottom: 0;
}

.page-template-glossary-page #content #primary,
.single-glossary #content #primary {
  max-width: 100%;
  padding: 0;
}

.page-template-glossary-page .glossary-index,
.single-glossary .glossary-index {
  background: #8a8a8a;
  padding: 20px 0;
}

.page-template-glossary-page .glossary-index h1,
.single-glossary .glossary-index h1 {
  color: white;
}

.page-template-glossary-page .glossary-index #start-index,
.single-glossary .glossary-index #start-index {
  color: white;
  font-size: 2.0625rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 10px;
}

.page-template-glossary-page .glossary-index .az-letters ul.az-links,
.single-glossary .glossary-index .az-letters ul.az-links {
  display: block;
  margin-left: -5px;
  margin-bottom: 0;
}

.page-template-glossary-page .glossary-index .az-letters ul.az-links li,
.single-glossary .glossary-index .az-letters ul.az-links li {
  width: 56px;
  height: 40px;
  background: #545454;
  color: #e6e6e6;
  margin: 5px;
  border: none;
  display: inline-block;
}

.page-template-glossary-page .glossary-index .az-letters ul.az-links li a,
.page-template-glossary-page .glossary-index .az-letters ul.az-links li a span,
.page-template-glossary-page .glossary-index .az-letters ul.az-links li.no-posts span,
.single-glossary .glossary-index .az-letters ul.az-links li a,
.single-glossary .glossary-index .az-letters ul.az-links li a span,
.single-glossary .glossary-index .az-letters ul.az-links li.no-posts span {
  color: #e6e6e6;
  display: block;
  width: 56px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.page-template-glossary-page .glossary-index .az-letters ul.az-links li.no-posts span,
.single-glossary .glossary-index .az-letters ul.az-links li.no-posts span {
  color: #8a8a8a;
  background: #131313;
}

.page-template-glossary-page .glossary-index .az-letters ul.az-links li a:hover,
.page-template-glossary-page .glossary-index .az-letters ul.az-links li,
.single-glossary .glossary-index .az-letters ul.az-links li a:hover,
.single-glossary .glossary-index .az-letters ul.az-links li {
  opacity: 0.8;
}

.page-template-glossary-page .glossary-index .az-letters ul.az-links li.all-link a,
.page-template-glossary-page .glossary-index .az-letters ul.az-links li.all-link a span,
.single-glossary .glossary-index .az-letters ul.az-links li.all-link a,
.single-glossary .glossary-index .az-letters ul.az-links li.all-link a span {
  color: #545454;
  background: #e6e6e6;
}

.page-template-glossary-page #inner-slider,
.single-glossary #inner-slider {
  padding-top: 30px;
  padding-bottom: 40px;
  /* ul.az-links */
}

.page-template-glossary-page #inner-slider ul.az-links,
.single-glossary #inner-slider ul.az-links {
  margin-left: -5px;
  margin-bottom: 15px;
  display: inline-block;
  max-width: calc(100% - 110px);
}

@media (max-width: 600px) {
  .page-template-glossary-page #inner-slider ul.az-links,
  .single-glossary #inner-slider ul.az-links {
    max-width: 100%;
  }
}

.page-template-glossary-page #inner-slider ul.az-links li,
.single-glossary #inner-slider ul.az-links li {
  list-style: none;
  color: #fa5004;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 600px) {
  .page-template-glossary-page #inner-slider ul.az-links li,
  .single-glossary #inner-slider ul.az-links li {
    width: 25px;
    margin-bottom: 5px;
  }
}

.page-template-glossary-page #inner-slider ul.az-links li span,
.single-glossary #inner-slider ul.az-links li span {
  padding: 5px;
  font-weight: bold;
}

.page-template-glossary-page #inner-slider ul.az-links li.no-posts,
.single-glossary #inner-slider ul.az-links li.no-posts {
  opacity: 0.3;
}

.page-template-glossary-page .letter-section,
.single-glossary .letter-section {
  margin-bottom: 0;
  position: relative;
  /* ul.glossary-terms-by-letter li */
}

.page-template-glossary-page .letter-section h2.letter-title,
.single-glossary .letter-section h2.letter-title {
  border-bottom: 2px solid #cacaca;
}

.page-template-glossary-page .letter-section div.back-to-top,
.single-glossary .letter-section div.back-to-top {
  display: inline-block;
  width: auto;
  float: right;
  margin-top: -2px;
}

@media (max-width: 600px) {
  .page-template-glossary-page .letter-section div.back-to-top,
  .single-glossary .letter-section div.back-to-top {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}

.page-template-glossary-page .letter-section ul.glossary-terms-by-letter li,
.single-glossary .letter-section ul.glossary-terms-by-letter li {
  margin-bottom: 15px;
  max-width: 900px;
}

.page-template-glossary-page .letter-section ul.glossary-terms-by-letter li a,
.single-glossary .letter-section ul.glossary-terms-by-letter li a {
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: underline;
}

.page-template-glossary-page #glossary-end,
.single-glossary #glossary-end {
  margin-top: 35px;
}

.page-template-glossary-page #glossary-end hr,
.single-glossary #glossary-end hr {
  border-bottom: 2px solid #cacaca;
  margin: 0 0 3px;
}

@media (max-width: 600px) {
  .page-template-glossary-page #glossary-end div.back-to-top,
  .single-glossary #glossary-end div.back-to-top {
    top: -25px;
  }
}

.page-template-glossary-page .glossary-search-results ul,
.single-glossary .glossary-search-results ul {
  margin-bottom: 50px;
}

.page-template-glossary-page .glossary-search,
.single-glossary .glossary-search {
  padding-bottom: 20px;
}

.page-template-glossary-page .glossary-search input[type='text'],
.single-glossary .glossary-search input[type='text'] {
  max-width: 250px;
  display: inline-block;
  padding: 5px 5px 5px 0;
  border: none;
  border-bottom: 2px solid #cacaca;
  background-color: white;
  box-shadow: none;
  height: auto;
}

.page-template-glossary-page .glossary-search input[type='submit'],
.single-glossary .glossary-search input[type='submit'] {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: none;
  background-color: #cacaca;
  box-shadow: none;
  border-radius: 50%;
  background-image: url(/wp-content/themes/saferack/images/search-dark.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999em;
}

.page-template-glossary-page .glossary-search input[type='submit']:hover,
.page-template-glossary-page .glossary-search input[type='submit']:focus,
.single-glossary .glossary-search input[type='submit']:hover,
.single-glossary .glossary-search input[type='submit']:focus {
  opacity: 0.7;
}

.single #content .content-inner {
  padding-top: 30px;
}

.entry-attachment img {
  margin-bottom: 2rem;
}

body.attachment-template-default div#content div.content-inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

body.attachment-template-default div#content div.content-inner::before, body.attachment-template-default div#content div.content-inner::after {
  content: ' ';
  display: table;
}

body.attachment-template-default div#content div.content-inner::after {
  clear: both;
}

body.attachment-template-default div#content div.content-inner div#primary {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  body.attachment-template-default div#content div.content-inner div#primary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.attachment-template-default div#content div.content-inner div#primary:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  body.attachment-template-default div#content div.content-inner div#primary {
    width: 66.66667%;
  }
}

body.attachment-template-default div#content div.content-inner aside#sidebar {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  body.attachment-template-default div#content div.content-inner aside#sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.attachment-template-default div#content div.content-inner aside#sidebar:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  body.attachment-template-default div#content div.content-inner aside#sidebar {
    width: 33.33333%;
  }
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev {
    flex-direction: column;
  }
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a {
  width: 48%;
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a.disabled-link {
  display: none;
}

@media screen and (min-width: 40em) {
  body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a {
    width: 65%;
    margin-bottom: 5px;
  }
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a .next-prev-wrapper {
  border: 2px solid #434343;
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a .next-prev-wrapper.prev .next-prev-button {
  text-align: right;
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a .next-prev-wrapper .next-prev-image {
  height: 8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a .next-prev-wrapper .next-prev-button {
  color: #434343;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-style: inherit;
  font-weight: 300;
  padding: 0.5rem 1rem 0.375rem 1rem;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a .next-prev-wrapper .next-prev-button .fa {
  padding: 0;
  font-size: 1.25rem;
  color: #434343;
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a:hover .next-prev-button {
  color: #fefefe;
  background: #434343;
}

body.attachment-template-default div#content div.content-inner aside#sidebar .next-prev a:hover .next-prev-button .fa {
  color: #fefefe;
}

body.attachment-template-default div#content div.content-inner aside#sidebar div.prev-next {
  cursor: pointer;
  margin-bottom: 12px;
  width: 100%;
  max-width: 15rem;
}

body.attachment-template-default div#content div.content-inner aside#sidebar div.prev-next:last-of-type {
  margin-bottom: 16px;
}

body.attachment-template-default div#content div.content-inner aside#sidebar div.prev-next div.image {
  height: 9rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.attachment-template-default div#content div.content-inner aside#sidebar div.prev-next div.trigger {
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  max-width: 15rem;
  color: #fff;
  background-color: #363636;
  text-align: left;
  padding: 5px 15px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body.attachment-template-default div#content div.content-inner aside#sidebar div.prev-next.prev-wrapper div.trigger {
  text-align: right;
  background-image: url(/wp-content/themes/saferack/images/prev-caret.png);
  background-size: 10px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}

body.attachment-template-default div#content div.content-inner aside#sidebar div.prev-next.next-wrapper div.trigger {
  text-align: left;
  background-image: url(/wp-content/themes/saferack/images/next-caret.png);
  background-size: 10px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

body.attachment-template-default div#content div.content-inner aside#sidebar div.prev-next:hover div.trigger {
  background-color: #fa5004;
}

@media print {
  /* Override some Foundation styles and add new Saferack print styles*/
  body {
    padding: 25px;
  }
  /*header*/
  #masthead,
  footer#colophon,
  #proactive-chat,
  #cxecrt-save-share-cart-modal.cxecrt-component-slides.cxecrt-component-modal-content-hard-hide {
    display: none !important;
  }
  img {
    max-width: 500px;
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
  }
  a[href]:after {
    content: none !important;
  }
  #designstudio-button, .edit-link {
    display: none;
  }
  .support-footer p {
    font-size: 12pt !important;
  }
  .support-footer p a.tel {
    text-decoration: none !important;
  }
  .support-footer .orange-saferack-now {
    display: none;
  }
}

.page-template-products-brand-page div.product-categories, .page-template-products-brand-page div.product-brands {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
}

.page-template-products-brand-page div.product-categories::before, .page-template-products-brand-page div.product-categories::after, .page-template-products-brand-page div.product-brands::before, .page-template-products-brand-page div.product-brands::after {
  content: ' ';
  display: table;
}

.page-template-products-brand-page div.product-categories::after, .page-template-products-brand-page div.product-brands::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .page-template-products-brand-page div.product-categories div.product-category, .page-template-products-brand-page div.product-categories div.product-brand, .page-template-products-brand-page div.product-brands div.product-category, .page-template-products-brand-page div.product-brands div.product-brand {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-products-brand-page div.product-categories div.product-category, .page-template-products-brand-page div.product-categories div.product-brand, .page-template-products-brand-page div.product-brands div.product-category, .page-template-products-brand-page div.product-brands div.product-brand {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-products-brand-page div.product-categories div.product-category:last-child:not(:first-child), .page-template-products-brand-page div.product-categories div.product-brand:last-child:not(:first-child), .page-template-products-brand-page div.product-brands div.product-category:last-child:not(:first-child), .page-template-products-brand-page div.product-brands div.product-brand:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-products-brand-page div.product-categories div.product-category p, .page-template-products-brand-page div.product-categories div.product-brand p, .page-template-products-brand-page div.product-brands div.product-category p, .page-template-products-brand-page div.product-brands div.product-brand p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.page-template-products-brand-page div.product-categories div.product-category div.brand, .page-template-products-brand-page div.product-categories div.product-brand div.brand, .page-template-products-brand-page div.product-brands div.product-category div.brand, .page-template-products-brand-page div.product-brands div.product-brand div.brand {
  display: none;
  cursor: pointer;
  height: 60px;
  width: 200px;
  border: 2px solid #363636;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-right: 8px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-template-products-brand-page div.product-categories div.product-category div.brand div.outer, .page-template-products-brand-page div.product-categories div.product-brand div.brand div.outer, .page-template-products-brand-page div.product-brands div.product-category div.brand div.outer, .page-template-products-brand-page div.product-brands div.product-brand div.brand div.outer {
  display: table;
  height: 100%;
  width: 100%;
}

.page-template-products-brand-page div.product-categories div.product-category div.brand div.outer div.inner, .page-template-products-brand-page div.product-categories div.product-brand div.brand div.outer div.inner, .page-template-products-brand-page div.product-brands div.product-category div.brand div.outer div.inner, .page-template-products-brand-page div.product-brands div.product-brand div.brand div.outer div.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.page-template-products-brand-page div.product-categories div.product-category div.brand div.outer div.inner span, .page-template-products-brand-page div.product-categories div.product-brand div.brand div.outer div.inner span, .page-template-products-brand-page div.product-brands div.product-category div.brand div.outer div.inner span, .page-template-products-brand-page div.product-brands div.product-brand div.brand div.outer div.inner span {
  display: inline-block;
}

.page-template-products-brand-page div.product-categories div.product-category div.brand.active-category, .page-template-products-brand-page div.product-categories div.product-brand div.brand.active-category, .page-template-products-brand-page div.product-brands div.product-category div.brand.active-category, .page-template-products-brand-page div.product-brands div.product-brand div.brand.active-category {
  display: inline-block;
}

.page-template-products-brand-page div.product-categories div.product-category div.brand.selected, .page-template-products-brand-page div.product-categories div.product-category div.brand:hover, .page-template-products-brand-page div.product-categories div.product-brand div.brand.selected, .page-template-products-brand-page div.product-categories div.product-brand div.brand:hover, .page-template-products-brand-page div.product-brands div.product-category div.brand.selected, .page-template-products-brand-page div.product-brands div.product-category div.brand:hover, .page-template-products-brand-page div.product-brands div.product-brand div.brand.selected, .page-template-products-brand-page div.product-brands div.product-brand div.brand:hover {
  border: 2px solid #fa5004;
  background-color: rgba(247, 81, 31, 0.05);
}

.page-template-products-brand-page div.product-categories div.product-category div.category, .page-template-products-brand-page div.product-categories div.product-brand div.category, .page-template-products-brand-page div.product-brands div.product-category div.category, .page-template-products-brand-page div.product-brands div.product-brand div.category {
  display: inline-block;
  cursor: pointer;
  height: 22px;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #fa5004;
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.2s ease;
  -moz-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}

.page-template-products-brand-page div.product-categories div.product-category div.category:hover, .page-template-products-brand-page div.product-categories div.product-category div.category.selected, .page-template-products-brand-page div.product-categories div.product-brand div.category:hover, .page-template-products-brand-page div.product-categories div.product-brand div.category.selected, .page-template-products-brand-page div.product-brands div.product-category div.category:hover, .page-template-products-brand-page div.product-brands div.product-category div.category.selected, .page-template-products-brand-page div.product-brands div.product-brand div.category:hover, .page-template-products-brand-page div.product-brands div.product-brand div.category.selected {
  border-bottom: 2px solid #fa5004;
}

.page-template-products-brand-page div.products {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
}

.page-template-products-brand-page div.products::before, .page-template-products-brand-page div.products::after {
  content: ' ';
  display: table;
}

.page-template-products-brand-page div.products::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .page-template-products-brand-page div.products div.product-table {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-template-products-brand-page div.products div.product-table {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .page-template-products-brand-page div.products div.product-table:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-products-brand-page div.products div.product-table table {
  display: none;
  width: 100%;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page-template-products-brand-page div.products div.product-table table.selected {
  display: block;
}

.page-template-products-brand-page div.products div.product-table table thead {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  text-transform: uppercase;
}

.page-template-products-brand-page div.products div.product-table table thead tr th {
  padding: 10px;
}

.page-template-products-brand-page div.products div.product-table table tbody {
  border: none;
}

.page-template-products-brand-page div.products div.product-table table tbody tr {
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-products-brand-page div.products div.product-table table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.page-template-products-brand-page div.products div.product-table table tbody tr:hover {
  background-color: rgba(247, 81, 31, 0.05);
}

.page-template-products-brand-page div.products div.product-table table tbody tr td {
  padding: 10px;
}

.page-template-products-brand-page div.products div.product-table table tbody tr td p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
}

.page-template-products-brand-page div.products div.product-table table tbody tr td p.part-no {
  font-style: italic;
  margin: -4px 0 8px 0;
}

.page-template-products-brand-page div.products div.product-table table tbody tr td div {
  height: 140px;
  width: 140px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.filters {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .filters {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.installation {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .installation {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

html {
  scroll-behavior: smooth;
}

#page {
  overflow-x: hidden;
}

figure {
  margin: 1em 0 2em;
  max-width: 100%;
}

figure figcaption {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

/* Style rules for any elements that has alignment from WP TinyMCE */
@media screen and (min-width: 40em) {
  .alignright {
    float: right;
  }
  .alignleft {
    float: left;
  }
  .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Specific spacing around alignleft, alignright images and figures */
img.alignright, figure.alignright {
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  img.alignright, figure.alignright {
    margin-left: 1rem;
    max-width: 100%;
  }
}

img.alignleft, figure.alignleft {
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  img.alignleft, figure.alignleft {
    margin-right: 1rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 40em) {
  img.aligncenter, figure.aligncenter {
    margin-bottom: 1rem;
    display: block;
    max-width: 100%;
  }
}

#top-wrapper {
  display: none;
  background-color: #191919;
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
}

@media screen and (min-width: 58.75em) {
  #top-wrapper {
    display: block;
  }
}

#top-wrapper #secondary-navigation-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#top-wrapper #secondary-navigation-wrapper::before, #top-wrapper #secondary-navigation-wrapper::after {
  content: ' ';
  display: table;
}

#top-wrapper #secondary-navigation-wrapper::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  #top-wrapper #secondary-navigation-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#top-wrapper #secondary-navigation-wrapper:last-child:not(:first-child) {
  float: right;
}

#top-wrapper #secondary-navigation-wrapper, #top-wrapper #secondary-navigation-wrapper:last-child {
  float: none;
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation {
  float: right;
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation li a {
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  #top-wrapper #secondary-navigation-wrapper #secondary-navigation li a {
    padding-left: 0;
  }
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation li a:hover {
  color: rgba(200, 200, 200, 0.8);
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper {
  padding-left: 0.625rem;
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper .input-group {
  margin-bottom: 0;
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper .input-group-field {
  height: 1.75rem;
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper .input-group-label {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 4px;
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper input {
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  background-color: #303030;
  padding-top: 0;
  padding-bottom: 0;
  height: 1.75rem;
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper input:focus {
  outline: none;
  box-shadow: none;
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper .button {
  background-color: #4e4e4e;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper .button:hover {
  background-color: #fa5004;
  color: #fff;
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  #top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper .input-group-field {
    max-width: 124px;
  }
}

@media screen and (min-width: 40em) and (max-width: 58.6875em) {
  #top-wrapper #secondary-navigation-wrapper #secondary-navigation .search-wrapper .input-group-field {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

/**
 * Generic posts and pages
 */
html {
  position: relative;
  /*overflow-x: hidden;*/
}

html body {
  position: relative;
  overflow-x: hidden;
}

#content #primary {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#content #primary::before, #content #primary::after {
  content: ' ';
  display: table;
}

#content #primary::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  #content #primary {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#content #primary:last-child:not(:first-child) {
  float: right;
}

#content #primary, #content #primary:last-child {
  float: none;
}

#content #primary:last-child:not(:first-child) {
  float: none;
}

.breadcrumbs {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

@media (max-width: 639px) {
  .breadcrumbs {
    margin-bottom: 10px;
  }
}

.breadcrumbs .breadcrumbs-wrapper {
  width: 58.33333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .breadcrumbs .breadcrumbs-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.breadcrumbs .breadcrumbs-wrapper:last-child:not(:first-child) {
  float: right;
}

@media (max-width: 639px) {
  .breadcrumbs .breadcrumbs-wrapper {
    font-family: "Helvetica Neue LT Std 57 Condensed", "HelveticaNeueLTStd57Condensed", "Helvetica Neue LT Std", "Helvetica Neue Condensed Light", "HelveticaNeue-CondensedLight", "HelveticaNeueLightCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: none;
    margin: -18px 0 0 0;
    width: 100%;
  }
}

.breadcrumbs .product-cta {
  width: 41.66667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: none;
  text-align: right;
}

@media screen and (min-width: 40em) {
  .breadcrumbs .product-cta {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.breadcrumbs .product-cta:last-child:not(:first-child) {
  float: right;
}

@media (max-width: 639px) {
  .breadcrumbs .product-cta {
    text-align: center;
    margin: 1.25rem 0;
  }
}

.inline-cta, .button, .mktoButton {
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue Condensed", "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  border-radius: 0;
}

.inline-cta {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.6875rem 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #fa5004;
  color: #fefefe;
  min-width: 11.5625rem;
  font-size: 1rem;
  margin-right: 1.25rem;
}

[data-whatinput='mouse'] .inline-cta {
  outline: 0;
}

.inline-cta:hover, .inline-cta:focus {
  background-color: #d54403;
  color: #fefefe;
}

.inline-cta:hover {
  background: #262324;
}

.category .page-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

main {
  position: relative;
}

main .product-cta {
  position: absolute;
  margin-top: -74px;
  right: 0;
}

.footer-logo {
  width: 100%;
  max-width: 226px;
}

.social .fa {
  color: #fff;
  font-size: 1.5rem;
}

.social .fa:hover {
  color: #fa5004;
}

.embed-full {
  width: 100%;
}

.fixed-product-cta-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: fixed;
  display: block;
  z-index: 99;
  top: -6.25rem;
  -webkit-transition: top ease 0.25s;
  -moz-transition: top ease 0.25s;
  -o-transition: top ease 0.25s;
  transition: top ease 0.25s;
}

.fixed-product-cta-wrapper::before, .fixed-product-cta-wrapper::after {
  content: ' ';
  display: table;
}

.fixed-product-cta-wrapper::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .fixed-product-cta-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.fixed-product-cta-wrapper:last-child:not(:first-child) {
  float: right;
}

.fixed-product-cta-wrapper, .fixed-product-cta-wrapper:last-child {
  float: none;
}

.fixed-product-cta-wrapper .fixed-product-cta {
  float: right;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.5);
  padding: 0.75rem 1.25rem;
}

.fixed-product-cta-wrapper .fixed-product-cta img {
  width: 7.25rem;
  margin-top: 1.25rem;
}

.fixed-product-cta-wrapper .fixed-product-cta a {
  width: 8.125rem;
  margin: 0 1.25rem 0 0.625rem;
  max-width: 8.125rem;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

.fixed-product-cta-wrapper .fixed-product-cta h3 {
  float: right;
  font-size: 1.5rem;
  margin-top: 1.125rem;
}

@media (max-width: 860px) {
  .fixed-product-cta-wrapper .fixed-product-cta a {
    font-size: 14px !important;
  }
}

@media (max-width: 760px) {
  .fixed-product-cta-wrapper .fixed-product-cta a {
    font-size: 10px !important;
  }
}

@media (max-width: 639px) {
  .fixed-product-cta-wrapper .fixed-product-cta a {
    font-size: 16px !important;
  }
}

@media (max-width: 360px) {
  .fixed-product-cta-wrapper .fixed-product-cta a {
    font-size: 14px !important;
  }
}

@media (max-width: 320px) {
  .fixed-product-cta-wrapper .fixed-product-cta a {
    font-size: 10px !important;
  }
}

.fixed-product-cta-wrapper.show-cta {
  top: 0;
}

@media (max-width: 939px) {
  .fixed-product-cta-wrapper {
    display: none;
  }
}

.error-404.not-found .content-wrapper-404 {
  text-align: center;
}

.error-404.not-found .content-wrapper-404 h1 {
  font-size: 3.75rem;
  color: #000;
  margin-bottom: 0.875rem;
}

.error-404.not-found .content-wrapper-404 h2 {
  max-width: 28.125rem;
  width: 80%;
  margin: 0 auto;
  font-size: 2.25rem;
  line-height: 2.625rem;
  color: #fa5004;
  text-transform: none;
}

.error-404.not-found .content-wrapper-404 h3 {
  max-width: 15.625rem;
  width: 60%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: none;
}

.error-404.not-found .content-wrapper-404 .divider-404 {
  max-width: 21.875rem;
  width: 70%;
  height: 0.375rem;
  margin: 1.625rem auto;
  background-color: #fa5004;
}

.error-404.not-found img {
  width: 60%;
}

.velocify-form {
  display: none;
}

.additional-custom-content-block {
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .additional-custom-content-block h1 {
    width: 100%;
  }
}
