@charset "UTF-8";
/**
 * Brand colours
 */
/**
 * Social
 */
/**
 * Sidebar
 */
/**
 * Footer
 */
/**
 * Inuit Settings
 */
/*
 * Alert Styles
 *  (name,     color)
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/*------------------------------------*\
    FUNCTIONS
\*------------------------------------*/
/**
 * Of the re-usable variety.
 */
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -15px;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.layout__item {
  display: inline-block;
  /* [1] */
  padding-left: 15px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1225px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container--full {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .container--full {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .container--full {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.layout {
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
}
.layout:before, .layout:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.layout:after {
  clear: both;
}

.layout__item {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}

.layout__item--pull-right {
  float: right;
}

.gutter-top.gutter-top {
  margin-top: 20px;
}

.gutter-bottom.gutter-bottom {
  margin-bottom: 20px;
}

.gutter-top--huge.gutter-top--huge {
  margin-top: 60px;
}

.gutter-bottom--huge.gutter-bottom--huge {
  margin-bottom: 60px;
}

.gutter-top--large.gutter-top--large {
  margin-top: 40px;
}

.gutter-bottom--large.gutter-bottom--large {
  margin-bottom: 40px;
}

.gutter-top--medium.gutter-top--medium {
  margin-top: 30px;
}

.gutter-bottom--medium.gutter-bottom--medium {
  margin-bottom: 30px;
}

.gutter-top--small.gutter-top--small {
  margin-top: 10px;
}

.gutter-bottom--small.gutter-bottom--small {
  margin-bottom: 10px;
}

@media screen and (max-width: 719px) {
  .palm-gutter-top.palm-gutter-top {
    margin-top: 20px;
  }

  .palm-gutter-top--large.palm-gutter-top--large {
    margin-top: 40px;
  }

  .palm-gutter-top--medium.palm-gutter-top--medium {
    margin-top: 30px;
  }

  .palm-gutter-top--small.palm-gutter-top--small {
    margin-top: 10px;
  }

  .palm-gutter-bottom.palm-gutter-bottom {
    margin-bottom: 20px;
  }

  .palm-gutter-bottom--large.palm-gutter-bottom--large {
    margin-bottom: 40px;
  }

  .palm-gutter-bottom--medium.palm-gutter-bottom--medium {
    margin-bottom: 30px;
  }

  .palm-gutter-bottom--small.palm-gutter-bottom--small {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .lap-gutter-top.lap-gutter-top {
    margin-top: 20px;
  }

  .lap-gutter-top--large.lap-gutter-top--large {
    margin-top: 40px;
  }

  .lap-gutter-top--medium.lap-gutter-top--medium {
    margin-top: 30px;
  }

  .lap-gutter-top--small.lap-gutter-top--small {
    margin-top: 10px;
  }

  .lap-gutter-bottom.lap-gutter-bottom {
    margin-bottom: 20px;
  }

  .lap-gutter-bottom--large.lap-gutter-bottom--large {
    margin-bottom: 40px;
  }

  .lap-gutter-bottom--medium.lap-gutter-bottom--medium {
    margin-bottom: 30px;
  }

  .lap-gutter-bottom--small.lap-gutter-bottom--small {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .lap-and-up-gutter-top.lap-and-up-gutter-top {
    margin-top: 20px;
  }

  .lap-and-up-gutter-top--large.lap-and-up-gutter-top--large {
    margin-top: 40px;
  }

  .lap-and-up-gutter-top--medium.lap-and-up-gutter-top--medium {
    margin-top: 30px;
  }

  .lap-and-up-gutter-top--small.lap-and-up-gutter-top--small {
    margin-top: 10px;
  }

  .lap-and-up-gutter-bottom.lap-and-up-gutter-bottom {
    margin-bottom: 20px;
  }

  .lap-and-up-gutter-bottom--large.lap-and-up-gutter-bottom--large {
    margin-bottom: 40px;
  }

  .lap-and-up-gutter-bottom--medium.lap-and-up-gutter-bottom--medium {
    margin-bottom: 30px;
  }

  .lap-and-up-gutter-bottom--small.lap-and-up-gutter-bottom--small {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .portable-gutter-top.portable-gutter-top {
    margin-top: 20px;
  }

  .portable-gutter-top--large.portable-gutter-top--large {
    margin-top: 40px;
  }

  .portable-gutter-top--medium.portable-gutter-top--medium {
    margin-top: 30px;
  }

  .portable-gutter-top--small.portable-gutter-top--small {
    margin-top: 10px;
  }

  .portable-gutter-bottom.portable-gutter-bottom {
    margin-bottom: 20px;
  }

  .portable-gutter-bottom--large.portable-gutter-bottom--large {
    margin-bottom: 40px;
  }

  .portable-gutter-bottom--medium.portable-gutter-bottom--medium {
    margin-bottom: 30px;
  }

  .portable-gutter-bottom--small.portable-gutter-bottom--small {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .desk-gutter-top.desk-gutter-top {
    margin-top: 20px;
  }

  .desk-gutter-top--large.desk-gutter-top--large {
    margin-top: 40px;
  }

  .desk-gutter-top--medium.desk-gutter-top--medium {
    margin-top: 30px;
  }

  .desk-gutter-top--small.desk-gutter-top--small {
    margin-top: 10px;
  }

  .desk-gutter-bottom.desk-gutter-bottom {
    margin-bottom: 20px;
  }

  .desk-gutter-bottom--large.desk-gutter-bottom--large {
    margin-bottom: 40px;
  }

  .desk-gutter-bottom--medium.desk-gutter-bottom--medium {
    margin-bottom: 30px;
  }

  .desk-gutter-bottom--small.desk-gutter-bottom--small {
    margin-bottom: 10px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .retina-gutter-top.retina-gutter-top {
    margin-top: 20px;
  }

  .retina-gutter-top--large.retina-gutter-top--large {
    margin-top: 40px;
  }

  .retina-gutter-top--medium.retina-gutter-top--medium {
    margin-top: 30px;
  }

  .retina-gutter-top--small.retina-gutter-top--small {
    margin-top: 10px;
  }

  .retina-gutter-bottom.retina-gutter-bottom {
    margin-bottom: 20px;
  }

  .retina-gutter-bottom--large.retina-gutter-bottom--large {
    margin-bottom: 40px;
  }

  .retina-gutter-bottom--medium.retina-gutter-bottom--medium {
    margin-bottom: 30px;
  }

  .retina-gutter-bottom--small.retina-gutter-bottom--small {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 719px) {
  .palm-center {
    text-align: center;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .lap-center {
    text-align: center;
  }
}
@media screen and (min-width: 720px) {
  .lap-and-up-center {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .portable-center {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .desk-center {
    text-align: center;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .retina-center {
    text-align: center;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 719px) {
  .hide-palm {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .hide-lap {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .hide-lap-and-up {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hide-portable {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .hide-desk {
    display: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hide-retina {
    display: none;
  }
}
.layout--neat {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.layout--neat .layout {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.layout--neat .layout__item {
  padding-left: 0;
  padding-right: 0;
}

[class~="1/7"] {
  width: 14.285% !important;
}

.clear {
  clear: both;
}

.push-right {
  float: right;
}

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

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

.light-form-block {
  float: left;
  width: 50%;
}

.right-form-block {
  float: right;
  width: 50%;
}

#site:before {
  content: "";
  display: block;
  clear: both;
}
#site:after {
  content: "";
  display: block;
  clear: both;
}

/* -------- RESET */
body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, img, ins, kbd, q, samp, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
}

/* -------- GLOBAL TAGS */
html {
  overflow-y: scroll;
}

p, ul, ol, div.textwidget, address, dl {
  line-height: 23px;
  margin: 0 0 23px 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

q, i, em, cite {
  font-style: italic;
  font-weight: inherit;
}

b, strong {
  font-weight: bold;
  font-style: inherit;
}

s, del {
  text-decoration: line-through;
}

sup, sub {
  line-height: 0;
}

small {
  font-size: 0.75em;
  line-height: 1em;
}

pre, code {
  font-family: monospace;
  font-size: 1em;
}

abbr, acronym {
  font-family: monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-bottom: 23px;
  line-height: 23px;
}

code {
  margin-bottom: 23px;
  line-height: 23px;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  color: #c00;
}

address {
  font-style: italic;
}

/* -------- GLOBAL CLASSES */
.clear {
  clear: both;
}

img.left, .alignleft {
  float: left;
}

img.right, .alignright {
  float: right;
}

/* -------- QUOTES */
blockquote, q {
  font-style: italic;
}

blockquote p:before, q:before {
  content: "“";
}

blockquote p:after, q:after {
  content: "”";
}

/*
Theme Name:         Colortrac
Theme URI:          http://www.colortrac.com
Description:        Colourtrac 2012 Website
Version:            v0.9
Author:             Soap Media
Author URI:         http://www.soapmedia.co.uk
*/
#navigation:after,
object {
  max-width: 100%;
}

/* -------- FORMS */
form input,
form textarea,
form .cf-box-group,
form select,
form .radio-group {
  background: #FFF;
  width: 96.8%;
  border: 1px solid #bfbfbf;
  padding: 1.6%;
  color: #8a8a8a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  outline: none;
}
form input:focus,
form textarea:focus,
form .cf-box-group:focus,
form select:focus,
form .radio-group:focus {
  border-color: black;
}

@font-face {
  font-family: "Archivo Narrow";
  src: url("/wp-content/themes/colortrac/fonts/ArchivoNarrow-Regular.woff2") format("woff2"), url("/wp-content/themes/colortrac/fonts/ArchivoNarrow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Narrow";
  src: url("/wp-content/themes/colortrac/fonts/ArchivoNarrow-Bold.woff2") format("woff2"), url("/wp-content/themes/colortrac/fonts/ArchivoNarrow-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Narrow";
  src: url("/wp-content/themes/colortrac/fonts/ArchivoNarrow-Medium.woff2") format("woff2"), url("/wp-content/themes/colortrac/fonts/ArchivoNarrow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
form.cform fieldset {
  padding: 20px;
  border: 1px dashed #DDD;
  margin-bottom: 20px;
}

form.cform fieldset legend {
  padding: 0 10px;
}

form.cform fieldset ol {
  margin-bottom: 0;
}

form.cform fieldset ol li:last-child {
  margin-bottom: 0;
}

form.cform ol {
  padding: 0;
  list-style: none;
}

form.cform ol li {
  position: relative;
  margin-bottom: 10px;
}

form.cform ol li label {
  display: block;
  padding-right: 20%;
  line-height: 1.2em;
  margin-bottom: 7px;
}

form.cform ol li label span,
form.cform ol li.cf-box-title {
  font-size: 15px;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

form.cform ol li select {
  width: 100%;
}

form.cform ol li.cf-box-group {
  overflow: hidden;
}

form.cform ol li.cf-box-group input {
  width: auto;
  float: right;
  margin: 0;
  height: 20px;
  clear: both;
}

form.cform ol li.cf-box-group label {
  width: 90%;
  float: left;
  line-height: 20px;
  padding-right: 0;
  margin-bottom: 0;
}

form.cform ol li.cf-box-group label span {
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

form.cform ol li .cf_error {
  border-color: #d70065;
}

form.cform ol li span.reqtxt,
form.cform ol li span.emailreqtxt {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #768500;
  line-height: 20px;
}

/* #328dc6 */
form.cform ol li img.captcha {
  margin-top: 10px;
}

form.cform p.cf-sb {
  text-align: right;
}

form.cform p.cf-sb input {
  width: auto;
}

.cf_hidden {
  display: none;
}

.cf_info {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  display: none;
  padding: 10px;
  margin-bottom: 20px;
}

.cf_info.failure {
  display: block;
  background: #eecedd;
  border-color: #edc2d6;
  color: #d70065;
}

.cf_info.success {
  display: block;
  background: #f2f5d9;
  border-color: #ced0b9;
  color: #768500;
}

/* -------- GLOBAL TAGS */
html {
  background: #C8C8C8;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  font-size: 13px;
  margin: 0;
  color: #404040;
}

hr {
  line-height: 23px;
  margin: 0 0 22px 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  height: 0;
  clear: both;
}

/* -------- GLOBAL CLASSES */
img.left, .alignleft {
  margin: 0 1.5em 1.5em 0;
}

img.right, .alignright {
  margin: 0 0 1.5em 1.5em;
}

p.linklove {
  display: none;
}

p.opening,
p.intro {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
}

.queries {
  display: block;
  position: fixed;
  top: 95px;
  left: 20px;
  font-size: 80px;
  line-height: 80px;
  opacity: 0.2;
  color: #000;
  letter-spacing: -0.04em;
}

.admin-bar .queries {
  top: 123px;
}

ul.strip,
ol.strip {
  list-style: none;
  padding: 0;
}

/* -------- LINKS */
a {
  color: #8c9831;
  text-decoration: none;
}

/* #328dc6 */
a:hover {
  color: #532872;
}

/* #1b5f89 */
/* -------- HEADINGS */
h1, h2, h3, h4, h5, h6, legend {
  margin: 0 0 23px 0;
  color: #4b2f5f;
  line-height: 23px;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
}

/* #328dc6 */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* color:#328dc6 */
/* h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color:inherit;opacity:0.8} */
h1 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 100;
}

h2 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 100;
}

h3, legend {
  font-size: 21px;
  font-weight: 300;
}

h4 {
  font-size: 15px;
  font-weight: 700;
}

/* color:#404040 */
h5 {
  font-size: 14px;
  font-weight: 700;
}

h6 {
  font-size: 13px;
  font-weight: 700;
}

/* -------- DEFINITION LIST */
dl dt {
  float: left;
  width: 140px;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  clear: both;
}

dl dd {
  margin-left: 150px;
}

/* -------- ROWS */
.row {
  padding: 0 0px;
}

.row .inner {
  width: 100%;
  max-width: 1280px;
  min-width: 324px;
  margin: 0 auto;
}

/* -------- LAYOUT */
#content {
  width: 70%;
}

#content.right {
  float: right;
}

#content.left {
  float: left;
}

#content.full {
  width: 100%;
}

#content.landing {
  width: 63%;
}

#sidebar {
  width: 26%;
  margin-bottom: 40px;
}

#sidebar.right {
  float: right;
}

#sidebar.left {
  float: left;
}

#sidebar.landing {
  width: 33%;
}

#content.right a {
  text-decoration: underline;
}

@media (max-width: 1280px) and (min-width: 640px) {
  #content {
    width: calc(70% - 20px);
    padding-right: 20px;
  }

  #sidebar {
    width: calc(26% - 20px);
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  #content {
    padding: 0px 10px;
    width: calc(100% - 20px) !important;
  }

  #sidebar {
    width: calc(100% - 20px) !important;
    padding: 0px 10px;
  }
}
body:not(.home) #site {
  padding-top: 40px;
}

#footer {
  clear: both;
}

/* -------- LAYOUT - SINGLE PRODUCT */
#reviews {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
  line-height: 19px;
}

.star-row {
  display: inline;
  padding-right: 10px;
}

.star-row img {
  vertical-align: middle;
  display: block;
  float: left;
  margin-right: 4px;
}

#product-spec {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}

#product-spec td,
#product-spec th {
  padding: 10px;
}

#product-spec thead th {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
}

#product-spec thead th small {
  display: block;
  font-size: 13px;
}

#product-spec tbody tr:nth-child(2n+1) {
  background: #f5f5f5;
}

#product-spec tbody th {
  text-align: right;
  font-weight: bold;
}

#product-spec tbody td {
  text-align: center;
}

.pika-stage {
  margin-bottom: 20px;
  text-align: center;
}

.pika-stage img {
  max-width: 100%;
}

.pika-thumbs {
  margin-bottom: 60px;
  padding-left: 20px;
  list-style: none;
  overflow: hidden;
}

.pika-thumbs li {
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #d9d9d9;
  padding: 1px;
  background: #FFF;
  box-shadow: 0 1px 1px #DDD;
  cursor: pointer;
}

.pika-thumbs li:hover {
  border-color: #a9bf00;
}

/* #328dc6 */
.pika-thumbs li .clip {
  width: 106px;
  height: 67px;
  overflow: hidden;
}

.pika-stage .caption,
.pika-imgnav,
.pika-counter,
.pika-textnav,
.pika-tooltip,
.pika-loader {
  display: none;
}

.related_videos li {
  height: 25px;
  line-height: 25px;
  padding-left: 35px;
  margin-bottom: 10px;
  background: url("../../images/icon_video.png") no-repeat left;
}

.related_documents li {
  height: 25px;
  line-height: 25px;
  padding-left: 35px;
  margin-bottom: 10px;
  background: url("../../images/icon_document.png") no-repeat left;
}

#sidebar .faux-button {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}

#sidebar .faux-button.grey {
  background-image: url("../../images/icon_download_arrow.png");
  background-repeat: no-repeat;
  background-position: right 50%;
}

#menu-tabs {
  padding-left: 20px;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  bottom: -1px;
}

#menu-tabs li {
  display: block;
  float: left;
  margin-right: 20px;
}

#menu-tabs li a {
  display: block;
  background: #f2f2f2;
  padding: 12px;
  float: left;
  border: 1px solid #d9d9d9;
  line-height: 13px;
  /*box-shadow:inset 1px 1px 0 #FFF, inset -1px 1px 0 #FFF*/
}

#menu-tabs li.active a {
  background: #FFF;
  border-bottom-color: #FFF;
}

#content .holder table:last-child {
  margin-bottom: 0;
}

#content .scanner-list .holder table h3 {
  margin-bottom: 0;
}

#tabbed-content {
  margin-bottom: 40px;
  overflow: hidden;
}

#tabbed-content .content {
  padding: 20px;
  border: 1px solid #dadada;
}

#content table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
  margin-bottom: 23px;
}

#content table td,
#content table th {
  padding: 7px;
}

#content table thead th {
  text-align: center;
  font-weight: bold;
}

#content table tbody tr:nth-child(2n+1) {
  background: #f2f2f2;
}

#content table.strip tbody tr:nth-child(2n+1) {
  background: none;
}

/* -------- LAYOUT - NAVIGATION */
#navigation {
  min-height: 18px;
  background: #fff;
}

#navigation ul {
  list-style: none;
  padding: 0 0 0 2px;
  margin: 0;
  overflow: hidden;
}

#navigation ul li {
  padding: 0 2px 0 0;
  float: left;
  height: 62px;
  margin: 0;
}

#navigation ul li a {
  line-height: 10px;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: block;
  padding: 30px 12px 15px 12px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#navigation ul li a:hover {
  padding: 30px 12px 20px 12px;
  color: grey;
  background: rgba(255, 255, 255, 0.03);
}

body.scanner #content.left,
body.software #content.left {
  width: 58%;
}

body.scanner #sidebar.right,
body.software #sidebar.right {
  width: 38%;
}

ul#sidenav {
  border-top: 1px solid #e6e6e6;
}

ul#sidenav > li > a {
  border-bottom: 1px solid #e6e6e6;
  color: #004E33;
  font-weight: bold;
}

ul#sidenav li ul {
  border-bottom: 1px solid #e6e6e6;
}

ul#sidenav,
ul#sidenav ul {
  padding: 0;
  list-style: none;
}

ul#sidenav li a {
  display: block;
  padding-left: 15px;
  background: url("../../images/nav_icon_plus.gif") no-repeat left 50%;
}

/* color:#328dc6; */
ul#sidenav li ul {
  display: none;
}

ul#sidenav li.current-menu-ancestor ul,
ul#sidenav li.current-menu-item ul {
  display: block;
}

ul#sidenav li ul li a {
  color: #404040;
  background-image: none;
}

ul#sidenav li ul ul li {
  padding-left: 15px;
}

ul#sidenav li ul ul li a {
  padding-left: 20px;
  background: url("../../images/nav_icon_step.gif") no-repeat top left;
}

ul#sidenav li ul ul li a {
  color: #595959;
}

ul#sidenav li.current-menu-item > a {
  color: #FEC214;
}

.scanner-list .holder {
  position: relative;
  overflow: hidden;
}

.scanner-list .holder table {
  width: 100%;
}

.scanner-list .holder table tr td {
  vertical-align: middle;
}

.scanner-list .holder table tr td img {
  max-width: none;
  margin-right: 20px;
}

.scanner-list .holder table tr td p {
  margin: 0 20px 0 0;
}

.scanner-list .holder table tr td p strong {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 21px;
  font-weight: 300;
  color: #328dc6;
  line-height: 23px;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
}

.scanner-list .holder table tr td p strong a {
  font-weight: inherit;
}

.scanner-list .holder table tr td a.faux-button {
  display: inline-block;
}

/* -------- BUTTON LIST */
.button-list li {
  margin-bottom: 8px;
  text-align: left;
}

.button-list li a {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 5px 5px 9px;
  display: block;
  line-height: 19px;
}

.button-list li a span {
  position: absolute;
  right: 5px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 27px;
  text-align: center;
}

/* -------- MODULE - LATEST POSTS */
#latest-posts ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid #e6e6e6;
}

#latest-posts ul li {
  border-bottom: 1px solid #e6e6e6;
  line-height: 19px;
  padding: 7px 0;
}

#latest-posts ul li a {
  display: block;
}

/* color:#328dc6 */
/* -------- POST TYPE - VIDEO */
.type-video {
  margin: 0 0 3% 0;
  border-radius: 4px;
  background: #fff;
  border: 1px solid;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  padding: 3%;
  overflow: hidden;
}

.type-video .entry {
  position: relative;
}

.type-video .entry img.screencap {
  display: block;
  border: none;
  max-width: 200px;
  float: left;
  margin: 0 3% 0 0;
}

.type-video .entry img.flag {
  position: absolute;
  top: 10px;
  left: 10px;
}

.type-video .entry p:last-of-type {
  margin-bottom: 0;
}

.video-player {
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  padding: 2%;
  text-align: center;
}

.videopress-placeholder {
  width: 100% !important;
}

/* -------- POST TYPE - POST */
.type-post {
  margin-bottom: 40px;
}

.type-post h4 {
  padding-left: 22px;
  background: url("../../images/icon_information.gif") no-repeat left;
}

/* -------- LAYOUT - BANNER */
#banner {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  /*border-bottom: 1px solid #ADADAD*/
  margin-bottom: 1px;
}

#banner #feature-logos {
  float: right;
  position: absolute;
  right: 0;
  top: 50px;
  width: 400px;
  height: 64px;
}

#banner #feature-logos img {
  float: right;
  margin-left: 15px;
}

#banner #searchform {
  position: absolute;
  right: 201px;
  bottom: 50px;
  width: 212px;
  text-align: right;
}

#banner #searchform input#s {
  width: 156px;
  padding: 0;
  height: 30px;
  margin: 0;
  padding-left: 6px;
}

#banner #searchform #searchsubmit {
  width: 38px;
  padding: 0;
  height: 32px;
  margin: 0 0 0 6px;
  vertical-align: top;
}

#banner #print-share {
  position: absolute;
  bottom: 56px;
  right: 421px;
  width: 200px;
}

#banner #print-share ul {
  width: 100%;
}

#sidebar #feature-logos {
  text-align: center;
  margin-top: 50px;
}

#sidebar #feature-logos img {
  display: inline-block;
  margin: 10px;
}

/* -------- PPC PRODUCTS LIST */
#sidebar ul.icon-features {
  overflow: hidden;
}

ul.icon-features li {
  float: left;
  width: 48px;
  height: 48px;
  background: #EEE;
  margin: 0 4px 4px 0;
}

ul.icon-features li:last-child {
  margin-right: 0;
}

/* -------- LAYOUT - SINGLE MFP */
.mfp-viewer {
  text-align: center;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px #ddd, 0 0 300px #ebebeb;
}

#mfp-spec {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}

#mfp-spec td,
#mfp-spec th {
  padding: 10px;
}

#mfp-spec thead th {
  font-size: 20px;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
  text-align: left !important;
}

#mfp-spec tbody tr:nth-child(2n+1) {
  background: #f5f5f5;
}

/* -------- LAYOUT - HOMEPAGE */
#ideal-purposes {
  overflow: hidden;
  margin-bottom: 40px;
}

#ideal-purposes .purpose {
  float: left;
  width: 17%;
  text-align: center;
  padding: 0 1.5%;
}

#ideal-purposes .purpose h3 {
  min-height: 19px;
}

#ideal-purposes .purpose p {
  margin-bottom: 0;
  font-size: 15px;
}

#product-helper {
  width: 92%;
  font-weight: 300;
  margin-bottom: 40px;
}

#product-helper b {
  font-weight: 700;
}

#latest-news ul {
  border-top: 1px solid #e6e6e6;
}

#latest-news ul li {
  border-bottom: 1px solid #e6e6e6;
  line-height: 30px;
}

#latest-events ul {
  border-top: 1px solid #e6e6e6;
}

#latest-events ul li {
  border-bottom: 1px solid #e6e6e6;
  line-height: 30px;
}

#home-feature {
  margin-bottom: 40px;
}

#home-feature .slides {
  padding-bottom: 30px;
  max-width: 960px;
}

#home-feature .slides .slide {
  min-height: 196px;
  max-width: 960px;
}

#home-feature .slides .slide h2 {
  font-size: 42px;
}

#home-feature .slides .slide p:last-child {
  margin-bottom: 0;
}

#home-feature .slides .slide div.image {
  position: relative;
  float: right;
  border: 1px solid #DDD;
  border-radius: 3px;
  margin-left: 20px;
  background: #FFF;
  padding: 3px;
}

#home-feature .slides .slide div.image img {
  display: block;
}

#home-feature .slides .slide div.image a.faux-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#feature-picker {
  /* autoprefixer: off */
  list-style: none;
  padding: 0;
  background-color: #a6a6a6;
  background: -moz-linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6a6a6), color-stop(100%, #8e8e8e));
  background: -webkit-linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  background: -o-linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  background: -ms-linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  background: linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6a6a6", endColorstr="#8e8e8e",GradientType=0 );
  border-radius: 3px;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  height: 55px;
}

#feature-picker li {
  width: 25%;
  float: left;
  display: table;
}

#feature-picker.admin li {
  width: 20%;
}

#feature-picker li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 55px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 17px;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
  margin: 0;
  position: relative;
}

#feature-picker li:first-child a {
  border-radius: 3px 0 0 3px;
}

#feature-picker li:last-child a {
  border-radius: 0 3px 3px 0;
}

#feature-picker li:hover a,
#feature-picker li.current a {
  /* autoprefixer: off */
  background-color: #a5b33a;
  background: -moz-linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5b33a), color-stop(100%, #8d9932));
  background: -webkit-linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  background: -o-linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  background: -ms-linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  background: linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a5b33a", endColorstr="#8d9932",GradientType=0 );
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
}

#feature-picker li:hover a:after,
#feature-picker li.current a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom-color: #a5b33a;
  position: absolute;
  top: -22px;
  right: 50%;
  margin-right: -11px;
}

/* -------- LAYOUT - BREADCRUMBS */
#glass-bar {
  border-bottom: 1px solid #d9d9d9;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 50px;
  font-size: 12px;
  overflow: hidden;
}

#glass-bar #breadcrumbs {
  width: 80%;
  float: left;
  line-height: 20px;
}

#glass-bar #breadcrumbs span {
  padding: 0 7px;
}

#print-share {
  width: 20%;
  float: right;
}

#print-share ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

#print-share ul li {
  float: right;
  line-height: 20px;
}

#print-share ul li a {
  display: block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: right;
}

#print-share ul li a:hover {
  color: #8c9831;
}

#print-share ul li a.print {
  background-image: url("../../images/icon_small_print.png");
}

#print-share ul li a.like {
  background-image: url("../../images/icon_small_like.png");
}

#print-share ul li a.twitter {
  background-image: url("../../images/icon_small_twitter.png");
}

#print-share ul li a.facebook {
  background-image: url("../../images/icon_small_facebook.png");
}

#print-share ul li a.google {
  background-image: url("../../images/icon_small_google.png");
}

#print-share ul li a.linkedin {
  background-image: url("../../images/icon_small_linkedin.png");
}

#page-header {
  margin-bottom: 50px;
  color: #004E33;
}

#page-header * {
  text-shadow: 0 -1px 1px #FFF;
}

#content .fifty {
  width: 48%;
}

#content .fifty.left {
  float: left;
  margin-right: 2%;
}

#content .fifty.right {
  float: right;
  margin-left: 2%;
}

#office-list .office {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0;
  overflow: hidden;
}

#office-list .office h4 {
  margin-bottom: 10px;
  font-weight: 300;
}

/* color:#328dc6 */
#office-list .office dl dt {
  width: 50%;
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
}

#office-list .office dl dd {
  width: 50%;
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
}

/* -------- PAGINATION */
#page-navigation {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

#page-navigation div {
  width: 50%;
  float: left;
}

#page-navigation div.previous {
  text-align: right;
}

#page-navigation div a span {
  display: inline-block;
}

/* -------- PRODUCT FINDER */
#product-finder {
  background: #f2f2f2;
}

#product-finder .headings-holder {
  background: #4b2f5f;
  padding: 1px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #1f567a;
}

#product-finder .headings-holder h2 {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  font-weight: 500;
  margin-top: 20px;
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 10px;
}

#product-finder .headings-holder p {
  color: #c9c1cf;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

#product-finder .form-holder {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 20px 20px 0 20px;
}

#product-finder .form-holder .faux-button {
  margin-bottom: 15px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

#product-finder .form-holder p.ipa {
  font-size: 11px;
  color: #656565;
  text-align: right;
  padding-right: 24px;
  line-height: 1.4em;
  background: url(../../images/mini_padlock.gif) no-repeat right;
}

/* -------- MODULE - COMMENTS */
#comments ol ul {
  list-style: none;
}

#comments li h3 a {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  margin-left: 10px;
}

#comments li h3 a.comment-author-email {
  background: url("../../images/icon_small_email.png");
}

#comments li h3 a.comment-reply-link {
  background: url("../../images/icon_small_reply.png");
}

#comments li h6 {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 300;
}

#comments li p:last-child {
  margin-bottom: 0;
}

#comments ol ul.children {
  background: url("../../images/comment_indent.png") no-repeat 9px 4px;
}

#respond form p.form-submit input {
  width: auto;
}

#respond form p.comment-form-rating .radio-group {
  display: block;
}

#respond form p.comment-form-rating .radio-group label {
  margin-right: 4px;
}

#respond form p.comment-form-rating .radio-group input {
  width: auto;
  margin-right: 10px;
}

.holder {
  /*border-radius:4px;box-shadow:inset 0 -1px 1px rgba(0,0,0,0.3);    */
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.holder.white {
  background: #FFF;
}

.holder.grey {
  background: #F2F2F2;
}

.holder p:last-child {
  margin-bottom: 0;
}

.holder.supplier {
  position: relative;
}

.holder.supplier p {
  position: absolute;
  top: 20px;
  right: 20px;
}

.holder.supplier p a {
  background: url("../../images/icon_small_arrow_right.png") no-repeat right 50%;
  padding-right: 20px;
}

.holder.supplier table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}

.holder.supplier table thead th {
  background: #e6e6e6;
  border-bottom: 1px solid #b6b6b7;
  font-weight: bold;
}

.holder.supplier table tbody td {
  width: 33%;
}

.holder.supplier table td,
.holder.supplier table th {
  padding: 5px 8px;
}

/* -------- MODULE - FOOTER */
#footer {
  min-height: 40px;
  background: #C8C8C8;
  text-align: center;
}

#footer .inner {
  padding: 30px 0;
  padding-bottom: 50px;
}

#footer .inner h2 {
  text-transform: uppercase;
  background-size: contain;
  color: #004E33;
  font-size: 21px;
  height: 50px;
  padding-top: 20px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 10px;
  font-weight: bold;
}

#footer .inner p {
  color: #646464;
  font-weight: bold;
}

#footer .inner a {
  color: #646464;
  font-weight: bold;
  text-decoration: none;
}

#footer .inner .social {
  height: 32px;
  color: #b2b2b2;
  font-size: 21px;
  font-weight: 300;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
}

#footer .inner .social a img {
  background-color: white;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}

#footer .inner .social a:hover img {
  background: transparent;
}

#footer .inner .social a img {
  vertical-align: middle;
  margin: -5px 2px 0 2px;
}

/* -------- BUTTONS */
a.faux-button {
  display: inline-block;
}

.faux-button a {
  color: #FFF;
}

.faux-button,
form button,
form input[type=submit] {
  /* background-image:url(../../images/button_sprite.png);
  background-repeat:repeat-x; */
  color: #FEC214 !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background: #004E33;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border: none;
  text-align: center;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
  margin: 0;
}

input[type=submit]:not(#searchsubmit) {
  margin-top: 10px !important;
  box-sizing: inherit;
}

.faux-button:hover, form button:hover, form input[type=submit]:hover {
  cursor: pointer;
}

.faux-button.blue, form button.blue, form input[type=submit].blue, .sendbutton, #respond p.form-submit input {
  /* autoprefixer: off */
  background-color: #328dc6;
  background: -moz-linear-gradient(top, #328dc6 0%, #2978bb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #328dc6), color-stop(100%, #2978bb));
  background: -webkit-linear-gradient(top, #328dc6 0%, #2978bb 100%);
  background: -o-linear-gradient(top, #328dc6 0%, #2978bb 100%);
  background: -ms-linear-gradient(top, #328dc6 0%, #2978bb 100%);
  background: linear-gradient(top, #328dc6 0%, #2978bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#328dc6", endColorstr="#2978bb",GradientType=0 );
}

.faux-button.blue:hover, form button.blue:hover, form input[type=submit].blue:hover, .sendbutton:hover, #respond p.form-submit input:hover {
  /* autoprefixer: off */
  background-color: #70afd7;
  background: -moz-linear-gradient(top, #70afd7 0%, #5ba0d0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70afd7), color-stop(100%, #5ba0d0));
  background: -webkit-linear-gradient(top, #70afd7 0%, #5ba0d0 100%);
  background: -o-linear-gradient(top, #70afd7 0%, #5ba0d0 100%);
  background: -ms-linear-gradient(top, #70afd7 0%, #5ba0d0 100%);
  background: linear-gradient(top, #70afd7 0%, #5ba0d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#70afd7", endColorstr="#5ba0d0",GradientType=0 );
}

.faux-button.green, form button.green, form input[type=submit].green, .sendbutton, #respond p.form-submit input {
  /* autoprefixer: off */
  background-color: #a5b33a;
  background: -moz-linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5b33a), color-stop(100%, #8d9932));
  background: -webkit-linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  background: -o-linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  background: -ms-linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  background: linear-gradient(top, #a5b33a 0%, #8d9932 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a5b33a", endColorstr="#8d9932",GradientType=0 );
}

.faux-button.green:hover, form button.green:hover, form input[type=submit].green:hover, .sendbutton:hover, #respond p.form-submit input:hover {
  /* autoprefixer: off */
  background-color: #8c9831;
  background: -moz-linear-gradient(top, #8c9831 0%, #78822b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9831), color-stop(100%, #78822b));
  background: -webkit-linear-gradient(top, #8c9831 0%, #78822b 100%);
  background: -o-linear-gradient(top, #8c9831 0%, #78822b 100%);
  background: -ms-linear-gradient(top, #8c9831 0%, #78822b 100%);
  background: linear-gradient(top, #8c9831 0%, #78822b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8c9831", endColorstr="#78822b",GradientType=0 );
}

.faux-button.pink, form button.pink, form input[type=submit].pink {
  /* autoprefixer: off */
  background-color: #d70065;
  background: -moz-linear-gradient(top, #d70065 0%, #b80157 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d70065), color-stop(100%, #b80157));
  background: -webkit-linear-gradient(top, #d70065 0%, #b80157 100%);
  background: -o-linear-gradient(top, #d70065 0%, #b80157 100%);
  background: -ms-linear-gradient(top, #d70065 0%, #b80157 100%);
  background: linear-gradient(top, #d70065 0%, #b80157 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d70065", endColorstr="#b80157",GradientType=0 );
}

.faux-button.pink:hover, form button.pink:hover, form input[type=submit].pink:hover {
  /* autoprefixer: off */
  background-color: #eb80b2;
  background: -moz-linear-gradient(top, #eb80b2 0%, #dc80ab 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb80b2), color-stop(100%, #dc80ab));
  background: -webkit-linear-gradient(top, #eb80b2 0%, #dc80ab 100%);
  background: -o-linear-gradient(top, #eb80b2 0%, #dc80ab 100%);
  background: -ms-linear-gradient(top, #eb80b2 0%, #dc80ab 100%);
  background: linear-gradient(top, #eb80b2 0%, #dc80ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb80b2", endColorstr="#dc80ab",GradientType=0 );
}

.faux-button.purple, form button.purple, form input[type=submit].purple {
  /* autoprefixer: off */
  background-color: #4b2f5f;
  background: -moz-linear-gradient(top, #4b2f5f 0%, #3d264d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b2f5f), color-stop(100%, #3d264d));
  background: -webkit-linear-gradient(top, #4b2f5f 0%, #3d264d 100%);
  background: -o-linear-gradient(top, #4b2f5f 0%, #3d264d 100%);
  background: -ms-linear-gradient(top, #4b2f5f 0%, #3d264d 100%);
  background: linear-gradient(top, #4b2f5f 0%, #3d264d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4b2f5f", endColorstr="#3d264d",GradientType=0 );
}

.faux-button.purple:hover, form button.purple:hover, form input[type=submit].purple:hover {
  /* autoprefixer: off */
  background-color: #402851;
  background: -moz-linear-gradient(top, #402851 0%, #342142 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #402851), color-stop(100%, #342142));
  background: -webkit-linear-gradient(top, #402851 0%, #342142 100%);
  background: -o-linear-gradient(top, #402851 0%, #342142 100%);
  background: -ms-linear-gradient(top, #402851 0%, #342142 100%);
  background: linear-gradient(top, #402851 0%, #342142 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#402851", endColorstr="#342142",GradientType=0 );
}

.faux-button.grey, form button.grey, form input[type=submit].grey {
  /* autoprefixer: off */
  background-color: #a6a6a6;
  background: -moz-linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6a6a6), color-stop(100%, #8e8e8e));
  background: -webkit-linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  background: -o-linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  background: -ms-linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  background: linear-gradient(top, #a6a6a6 0%, #8e8e8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6a6a6", endColorstr="#8e8e8e",GradientType=0 );
}

.faux-button.grey:hover, form button.grey:hover, form input[type=submit].grey:hover {
  /* autoprefixer: off */
  background-color: #d3d3d3;
  background: -moz-linear-gradient(top, #d3d3d3 0%, #c7c7c7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #c7c7c7));
  background: -webkit-linear-gradient(top, #d3d3d3 0%, #c7c7c7 100%);
  background: -o-linear-gradient(top, #d3d3d3 0%, #c7c7c7 100%);
  background: -ms-linear-gradient(top, #d3d3d3 0%, #c7c7c7 100%);
  background: linear-gradient(top, #d3d3d3 0%, #c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3d3d3", endColorstr="#c7c7c7",GradientType=0 );
}

.faux-button.small, form button.small, form input[type=submit].small {
  padding: 6px 10px;
  font-size: 14px;
}

.faux-button.medium, form button.medium, form input[type=submit].medium,
.sendbutton, #respond p.form-submit input {
  padding: 10px;
  font-size: 17px;
}

.faux-button.large, form button.large, form input[type=submit].large {
  padding: 14px;
  font-size: 22px;
}

/* -------- PPC PRODUCTS LIST */
#ppc-products-list .product {
  border-top: 1px solid #d9d9d9;
  clear: both;
  padding: 23px 0;
  overflow: hidden;
}

#ppc-products-list .product ul.icon-features {
  padding: 0;
  list-style: none;
}

#ppc-products-list .product ul.icon-features li {
  float: left;
  width: 100px;
  height: 48px;
  background: #EEE;
  margin: 0 5px 5px 0;
  list-style: none;
}

#ppc-products-list .product h4 {
  margin: 23px 0 10px 0;
}

#ppc-products-list .product .faux-button {
  float: right;
}

/* -------- IE8 FIXES */
.ie8 form.cform ol li input.cf-box-b {
  border: none;
  padding: 0;
}

.ie8 form.cform input.sendbutton,
.ie8 .faux-button {
  border-bottom: 1px solid #8f0144;
}

/* -------- IE7 FIXES */
.ie7 form.cform ol li input.cf-box-b {
  border: none;
}

.ie7 form.cform input.sendbutton,
.ie7 .faux-button {
  border-bottom: 1px solid #8f0144;
}

/*  --------------------------------------------------
    Reveal Modals
    -------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -255px;
  width: 450px;
  background: #FFF;
  position: absolute;
  z-index: 101;
  padding: 30px 30px 7px 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal.small {
  width: 300px;
  margin-left: -180px;
}

.reveal-modal.medium {
  width: 450px;
  margin-left: -255px;
}

.reveal-modal.large {
  width: 600px;
  margin-left: -330px;
}

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -430px;
}

.reveal-modal .close-reveal-modal {
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

.mqs {
  display: block;
  height: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}

.slides_container {
  width: 470px;
  height: 170px;
}

.slides_container div {
  width: 470px;
  height: 170px;
  display: block;
}

@media only screen and (max-width: 960px) {
  .mqs {
    background-color: red;
  }

  #content .fifty {
    width: 100%;
  }

  #ideal-purposes .purpose {
    width: 46%;
    padding: 0 2%;
  }

  #navigation ul li a {
    font-size: 12px;
    line-height: 12px;
    padding: 30px 8px 12px 8px;
    font-weight: 500;
  }

  #navigation ul li a:hover {
    padding: 30px 8px 17px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .mqs {
    background-color: orange;
  }

  #breadcrumbs {
    display: none;
  }

  #print-share {
    width: 100%;
  }

  #banner #feature-logos {
    width: 150px;
  }

  #content {
    width: 64%;
  }

  #sidebar {
    width: 32%;
  }

  body.scanner #sidebar.right,
body.scanner #content.left {
    width: 48%;
  }

  #footer .inner h2 {
    font-size: 16px;
    line-height: 18px;
  }

  #feature-picker li a {
    font-size: 15px;
  }

  #navigation ul {
    padding: 0;
    background: none;
  }

  #navigation ul li {
    padding: 0;
    background: none;
    margin: 6px;
    height: auto;
  }

  #navigation ul li a {
    line-height: 10px;
    display: block;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: bold;
  }

  #navigation ul li a:hover {
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.2);
  }

  .scanner-list .holder table tr td {
    display: block;
    width: 100%;
  }

  .scanner-list .holder table tr td.image {
    text-align: center;
    padding-bottom: 20px !important;
  }

  .scanner-list .holder table tr td.button {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .mqs {
    background-color: yellow;
  }

  #content,
#sidebar,
body.scanner #sidebar.right,
body.scanner #content.left {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media only screen and (max-width: 520px) {
  .mqs {
    background-color: green;
  }

  #searchform {
    display: none;
  }

  #banner #feature-logos {
    display: none;
  }

  #ideal-purposes .purpose {
    width: 100%;
  }

  #menu-tabs {
    padding-left: 10px;
  }

  #menu-tabs li {
    margin-right: 10px;
  }

  #menu-tabs li a {
    padding: 10px;
    line-height: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .row.inner {
    float: left;
    min-width: 0px;
    width: 90% !important;
    margin: 0 5% !important;
  }

  #print-share {
    bottom: 0;
    float: left;
    position: absolute;
    width: 200px;
  }

  .mqs {
    background-color: blue;
  }

  #glass-bar {
    display: none;
  }
}
.icon--distributor {
  display: block;
  width: 13px;
  height: 18px;
  background: url("../../images/padlock.png") no-repeat center center;
  background-size: 100% auto;
  margin: -3px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .scanner-list .holder table,
.scanner-list .holder tbody,
.scanner-list .holder table tr,
.scanner-list .holder table img {
    display: block !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
iframe[name=google_conversion_frame] {
  display: none;
}

.menu-item-language .sub-menu {
  position: fixed;
  z-index: 99;
  top: 105px;
  background: white;
  line-height: 10px;
  display: none;
}
.menu-item-language .sub-menu li {
  height: 31px !important;
}
.menu-item-language .sub-menu li a {
  padding: 5px !important;
}
@media (max-width: 768px) {
  .menu-item-language .sub-menu {
    width: 100%;
    left: 0;
    background: white !important;
    top: auto;
  }
}
.menu-item-language:hover .sub-menu {
  display: block;
}

@media print {
  body {
    margin: 0 !important;
    width: 100% !important;
    font-size: 60% !important;
  }

  * {
    text-shadow: none !important;
    line-height: 1.4em !important;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address {
    margin-bottom: 1em !important;
  }

  h1, h2, h3, h4, h5, h6 {
    padding: 0 !important;
  }

  h1 {
    font-size: 3em !important;
  }

  h2 {
    font-size: 2em !important;
  }

  h3 {
    font-size: 1.5em !important;
  }

  h4 {
    font-size: 1.25em !important;
  }

  h5 {
    font-size: 1em !important;
  }

  h6 {
    font-size: 1em !important;
  }

  #page-header {
    margin-bottom: 0 !important;
  }

  #office-list {
    width: 100% !important;
    float: none !important;
  }

  #navigation,
#footer,
#sidebar,
#glass-bar,
#page-navigation,
#comments,
#respond,
#contact-form,
#prim_nav,
#searchform {
    display: none;
  }

  #content {
    float: none;
    clear: both;
    width: 100%;
  }

  .queries {
    display: none;
  }

  .builder h1 {
    font-size: 2.2em !important;
  }
  .builder h2 {
    font-size: 1.2em !important;
  }
  .builder h3 {
    font-size: 1em !important;
  }
  .builder h4 {
    font-size: 0.8em !important;
  }
  .builder h5 {
    font-size: 0.7em !important;
  }
  .builder h6 {
    font-size: 0.6em !important;
  }
  .builder p, .builder a {
    font-size: 1em !important;
  }
  .builder table {
    font-size: 15px !important;
  }
  .builder th {
    font-size: 16px !important;
  }
  .builder img {
    position: static !important;
    display: block !important;
    max-width: 300px !important;
    margin: 20px auto !important;
    float: none !important;
  }
  .builder .btn {
    float: none !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    display: block !important;
    color: #1c9ee8 !important;
    background: transparent !important;
    text-align: left !important;
    text-decoration: underline;
  }
  .builder .btn:after {
    content: "(" attr(href) ")";
    margin-left: 5px;
  }
}
body {
  overflow-x: hidden;
}

a {
  color: #004E33;
}

a:hover {
  color: #FEC214;
}

h1, h2, h3, h4, h5, h6, legend {
  color: #004E33;
  font-weight: bold;
}

#ideal-purposes .purpose h3, .fifty h3 {
  color: #004E33;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

#ideal-purposes .purpose a, .fifty a {
  color: #004E33;
  font-weight: bold;
  text-decoration: underline;
}

#ideal-purposes .purpose > a {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#ideal-purposes .purpose > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #C5DE92;
  transition: all 0.3s linear;
}

#ideal-purposes .purpose p {
  font-size: 19px;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
}

#ideal-purposes:not(.frontpage-links) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
}
#ideal-purposes:not(.frontpage-links) .purpose {
  width: 100%;
}
@media (min-width: 520px) {
  #ideal-purposes:not(.frontpage-links) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 960px) {
  #ideal-purposes:not(.frontpage-links) {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
  }
}

.frontpage-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
}
.frontpage-links .frontpage-link {
  width: 100% !important;
}
.frontpage-links .frontpage-link h3 + a {
  overflow: hidden;
}
.frontpage-links .frontpage-link h3 + a img {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.frontpage-links .frontpage-link h3 + a:after {
  content: "";
  display: block;
}
.frontpage-links .frontpage-link h3 + a:before {
  z-index: 2;
}
@media (min-width: 520px) {
  .frontpage-links {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .frontpage-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .frontpage-links .frontpage-link h3 + a:after {
    padding-top: 64%;
  }
}

#slideShowHolder {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  margin-top: -1px;
}

#homePageSlideShowOne, #slideShowControls {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#homePageSlideShowOne {
  overflow-y: hidden;
  max-height: 387px;
}

#slideShowControls {
  position: relative;
  z-index: 1;
}
#slideShowControls:before {
  content: "";
  position: absolute;
  background: #004E33;
  width: 300%;
  height: 100%;
  left: -100%;
  z-index: 0;
}
#homePageSlideShowOne {
  width: 500%;
  background: #EBEBEB;
}

#homePageSlideShowOne li {
  float: left;
  width: 20%;
  height: auto;
  overflow: hidden;
  max-height: 330px;
  min-height: 330px;
  position: relative;
}

.slideCenter {
  margin: 0 auto;
  max-width: 1280px;
  min-width: 360px;
  position: relative;
  height: 387px;
}

.slideRight {
  height: 100%;
  left: 0%;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0px;
  bottom: 0;
}

.slideRight img {
  float: left;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
}

.halfOfSlide {
  float: left;
  width: 50%;
}

.firstHalf {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1280px) and (min-width: 980px) {
  .firstHalf {
    padding: 0 20px;
  }
}
.halfOfSlide.firstHalf a {
  color: #004E33;
}
.halfOfSlide.firstHalf a:not(.slideShowButton) {
  text-decoration: underline;
  font-weight: bold;
}

.halfOfSlide.firstHalf a:hover {
  color: #004E33;
}

.halfOfSlide img {
  float: left;
  height: 100%;
  margin-top: 40px;
}

#slideShowControls {
  background: #004E33;
  display: flex;
  height: 45px;
}

#slideShowControls li {
  float: left;
  width: 20%;
  margin: 0px;
  padding: 0px;
  max-width: 192px;
  text-align: center;
  height: auto;
  border-top: 4px solid transparent;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  transition: all 0.25s linear;
}
#slideShowControls li:first-child {
  margin-left: auto;
}
#slideShowControls li:last-child {
  margin-right: auto;
}

#slideShowControls li h4 {
  color: #231F20;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.25s linear;
  letter-spacing: 0.03em;
  font-weight: 500;
}

#slideShowControls li p {
  float: left;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
  color: #DA6FAB;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  font-family: Archivo Narrow, Arial, Helvetica, sans-serif;
}
#slideShowControls li p:empty {
  display: none;
}

#slideShowControls li:hover {
  border-top: 4px solid #FEC214;
  cursor: pointer;
  display: block;
}

#slideShowControls li.active {
  border-top: 4px solid #FEC214;
  cursor: pointer;
  display: block;
}

.isActive {
  display: none;
  height: 11px;
  margin: 0 auto;
  width: 14px;
}

.halfOfSlide h2 {
  clear: both;
  color: #004E33;
  float: left;
  font-size: 50px;
  margin-top: 40px;
  margin-bottom: 30px;
  text-indent: -2px;
  width: 100%;
  font-weight: bold !important;
  text-transform: uppercase;
}

p.description {
  float: left;
  width: 47%;
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 30px;
  min-height: 70px;
  font-weight: 100;
  margin-right: 53%;
}

p.description img {
  margin: 10px 0px 0px 0px;
  float: left;
  height: auto;
  width: 90%;
}

.halfOfSlide p a img {
  float: left;
  margin: 0px;
}

a.slideShowButton {
  background: none repeat scroll 0 0 #004E33;
  clear: none;
  color: #FEC214 !important;
  cursor: pointer;
  float: left;
  font-size: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-top: 0;
  max-width: 200px;
  line-height: 22px;
  padding: 13px 18px 13px 34px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  transition: all 0.3s linear;
}
a.slideShowButton:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #FEC214;
  transition: all 0.3s linear;
}

a.slideShowButton:hover {
  padding-left: 40px;
}
a.slideShowButton:hover:before {
  border-left-width: 30px;
}

/*a.slideShowButton:after{
	background: url("http://www.colortrac.com/wp-content/themes/colortrac/images/sliderLinkIcon.png") repeat scroll 0 0 transparent;
	content: " ";
	height: 12px;
	position: absolute;
	right: 12px;
	top: 13px;
	width: 12px;
	z-index: 70;
}*/
a.slideShowButton:after img {
  float: left;
  width: 10px;
  height: 10px;
}

/*#navigation:after, #footer:before {
	background: url("http://www.colortrac.com/wp-content/themes/colortrac/images/color_strip_bkg.png") repeat-y scroll center top / 100% 5px transparent;
	border-radius: 7px 7px 0 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
	content: "";
	display: block;
	height: 7px;
	margin: 0 2%;
	width: 96%;
}

#footer:before {
	border-radius: 0 0 7px 7px !important;
}	*/
#ideal-purposes {
  float: left;
  margin-top: 20px;
}

#ideal-purposes h2 {
  display: none;
}

#glass-bar {
  display: none;
}

#ideal-purposes .purpose {
  margin-top: 20px;
}

.faux-button.green, form button.green, form input.green[type=submit], .sendbutton, #respond p.form-submit input {
  /*background: -moz-linear-gradient(center top , #1C9EE8 0%, #1C9EE8 100%) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C9EE8', endColorstr='#1C9EE8',GradientType=0 );
  background: -webkit-linear-gradient(top, #1C9EE8 0%,#1C9EE8 100%);
  background-image:-ms-linear-gradient(rgb(28, 158, 232) 0%, rgb(28, 158, 232) 100%);*/
  box-shadow: 0px;
  background: #004E33;
  border-radius: 0;
}

.faux-button.green:hover, form button.green:hover, form input.green[type=submit]:hover, .sendbutton:hover, #respond p.form-submit input:hover {
  /*background: -moz-linear-gradient(center top , #0997f1 0%, #0997f1 100%) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #0997f1 0%,#0997f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0997f1', endColorstr='#0997f1',GradientType=0 );
  background-image:-ms-linear-gradient(rgb(9, 151, 241) 0%, rgb(9, 151, 241) 100%);		*/
  background: #004E33;
  color: #FEC214 !important;
  box-shadow: 0px;
}

.faux-button.grey {
  color: #fff !important;
}

.faux-button.purple {
  background: #004E33 !important;
  border-radius: 0;
}

.faux-button.purple:hover {
  background: #004E33;
}

.faux-button.green, .faux-button.purple {
  position: relative;
  line-height: 22px;
  padding: 13px 18px 13px 34px;
  transition: all 0.3s linear;
  width: auto !important;
  text-transform: uppercase;
  background: #004E33;
  color: #FEC214 !important;
}
.faux-button.green:before, .faux-button.purple:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #FEC214;
  transition: all 0.3s linear;
}
.faux-button.green:hover, .faux-button.purple:hover {
  padding-left: 40px !important;
}
.faux-button.green:hover:before, .faux-button.purple:hover:before {
  border-left-width: 30px;
}
.faux-button.green.large:hover, .faux-button.purple.large:hover {
  padding-left: 40px !important;
}

.button-list li a:hover {
  color: #ffffff !important;
  /*background: #1778af;*/
}

.button-list li {
  display: block !important;
  padding: 9px 14px 9px 14px !important;
  width: 100% !important;
}
.button-list li:before {
  display: none;
}
.button-list li.faux-button.green:hover, .button-list li.faux-button.purple:hover {
  color: #FEC214 !important;
  padding-left: 14px !important;
}
.button-list li.faux-button.green:hover a, .button-list li.faux-button.purple:hover a {
  color: #FEC214 !important;
}
.button-list li.purple a {
  color: #FEC214 !important;
}
.button-list li span {
  background: #FEC214 !important;
  color: #004E33;
}

.faux-button.purple, form button.purple, form input.purple[type=submit] {
  background: #1778af;
}

/*Search Buttno Coloring */
#banner #searchform #searchsubmit {
  background: #1C9EE8;
}

#banner #searchform #searchsubmit:hover {
  background: #1778AF;
}

/*Make homepage containers full width */
#bertl-report, #isis-driver {
  float: left;
  width: 100% !important;
  padding-bottom: 0px;
}

#home-feature {
  display: none;
}

/*Following style changes requested to get rid of negative space in the design for the home page*/
#banner {
  padding: 25px 0px;
}

#homePageSlideShowOne li {
  max-height: 387px;
  min-height: 387px;
}

.halfOfSlide h2 {
  margin-top: 45px;
  margin-bottom: 15px;
}

/* Get a quote button */
#getAQuoteBackground {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 159px;
  height: 107px;
  border: 1px solid #b7b7b7;
  background: url("../images/getAQuoteBackground.png") #ffffff;
  display: block;
  border-bottom: 0px;
  z-index: 900;
}

#findOutMoreButton {
  background: none repeat scroll 0 0 #0789DB;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  font-weight: 100;
  height: 27px;
  line-height: 27px;
  margin: 58px 24px 24px;
  padding-left: 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 101px;
}

#findOutMoreButton:hover {
  background: #0997F1;
}

#findOutMoreButton:after {
  background: url("../images/CTAAfterBit.png");
  content: " ";
  height: 8px;
  margin-right: -1px;
  margin-top: -4px;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 3px;
}

@media only screen and (max-width: 980px) {
  #getAQuoteBackground {
    right: 17px;
  }

  #print-share {
    display: none;
  }

  #searchform {
    right: 195px;
  }

  .firstHalf {
    margin-left: 5%;
    width: 90%;
  }

  a.slideShowButton {
    margin-bottom: 40px;
  }

  .halfOfSlide h2 {
    width: 105%;
  }

  .firstHalf {
    margin-left: 5%;
    width: 95%;
  }

  .slideRight {
    right: 65%;
  }

  #slideShowHolder {
    width: 100%;
    margin: 0 0;
  }

  p.description img {
    float: left;
    width: 80%;
    height: auto;
  }

  #ideal-purposes a {
    padding-top: 70%;
  }
  #ideal-purposes a img {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 700px) {
  #banner #searchform {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #slideShowHolder {
    display: none;
  }

  #banner a:first-child {
    display: block;
    float: none;
    margin: 10px auto;
    width: 255px;
  }

  #getAQuoteBackground {
    float: none !important;
    margin: 15px auto 0px auto !important;
    display: block !important;
    clear: both !important;
    position: static !important;
  }

  #findOutMoreButton {
    float: left !important;
    margin: 58px 24px 24px !important;
    line-height: 27px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
  }

  #getAQuoteBackground a {
    margin-left: 20px !important;
    max-width: 111px;
  }
}
@media only screen and (max-width: 400px) {
  #banner {
    padding-bottom: 0px;
  }

  #banner img {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }

  #ideal-purposes .purpose h3 {
    min-height: 0px;
  }

  #ideal-purposes h2 {
    display: block;
    float: left;
    font-size: 2em;
    width: 100%;
    text-align: center;
  }

  .inner {
    min-width: 0px !important;
    width: 90% !important;
    margin: 0 5% !important;
  }

  #print-share {
    display: none;
  }

  .mqs {
    background-color: blue;
  }

  #glass-bar {
    display: none;
  }
}
.search-form {
  float: right;
  margin-top: 20px;
  margin-right: 33px;
}
.search-form > form {
  display: flex;
}
.search-form > form:hover input[type=text] {
  opacity: 1;
}
.search-form > form input[type=text] {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.search-form > form #searchsubmit {
  background-image: url("/wp-content/themes/colortrac/images/search-icon.png");
  background-repeat: no-repeat;
  color: transparent !important;
  text-shadow: none;
  box-shadow: none;
  border: none;
  width: 33px;
  height: 33px;
  padding: 0;
  border-radius: 0;
  flex: 1 0 auto;
}

.footer-payoff {
  padding: 10px 20px;
  background: #004E33;
  text-align: center;
  color: #FEC214;
  font-size: 21px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.3em;
}
.footer-payoff:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -100%;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #004E33;
  transform: rotate(90deg);
  margin-bottom: 5px;
}

.cta-container {
  background: #C5DE92;
  clear: both;
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 40px;
}
.cta-container h2 {
  color: black;
  font-weight: bold;
}
.cta-container:before {
  content: "";
  position: absolute;
  left: -100%;
  height: 100%;
  top: 0;
  width: 300%;
  background: #C5DE92;
}
.cta-container > * {
  position: relative;
}
.cta-container--alternate {
  background: #EBEBEB;
}
.cta-container--alternate:before {
  background: #EBEBEB;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

.site-logo {
  float: left;
  width: 27%;
  margin-top: 10px;
}

#navigation #prim_nav {
  width: 70%;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #navigation #prim_nav {
    display: flex;
  }
}

#navigation ul li {
  float: none;
}
#navigation ul li:first-child {
  margin-left: auto;
}
@media (min-width: 768px) {
  #navigation ul li:last-child a {
    padding-right: 0;
  }
}

#banner #print-share {
  position: relative;
  width: 50%;
  float: left;
  bottom: 0;
  right: 0;
  top: 5px;
  left: 10px;
}

#banner #searchform {
  position: static;
  width: 50%;
  float: left;
}

.banner__inner {
  float: right;
  width: 50%;
}

#navigation ul li {
  height: 71px;
}

#navigation ul li a {
  line-height: 13px;
  font-size: 15px;
  height: 100%;
}

@media (max-width: 1025px) and (min-width: 949px) {
  #banner {
    padding-right: 25px;
  }

  #banner #print-share {
    left: 0;
  }
}
@media (max-width: 950px) {
  .banner__inner {
    width: 100%;
    float: none;
    text-align: center;
  }

  #banner #searchform,
#banner #print-share {
    float: none;
    display: inline-block !important;
    width: 35%;
    text-align: center;
  }

  #print-share ul li {
    float: none;
    display: inline-block !important;
  }
}
@media (max-width: 851px) {
  .site-logo,
#navigation #prim_nav {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
  }

  #navigation ul li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  #navigation ul li,
#navigation ul li a {
    height: auto;
  }
}
@media only screen and (max-width: 980px) {
  #print-share {
    display: block !important;
  }
}
@media (max-width: 650px) {
  #banner #print-share {
    margin: 0 0 25px 0;
  }

  #banner #searchform,
#banner #print-share {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #banner a:first-child {
    margin: 0 0 0 10px;
    width: 20px;
  }
}
.menu-lock {
  background-image: url("../../images/lock-inverse.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  margin-top: -4px;
}

body {
  position: relative;
}

/* Reduce Z-layer of the Get a quote button */
#getAQuoteBackground {
  z-index: 799;
}

.maskingLayer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: url("../../images/maskingLayerBackground.png");
  z-index: 800;
  display: none;
}

.sensorDemonstrationContainer {
  background: none repeat scroll 0 0 #FFFFFF;
  height: auto;
  margin: 3.6% auto;
  min-height: 400px;
  max-width: 1024px;
  width: 1024px;
  position: relative;
  display: none;
}

.sensorDemonstrationPanel {
  display: none;
  float: left;
  height: auto;
  width: 100%;
  background: #ffffff;
  min-height: 400px;
}

.sensorH2 {
  background: none !important;
  color: #111111 !important;
  float: left !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-shadow: none !important;
  text-transform: none !important;
  width: 100% !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  height: auto !important;
}

.sensorDemonstrationPanel > h3 {
  color: #262626;
  float: left;
  font-size: 24px;
  height: auto;
  margin: 10px 0;
  width: 100%;
}

.documentChoiceHolder {
  float: left;
  width: 33.3%;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  background: #ffffff;
  transition: background 1s;
}

.documentChoice {
  float: left;
  width: 100%;
  height: 210px;
  margin-top: 40px;
}

.documentChoice a {
  float: left;
  width: 100%;
  height: auto;
  background: #0889db;
  border: 50px;
}

.documentChoice a {
  background: none repeat scroll 0 0 #0889DB;
  border: 50px none;
  border-radius: 100px 100px 100px 100px;
  display: block;
  height: 180px;
  float: none !important;
  width: 180px;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: width 1s, height 1s, transform 1s;
}

.documentChoice a:hover {
  width: 200px;
  height: 200px;
  transition: all 1s;
}

.documentChoice a:hover img {
  margin: 65px auto;
  transition: all 1s;
}

.documentChoice img {
  margin: 56px auto;
}

.documentChoiceHolder h4, .documentChoiceHolder h5 {
  color: #111111;
  float: left;
  font-size: 21px;
  text-align: center;
  width: 100%;
  margin: 0;
  cursor: pointer;
  transition: color 1s;
}

.documentChoiceHolder:hover h4, .documentChoiceHolder:hover h5 {
  color: #0889DB;
  transition: color 1s;
}

.documentChoiceHolder h5 {
  font-weight: 100;
}

.bottomLine {
  background: none repeat scroll 0 0 #0889DB;
  height: 1px;
  margin: 10px 25% !important;
  width: 50%;
  float: left;
}

.progressMonitor {
  float: left;
  width: 25%;
  margin: 20px 35.5% 30px;
  height: auto;
  border: 1px solid #cbcbcb;
  border-radius: 30px;
  padding: 0px 20px;
}

.progressSpecialMargin {
  margin: 20px 0 20px 35.5%;
}

.introductionButtonHolder {
  float: left;
  height: 57px;
  margin: 20px 0;
  width: 33%;
}

.progressMonitor ul {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 236px;
}

.progressMonitor ul li {
  background: none repeat scroll 0 0 #CBCBCB;
  border-radius: 20px 20px 20px 20px;
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  font-weight: 900;
  height: 37px;
  line-height: 39px;
  list-style: none outside none;
  margin: 10px 11px;
  text-align: center;
  width: 37px;
  position: relative;
}

.progressMonitor ul li:before {
  background: none repeat scroll 0 0 #CBCBCB;
  content: " ";
  height: 1px;
  left: -22px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 24px;
}

.progressMonitor ul li:first-child:before {
  display: none !important;
}

.activeItem {
  background: none repeat scroll 0 0 #0889DB !important;
  cursor: default;
}

.activeItem:before {
  background: #0889DB !important;
}

.closeThis {
  position: absolute;
  width: 55px;
  height: 55px;
  background: url("../../images/closeThis.jpg");
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 10;
}

.closeThis:Hover {
  background-position: -55px 0;
}

.totemImage {
  display: block;
  float: none;
  margin: 10px auto -20px;
  max-width: 53px;
}

.sensorButtonHolder {
  float: left;
  width: 100%;
  height: 57px;
  position: relative;
  display: none;
}

.choiceButton {
  background: none repeat scroll 0 0 #0889DB;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  font-weight: 100;
  height: 57px;
  line-height: 57px;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}

.choiceButton:hover {
  text-decoration: underline;
}

.previous {
  position: absolute;
  top: 0;
  left: 5%;
  background: #CBCBCB;
}

.finish {
  position: absolute;
  top: 0;
  right: 5%;
}

.inactive {
  background: #cbcbcb;
  cursor: default;
}

.sensorChallangePanel {
  float: left;
  height: auto;
  width: 100%;
  display: none;
}

.chooseImage {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.chooseImage li {
  float: left;
  width: 100%;
  height: auto;
  list-style: none;
  display: none;
}

.chooseImage li:first-child {
  display: block;
}

.imagehalf {
  float: left;
  height: auto;
  margin: 0 3%;
  max-width: 600px;
  padding: 2%;
  position: relative;
  width: 40%;
}

.correctImage {
  background: url("../../images/correctImageBackground.png");
  height: 128px;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
  position: absolute;
  top: 50%;
  width: 128px;
  z-index: 999;
  display: none;
}

.incorrectImage {
  background: url("../../images/incorrectImageBackground.png");
}

.imagehalf img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.chooseImagePosition {
  height: 30px;
  margin: 3px auto 0;
  width: 400px;
  border: 1px solid #CBCBCB;
  border-radius: 30px 30px 30px 30px;
  padding: 10px 20px;
}

.chooseImagePosition li {
  background: none repeat scroll 0 0 #cbcbcb;
  border-radius: 16px 16px 16px 16px;
  color: #FFFFFF;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  list-style: none outside none;
  margin: 0 4px;
  position: relative;
  width: 32px;
}

.chooseImagePosition li:before {
  content: " ";
  width: 11px;
  left: -10px;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
}

.chooseImagePosition li:first-child:before {
  display: none;
}

.buttonSelectionHolder {
  float: left;
  height: auto;
  width: 50%;
  width: 25%;
  margin: 10px 0 0 12%;
}

.rightSelectContainer {
  float: right;
  margin: 10px 12% 0 0%;
}

.selectThisOne {
  background: none repeat scroll 0 0 #0889DB;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 100;
  height: 57px;
  line-height: 57px;
  margin: 0 auto 30px auto;
  text-align: center;
  width: 200px;
}

.selectThisOne:hover {
  text-decoration: underline;
}

.challengeCompletedBanner {
  float: left;
  width: 100%;
  height: auto;
  background: url("../../images/challengeComlpetedbackground.png") #098adb;
  background-size: cover;
  background-position: center center;
  min-height: 240px;
  position: relative;
}

.challengeCompletedBanner .progressMonitor {
  background: #ffffff;
}

.introductionText {
  float: left;
  margin: 20px 10% 0px;
  text-align: left;
  width: 80%;
  font-size: 16px;
  line-height: 24px;
}

.introductionText:first-child {
  margin-top: 30px;
}

.challengeCompletedBanner h3 {
  color: #FFFFFF;
  display: block;
  float: none;
  height: auto;
  margin: 0 auto;
  min-width: 500px;
  width: 50%;
}

.challengeCompletedBanner h3 span {
  float: left;
  font-size: 30px;
  font-weight: 100;
  position: relative;
  text-align: center;
  width: 100%;
  background: #0889DB;
}

.challengeCompletedBanner span:before,
.challengeCompletedBanner span:after {
  background: none repeat scroll 0 0 #FFFFFF;
  content: " ";
  height: 1px;
  margin: 1px 0;
  position: absolute;
  right: 65%;
  top: 50%;
  width: 40%;
  z-index: 999;
}

.challengeCompletedBanner span:after {
  right: auto;
  left: 65%;
}

.challengeCompletedBanner h4 {
  color: #FFFFFF;
  float: left;
  font-family: "open sans";
  font-size: 52px;
  font-weight: 100;
  line-height: normal;
  margin: 0;
  text-align: center;
  width: 100%;
}

.challengeCompletedBanner p {
  color: #FFFFFF !important;
  float: left;
  margin: 5px 0 24px;
  text-align: center;
  width: 100%;
  font-size: 22px;
}

#shareThisContainer {
  float: left;
  margin: 10px 25% 15px;
  width: 50%;
}

#shareThisContainer span:after,
#shareThisContainer span:before {
  display: none !important;
}

.sensorDemonstrationPanel form {
  border: 1px solid #9b9b9b;
  float: left;
  margin: 5%;
  padding: 20px 10%;
  width: 70%;
  position: relative;
}

.submitDetailTitle {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #262626;
  float: left;
  font-size: 24px;
  font-weight: 900 !important;
  margin: -42px 23% 20px;
  padding: 10px;
  width: 52%;
}

.submitDetailTitle span {
  float: left;
  font-size: 18px;
  width: 100%;
}

.formHalf {
  float: left;
  width: 50%;
}

.formHalf label {
  color: #111111;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
  text-align: left;
  width: 100%;
}

.formHalf input {
  border: 1px solid #9B9B9B;
  border-radius: 0 0 0 0;
  box-shadow: none;
  float: left;
  margin: 0 0 20px;
  padding: 14px 0;
  width: 90%;
  text-indent: 10px;
}

#selectBoxArrows {
  float: left;
  width: 90%;
  position: relative;
  cursor: pointer;
}

#selectBoxArrows:after {
  background: url("../../images/selectOptionAfter.png") repeat scroll 0 0 transparent;
  content: " ";
  height: 42px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 44px;
  cursor: pointer;
  pointer-events: none;
}

.formHalf select {
  border: 1px solid #9B9B9B;
  border-radius: 0 0 0 0 !important;
  box-shadow: none;
  float: left;
  font-size: 16px;
  line-height: 41px;
  padding: 12px 10px 11px 10px;
  width: 100%;
  position: relative;
  cursor: pointer;
  max-height: 46px;
}

.formHalf select option {
  clear: both;
  float: left;
  font-size: 16px;
  padding: 4px 0;
  width: 100%;
  text-indent: 14px;
}

#submitScannerForm {
  border: 0 none;
  border-radius: 0 0 0 0;
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  height: 64px;
  line-height: 34px;
  margin: 20px 20% -51px;
  position: relative;
  width: 60%;
  background: url("../../images/requestCallBackArrow.png") center right no-repeat #162636;
}

#submitScannerForm:hover {
  background-color: #2c4864;
}

#submitScannerForm:after {
  content: " This is a test ";
  top: 0;
  right: 0;
  height: 64px;
  width: 32px;
  border-left: 1px solid #ffffff;
  background: url("../../images/requestCallBackArrow.png") center center;
  position: absolute;
}

.choiceButton:hover .inactive, .inactive:hover {
  cursor: default;
  text-transform: none !important;
}

#thankYoutext {
  color: #0889DB !important;
  float: left;
  font-size: 22px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}

.closeButtonHolder {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.closeButton {
  margin-bottom: 20px;
}

.imagehalf h2 {
  background: none repeat scroll 0 0 transparent !important;
  color: #0889DB !important;
  font-size: 30px !important;
  height: auto !important;
  margin-bottom: 20px !important;
  text-shadow: none !important;
}

.imagehalf p {
  float: left;
  text-align: left;
  width: 100%;
}

.buttonHolder {
  float: left;
  width: 100%;
}

/* Add this class to buttons after they have been clicked to prevent them being spammed*/
.unclickable {
  pointer-events: none;
  cursor: default;
}

.disabledButton {
  pointer-events: none !important;
  cursor: default !important;
}

/* DESCRIPTION BLOCK */
.ImageZoomedOutPreview {
  background: none repeat scroll 0 0 #EAEAEA;
  float: left;
  height: auto;
  margin: 20px 53% -10px 5%;
  width: 40%;
}

.imageZoomedOutContainer {
  float: left;
  height: 97px;
  margin: 4px;
  max-width: 33%;
  overflow: hidden;
  width: auto;
}

.imageZoomedOutContainer img {
  max-width: 100%;
  max-height: 100%;
}

.titlePost {
  color: #0889db !important;
  float: left;
  margin: 5px 0;
  text-align: left;
  text-indent: 10px;
  width: 65%;
}

.ImageZoomDescription {
  float: left;
  font-size: 12px;
  line-height: 16px;
  margin: 2px 0;
  text-align: left;
  text-indent: 10px;
  width: 63%;
}

.ImageZoomDescription span {
  float: right;
}

.thankYouText {
  color: #0889DB !important;
  float: left;
  font-size: 16px;
  margin: 20px 0;
  width: 100%;
}

#introductionTitle {
  margin-top: 75px;
}

.introductionControlsHolder {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.introductionControlsHolder .selectThisOne {
  margin: -34px 0 0;
  position: absolute;
  right: 10%;
  top: 50%;
}

.noDifferenceButtonHolder {
  float: left;
  margin-top: 11px;
  width: 26%;
}

.opinionHolder {
  float: left;
  width: 100%;
}

.pieChartHolder {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: -70px;
}

.opinionHolder > h5 {
  color: #111111;
  float: left;
  font-size: 26px;
  font-weight: 100;
  height: 30px;
  margin: 40px 0 -50px;
  position: relative;
  width: 100%;
  z-index: 100;
}

.opinionGraphic {
  float: left;
  width: 50%;
}

.opinionGraphic:first-child {
  margin-left: -1px;
  border-right: 1px solid #111111;
}

.opinionGraphicBackground {
  display: block;
  float: none;
  height: 296px;
  margin: 20px auto;
  width: 227px;
  background: url("../../images/opinionSwing.jpg");
  position: relative;
  margin-top: 50px !important;
}

.opinionSwing {
  background: url("../../images/opinionGraphicSwinger.png") repeat-y scroll 0 -272px rgba(0, 0, 0, 0);
  height: 260px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 0;
  width: 21px;
}

.rotateThisDiv {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
}

.opinionTitle {
  float: left;
  font-size: 20px;
  text-align: center;
  width: 50%;
}

.clientPrefered, .choiceResult {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  color: #0889DB !important;
  float: left;
  margin: 0 !important;
  text-align: center;
  width: 100%;
  text-decoration: none;
  text-shadow: none !important;
  font-size: 24px !important;
  height: auto !important;
  background-image: none;
}

.choiceResult {
  margin: 20px 0 !important;
  font-size: 20px !important;
}

.resultsPagetext {
  float: left;
  width: 80%;
  margin: 10px 10%;
  font-size: 16px;
  color: #111111 !important;
}

.resultsPagetxt a {
  color: #0889DB;
  text-decoration: underline;
}

.peoplesChoice {
  color: #0889DB !important;
}

.onlineDemoButton {
  background: url("../../images/requestCallBackArrow.png") no-repeat scroll right center #0889DB;
  border: 0 none;
  border-radius: 0 0 0 0;
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  height: 15px;
  margin: 20px 20%;
  padding: 22px 0;
  position: relative;
  width: 60%;
}

.onlineDemoButton:hover {
  background-color: #0797f2;
  cursor: pointer;
}

.onlnieDemoButton:after {
  background: url("../../images/requestCallBackArrow.png") repeat scroll center center rgba(0, 0, 0, 0);
  border-left: 1px solid #FFFFFF;
  content: " This is a test ";
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.productChooser, .productChooser:visited, .productChooser:active, .productChooser:hover, #footer .inner a .productChooser {
  background: url("../../images/productchooserbackground.png") #ffffff;
  border-color: #B7B7B7 #B7B7B7 -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  display: block;
  height: 107px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 159px;
  color: #ffffff !important;
  cursor: pointer;
}

.productChooserButton {
  background: none repeat scroll 0 0 #0789DB;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  font-weight: 100;
  height: 27px;
  line-height: 27px;
  margin: 58px 24px 24px;
  padding-left: 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 101px;
}

.productChooserButton:after {
  background: url("../../images/CTAAfterBit.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: " ";
  height: 8px;
  margin-right: -1px;
  margin-top: -4px;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 3px;
}

/* Preloader gif */
.preLoader {
  background: url("../../images/preloader.gif") repeat scroll 0 0 #FFFFFF;
  display: block;
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  width: 100px;
  z-index: 999;
}

#whatScanTech {
  background: url("../../images/whichScanTech.png") repeat scroll 0 0 #FFFFFF;
  border: 1px solid #B7B7B7;
  color: #FFFFFF !important;
  height: 107px;
  position: absolute;
  right: -170px;
  top: 10px;
  width: 159px;
  z-index: 5;
}

.whatScanTechButton {
  background: none repeat scroll 0 0 #0789DB;
  float: left;
  font-size: 12px;
  font-weight: 100;
  height: 27px;
  line-height: 27px;
  margin: 58px 24px 24px;
  padding-left: 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 101px;
  color: #ffffff !important;
  cursor: pointer;
}

.whatScanTechButton:hover {
  background: none repeat scroll 0 0 #0997F1;
}

.whatScanTechButton:after {
  background: url("../../images/CTAAfterBit.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: " ";
  height: 8px;
  margin-right: -1px;
  margin-top: -4px;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 3px;
}

.ie8Tag {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #111111;
  margin: 2px 0px;
  text-align: center;
}

.posRelative {
  position: relative;
}

.pieChartHolder .productChooser {
  right: 244px;
  top: 177px !important;
}

.nonePicked {
  float: left;
  font-size: 18px;
  margin: 50px 10% 40px;
  width: 80%;
  display: none;
}

/*For the Zoom plugin*/
.zoomLens {
  z-index: 999;
}

.zoomContainer {
  overflow: hidden !important;
}

/*  DO NOT DISPLAY ANYTHING IF THE WINDOW IS SMALLER THAN 960PX*/
@media only screen and (max-device-width: 960px) {
  .sensorDemonstrationPanel, .maskingLayer {
    display: none !important;
  }
}
.productChooserButton {
  color: #ffffff !important;
}

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

.builder {
  font-size: 16px;
  position: relative;
  /**
   * Content Block
   */
  /**
   * Image block
   */
}
.builder h1 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
  color: #000;
}
.builder__title--pop-up {
  font-size: 25px !important;
  font-family: "Open Sans", Arial, sans-serif;
}
.builder h2 {
  line-height: 46px !important;
  font-weight: 100 !important;
  font-size: 32px;
  color: #000 !important;
}
.builder p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.builder__intro {
  padding-bottom: 35px;
}
.builder__content-block {
  padding-top: 35px;
  padding-bottom: 70px;
  border-top: 1px solid #ededed;
  background-size: cover;
  backround-position: center center;
  background-repeat: none;
}
@media screen and (min-width: 720px) {
  .builder__content-block--stick-image .builder__image-col {
    position: absolute;
  }
}
.builder__content-block--stick-image-left .builder__image-col {
  left: 0;
  padding-left: 0;
}
.builder__content-block--stick-image-left .builder__image-col img {
  float: left;
}
.builder__content-block--stick-image-right .builder__image-col {
  right: 0;
  padding-right: 0;
}
.builder__content-block--stick-image-right .builder__image-col img {
  float: right;
}
.builder, .builder__title, .builder__content p {
  font-family: "Open Sans", Arial, sans-serif;
}
.builder__content .btn {
  font-size: 0.9em;
  padding: 14px 5px;
}
.builder__content .btn--block {
  width: 300px;
}
.builder__content ul li {
  font-weight: 100;
  font-size: 14px;
}
.builder__content ol li {
  font-weight: 100;
  font-size: 14px;
}
.builder__single-col {
  text-align: center;
}
.builder__single-col .btn {
  margin-left: auto;
  margin-right: auto;
}
.builder__image-block {
  display: block;
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
}
.builder__form {
  text-align: center;
}

@media screen and (max-width: 720px) {
  #product-spec {
    overflow: scroll !important;
    max-width: 100% !important;
    display: block !important;
  }
}
/* Random Styles. Unsure where to add them */
.icon-features {
  padding: 0;
}

ul.icon-features li {
  float: left;
  width: 48px;
  height: 48px;
  background: #EEE;
  margin: 0 4px 4px 0;
  list-style: none;
}

td h4 {
  margin-bottom: 5px;
  font-weight: 100;
}

.arve-wrapper {
  margin: 0 auto;
}

.email-hide {
  display: none !important;
}

.btn {
  font-size: 1.125em;
  color: #fff;
  padding: 20px 50px;
  background: #2c3039;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
.btn:hover {
  color: #fff;
  background: #373c47;
}

.btn.btn--secondary {
  background: #1c9ee8;
}
.btn.btn--secondary:hover {
  background: #33a8ea;
}

.btn--block {
  display: block;
  width: 340px;
  max-width: 100%;
}

.btn.btn--right {
  float: right;
}

.gform_button {
  background: #1C9EE8;
}

.graphic-cta {
  text-align: center;
}
.graphic-cta__title {
  color: #000;
  margin: 0;
  font-size: 1.9375em;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 100;
}
.graphic-cta__image {
  display: block;
  margin: 0;
  padding: 10px;
  border: 1px solid transparent;
}
.graphic-cta__link {
  display: block;
}
.graphic-cta__link:hover .graphic-cta__image {
  border-color: #1c9ee8;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.pop-up {
  position: fixed;
  bottom: 0%;
  right: 45%;
  z-index: 99;
  width: 220px;
  height: 55px;
  background: #1c9ee8;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  padding: 0;
  border: none;
}

.full-chat-up {
  position: fixed;
  bottom: -100%;
  z-index: -99;
  height: 50%;
  width: 100%;
  background: #f5f5f5;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  padding: 0;
  border: none;
  visibility: hidden;
}
.full-chat-up .gform_wrapper {
  position: absolute;
  width: 100%;
}
.full-chat-up .gform_wrapper input[type=text] {
  padding: 10px;
}
.full-chat-up .gform_wrapper select {
  padding: 10px;
}
.full-chat-up .gform_heading {
  text-align: center;
}
.full-chat-up .gform_body {
  width: 65%;
  margin: 0 auto;
}
.full-chat-up .gform_body li {
  padding-bottom: 20px;
  width: 45%;
  display: inline-block;
}
.full-chat-up .gform_body label {
  color: #000000;
  font-weight: 700;
  margin-left: 50px !important;
}
.full-chat-up .gform_footer {
  text-align: center;
}
.full-chat-up .gform_footer input[type=submit] {
  background: #1C9EE8;
  width: 15%;
  padding: 18px;
}
.full-chat-up .ginput_container {
  margin-left: 50px;
}
.full-chat-up .ginput_container .medium, .full-chat-up .ginput_container textarea, .full-chat-up .ginput_container input, .full-chat-up .ginput_container select {
  width: 100% !important;
}
.full-chat-up .gform_confirmation_wrapper {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
}
.full-chat-up.active {
  visibility: visible;
  bottom: 0;
  z-index: 99;
}

.close-old {
  position: absolute;
  right: 28px;
  top: 32px;
  width: 32px;
  height: 32px;
  display: none;
  margin-top: 8px;
  padding-top: 20px;
}
.no-csstransitions .close-old {
  display: block;
}

.close {
  position: absolute;
  right: 28px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  margin: 8px;
  padding-top: 20px;
}
.no-csstransitions .close {
  display: none;
}

.close:hover {
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .backgroundtint {
    transition: all 0.4s;
  }
  .backgroundtint.active {
    transition: all 0.4s;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    top: 0;
    z-index: 10;
  }
}

.form-sticky {
  position: relative;
  border-top: 1px solid #ededed;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .form-sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #004E33;
    transform: translate(0, 100%);
    transition: transform 0.4s;
  }
  .form-sticky.active {
    transform: translate(0, 0);
    transition: transform 0.4s;
  }
}
.form-sticky .builder__title {
  margin-top: 10px;
}
.form-sticky .gform_wrapper {
  overflow: inherit;
  margin: 0 1em;
  max-width: 100%;
}

.form-sticky-buttonwrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 40px;
  z-index: 9999;
}
@media (min-width: 768px) {
  .form-sticky-buttonwrap {
    position: absolute;
    top: -55px;
    right: 50%;
    width: 40px;
    height: 55px;
  }
}

.form-sticky-arrow {
  position: absolute;
  bottom: 16px;
  right: 18px;
  z-index: 999;
  margin-left: -20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  transform: rotate(-45deg);
  transition: transform 0.4s;
  border-top: 3px solid #FEC214;
  border-right: 3px solid #FEC214;
}

@media (min-width: 768px) {
  .form-sticky.active .form-sticky-arrow {
    transform: rotate(135deg);
    transition: transform 0.4s;
    bottom: 25px;
  }
}
.form-sticky-button {
  position: relative;
  z-index: 99;
  width: 255px;
  height: 55px;
  background: #004E33;
  color: #FEC214;
  border-radius: 0;
  cursor: pointer;
  padding: 0 38px 0 0;
  border: none;
  margin-left: -100px;
  outline: none;
}
.form-sticky-button:focus {
  border-radius: 0;
  border: 0;
}
@media (max-width: 768px) {
  .form-sticky-button {
    transform: translate(0, 0);
    transition: transform 0.4s;
  }
  .form-sticky-button.form-visible {
    transform: translate(0, 100%);
    transition: transform 0.4s;
  }
}

@media (max-width: 768px) {
  .gform_fields .gfield {
    width: 100% !important;
  }
}

.gform_body {
  margin: 0 0 20px 0;
}
.gform_body .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_body .gform_fields .gfield {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_container textarea, .gform_body .gform_fields .gfield .ginput_container input, .gform_body .gform_fields .gfield .ginput_container select {
  width: 100% !important;
  box-sizing: border-box;
}
.gform_body .gform_fields .gfield .gfield_label {
  margin: 0.625em 0 0.5em;
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}
.gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #ad0000;
  margin-left: 0.25em;
}
.gform_body .gform_fields .gfield .ginput_container_textarea textarea {
  height: 120px;
}
.gform_body .gform_fields .validation_error {
  text-align: center;
  font-size: 19px;
  color: #ad0000;
  margin-bottom: 20px;
}
.gform_body .gform_fields .gfield_error {
  margin-bottom: 20px;
}
.gform_body .gform_fields .gfield_error input {
  box-shadow: 0px 0px 1px 1px #ad0000;
}
.gform_body .gform_fields .gfield_error .gfield_label {
  color: #ad0000;
}
.gform_body .gform_fields .gfield_error .validation_message {
  position: absolute;
  font-size: 0.8em;
  color: #ad0000;
}
.gform_body .gform_fields .gf_left_half {
  clear: left !important;
  width: 48%;
  margin-right: 4%;
}
.gform_body .gform_fields .gf_right_half {
  clear: right !important;
  width: 48%;
}
.gform_body .gform_fields .gf_right_half:after {
  content: "";
  display: block;
  clear: both;
}

.gform_footer {
  margin-top: -130px;
  text-align: center;
}
.gform_footer .gform_ajax_spinner {
  position: absolute;
  padding-top: 16px;
}
.gform_footer input[type=submit] {
  background: #004E33;
  color: #FEC214 !important;
  border-radius: 0;
  margin-bottom: 20px;
  width: 45%;
  text-transform: uppercase;
}

.validation_error {
  text-align: center;
  color: #ad0000;
  margin-bottom: 20px;
}

.gform_confirmation_message {
  text-align: center;
  font-size: 22px;
  margin: 30px 0;
}

.gf_browser_chrome {
  display: block !important;
}

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
 * Whole.
 */
[class~="1/1"] {
  width: 100% !important;
}

/**
 * Halves.
 */
[class~="1/2"],
[class~="2/4"],
[class~="3/6"],
[class~="4/8"],
[class~="5/10"],
[class~="6/12"] {
  width: 50% !important;
}

/**
 * Thirds.
 */
[class~="1/3"],
[class~="2/6"],
[class~="3/9"],
[class~="4/12"] {
  width: 33.3333333% !important;
}

[class~="2/3"],
[class~="4/6"],
[class~="6/9"],
[class~="8/12"] {
  width: 66.6666666% !important;
}

/**
 * Quarters.
 */
[class~="1/4"],
[class~="2/8"],
[class~="3/12"] {
  width: 25% !important;
}

[class~="3/4"],
[class~="6/8"],
[class~="9/12"] {
  width: 75% !important;
}

/**
 * Fifths.
 */
[class~="1/5"],
[class~="2/10"] {
  width: 20% !important;
}

[class~="2/5"],
[class~="4/10"] {
  width: 40% !important;
}

[class~="3/5"],
[class~="6/10"] {
  width: 60% !important;
}

[class~="4/5"],
[class~="8/10"] {
  width: 80% !important;
}

/**
 * Sixths.
 */
[class~="1/6"],
[class~="2/12"] {
  width: 16.6666666% !important;
}

[class~="5/6"],
[class~="10/12"] {
  width: 83.3333333% !important;
}

/**
 * Eighths.
 */
[class~="1/8"] {
  width: 12.5% !important;
}

[class~="3/8"] {
  width: 37.5% !important;
}

[class~="5/8"] {
  width: 62.5% !important;
}

[class~="7/8"] {
  width: 87.5% !important;
}

/**
 * Ninths.
 */
[class~="1/9"] {
  width: 11.1111111% !important;
}

[class~="2/9"] {
  width: 22.2222222% !important;
}

[class~="4/9"] {
  width: 44.4444444% !important;
}

[class~="5/9"] {
  width: 55.5555555% !important;
}

[class~="7/9"] {
  width: 77.7777777% !important;
}

[class~="8/9"] {
  width: 88.8888888% !important;
}

/**
 * Tenths.
 */
[class~="1/10"] {
  width: 10% !important;
}

[class~="3/10"] {
  width: 30% !important;
}

[class~="7/10"] {
  width: 70% !important;
}

[class~="9/10"] {
  width: 90% !important;
}

/**
 * Twelfths.
 */
[class~="1/12"] {
  width: 8.3333333% !important;
}

[class~="5/12"] {
  width: 41.6666666% !important;
}

[class~="7/12"] {
  width: 58.3333333% !important;
}

[class~="11/12"] {
  width: 91.6666666% !important;
}

/*------------------------------------*\
    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 719px) {
  /**
   * Whole.
   */
  [class~="palm-1/1"] {
    width: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="palm-1/2"],
[class~="palm-2/4"],
[class~="palm-3/6"],
[class~="palm-4/8"],
[class~="palm-5/10"],
[class~="palm-6/12"] {
    width: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="palm-1/3"],
[class~="palm-2/6"],
[class~="palm-3/9"],
[class~="palm-4/12"] {
    width: 33.3333333% !important;
  }

  [class~="palm-2/3"],
[class~="palm-4/6"],
[class~="palm-6/9"],
[class~="palm-8/12"] {
    width: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="palm-1/4"],
[class~="palm-2/8"],
[class~="palm-3/12"] {
    width: 25% !important;
  }

  [class~="palm-3/4"],
[class~="palm-6/8"],
[class~="palm-9/12"] {
    width: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="palm-1/5"],
[class~="palm-2/10"] {
    width: 20% !important;
  }

  [class~="palm-2/5"],
[class~="palm-4/10"] {
    width: 40% !important;
  }

  [class~="palm-3/5"],
[class~="palm-6/10"] {
    width: 60% !important;
  }

  [class~="palm-4/5"],
[class~="palm-8/10"] {
    width: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="palm-1/6"],
[class~="palm-2/12"] {
    width: 16.6666666% !important;
  }

  [class~="palm-5/6"],
[class~="palm-10/12"] {
    width: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="palm-1/8"] {
    width: 12.5% !important;
  }

  [class~="palm-3/8"] {
    width: 37.5% !important;
  }

  [class~="palm-5/8"] {
    width: 62.5% !important;
  }

  [class~="palm-7/8"] {
    width: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="palm-1/9"] {
    width: 11.1111111% !important;
  }

  [class~="palm-2/9"] {
    width: 22.2222222% !important;
  }

  [class~="palm-4/9"] {
    width: 44.4444444% !important;
  }

  [class~="palm-5/9"] {
    width: 55.5555555% !important;
  }

  [class~="palm-7/9"] {
    width: 77.7777777% !important;
  }

  [class~="palm-8/9"] {
    width: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="palm-1/10"] {
    width: 10% !important;
  }

  [class~="palm-3/10"] {
    width: 30% !important;
  }

  [class~="palm-7/10"] {
    width: 70% !important;
  }

  [class~="palm-9/10"] {
    width: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="palm-1/12"] {
    width: 8.3333333% !important;
  }

  [class~="palm-5/12"] {
    width: 41.6666666% !important;
  }

  [class~="palm-7/12"] {
    width: 58.3333333% !important;
  }

  [class~="palm-11/12"] {
    width: 91.6666666% !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  /**
   * Whole.
   */
  [class~="lap-1/1"] {
    width: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="lap-1/2"],
[class~="lap-2/4"],
[class~="lap-3/6"],
[class~="lap-4/8"],
[class~="lap-5/10"],
[class~="lap-6/12"] {
    width: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="lap-1/3"],
[class~="lap-2/6"],
[class~="lap-3/9"],
[class~="lap-4/12"] {
    width: 33.3333333% !important;
  }

  [class~="lap-2/3"],
[class~="lap-4/6"],
[class~="lap-6/9"],
[class~="lap-8/12"] {
    width: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="lap-1/4"],
[class~="lap-2/8"],
[class~="lap-3/12"] {
    width: 25% !important;
  }

  [class~="lap-3/4"],
[class~="lap-6/8"],
[class~="lap-9/12"] {
    width: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="lap-1/5"],
[class~="lap-2/10"] {
    width: 20% !important;
  }

  [class~="lap-2/5"],
[class~="lap-4/10"] {
    width: 40% !important;
  }

  [class~="lap-3/5"],
[class~="lap-6/10"] {
    width: 60% !important;
  }

  [class~="lap-4/5"],
[class~="lap-8/10"] {
    width: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="lap-1/6"],
[class~="lap-2/12"] {
    width: 16.6666666% !important;
  }

  [class~="lap-5/6"],
[class~="lap-10/12"] {
    width: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="lap-1/8"] {
    width: 12.5% !important;
  }

  [class~="lap-3/8"] {
    width: 37.5% !important;
  }

  [class~="lap-5/8"] {
    width: 62.5% !important;
  }

  [class~="lap-7/8"] {
    width: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="lap-1/9"] {
    width: 11.1111111% !important;
  }

  [class~="lap-2/9"] {
    width: 22.2222222% !important;
  }

  [class~="lap-4/9"] {
    width: 44.4444444% !important;
  }

  [class~="lap-5/9"] {
    width: 55.5555555% !important;
  }

  [class~="lap-7/9"] {
    width: 77.7777777% !important;
  }

  [class~="lap-8/9"] {
    width: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="lap-1/10"] {
    width: 10% !important;
  }

  [class~="lap-3/10"] {
    width: 30% !important;
  }

  [class~="lap-7/10"] {
    width: 70% !important;
  }

  [class~="lap-9/10"] {
    width: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="lap-1/12"] {
    width: 8.3333333% !important;
  }

  [class~="lap-5/12"] {
    width: 41.6666666% !important;
  }

  [class~="lap-7/12"] {
    width: 58.3333333% !important;
  }

  [class~="lap-11/12"] {
    width: 91.6666666% !important;
  }
}
@media screen and (min-width: 720px) {
  /**
   * Whole.
   */
  [class~="lap-and-up-1/1"] {
    width: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="lap-and-up-1/2"],
[class~="lap-and-up-2/4"],
[class~="lap-and-up-3/6"],
[class~="lap-and-up-4/8"],
[class~="lap-and-up-5/10"],
[class~="lap-and-up-6/12"] {
    width: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="lap-and-up-1/3"],
[class~="lap-and-up-2/6"],
[class~="lap-and-up-3/9"],
[class~="lap-and-up-4/12"] {
    width: 33.3333333% !important;
  }

  [class~="lap-and-up-2/3"],
[class~="lap-and-up-4/6"],
[class~="lap-and-up-6/9"],
[class~="lap-and-up-8/12"] {
    width: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="lap-and-up-1/4"],
[class~="lap-and-up-2/8"],
[class~="lap-and-up-3/12"] {
    width: 25% !important;
  }

  [class~="lap-and-up-3/4"],
[class~="lap-and-up-6/8"],
[class~="lap-and-up-9/12"] {
    width: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="lap-and-up-1/5"],
[class~="lap-and-up-2/10"] {
    width: 20% !important;
  }

  [class~="lap-and-up-2/5"],
[class~="lap-and-up-4/10"] {
    width: 40% !important;
  }

  [class~="lap-and-up-3/5"],
[class~="lap-and-up-6/10"] {
    width: 60% !important;
  }

  [class~="lap-and-up-4/5"],
[class~="lap-and-up-8/10"] {
    width: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="lap-and-up-1/6"],
[class~="lap-and-up-2/12"] {
    width: 16.6666666% !important;
  }

  [class~="lap-and-up-5/6"],
[class~="lap-and-up-10/12"] {
    width: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="lap-and-up-1/8"] {
    width: 12.5% !important;
  }

  [class~="lap-and-up-3/8"] {
    width: 37.5% !important;
  }

  [class~="lap-and-up-5/8"] {
    width: 62.5% !important;
  }

  [class~="lap-and-up-7/8"] {
    width: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="lap-and-up-1/9"] {
    width: 11.1111111% !important;
  }

  [class~="lap-and-up-2/9"] {
    width: 22.2222222% !important;
  }

  [class~="lap-and-up-4/9"] {
    width: 44.4444444% !important;
  }

  [class~="lap-and-up-5/9"] {
    width: 55.5555555% !important;
  }

  [class~="lap-and-up-7/9"] {
    width: 77.7777777% !important;
  }

  [class~="lap-and-up-8/9"] {
    width: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="lap-and-up-1/10"] {
    width: 10% !important;
  }

  [class~="lap-and-up-3/10"] {
    width: 30% !important;
  }

  [class~="lap-and-up-7/10"] {
    width: 70% !important;
  }

  [class~="lap-and-up-9/10"] {
    width: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="lap-and-up-1/12"] {
    width: 8.3333333% !important;
  }

  [class~="lap-and-up-5/12"] {
    width: 41.6666666% !important;
  }

  [class~="lap-and-up-7/12"] {
    width: 58.3333333% !important;
  }

  [class~="lap-and-up-11/12"] {
    width: 91.6666666% !important;
  }
}
@media screen and (max-width: 1024px) {
  /**
   * Whole.
   */
  [class~="portable-1/1"] {
    width: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="portable-1/2"],
[class~="portable-2/4"],
[class~="portable-3/6"],
[class~="portable-4/8"],
[class~="portable-5/10"],
[class~="portable-6/12"] {
    width: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="portable-1/3"],
[class~="portable-2/6"],
[class~="portable-3/9"],
[class~="portable-4/12"] {
    width: 33.3333333% !important;
  }

  [class~="portable-2/3"],
[class~="portable-4/6"],
[class~="portable-6/9"],
[class~="portable-8/12"] {
    width: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="portable-1/4"],
[class~="portable-2/8"],
[class~="portable-3/12"] {
    width: 25% !important;
  }

  [class~="portable-3/4"],
[class~="portable-6/8"],
[class~="portable-9/12"] {
    width: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="portable-1/5"],
[class~="portable-2/10"] {
    width: 20% !important;
  }

  [class~="portable-2/5"],
[class~="portable-4/10"] {
    width: 40% !important;
  }

  [class~="portable-3/5"],
[class~="portable-6/10"] {
    width: 60% !important;
  }

  [class~="portable-4/5"],
[class~="portable-8/10"] {
    width: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="portable-1/6"],
[class~="portable-2/12"] {
    width: 16.6666666% !important;
  }

  [class~="portable-5/6"],
[class~="portable-10/12"] {
    width: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="portable-1/8"] {
    width: 12.5% !important;
  }

  [class~="portable-3/8"] {
    width: 37.5% !important;
  }

  [class~="portable-5/8"] {
    width: 62.5% !important;
  }

  [class~="portable-7/8"] {
    width: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="portable-1/9"] {
    width: 11.1111111% !important;
  }

  [class~="portable-2/9"] {
    width: 22.2222222% !important;
  }

  [class~="portable-4/9"] {
    width: 44.4444444% !important;
  }

  [class~="portable-5/9"] {
    width: 55.5555555% !important;
  }

  [class~="portable-7/9"] {
    width: 77.7777777% !important;
  }

  [class~="portable-8/9"] {
    width: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="portable-1/10"] {
    width: 10% !important;
  }

  [class~="portable-3/10"] {
    width: 30% !important;
  }

  [class~="portable-7/10"] {
    width: 70% !important;
  }

  [class~="portable-9/10"] {
    width: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="portable-1/12"] {
    width: 8.3333333% !important;
  }

  [class~="portable-5/12"] {
    width: 41.6666666% !important;
  }

  [class~="portable-7/12"] {
    width: 58.3333333% !important;
  }

  [class~="portable-11/12"] {
    width: 91.6666666% !important;
  }
}
@media screen and (min-width: 1025px) {
  /**
   * Whole.
   */
  [class~="desk-1/1"] {
    width: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="desk-1/2"],
[class~="desk-2/4"],
[class~="desk-3/6"],
[class~="desk-4/8"],
[class~="desk-5/10"],
[class~="desk-6/12"] {
    width: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="desk-1/3"],
[class~="desk-2/6"],
[class~="desk-3/9"],
[class~="desk-4/12"] {
    width: 33.3333333% !important;
  }

  [class~="desk-2/3"],
[class~="desk-4/6"],
[class~="desk-6/9"],
[class~="desk-8/12"] {
    width: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="desk-1/4"],
[class~="desk-2/8"],
[class~="desk-3/12"] {
    width: 25% !important;
  }

  [class~="desk-3/4"],
[class~="desk-6/8"],
[class~="desk-9/12"] {
    width: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="desk-1/5"],
[class~="desk-2/10"] {
    width: 20% !important;
  }

  [class~="desk-2/5"],
[class~="desk-4/10"] {
    width: 40% !important;
  }

  [class~="desk-3/5"],
[class~="desk-6/10"] {
    width: 60% !important;
  }

  [class~="desk-4/5"],
[class~="desk-8/10"] {
    width: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="desk-1/6"],
[class~="desk-2/12"] {
    width: 16.6666666% !important;
  }

  [class~="desk-5/6"],
[class~="desk-10/12"] {
    width: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="desk-1/8"] {
    width: 12.5% !important;
  }

  [class~="desk-3/8"] {
    width: 37.5% !important;
  }

  [class~="desk-5/8"] {
    width: 62.5% !important;
  }

  [class~="desk-7/8"] {
    width: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="desk-1/9"] {
    width: 11.1111111% !important;
  }

  [class~="desk-2/9"] {
    width: 22.2222222% !important;
  }

  [class~="desk-4/9"] {
    width: 44.4444444% !important;
  }

  [class~="desk-5/9"] {
    width: 55.5555555% !important;
  }

  [class~="desk-7/9"] {
    width: 77.7777777% !important;
  }

  [class~="desk-8/9"] {
    width: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="desk-1/10"] {
    width: 10% !important;
  }

  [class~="desk-3/10"] {
    width: 30% !important;
  }

  [class~="desk-7/10"] {
    width: 70% !important;
  }

  [class~="desk-9/10"] {
    width: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="desk-1/12"] {
    width: 8.3333333% !important;
  }

  [class~="desk-5/12"] {
    width: 41.6666666% !important;
  }

  [class~="desk-7/12"] {
    width: 58.3333333% !important;
  }

  [class~="desk-11/12"] {
    width: 91.6666666% !important;
  }
}
/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/*------------------------------------*\
    #SPACING-RESPONSIVE
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 719px) {
  /**
   * Whole.
   */
  [class~="palm-push-1/1"] {
    left: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="palm-push-1/2"],
[class~="palm-push-2/4"],
[class~="palm-push-3/6"],
[class~="palm-push-4/8"],
[class~="palm-push-5/10"],
[class~="palm-push-6/12"] {
    left: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="palm-push-1/3"],
[class~="palm-push-2/6"],
[class~="palm-push-3/9"],
[class~="palm-push-4/12"] {
    left: 33.3333333% !important;
  }

  [class~="palm-push-2/3"],
[class~="palm-push-4/6"],
[class~="palm-push-6/9"],
[class~="palm-push-8/12"] {
    left: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="palm-push-1/4"],
[class~="palm-push-2/8"],
[class~="palm-push-3/12"] {
    left: 25% !important;
  }

  [class~="palm-push-3/4"],
[class~="palm-push-6/8"],
[class~="palm-push-9/12"] {
    left: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="palm-push-1/5"],
[class~="palm-push-2/10"] {
    left: 20% !important;
  }

  [class~="palm-push-2/5"],
[class~="palm-push-4/10"] {
    left: 40% !important;
  }

  [class~="palm-push-3/5"],
[class~="palm-push-6/10"] {
    left: 60% !important;
  }

  [class~="palm-push-4/5"],
[class~="palm-push-8/10"] {
    left: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="palm-push-1/6"],
[class~="palm-push-2/12"] {
    left: 16.6666666% !important;
  }

  [class~="palm-push-5/6"],
[class~="palm-push-10/12"] {
    left: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="palm-push-1/8"] {
    left: 12.5% !important;
  }

  [class~="palm-push-3/8"] {
    left: 37.5% !important;
  }

  [class~="palm-push-5/8"] {
    left: 62.5% !important;
  }

  [class~="palm-push-7/8"] {
    left: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="palm-push-1/9"] {
    left: 11.1111111% !important;
  }

  [class~="palm-push-2/9"] {
    left: 22.2222222% !important;
  }

  [class~="palm-push-4/9"] {
    left: 44.4444444% !important;
  }

  [class~="palm-push-5/9"] {
    left: 55.5555555% !important;
  }

  [class~="palm-push-7/9"] {
    left: 77.7777777% !important;
  }

  [class~="palm-push-8/9"] {
    left: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="palm-push-1/10"] {
    left: 10% !important;
  }

  [class~="palm-push-3/10"] {
    left: 30% !important;
  }

  [class~="palm-push-7/10"] {
    left: 70% !important;
  }

  [class~="palm-push-9/10"] {
    left: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="palm-push-1/12"] {
    left: 8.3333333% !important;
  }

  [class~="palm-push-5/12"] {
    left: 41.6666666% !important;
  }

  [class~="palm-push-7/12"] {
    left: 58.3333333% !important;
  }

  [class~="palm-push-11/12"] {
    left: 91.6666666% !important;
  }

  /**
   * Whole.
   */
  [class~="palm-pull-1/1"] {
    right: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="palm-pull-1/2"],
[class~="palm-pull-2/4"],
[class~="palm-pull-3/6"],
[class~="palm-pull-4/8"],
[class~="palm-pull-5/10"],
[class~="palm-pull-6/12"] {
    right: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="palm-pull-1/3"],
[class~="palm-pull-2/6"],
[class~="palm-pull-3/9"],
[class~="palm-pull-4/12"] {
    right: 33.3333333% !important;
  }

  [class~="palm-pull-2/3"],
[class~="palm-pull-4/6"],
[class~="palm-pull-6/9"],
[class~="palm-pull-8/12"] {
    right: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="palm-pull-1/4"],
[class~="palm-pull-2/8"],
[class~="palm-pull-3/12"] {
    right: 25% !important;
  }

  [class~="palm-pull-3/4"],
[class~="palm-pull-6/8"],
[class~="palm-pull-9/12"] {
    right: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="palm-pull-1/5"],
[class~="palm-pull-2/10"] {
    right: 20% !important;
  }

  [class~="palm-pull-2/5"],
[class~="palm-pull-4/10"] {
    right: 40% !important;
  }

  [class~="palm-pull-3/5"],
[class~="palm-pull-6/10"] {
    right: 60% !important;
  }

  [class~="palm-pull-4/5"],
[class~="palm-pull-8/10"] {
    right: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="palm-pull-1/6"],
[class~="palm-pull-2/12"] {
    right: 16.6666666% !important;
  }

  [class~="palm-pull-5/6"],
[class~="palm-pull-10/12"] {
    right: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="palm-pull-1/8"] {
    right: 12.5% !important;
  }

  [class~="palm-pull-3/8"] {
    right: 37.5% !important;
  }

  [class~="palm-pull-5/8"] {
    right: 62.5% !important;
  }

  [class~="palm-pull-7/8"] {
    right: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="palm-pull-1/9"] {
    right: 11.1111111% !important;
  }

  [class~="palm-pull-2/9"] {
    right: 22.2222222% !important;
  }

  [class~="palm-pull-4/9"] {
    right: 44.4444444% !important;
  }

  [class~="palm-pull-5/9"] {
    right: 55.5555555% !important;
  }

  [class~="palm-pull-7/9"] {
    right: 77.7777777% !important;
  }

  [class~="palm-pull-8/9"] {
    right: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="palm-pull-1/10"] {
    right: 10% !important;
  }

  [class~="palm-pull-3/10"] {
    right: 30% !important;
  }

  [class~="palm-pull-7/10"] {
    right: 70% !important;
  }

  [class~="palm-pull-9/10"] {
    right: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="palm-pull-1/12"] {
    right: 8.3333333% !important;
  }

  [class~="palm-pull-5/12"] {
    right: 41.6666666% !important;
  }

  [class~="palm-pull-7/12"] {
    right: 58.3333333% !important;
  }

  [class~="palm-pull-11/12"] {
    right: 91.6666666% !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  /**
   * Whole.
   */
  [class~="lap-push-1/1"] {
    left: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="lap-push-1/2"],
[class~="lap-push-2/4"],
[class~="lap-push-3/6"],
[class~="lap-push-4/8"],
[class~="lap-push-5/10"],
[class~="lap-push-6/12"] {
    left: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="lap-push-1/3"],
[class~="lap-push-2/6"],
[class~="lap-push-3/9"],
[class~="lap-push-4/12"] {
    left: 33.3333333% !important;
  }

  [class~="lap-push-2/3"],
[class~="lap-push-4/6"],
[class~="lap-push-6/9"],
[class~="lap-push-8/12"] {
    left: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="lap-push-1/4"],
[class~="lap-push-2/8"],
[class~="lap-push-3/12"] {
    left: 25% !important;
  }

  [class~="lap-push-3/4"],
[class~="lap-push-6/8"],
[class~="lap-push-9/12"] {
    left: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="lap-push-1/5"],
[class~="lap-push-2/10"] {
    left: 20% !important;
  }

  [class~="lap-push-2/5"],
[class~="lap-push-4/10"] {
    left: 40% !important;
  }

  [class~="lap-push-3/5"],
[class~="lap-push-6/10"] {
    left: 60% !important;
  }

  [class~="lap-push-4/5"],
[class~="lap-push-8/10"] {
    left: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="lap-push-1/6"],
[class~="lap-push-2/12"] {
    left: 16.6666666% !important;
  }

  [class~="lap-push-5/6"],
[class~="lap-push-10/12"] {
    left: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="lap-push-1/8"] {
    left: 12.5% !important;
  }

  [class~="lap-push-3/8"] {
    left: 37.5% !important;
  }

  [class~="lap-push-5/8"] {
    left: 62.5% !important;
  }

  [class~="lap-push-7/8"] {
    left: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="lap-push-1/9"] {
    left: 11.1111111% !important;
  }

  [class~="lap-push-2/9"] {
    left: 22.2222222% !important;
  }

  [class~="lap-push-4/9"] {
    left: 44.4444444% !important;
  }

  [class~="lap-push-5/9"] {
    left: 55.5555555% !important;
  }

  [class~="lap-push-7/9"] {
    left: 77.7777777% !important;
  }

  [class~="lap-push-8/9"] {
    left: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="lap-push-1/10"] {
    left: 10% !important;
  }

  [class~="lap-push-3/10"] {
    left: 30% !important;
  }

  [class~="lap-push-7/10"] {
    left: 70% !important;
  }

  [class~="lap-push-9/10"] {
    left: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="lap-push-1/12"] {
    left: 8.3333333% !important;
  }

  [class~="lap-push-5/12"] {
    left: 41.6666666% !important;
  }

  [class~="lap-push-7/12"] {
    left: 58.3333333% !important;
  }

  [class~="lap-push-11/12"] {
    left: 91.6666666% !important;
  }

  /**
   * Whole.
   */
  [class~="lap-pull-1/1"] {
    right: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="lap-pull-1/2"],
[class~="lap-pull-2/4"],
[class~="lap-pull-3/6"],
[class~="lap-pull-4/8"],
[class~="lap-pull-5/10"],
[class~="lap-pull-6/12"] {
    right: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="lap-pull-1/3"],
[class~="lap-pull-2/6"],
[class~="lap-pull-3/9"],
[class~="lap-pull-4/12"] {
    right: 33.3333333% !important;
  }

  [class~="lap-pull-2/3"],
[class~="lap-pull-4/6"],
[class~="lap-pull-6/9"],
[class~="lap-pull-8/12"] {
    right: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="lap-pull-1/4"],
[class~="lap-pull-2/8"],
[class~="lap-pull-3/12"] {
    right: 25% !important;
  }

  [class~="lap-pull-3/4"],
[class~="lap-pull-6/8"],
[class~="lap-pull-9/12"] {
    right: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="lap-pull-1/5"],
[class~="lap-pull-2/10"] {
    right: 20% !important;
  }

  [class~="lap-pull-2/5"],
[class~="lap-pull-4/10"] {
    right: 40% !important;
  }

  [class~="lap-pull-3/5"],
[class~="lap-pull-6/10"] {
    right: 60% !important;
  }

  [class~="lap-pull-4/5"],
[class~="lap-pull-8/10"] {
    right: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="lap-pull-1/6"],
[class~="lap-pull-2/12"] {
    right: 16.6666666% !important;
  }

  [class~="lap-pull-5/6"],
[class~="lap-pull-10/12"] {
    right: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="lap-pull-1/8"] {
    right: 12.5% !important;
  }

  [class~="lap-pull-3/8"] {
    right: 37.5% !important;
  }

  [class~="lap-pull-5/8"] {
    right: 62.5% !important;
  }

  [class~="lap-pull-7/8"] {
    right: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="lap-pull-1/9"] {
    right: 11.1111111% !important;
  }

  [class~="lap-pull-2/9"] {
    right: 22.2222222% !important;
  }

  [class~="lap-pull-4/9"] {
    right: 44.4444444% !important;
  }

  [class~="lap-pull-5/9"] {
    right: 55.5555555% !important;
  }

  [class~="lap-pull-7/9"] {
    right: 77.7777777% !important;
  }

  [class~="lap-pull-8/9"] {
    right: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="lap-pull-1/10"] {
    right: 10% !important;
  }

  [class~="lap-pull-3/10"] {
    right: 30% !important;
  }

  [class~="lap-pull-7/10"] {
    right: 70% !important;
  }

  [class~="lap-pull-9/10"] {
    right: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="lap-pull-1/12"] {
    right: 8.3333333% !important;
  }

  [class~="lap-pull-5/12"] {
    right: 41.6666666% !important;
  }

  [class~="lap-pull-7/12"] {
    right: 58.3333333% !important;
  }

  [class~="lap-pull-11/12"] {
    right: 91.6666666% !important;
  }
}
@media screen and (min-width: 720px) {
  /**
   * Whole.
   */
  [class~="lap-and-up-push-1/1"] {
    left: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="lap-and-up-push-1/2"],
[class~="lap-and-up-push-2/4"],
[class~="lap-and-up-push-3/6"],
[class~="lap-and-up-push-4/8"],
[class~="lap-and-up-push-5/10"],
[class~="lap-and-up-push-6/12"] {
    left: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="lap-and-up-push-1/3"],
[class~="lap-and-up-push-2/6"],
[class~="lap-and-up-push-3/9"],
[class~="lap-and-up-push-4/12"] {
    left: 33.3333333% !important;
  }

  [class~="lap-and-up-push-2/3"],
[class~="lap-and-up-push-4/6"],
[class~="lap-and-up-push-6/9"],
[class~="lap-and-up-push-8/12"] {
    left: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="lap-and-up-push-1/4"],
[class~="lap-and-up-push-2/8"],
[class~="lap-and-up-push-3/12"] {
    left: 25% !important;
  }

  [class~="lap-and-up-push-3/4"],
[class~="lap-and-up-push-6/8"],
[class~="lap-and-up-push-9/12"] {
    left: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="lap-and-up-push-1/5"],
[class~="lap-and-up-push-2/10"] {
    left: 20% !important;
  }

  [class~="lap-and-up-push-2/5"],
[class~="lap-and-up-push-4/10"] {
    left: 40% !important;
  }

  [class~="lap-and-up-push-3/5"],
[class~="lap-and-up-push-6/10"] {
    left: 60% !important;
  }

  [class~="lap-and-up-push-4/5"],
[class~="lap-and-up-push-8/10"] {
    left: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="lap-and-up-push-1/6"],
[class~="lap-and-up-push-2/12"] {
    left: 16.6666666% !important;
  }

  [class~="lap-and-up-push-5/6"],
[class~="lap-and-up-push-10/12"] {
    left: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="lap-and-up-push-1/8"] {
    left: 12.5% !important;
  }

  [class~="lap-and-up-push-3/8"] {
    left: 37.5% !important;
  }

  [class~="lap-and-up-push-5/8"] {
    left: 62.5% !important;
  }

  [class~="lap-and-up-push-7/8"] {
    left: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="lap-and-up-push-1/9"] {
    left: 11.1111111% !important;
  }

  [class~="lap-and-up-push-2/9"] {
    left: 22.2222222% !important;
  }

  [class~="lap-and-up-push-4/9"] {
    left: 44.4444444% !important;
  }

  [class~="lap-and-up-push-5/9"] {
    left: 55.5555555% !important;
  }

  [class~="lap-and-up-push-7/9"] {
    left: 77.7777777% !important;
  }

  [class~="lap-and-up-push-8/9"] {
    left: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="lap-and-up-push-1/10"] {
    left: 10% !important;
  }

  [class~="lap-and-up-push-3/10"] {
    left: 30% !important;
  }

  [class~="lap-and-up-push-7/10"] {
    left: 70% !important;
  }

  [class~="lap-and-up-push-9/10"] {
    left: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="lap-and-up-push-1/12"] {
    left: 8.3333333% !important;
  }

  [class~="lap-and-up-push-5/12"] {
    left: 41.6666666% !important;
  }

  [class~="lap-and-up-push-7/12"] {
    left: 58.3333333% !important;
  }

  [class~="lap-and-up-push-11/12"] {
    left: 91.6666666% !important;
  }

  /**
   * Whole.
   */
  [class~="lap-and-up-pull-1/1"] {
    right: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="lap-and-up-pull-1/2"],
[class~="lap-and-up-pull-2/4"],
[class~="lap-and-up-pull-3/6"],
[class~="lap-and-up-pull-4/8"],
[class~="lap-and-up-pull-5/10"],
[class~="lap-and-up-pull-6/12"] {
    right: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="lap-and-up-pull-1/3"],
[class~="lap-and-up-pull-2/6"],
[class~="lap-and-up-pull-3/9"],
[class~="lap-and-up-pull-4/12"] {
    right: 33.3333333% !important;
  }

  [class~="lap-and-up-pull-2/3"],
[class~="lap-and-up-pull-4/6"],
[class~="lap-and-up-pull-6/9"],
[class~="lap-and-up-pull-8/12"] {
    right: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="lap-and-up-pull-1/4"],
[class~="lap-and-up-pull-2/8"],
[class~="lap-and-up-pull-3/12"] {
    right: 25% !important;
  }

  [class~="lap-and-up-pull-3/4"],
[class~="lap-and-up-pull-6/8"],
[class~="lap-and-up-pull-9/12"] {
    right: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="lap-and-up-pull-1/5"],
[class~="lap-and-up-pull-2/10"] {
    right: 20% !important;
  }

  [class~="lap-and-up-pull-2/5"],
[class~="lap-and-up-pull-4/10"] {
    right: 40% !important;
  }

  [class~="lap-and-up-pull-3/5"],
[class~="lap-and-up-pull-6/10"] {
    right: 60% !important;
  }

  [class~="lap-and-up-pull-4/5"],
[class~="lap-and-up-pull-8/10"] {
    right: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="lap-and-up-pull-1/6"],
[class~="lap-and-up-pull-2/12"] {
    right: 16.6666666% !important;
  }

  [class~="lap-and-up-pull-5/6"],
[class~="lap-and-up-pull-10/12"] {
    right: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="lap-and-up-pull-1/8"] {
    right: 12.5% !important;
  }

  [class~="lap-and-up-pull-3/8"] {
    right: 37.5% !important;
  }

  [class~="lap-and-up-pull-5/8"] {
    right: 62.5% !important;
  }

  [class~="lap-and-up-pull-7/8"] {
    right: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="lap-and-up-pull-1/9"] {
    right: 11.1111111% !important;
  }

  [class~="lap-and-up-pull-2/9"] {
    right: 22.2222222% !important;
  }

  [class~="lap-and-up-pull-4/9"] {
    right: 44.4444444% !important;
  }

  [class~="lap-and-up-pull-5/9"] {
    right: 55.5555555% !important;
  }

  [class~="lap-and-up-pull-7/9"] {
    right: 77.7777777% !important;
  }

  [class~="lap-and-up-pull-8/9"] {
    right: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="lap-and-up-pull-1/10"] {
    right: 10% !important;
  }

  [class~="lap-and-up-pull-3/10"] {
    right: 30% !important;
  }

  [class~="lap-and-up-pull-7/10"] {
    right: 70% !important;
  }

  [class~="lap-and-up-pull-9/10"] {
    right: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="lap-and-up-pull-1/12"] {
    right: 8.3333333% !important;
  }

  [class~="lap-and-up-pull-5/12"] {
    right: 41.6666666% !important;
  }

  [class~="lap-and-up-pull-7/12"] {
    right: 58.3333333% !important;
  }

  [class~="lap-and-up-pull-11/12"] {
    right: 91.6666666% !important;
  }
}
@media screen and (max-width: 1024px) {
  /**
   * Whole.
   */
  [class~="portable-push-1/1"] {
    left: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="portable-push-1/2"],
[class~="portable-push-2/4"],
[class~="portable-push-3/6"],
[class~="portable-push-4/8"],
[class~="portable-push-5/10"],
[class~="portable-push-6/12"] {
    left: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="portable-push-1/3"],
[class~="portable-push-2/6"],
[class~="portable-push-3/9"],
[class~="portable-push-4/12"] {
    left: 33.3333333% !important;
  }

  [class~="portable-push-2/3"],
[class~="portable-push-4/6"],
[class~="portable-push-6/9"],
[class~="portable-push-8/12"] {
    left: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="portable-push-1/4"],
[class~="portable-push-2/8"],
[class~="portable-push-3/12"] {
    left: 25% !important;
  }

  [class~="portable-push-3/4"],
[class~="portable-push-6/8"],
[class~="portable-push-9/12"] {
    left: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="portable-push-1/5"],
[class~="portable-push-2/10"] {
    left: 20% !important;
  }

  [class~="portable-push-2/5"],
[class~="portable-push-4/10"] {
    left: 40% !important;
  }

  [class~="portable-push-3/5"],
[class~="portable-push-6/10"] {
    left: 60% !important;
  }

  [class~="portable-push-4/5"],
[class~="portable-push-8/10"] {
    left: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="portable-push-1/6"],
[class~="portable-push-2/12"] {
    left: 16.6666666% !important;
  }

  [class~="portable-push-5/6"],
[class~="portable-push-10/12"] {
    left: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="portable-push-1/8"] {
    left: 12.5% !important;
  }

  [class~="portable-push-3/8"] {
    left: 37.5% !important;
  }

  [class~="portable-push-5/8"] {
    left: 62.5% !important;
  }

  [class~="portable-push-7/8"] {
    left: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="portable-push-1/9"] {
    left: 11.1111111% !important;
  }

  [class~="portable-push-2/9"] {
    left: 22.2222222% !important;
  }

  [class~="portable-push-4/9"] {
    left: 44.4444444% !important;
  }

  [class~="portable-push-5/9"] {
    left: 55.5555555% !important;
  }

  [class~="portable-push-7/9"] {
    left: 77.7777777% !important;
  }

  [class~="portable-push-8/9"] {
    left: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="portable-push-1/10"] {
    left: 10% !important;
  }

  [class~="portable-push-3/10"] {
    left: 30% !important;
  }

  [class~="portable-push-7/10"] {
    left: 70% !important;
  }

  [class~="portable-push-9/10"] {
    left: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="portable-push-1/12"] {
    left: 8.3333333% !important;
  }

  [class~="portable-push-5/12"] {
    left: 41.6666666% !important;
  }

  [class~="portable-push-7/12"] {
    left: 58.3333333% !important;
  }

  [class~="portable-push-11/12"] {
    left: 91.6666666% !important;
  }

  /**
   * Whole.
   */
  [class~="portable-pull-1/1"] {
    right: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="portable-pull-1/2"],
[class~="portable-pull-2/4"],
[class~="portable-pull-3/6"],
[class~="portable-pull-4/8"],
[class~="portable-pull-5/10"],
[class~="portable-pull-6/12"] {
    right: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="portable-pull-1/3"],
[class~="portable-pull-2/6"],
[class~="portable-pull-3/9"],
[class~="portable-pull-4/12"] {
    right: 33.3333333% !important;
  }

  [class~="portable-pull-2/3"],
[class~="portable-pull-4/6"],
[class~="portable-pull-6/9"],
[class~="portable-pull-8/12"] {
    right: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="portable-pull-1/4"],
[class~="portable-pull-2/8"],
[class~="portable-pull-3/12"] {
    right: 25% !important;
  }

  [class~="portable-pull-3/4"],
[class~="portable-pull-6/8"],
[class~="portable-pull-9/12"] {
    right: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="portable-pull-1/5"],
[class~="portable-pull-2/10"] {
    right: 20% !important;
  }

  [class~="portable-pull-2/5"],
[class~="portable-pull-4/10"] {
    right: 40% !important;
  }

  [class~="portable-pull-3/5"],
[class~="portable-pull-6/10"] {
    right: 60% !important;
  }

  [class~="portable-pull-4/5"],
[class~="portable-pull-8/10"] {
    right: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="portable-pull-1/6"],
[class~="portable-pull-2/12"] {
    right: 16.6666666% !important;
  }

  [class~="portable-pull-5/6"],
[class~="portable-pull-10/12"] {
    right: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="portable-pull-1/8"] {
    right: 12.5% !important;
  }

  [class~="portable-pull-3/8"] {
    right: 37.5% !important;
  }

  [class~="portable-pull-5/8"] {
    right: 62.5% !important;
  }

  [class~="portable-pull-7/8"] {
    right: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="portable-pull-1/9"] {
    right: 11.1111111% !important;
  }

  [class~="portable-pull-2/9"] {
    right: 22.2222222% !important;
  }

  [class~="portable-pull-4/9"] {
    right: 44.4444444% !important;
  }

  [class~="portable-pull-5/9"] {
    right: 55.5555555% !important;
  }

  [class~="portable-pull-7/9"] {
    right: 77.7777777% !important;
  }

  [class~="portable-pull-8/9"] {
    right: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="portable-pull-1/10"] {
    right: 10% !important;
  }

  [class~="portable-pull-3/10"] {
    right: 30% !important;
  }

  [class~="portable-pull-7/10"] {
    right: 70% !important;
  }

  [class~="portable-pull-9/10"] {
    right: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="portable-pull-1/12"] {
    right: 8.3333333% !important;
  }

  [class~="portable-pull-5/12"] {
    right: 41.6666666% !important;
  }

  [class~="portable-pull-7/12"] {
    right: 58.3333333% !important;
  }

  [class~="portable-pull-11/12"] {
    right: 91.6666666% !important;
  }
}
@media screen and (min-width: 1025px) {
  /**
   * Whole.
   */
  [class~="desk-push-1/1"] {
    left: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="desk-push-1/2"],
[class~="desk-push-2/4"],
[class~="desk-push-3/6"],
[class~="desk-push-4/8"],
[class~="desk-push-5/10"],
[class~="desk-push-6/12"] {
    left: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="desk-push-1/3"],
[class~="desk-push-2/6"],
[class~="desk-push-3/9"],
[class~="desk-push-4/12"] {
    left: 33.3333333% !important;
  }

  [class~="desk-push-2/3"],
[class~="desk-push-4/6"],
[class~="desk-push-6/9"],
[class~="desk-push-8/12"] {
    left: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="desk-push-1/4"],
[class~="desk-push-2/8"],
[class~="desk-push-3/12"] {
    left: 25% !important;
  }

  [class~="desk-push-3/4"],
[class~="desk-push-6/8"],
[class~="desk-push-9/12"] {
    left: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="desk-push-1/5"],
[class~="desk-push-2/10"] {
    left: 20% !important;
  }

  [class~="desk-push-2/5"],
[class~="desk-push-4/10"] {
    left: 40% !important;
  }

  [class~="desk-push-3/5"],
[class~="desk-push-6/10"] {
    left: 60% !important;
  }

  [class~="desk-push-4/5"],
[class~="desk-push-8/10"] {
    left: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="desk-push-1/6"],
[class~="desk-push-2/12"] {
    left: 16.6666666% !important;
  }

  [class~="desk-push-5/6"],
[class~="desk-push-10/12"] {
    left: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="desk-push-1/8"] {
    left: 12.5% !important;
  }

  [class~="desk-push-3/8"] {
    left: 37.5% !important;
  }

  [class~="desk-push-5/8"] {
    left: 62.5% !important;
  }

  [class~="desk-push-7/8"] {
    left: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="desk-push-1/9"] {
    left: 11.1111111% !important;
  }

  [class~="desk-push-2/9"] {
    left: 22.2222222% !important;
  }

  [class~="desk-push-4/9"] {
    left: 44.4444444% !important;
  }

  [class~="desk-push-5/9"] {
    left: 55.5555555% !important;
  }

  [class~="desk-push-7/9"] {
    left: 77.7777777% !important;
  }

  [class~="desk-push-8/9"] {
    left: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="desk-push-1/10"] {
    left: 10% !important;
  }

  [class~="desk-push-3/10"] {
    left: 30% !important;
  }

  [class~="desk-push-7/10"] {
    left: 70% !important;
  }

  [class~="desk-push-9/10"] {
    left: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="desk-push-1/12"] {
    left: 8.3333333% !important;
  }

  [class~="desk-push-5/12"] {
    left: 41.6666666% !important;
  }

  [class~="desk-push-7/12"] {
    left: 58.3333333% !important;
  }

  [class~="desk-push-11/12"] {
    left: 91.6666666% !important;
  }

  /**
   * Whole.
   */
  [class~="desk-pull-1/1"] {
    right: 100% !important;
  }

  /**
   * Halves.
   */
  [class~="desk-pull-1/2"],
[class~="desk-pull-2/4"],
[class~="desk-pull-3/6"],
[class~="desk-pull-4/8"],
[class~="desk-pull-5/10"],
[class~="desk-pull-6/12"] {
    right: 50% !important;
  }

  /**
   * Thirds.
   */
  [class~="desk-pull-1/3"],
[class~="desk-pull-2/6"],
[class~="desk-pull-3/9"],
[class~="desk-pull-4/12"] {
    right: 33.3333333% !important;
  }

  [class~="desk-pull-2/3"],
[class~="desk-pull-4/6"],
[class~="desk-pull-6/9"],
[class~="desk-pull-8/12"] {
    right: 66.6666666% !important;
  }

  /**
   * Quarters.
   */
  [class~="desk-pull-1/4"],
[class~="desk-pull-2/8"],
[class~="desk-pull-3/12"] {
    right: 25% !important;
  }

  [class~="desk-pull-3/4"],
[class~="desk-pull-6/8"],
[class~="desk-pull-9/12"] {
    right: 75% !important;
  }

  /**
   * Fifths.
   */
  [class~="desk-pull-1/5"],
[class~="desk-pull-2/10"] {
    right: 20% !important;
  }

  [class~="desk-pull-2/5"],
[class~="desk-pull-4/10"] {
    right: 40% !important;
  }

  [class~="desk-pull-3/5"],
[class~="desk-pull-6/10"] {
    right: 60% !important;
  }

  [class~="desk-pull-4/5"],
[class~="desk-pull-8/10"] {
    right: 80% !important;
  }

  /**
   * Sixths.
   */
  [class~="desk-pull-1/6"],
[class~="desk-pull-2/12"] {
    right: 16.6666666% !important;
  }

  [class~="desk-pull-5/6"],
[class~="desk-pull-10/12"] {
    right: 83.3333333% !important;
  }

  /**
   * Eighths.
   */
  [class~="desk-pull-1/8"] {
    right: 12.5% !important;
  }

  [class~="desk-pull-3/8"] {
    right: 37.5% !important;
  }

  [class~="desk-pull-5/8"] {
    right: 62.5% !important;
  }

  [class~="desk-pull-7/8"] {
    right: 87.5% !important;
  }

  /**
   * Ninths.
   */
  [class~="desk-pull-1/9"] {
    right: 11.1111111% !important;
  }

  [class~="desk-pull-2/9"] {
    right: 22.2222222% !important;
  }

  [class~="desk-pull-4/9"] {
    right: 44.4444444% !important;
  }

  [class~="desk-pull-5/9"] {
    right: 55.5555555% !important;
  }

  [class~="desk-pull-7/9"] {
    right: 77.7777777% !important;
  }

  [class~="desk-pull-8/9"] {
    right: 88.8888888% !important;
  }

  /**
   * Tenths.
   */
  [class~="desk-pull-1/10"] {
    right: 10% !important;
  }

  [class~="desk-pull-3/10"] {
    right: 30% !important;
  }

  [class~="desk-pull-7/10"] {
    right: 70% !important;
  }

  [class~="desk-pull-9/10"] {
    right: 90% !important;
  }

  /**
   * Twelfths.
   */
  [class~="desk-pull-1/12"] {
    right: 8.3333333% !important;
  }

  [class~="desk-pull-5/12"] {
    right: 41.6666666% !important;
  }

  [class~="desk-pull-7/12"] {
    right: 58.3333333% !important;
  }

  [class~="desk-pull-11/12"] {
    right: 91.6666666% !important;
  }
}
/**
 * Whole.
 */
[class~="push-1/1"] {
  left: 100% !important;
}

/**
 * Halves.
 */
[class~="push-1/2"],
[class~="push-2/4"],
[class~="push-3/6"],
[class~="push-4/8"],
[class~="push-5/10"],
[class~="push-6/12"] {
  left: 50% !important;
}

/**
 * Thirds.
 */
[class~="push-1/3"],
[class~="push-2/6"],
[class~="push-3/9"],
[class~="push-4/12"] {
  left: 33.3333333% !important;
}

[class~="push-2/3"],
[class~="push-4/6"],
[class~="push-6/9"],
[class~="push-8/12"] {
  left: 66.6666666% !important;
}

/**
 * Quarters.
 */
[class~="push-1/4"],
[class~="push-2/8"],
[class~="push-3/12"] {
  left: 25% !important;
}

[class~="push-3/4"],
[class~="push-6/8"],
[class~="push-9/12"] {
  left: 75% !important;
}

/**
 * Fifths.
 */
[class~="push-1/5"],
[class~="push-2/10"] {
  left: 20% !important;
}

[class~="push-2/5"],
[class~="push-4/10"] {
  left: 40% !important;
}

[class~="push-3/5"],
[class~="push-6/10"] {
  left: 60% !important;
}

[class~="push-4/5"],
[class~="push-8/10"] {
  left: 80% !important;
}

/**
 * Sixths.
 */
[class~="push-1/6"],
[class~="push-2/12"] {
  left: 16.6666666% !important;
}

[class~="push-5/6"],
[class~="push-10/12"] {
  left: 83.3333333% !important;
}

/**
 * Eighths.
 */
[class~="push-1/8"] {
  left: 12.5% !important;
}

[class~="push-3/8"] {
  left: 37.5% !important;
}

[class~="push-5/8"] {
  left: 62.5% !important;
}

[class~="push-7/8"] {
  left: 87.5% !important;
}

/**
 * Ninths.
 */
[class~="push-1/9"] {
  left: 11.1111111% !important;
}

[class~="push-2/9"] {
  left: 22.2222222% !important;
}

[class~="push-4/9"] {
  left: 44.4444444% !important;
}

[class~="push-5/9"] {
  left: 55.5555555% !important;
}

[class~="push-7/9"] {
  left: 77.7777777% !important;
}

[class~="push-8/9"] {
  left: 88.8888888% !important;
}

/**
 * Tenths.
 */
[class~="push-1/10"] {
  left: 10% !important;
}

[class~="push-3/10"] {
  left: 30% !important;
}

[class~="push-7/10"] {
  left: 70% !important;
}

[class~="push-9/10"] {
  left: 90% !important;
}

/**
 * Twelfths.
 */
[class~="push-1/12"] {
  left: 8.3333333% !important;
}

[class~="push-5/12"] {
  left: 41.6666666% !important;
}

[class~="push-7/12"] {
  left: 58.3333333% !important;
}

/**
 * Whole.
 */
[class~="pull-1/1"] {
  right: 100% !important;
}

/**
 * Halves.
 */
[class~="pull-1/2"],
[class~="pull-2/4"],
[class~="pull-3/6"],
[class~="pull-4/8"],
[class~="pull-5/10"],
[class~="pull-6/12"] {
  right: 50% !important;
}

/**
 * Thirds.
 */
[class~="pull-1/3"],
[class~="pull-2/6"],
[class~="pull-3/9"],
[class~="pull-4/12"] {
  right: 33.3333333% !important;
}

[class~="pull-2/3"],
[class~="pull-4/6"],
[class~="pull-6/9"],
[class~="pull-8/12"] {
  right: 66.6666666% !important;
}

/**
 * Quarters.
 */
[class~="pull-1/4"],
[class~="pull-2/8"],
[class~="pull-3/12"] {
  right: 25% !important;
}

[class~="pull-3/4"],
[class~="pull-6/8"],
[class~="pull-9/12"] {
  right: 75% !important;
}

/**
 * Fifths.
 */
[class~="pull-1/5"],
[class~="pull-2/10"] {
  right: 20% !important;
}

[class~="pull-2/5"],
[class~="pull-4/10"] {
  right: 40% !important;
}

[class~="pull-3/5"],
[class~="pull-6/10"] {
  right: 60% !important;
}

[class~="pull-4/5"],
[class~="pull-8/10"] {
  right: 80% !important;
}

/**
 * Sixths.
 */
[class~="pull-1/6"],
[class~="pull-2/12"] {
  right: 16.6666666% !important;
}

[class~="pull-5/6"],
[class~="pull-10/12"] {
  right: 83.3333333% !important;
}

/**
 * Eighths.
 */
[class~="pull-1/8"] {
  right: 12.5% !important;
}

[class~="pull-3/8"] {
  right: 37.5% !important;
}

[class~="pull-5/8"] {
  right: 62.5% !important;
}

[class~="pull-7/8"] {
  right: 87.5% !important;
}

/**
 * Ninths.
 */
[class~="pull-1/9"] {
  right: 11.1111111% !important;
}

[class~="pull-2/9"] {
  right: 22.2222222% !important;
}

[class~="pull-4/9"] {
  right: 44.4444444% !important;
}

[class~="pull-5/9"] {
  right: 55.5555555% !important;
}

[class~="pull-7/9"] {
  right: 77.7777777% !important;
}

[class~="pull-8/9"] {
  right: 88.8888888% !important;
}

/**
 * Tenths.
 */
[class~="pull-1/10"] {
  right: 10% !important;
}

[class~="pull-3/10"] {
  right: 30% !important;
}

[class~="pull-7/10"] {
  right: 70% !important;
}

[class~="pull-9/10"] {
  right: 90% !important;
}

/**
 * Twelfths.
 */
[class~="pull-1/12"] {
  right: 8.3333333% !important;
}

[class~="pull-5/12"] {
  right: 41.6666666% !important;
}

[class~="pull-7/12"] {
  right: 58.3333333% !important;
}

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