/*
DO NOT MODIFY THIS FILE DIRECTLY
If you do, your changes will be overwritten and lost. Instead, make your changes to
the appropriate files in the sass folder, then run Grunt to generate this file.
Instructions for running Grunt are in the readme file at the project root.
*/


@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ir-products/css/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("ir-products/css/fonts/slick.eot");
  src: url("ir-products/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("ir-products/css/fonts/slick.woff") format("woff"), url("ir-products/css/fonts/slick.ttf") format("truetype"), url("ir-products/css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ir-products/images/slick-carousel/ajax-loader.gif") center center no-repeat; }

.slick-dots {
  position: static; }

.slick-dots li button:before {
  font-size: 36px;
  font-size: 2.25rem; }

.slick-arrow.icomoon- {
  color: #222;
  font-size: 18px;
  font-size: 1.125rem; }
  .slick-arrow.icomoon-:before {
    display: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("ir-products/css/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("ir-products/css/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("ir-products/css/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("ir-products/css/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("ir-products/css/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("ir-products/css/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.fancybox-wrap {
  opacity: 0;
  transition: opacity 0.35s; }
  .fancybox-wrap object > p {
    padding: 0 15px;
    padding: 0 0.9375rem; }

.fancybox-skin {
  border-radius: 0; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("ir-products/images/fancybox/fancybox_sprite.png"); }

#fancybox-loading div {
  background: url("ir-products/images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: auto;
  background-image: none;
  font-size: 18px;
  line-height: 0; }
  .fancybox-close, .fancybox-close:hover, .fancybox-close:focus {
    color: #222;
    text-decoration: none; }

.fancybox-nav {
  background: transparent url("ir-products/images/fancybox/blank.gif");
  /* helps IE */ }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("ir-products/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  .fancybox-close {
    background-image: none; }
  #fancybox-loading div {
    background-image: url("ir-products/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-au {
  background-image: url(ir-products/images/flags/4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/au.svg); }

.flag-icon-bd {
  background-image: url(ir-products/images/flags/4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/bd.svg); }

.flag-icon-br {
  background-image: url(ir-products/images/flags/4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/br.svg); }

.flag-icon-bt {
  background-image: url(ir-products/images/flags/4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/bt.svg); }

.flag-icon-ca {
  background-image: url(ir-products/images/flags/4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/ca.svg); }

.flag-icon-cn {
  background-image: url(ir-products/images/flags/4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/cn.svg); }

.flag-icon-de {
  background-image: url(ir-products/images/flags/4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/de.svg); }

.flag-icon-es {
  background-image: url(ir-products/images/flags/4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/es.svg); }

.flag-icon-fr {
  background-image: url(ir-products/images/flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/fr.svg); }

.flag-icon-in {
  background-image: url(ir-products/images/flags/4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/in.svg); }

.flag-icon-it {
  background-image: url(ir-products/images/flags/4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/it.svg); }

.flag-icon-jp {
  background-image: url(ir-products/images/flags/4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/jp.svg); }

.flag-icon-kr {
  background-image: url(ir-products/images/flags/4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/kr.svg); }

.flag-icon-lk {
  background-image: url(ir-products/images/flags/4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/lk.svg); }

.flag-icon-mx {
  background-image: url(ir-products/images/flags/4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/mx.svg); }

.flag-icon-np {
  background-image: url(ir-products/images/flags/4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/np.svg); }

.flag-icon-nz {
  background-image: url(ir-products/images/flags/4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/nz.svg); }

.flag-icon-pt {
  background-image: url(ir-products/images/flags/4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/pt.svg); }

.flag-icon-tw {
  background-image: url(ir-products/images/flags/4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/tw.svg); }

.flag-icon-us {
  background-image: url(ir-products/images/flags/4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(ir-products/images/flags/1x1/us.svg); }

/**
 * selectize.css (v0.12.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

.pika-button {
  font-size: 14px; }

.is-today .pika-button {
  color: #d42a1d; }

.is-inrange .pika-button {
  background-color: #ccc;
  color: #000; }

.is-startrange .pika-button,
.is-endrange .pika-button,
.pika-button:hover,
.pika-button:focus {
  background-color: #d42a1d;
  color: #fff; }

.is-selected .pika-button {
  background-color: #d42a1d;
  box-shadow: none; }

.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons:after {
    clear: both; }
  .rrssb-buttons:before, .rrssb-buttons:after {
    content: ' ';
    display: table; }
  .rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px; }
    .rrssb-buttons li.rrssb-email a {
      background-color: #0a88ff; }
      .rrssb-buttons li.rrssb-email a:hover {
        background-color: #006ed6; }
    .rrssb-buttons li.rrssb-facebook a {
      background-color: #306199; }
      .rrssb-buttons li.rrssb-facebook a:hover {
        background-color: #244872; }
    .rrssb-buttons li.rrssb-tumblr a {
      background-color: #32506d; }
      .rrssb-buttons li.rrssb-tumblr a:hover {
        background-color: #22364a; }
    .rrssb-buttons li.rrssb-linkedin a {
      background-color: #007bb6; }
      .rrssb-buttons li.rrssb-linkedin a:hover {
        background-color: #005983; }
    .rrssb-buttons li.rrssb-twitter a {
      background-color: #26c4f1; }
      .rrssb-buttons li.rrssb-twitter a:hover {
        background-color: #0eaad6; }
    .rrssb-buttons li.rrssb-googleplus a {
      background-color: #e93f2e; }
      .rrssb-buttons li.rrssb-googleplus a:hover {
        background-color: #ce2616; }
    .rrssb-buttons li.rrssb-youtube a {
      background-color: #df1c31; }
      .rrssb-buttons li.rrssb-youtube a:hover {
        background-color: #b21627; }
    .rrssb-buttons li.rrssb-reddit a {
      background-color: #8bbbe3; }
      .rrssb-buttons li.rrssb-reddit a:hover {
        background-color: #62a3d9; }
    .rrssb-buttons li.rrssb-pinterest a {
      background-color: #b81621; }
      .rrssb-buttons li.rrssb-pinterest a:hover {
        background-color: #8a1119; }
    .rrssb-buttons li.rrssb-pocket a {
      background-color: #ed4054; }
      .rrssb-buttons li.rrssb-pocket a:hover {
        background-color: #e4162d; }
    .rrssb-buttons li.rrssb-github a {
      background-color: #444; }
      .rrssb-buttons li.rrssb-github a:hover {
        background-color: #2b2a2a; }
    .rrssb-buttons li.rrssb-instagram a {
      background-color: #125688; }
      .rrssb-buttons li.rrssb-instagram a:hover {
        background-color: #0c3a5b; }
    .rrssb-buttons li.rrssb-delicious a {
      background-color: #0b79e5; }
      .rrssb-buttons li.rrssb-delicious a:hover {
        background-color: #095fb4; }
    .rrssb-buttons li.rrssb-vk a {
      background-color: #4d71a9; }
      .rrssb-buttons li.rrssb-vk a:hover {
        background-color: #3d5a86; }
    .rrssb-buttons li.rrssb-hackernews a {
      background-color: #ff6600; }
      .rrssb-buttons li.rrssb-hackernews a:hover {
        background-color: #cc5200; }
    .rrssb-buttons li.rrssb-whatsapp a {
      background-color: #43d854; }
      .rrssb-buttons li.rrssb-whatsapp a:hover {
        background-color: #28c039; }
    .rrssb-buttons li.rrssb-print a {
      background-color: #8d98a2; }
      .rrssb-buttons li.rrssb-print a:hover {
        background-color: #717f8b; }
    .rrssb-buttons li a {
      background-color: #ccc;
      border-radius: 2px;
      box-sizing: border-box;
      display: block;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color 0.2s ease-in-out;
      width: 100%; }
      .rrssb-buttons li a .rrssb-icon {
        display: block;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li a .rrssb-icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .rrssb-icon svg path {
            fill: #fff; }
      .rrssb-buttons li a .rrssb-text {
        color: #fff; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small a {
      padding: 0; }
      .rrssb-buttons li.small a .rrssb-icon {
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small a .rrssb-text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li a {
        backface-visibility: hidden;
        border-radius: 0.2em;
        padding: 8.5% 0 8.5% 12%; }
        .rrssb-buttons.large-format li a .rrssb-icon {
          height: 100%;
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li a .rrssb-icon svg {
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%; }
        .rrssb-buttons.large-format li a .rrssb-text {
          backface-visibility: hidden; }
  .rrssb-buttons.small-format {
    padding-top: 5px; }
    .rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1px; }
      .rrssb-buttons.small-format li a .rrssb-icon {
        height: 100%;
        padding-top: 0; }
        .rrssb-buttons.small-format li a .rrssb-icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li a .rrssb-icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
        fill: #26c4f1; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #0b84a6; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
        fill: #8bbbe3; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #398bcf; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
        fill: #ed4054; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #b61124; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
        fill: #444; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #111111; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
        fill: #125688; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #061d2e; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
        fill: #0b79e5; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #064684; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
        fill: #4d71a9; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #2d4263; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
        fill: #ff6600; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #993d00; }
      .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
        fill: #43d854; }
      .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #1f962d; }
      .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
        fill: #8d98a2; }
      .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #5a656f; }
  .rrssb-buttons li.rrssb-print a .rrssb-icon svg path:nth-child(2) {
    fill: none; }

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("ir-products/fonts/icomoon/icomoon.ttf?1o6qbr") format("truetype"), url("ir-products/fonts/icomoon/icomoon.woff?1o6qbr") format("woff"), url("ir-products/fonts/icomoon/icomoon.svg?1o6qbr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  -moz-font-variant-ligatures: discretionary-ligatures;
       font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-tool1:before {
  content: ""; }

.icomoon-oil:before {
  content: ""; }

.icomoon-ship-wheel:before {
  content: ""; }

.icomoon-plane:before {
  content: ""; }

.icomoon-double-quote-right:before {
  content: ""; }

.icomoon-comma:before {
  content: ""; }

.icomoon-modal:before {
  content: ""; }

.icomoon-arrow-down-o:before {
  content: ""; }

.icomoon-arrow-right-o:before {
  content: ""; }

.icomoon-globe-wire:before {
  content: ""; }

.icomoon-arrow-left:before {
  content: ""; }

.icomoon-arrow-right:before {
  content: ""; }

.icomoon-calendar:before {
  content: ""; }

.icomoon-checkmark:before {
  content: ""; }

.icomoon-chevron-left:before {
  content: ""; }

.icomoon-chevron-right:before {
  content: ""; }

.icomoon-close-o:before {
  content: ""; }

.icomoon-close:before {
  content: ""; }

.icomoon-dot-outline:before {
  content: ""; }

.icomoon-dot:before {
  content: ""; }

.icomoon-download:before {
  content: ""; }

.icomoon-facebook:before {
  content: ""; }

.icomoon-fax:before {
  content: ""; }

.icomoon-globe:before {
  content: ""; }

.icomoon-google-plus:before {
  content: ""; }

.icomoon-grid-view:before {
  content: ""; }

.icomoon-img:before {
  content: ""; }

.icomoon-linkedin:before {
  content: ""; }

.icomoon-list-view:before {
  content: ""; }

.icomoon-lock:before {
  content: ""; }

.icomoon-marker:before {
  content: ""; }

.icomoon-menu:before {
  content: ""; }

.icomoon-message:before {
  content: ""; }

.icomoon-new-tab:before {
  content: ""; }

.icomoon-page:before {
  content: ""; }

.icomoon-play:before {
  content: ""; }

.icomoon-print:before {
  content: ""; }

.icomoon-save:before {
  content: ""; }

.icomoon-search:before {
  content: ""; }

.icomoon-share:before {
  content: ""; }

.icomoon-star:before {
  content: ""; }

.icomoon-target:before {
  content: ""; }

.icomoon-tel:before {
  content: ""; }

.icomoon-tool1a:before {
  content: ""; }

.icomoon-tool2:before {
  content: ""; }

.icomoon-tool3:before {
  content: ""; }

.icomoon-trash:before {
  content: ""; }

.icomoon-twitter:before {
  content: ""; }

.icomoon-user:before {
  content: ""; }

.icomoon-video:before {
  content: ""; }

.icomoon-wechat:before {
  content: ""; }

.icomoon-youtube:before {
  content: ""; }

.icomoon-zoom:before {
  content: ""; }

.icomoon-flip:before {
  content: ""; }

.icomoon-warning:before {
  content: ""; }

.icomoon-home:before {
  content: ""; }

.icomoon-tel-o:before {
  content: ""; }

.icomoon-marker-o:before {
  content: ""; }

.icomoon-info-o:before {
  content: ""; }

.icomoon-dropup:before {
  content: ""; }

.icomoon-dropdown:before {
  content: ""; }

.icomoon-eye:before {
  content: ""; }

/* Custom Styles */
.icomoon-chevron-down:before {
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  content: ""; }

.icomoon-chevron-up:before {
  display: block;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  content: ""; }

.icomoon-tool1,
.icomoon-tool2,
.icomoon-tool3 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #d42a1d; }

.icomoon-message {
  font-size: 12px;
  font-size: 0.75rem; }

.icomoon-eye,
.icomoon-download {
  font-size: 18px;
  font-size: 1.125rem; }

.icomoon-arrow-right {
  color: #cac8c8; }

.icomoon-globe-wire {
  color: #828080;
  font-size: 19px;
  font-size: 1.1875rem; }

a[target="_blank"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  -moz-font-variant-ligatures: discretionary-ligatures;
       font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 5px;
  margin-left: 0.3125rem;
  font-size: 70%;
  /*
    Example using background-image:

    background-image: url("../../content/dam/ir-products/en/icons/externalicon.png");
    background-size: contain;
    color: transparent;
    */ }
  .listSelectableStyle a[target="_blank"]:after {
    display: none; }
  .localFooter .listSelectableStyle a[target="_blank"]:after {
    display: inline; }

a.image[target="_blank"]:after {
  content: ""; }

@font-face {
  font-family: 'Foundry Form Sans Bold';
  src: url("ir-products/fonts/foundry-form-sans/fofrsabd-webfont.eot");
  src: url("ir-products/fonts/foundry-form-sans/fofrsabd-webfont.eot?#iefix") format("embedded-opentype"), url("ir-products/fonts/foundry-form-sans/fofrsabd-webfont.woff2") format("woff2"), url("ir-products/fonts/foundry-form-sans/fofrsabd-webfont.woff") format("woff"), url("ir-products/fonts/foundry-form-sans/fofrsabd-webfont.ttf") format("truetype"), url("ir-products/fonts/foundry-form-sans/fofrsabd-webfont.svg#foundry-form-sans-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Form Sans Book Italic';
  src: url("ir-products/fonts/foundry-form-sans/fofrsabi-webfont.eot");
  src: url("ir-products/fonts/foundry-form-sans/fofrsabi-webfont.eot?#iefix") format("embedded-opentype"), url("ir-products/fonts/foundry-form-sans/fofrsabi-webfont.woff2") format("woff2"), url("ir-products/fonts/foundry-form-sans/fofrsabi-webfont.woff") format("woff"), url("ir-products/fonts/foundry-form-sans/fofrsabi-webfont.ttf") format("truetype"), url("ir-products/fonts/foundry-form-sans/fofrsabi-webfont.svg#foundry-form-sans-book-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Form Sans Book';
  src: url("ir-products/fonts/foundry-form-sans/fofrsabk-webfont.eot");
  src: url("ir-products/fonts/foundry-form-sans/fofrsabk-webfont.eot?#iefix") format("embedded-opentype"), url("ir-products/fonts/foundry-form-sans/fofrsabk-webfont.woff2") format("woff2"), url("ir-products/fonts/foundry-form-sans/fofrsabk-webfont.woff") format("woff"), url("ir-products/fonts/foundry-form-sans/fofrsabk-webfont.ttf") format("truetype"), url("ir-products/fonts/foundry-form-sans/fofrsabk-webfont.svg#foundry-form-sans-book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Form Sans Demi';
  src: url("ir-products/fonts/foundry-form-sans/fofrsadm-webfont.eot");
  src: url("ir-products/fonts/foundry-form-sans/fofrsadm-webfont.eot?#iefix") format("embedded-opentype"), url("ir-products/fonts/foundry-form-sans/fofrsadm-webfont.woff2") format("woff2"), url("ir-products/fonts/foundry-form-sans/fofrsadm-webfont.woff") format("woff"), url("ir-products/fonts/foundry-form-sans/fofrsadm-webfont.ttf") format("truetype"), url("ir-products/fonts/foundry-form-sans/fofrsadm-webfont.svg#foundry-form-sans-demi") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Form Sans Extrabold';
  src: url("ir-products/fonts/foundry-form-sans/fofrsaeb-webfont.eot");
  src: url("ir-products/fonts/foundry-form-sans/fofrsaeb-webfont.eot?#iefix") format("embedded-opentype"), url("ir-products/fonts/foundry-form-sans/fofrsaeb-webfont.woff2") format("woff2"), url("ir-products/fonts/foundry-form-sans/fofrsaeb-webfont.woff") format("woff"), url("ir-products/fonts/foundry-form-sans/fofrsaeb-webfont.ttf") format("truetype"), url("ir-products/fonts/foundry-form-sans/fofrsaeb-webfont.svg#foundry-form-sans-extrabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Form Sans Medium';
  src: url("ir-products/fonts/foundry-form-sans/fofrsamd-webfont.eot");
  src: url("ir-products/fonts/foundry-form-sans/fofrsamd-webfont.eot?#iefix") format("embedded-opentype"), url("ir-products/fonts/foundry-form-sans/fofrsamd-webfont.woff2") format("woff2"), url("ir-products/fonts/foundry-form-sans/fofrsamd-webfont.woff") format("woff"), url("ir-products/fonts/foundry-form-sans/fofrsamd-webfont.ttf") format("truetype"), url("ir-products/fonts/foundry-form-sans/fofrsamd-webfont.svg#foundry-form-sans-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Form Sans Med Italic';
  src: url("ir-products/fonts/foundry-form-sans/fofrsami-webfont.eot");
  src: url("ir-products/fonts/foundry-form-sans/fofrsami-webfont.eot?#iefix") format("embedded-opentype"), url("ir-products/fonts/foundry-form-sans/fofrsami-webfont.woff2") format("woff2"), url("ir-products/fonts/foundry-form-sans/fofrsami-webfont.woff") format("woff"), url("ir-products/fonts/foundry-form-sans/fofrsami-webfont.ttf") format("truetype"), url("ir-products/fonts/foundry-form-sans/fofrsami-webfont.svg#foundry-form-sans-med-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #000;
  background-color: #eee; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #d42a1d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #d42a1d;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.45;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: auto; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.45;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #eee; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 17.25px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.45;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.45;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 23px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 39px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 55px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 28px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.45;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #d42a1d;
  border-color: #be261a; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a72117;
    border-color: #4d0f0b; }
  .btn-primary:hover {
    color: #fff;
    background-color: #a72117;
    border-color: #881b13; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a72117;
    border-color: #881b13; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #881b13;
      border-color: #4d0f0b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #d42a1d;
    border-color: #be261a; }
  .btn-primary .badge {
    color: #d42a1d;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #d42a1d;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #d42a1d;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

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

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color: #d42a1d;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #d42a1d; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #d42a1d; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.45;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #d42a1d; }
  .nav .nav-divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.45;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #eee;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #d42a1d; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #eee; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 13.5px 15px;
  font-size: 20px;
  line-height: 23px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 6.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 13.5px;
          padding-bottom: 13.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.45;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d42a1d; }

.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

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

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eee;
  border: 1px solid gainsboro;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.45; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.animated {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both; }

.fadeIn {
  -webkit-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.spinner {
  margin: 40px auto;
  margin: 2.5rem auto;
  width: 70px;
  width: 4.375rem;
  text-align: center; }

.spinner > div {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background-color: #d42a1d;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
       -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
       -o-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
       -o-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-o-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -o-transform: scale(0);
       transform: scale(0); }
  40% {
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); } }

html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (-o-min-device-pixel-ratio: 25/12), only screen and (min-resolution: 200dpi), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 1.25dppx) {
    html {
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: grayscale; } }

body {
  width: 100%;
  background-image: url(ir-products/images/ui/body-bg.jpg);
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  body:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
    display: none; }
  body.overlay:after {
    display: block; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding-left: 17px;
  padding-left: 1.0625rem; }

p {
  margin: 0 0 1.3em; }

b,
optgroup,
strong {
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }

.small,
small {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 80%; }

h1, h2, h3, h4 {
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  line-height: 1.2; }

.title h1, .title h2, .title h3, .title h4 {
  font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none; }

.title h1 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (min-width: 48em) {
    .title h1 {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 62em) {
    .title h1 {
      font-size: 32px;
      font-size: 2rem; } }

h1 {
  font-size: 39.056px;
  font-size: 2.441rem; }

h2 {
  font-size: 31.248px;
  font-size: 1.953rem; }

h3 {
  font-size: 20px;
  font-size: 1.25rem; }

h4 {
  font-size: 18px;
  font-size: 1.125rem; }

img {
  max-width: 100%; }

.media .media-left img,
.media .media-right img {
  max-width: none; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.cursor--zoom-in, .superSlider .superSlider__zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.cursor--zoom-out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.img-border {
  border: 1px solid #828080;
  width: 100%;
  white-space: nowrap;
  text-align: center; }
  .img-border:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .img-border > img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }

.vmiddle {
  white-space: nowrap; }
  .vmiddle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .vmiddle > img,
  .vmiddle > span,
  .vmiddle > .vmiddle__item {
    display: inline-block !important;
    vertical-align: middle;
    white-space: normal; }

.triangle {
  display: block;
  border: solid transparent;
  height: 0;
  width: 0;
  border-width: 7px; }

.triangle-pseudo:after {
  display: block;
  border: solid transparent;
  height: 0;
  width: 0;
  border-width: 7px;
  content: ''; }

.triangle--down,
.triangle-pseudo--down {
  border-top-color: #d42a1d; }

.triangle--up,
.triangle-pseudo--up {
  border-bottom-color: #d42a1d; }

.triangle--left,
.triangle-pseudo--left {
  border-right-color: #d42a1d; }

.triangle--right,
.triangle-pseudo--right {
  border-left-color: #d42a1d; }

@media screen and (min-width: 62em) {
  .main-content-container,
  .sbu-container {
    padding-left: 0;
    padding-right: 0; } }

.main-content-par > .section,
.sbu-par > .section {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 62em) {
    .main-content-par > .section,
    .sbu-par > .section {
      margin-left: auto;
      margin-right: auto;
      width: 970px; } }
  @media screen and (min-width: 75em) {
    .main-content-par > .section,
    .sbu-par > .section {
      width: 1170px; } }

.main-content-container {
  position: relative;
  z-index: 2; }

.sbu-container {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 62em) {
  .breadcrumb {
    position: relative; }
  .sbu-par > .columnControl {
    margin-top: -60px;
    margin-top: -3.75rem; } }

.modal-open .main-content-container,
.modal-open .row--white {
  position: static; }

.distributor-content-container {
  background: #eee; }
  @media screen and (min-width: 48em) {
    .distributor-content-container {
      background: #fff; } }
  @media screen and (min-width: 62em) {
    .distributor-content-container {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.page-intro {
  padding: 30px; }
  .page-intro h1 {
    font-size: 36px;
    text-transform: capitalize; }
  .page-intro p {
    font-size: 22px;
    line-height: 32px; }

/*

Instructions:

These classes can also be applied to <button> and <div>.
Use <a> element if you're taking the  user to another page.
Use <button> element if you're creating a
trigger that does something to the content or for a form.
Use <div> element if you don't care about semantics.

Usage Examples:

<a href="#" class="btn btn-red btn-primary">primary</a>

<a href="#" class="btn btn-red btn-secondary">secondary</a>

<a href="#" class="btn btn-dark btn-primary">primary</a>

<a href="#" class="btn btn-dark btn-secondary">secondary</a>

<a href="#" class="btn btn-gold">tertiary</a>

<a href="#" class="btn btn-red">tertiary</a>

<a href="#" class="btn btn-action btn-dark">
	<span class="icomoon-arrow-right"></span>
</a>

<a href="#" class="btn btn-action btn-red">
	<span class="icomoon-arrow-right"></span>
</a>

<a href="#" class="btn btn-dark">
	Go To Action <span class="icomoon-arrow-right"></span>
</a>

<a href="#" class="btn btn-red">
	Go To Action <span class="icomoon-arrow-right"></span>
</a>

<a href="#" class="btn btn-block btn-dark">
	Go To Action <span class="icomoon-arrow-right"></span>
</a>

<a href="#" class="btn btn-block btn-red">
	Go To Action <span class="icomoon-arrow-right"></span>
</a>

<a href="#" class="btn btn-link">
	Button Link
</a>

<a href="#" class="btn btn-link">
	Learn More <span class="icomoon-arrow-right"></span>
</a>

<a href="#" class="btn btn-page-list">
	Parts &amp; Accessories <span class="icomoon-arrow-right"></span>
</a>

<a href="#" class="btn btn-page-list btn-dark">
	Parts &amp; Accessories <span class="icomoon-arrow-right"></span>
</a>

<a href="#" class="btn btn-action btn-triangle">
    <span class="icomoon-arrow-right"></span>
</a>

<button class="btn btn-view">
    <div class="icomoon-list-view"></div>
</button>
*/
.btn {
  background-color: #fff;
  text-transform: uppercase;
  font-family: "Foundry Form Sans Extrabold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 7px 20px 4px;
  padding: 0.4375rem 1.25rem 0.25rem; }
  .btn span {
    margin-top: 3px;
    margin-left: 20px;
    margin-left: 1.25rem;
    font-size: 14px;
    font-size: 0.875rem; }
  .btn .icomoon-arrow-right {
    font-size: 12px;
    font-size: 0.75rem; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .row--dark .btn:hover {
    color: #d42a1d; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent; }

.btn-link {
  border: 0;
  padding: 0;
  text-transform: none; }
  .btn-link:hover {
    text-decoration: none;
    color: #222; }
  .btn-link span {
    margin-left: 5px;
    margin-left: 0.3125rem;
    color: #cac8c8; }

.btn-action {
  padding: 0 15px;
  padding: 0 0.9375rem;
  height: 44px;
  height: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem; }
  .btn-action span {
    margin-left: 0; }

.btn-block {
  display: block;
  text-align: left; }
  .btn-block span {
    float: right; }

.btn-primary,
.btn-gold,
.btn-red,
.btn-dark {
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus,
  .btn-gold:hover,
  .btn-gold:focus,
  .btn-red:hover,
  .btn-red:focus,
  .btn-dark:hover,
  .btn-dark:focus {
    color: #fff; }
  .btn-primary span,
  .btn-gold span,
  .btn-red span,
  .btn-dark span {
    color: #fff; }

.btn-primary,
.btn-secondary {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 11px 60px;
  padding: 0.6875rem 3.75rem;
  border-width: 2px;
  border-width: 0.125rem;
  border-style: solid; }
  @media screen and (min-width: 48em) {
    .btn-primary,
    .btn-secondary {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 11px 60px;
      padding: 0.6875rem 3.75rem; } }

.btn-gold {
  background-color: #c1ba85; }

.btn-red {
  background-color: #d42a1d; }
  .btn-red:hover, .btn-red:focus {
    background-color: #ae150a; }
  .btn-red.btn-primary {
    border-color: #d42a1d; }
    .btn-red.btn-primary:hover, .btn-red.btn-primary:focus {
      border-color: #ae150a; }
  .btn-red.btn-secondary {
    border-color: #d42a1d;
    background-color: #fff;
    color: #d42a1d; }

.btn-dark {
  background-color: #222; }
  .btn-dark.btn-primary {
    border-color: #222; }
    .btn-dark.btn-primary:hover, .btn-dark.btn-primary:focus {
      background-color: #222;
      border-color: #222; }
  .btn-dark.btn-secondary {
    border-color: #222;
    background-color: #fff;
    color: #222; }

.btn-ghost-white {
  background-color: transparent;
  border-color: #eee;
  color: #eee; }
  .btn-ghost-white:hover, .btn-ghost-white:focus {
    background-color: #d42a1d;
    border-color: #d42a1d; }

.btn-full-width {
  width: 100%;
  display: block;
  text-align: left; }
  .btn-full-width span {
    float: right; }

.btn-page-list {
  position: relative;
  display: block;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  padding: 17px 15px 13px 20px;
  padding: 1.0625rem 0.9375rem 0.8125rem 1.25rem;
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
  color: #222; }
  .btn-page-list:before {
    width: 8px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #d42a1d; }
  .btn-page-list.btn-dark {
    color: #fff; }
    .btn-page-list.btn-dark span {
      color: #828080; }
  .btn-page-list span {
    float: right;
    margin-top: -2px;
    margin-top: -0.125rem;
    font-size: 26px;
    font-size: 1.625rem;
    color: #828080; }
  .btn-page-list.btn-big {
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .btn-page-list.btn-big span {
      margin-top: -9px;
      margin-top: -0.5625rem;
      font-size: 36px;
      font-size: 2.25rem; }

.btn-triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  border: 0; }
  .btn-triangle .icomoon-arrow-right {
    position: absolute;
    bottom: 7px;
    right: 4px;
    font-size: 10px;
    font-size: 0.625rem;
    color: #fff;
    z-index: 2; }
  .btn-triangle:hover {
    text-decoration: none; }

.btn-triangle:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 0 40px 40px;
  border-width: 0 0 2.5rem 2.5rem;
  border-style: solid;
  border-color: transparent transparent #c1ba85 transparent;
  content: '';
  z-index: 1; }

.btn-view {
  padding: 0 6px;
  padding: 0 0.375rem;
  background: none;
  outline: none !important; }

.btn-view.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #d42a1d; }

.well .callToAction .btn {
  text-transform: none; }

.callToAction .btn {
  margin-top: 5px;
  margin-bottom: 5px; }

.selectize--gray .selectize-dropdown,
.selectize--gray .selectize-input,
.selectize--gray .selectize-input input,
.dropdown .dropdown-toggle,
.dropup .dropdown-toggle {
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem; }

.selectize--gray .selectize-input,
.dropdown .dropdown-toggle,
.dropup .dropdown-toggle {
  background-color: #eee;
  border-radius: 4px;
  border-radius: 0.25rem; }

.dropdown,
.dropup {
  display: inline-block; }
  .dropdown .dropdown-toggle,
  .dropup .dropdown-toggle {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
    padding: 0.3125rem 0.9375rem;
    text-transform: uppercase;
    color: #111;
    word-wrap: break-word;
    white-space: normal; }
    .dropdown .dropdown-toggle:hover, .dropdown .dropdown-toggle:focus,
    .dropup .dropdown-toggle:hover,
    .dropup .dropdown-toggle:focus {
      text-decoration: none; }
    .dropdown .dropdown-toggle .icomoon-dropdown,
    .dropup .dropdown-toggle .icomoon-dropdown {
      margin-left: 10px;
      margin-left: 0.625rem;
      color: #d42a1d;
      float: right; }
  .dropdown .dropdown-menu,
  .dropup .dropdown-menu {
    min-width: 100%;
    padding: 0;
    background: #eee;
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .dropdown .dropdown-menu > li,
    .dropup .dropdown-menu > li {
      white-space: nowrap; }
      .dropdown .dropdown-menu > li > a,
      .dropup .dropdown-menu > li > a {
        padding: 5px 20px;
        padding: 0.3125rem 1.25rem; }
  .dropdown .dropdown-menu-group,
  .dropup .dropdown-menu-group {
    display: none;
    position: absolute;
    min-width: 100%;
    z-index: 1000;
    border: 1px solid #ccc; }
    .dropdown .dropdown-menu-group > .dropdown-menu,
    .dropup .dropdown-menu-group > .dropdown-menu {
      position: static;
      border: 0;
      border-radius: 0;
      padding: 0; }
  .dropdown.open .dropdown-toggle,
  .dropup.open .dropdown-toggle {
    position: relative;
    z-index: 1001; }
  .dropdown.open > .dropdown-menu-group,
  .dropup.open > .dropdown-menu-group {
    display: block; }
    .dropdown.open > .dropdown-menu-group > .dropdown-menu,
    .dropdown.open > .dropdown-menu-group .dropdown-full-width > .dropdown-menu,
    .dropup.open > .dropdown-menu-group > .dropdown-menu,
    .dropup.open > .dropdown-menu-group .dropdown-full-width > .dropdown-menu {
      display: block; }
  .dropdown.dropdown-full-width,
  .dropup.dropdown-full-width {
    display: block; }
    .dropdown.dropdown-full-width .dropdown-toggle,
    .dropup.dropdown-full-width .dropdown-toggle {
      display: block;
      width: 100%;
      text-align: left; }
      .dropdown.dropdown-full-width .dropdown-toggle .icomoon-dropdown,
      .dropup.dropdown-full-width .dropdown-toggle .icomoon-dropdown {
        float: right;
        margin-top: 2px;
        margin-top: 0.125rem; }

.dropdown .dropdown-menu {
  margin-top: -1px;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem; }

.dropdown .dropdown-menu-group {
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem; }

.dropdown.open .dropdown-toggle {
  border-bottom: 1px solid #eee;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: -1px;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem; }

.dropup .dropdown-menu-group {
  bottom: 100%;
  margin-bottom: -1px;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem; }

.dropup.open .dropdown-toggle {
  border-top: 1px solid #eee;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/**
 * Dropdown White
 */
.dropdown .dropdown-toggle--white {
  border: 1px solid #fff;
  border-bottom: 0 !important;
  border-radius: 0;
  background-color: #fff !important; }

.dropdown .dropdown-menu--white {
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff; }

.dropdown.open .dropdown-toggle--white {
  border-color: #ccc !important; }

/**
 * Select Dropdowns
 */
.selectize-control.single .selectize-input:after {
  border-color: #d42a1d transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  border-color: transparent transparent #d42a1d transparent; }

select.selectize.error + .selectize > .selectize-input.not-full {
  border-color: #d42a1d;
  background-color: #fddbdb; }

select.selectize + .selectize > .selectize-input {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn; }

.main-content-container form {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

form .selectize-control {
  width: 100%; }

form .selectize-input,
form .selectize-input input,
form .selectize-dropdown {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.45; }

form .selectize-input,
form .selectize-control.single .selectize-input.input-active {
  display: block; }

form .selectize-input {
  display: block;
  padding: 0 65px 0 8px;
  padding: 0 4.0625rem 0 0.5rem;
  height: 44px;
  height: 2.75rem; }
  form .selectize-input.full .item:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    -moz-font-variant-ligatures: discretionary-ligatures;
         font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 40px;
    right: 2.5rem;
    line-height: 44px; }
  form .selectize-input.full .item[data-value=""]:after {
    display: none; }
  form .selectize-input.disabled,
  form .selectize-input.disabled * {
    cursor: not-allowed !important; }
  .selectize-control form .selectize-input.disabled {
    background-color: #eee; }
  form .selectize-input .item {
    overflow: hidden;
    max-width: 100%;
    color: #656565;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 44px;
    line-height: 2.75rem; }
  form .selectize-input > input {
    height: 100%;
    line-height: 44px !important;
    line-height: 2.75rem !important; }

form .selectize-input,
form .selectize-input.dropdown-active,
form .selectize-dropdown {
  border-radius: 0; }

form .selectize-input.disabled,
form .selectize-input.disabled *,
form .selectize-dropdown .active {
  display: block;
  padding-right: 34px;
  padding-right: 2.125rem;
  background-color: #d42a1d;
  color: #fff; }

.selectize-dropdown-content > .option:first-child[data-value=""] {
  display: none; }

/**
 * Select Dropdowns Gray
 */
.selectize--gray .selectize-input {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .selectize--gray .selectize-input.dropdown-active {
    border-radius: 4px 4px 0 0;
    border-radius: 0.25rem 0.25rem 0 0; }

.selectize--gray.single .selectize-input.input-active {
  background: #eee; }

.selectize--gray .selectize-dropdown {
  background-color: #eee;
  border-radius: 0 0 4px 4px;
  border-radius: 0 0 0.25rem 0.25rem; }

.selectize--gray .selectize-dropdown .active {
  background-color: #d42a1d;
  color: #fff; }

.dropdown-toggle[aria-expanded="false"] span {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg); }

.dropdown-toggle span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #d42a1d; }

.phone-collapse-header {
  display: block;
  width: 100%;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-bottom-color: #fff;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: left; }
  @media screen and (min-width: 48em) {
    .phone-collapse-header {
      margin: 0 0 0.5em;
      border: 0;
      padding: 0;
      background: none;
      cursor: default; } }
  .phone-collapse-header h3 {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
    color: #111; }
    @media screen and (min-width: 48em) {
      .phone-collapse-header h3 {
        font-size: 28px;
        font-size: 1.75rem;
        color: #d42a1d;
        text-transform: uppercase; } }
  .phone-collapse-header .icomoon-dropdown {
    float: right;
    color: #d42a1d;
    margin-top: 5px;
    margin-top: 0.3125rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media screen and (min-width: 48em) {
      .phone-collapse-header .icomoon-dropdown {
        display: none; } }
  .phone-collapse-header.collapsed {
    border-bottom-color: #ccc; }
    .phone-collapse-header.collapsed .icomoon-dropdown {
      margin-top: 3px;
      margin-top: 0.1875rem;
      -webkit-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; }
  .phone-collapse-header.phone-collapse-header--distributor-finder {
    position: relative;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    border: 1px solid transparent;
    padding: 17px 15px 13px 20px;
    padding: 1.0625rem 0.9375rem 0.8125rem 1.25rem; }
    @media screen and (min-width: 48em) {
      .phone-collapse-header.phone-collapse-header--distributor-finder {
        margin: 0;
        border: none;
        padding: 0; } }
    .phone-collapse-header.phone-collapse-header--distributor-finder:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 8px;
      background-color: #d42a1d; }
      @media screen and (min-width: 48em) {
        .phone-collapse-header.phone-collapse-header--distributor-finder:before {
          display: none; } }
    .phone-collapse-header.phone-collapse-header--distributor-finder:not(.collapsed) span:before {
      content: ""; }
    .phone-collapse-header.phone-collapse-header--distributor-finder span {
      float: right;
      margin-left: 20px;
      margin-left: 1.25rem;
      margin-top: -9px;
      margin-top: -0.5625rem;
      font-size: 36px;
      font-size: 2.25rem;
      color: #828080; }
      @media screen and (min-width: 48em) {
        .phone-collapse-header.phone-collapse-header--distributor-finder span {
          display: none; } }
    .phone-collapse-header.phone-collapse-header--distributor-finder h3 {
      font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .phone-collapse-header.phone-collapse-header--distributor-finder h3 {
          margin-bottom: 0.5em;
          font-size: 20px;
          font-size: 1.25rem;
          color: #111; } }

.phone-collapse-body {
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 15px;
  padding: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .phone-collapse-body {
      overflow: visible;
      display: block;
      height: auto !important;
      border: 0;
      padding: 0; } }
  .phone-collapse-body.phone-collapse-body--distributor-finder {
    position: relative;
    margin: -11px 0 10px;
    margin: -0.6875rem 0 0.625rem;
    border: 1px solid transparent;
    border-top-width: 0;
    padding: 0 12px 0 20px;
    padding: 0 0.75rem 0 1.25rem;
    background: #fff; }
    @media screen and (min-width: 48em) {
      .phone-collapse-body.phone-collapse-body--distributor-finder {
        margin: 0;
        border: none;
        padding: 0;
        background: none; } }
    .phone-collapse-body.phone-collapse-body--distributor-finder:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 8px;
      background-color: #d42a1d; }
      @media screen and (min-width: 48em) {
        .phone-collapse-body.phone-collapse-body--distributor-finder:before {
          display: none; } }

.links-list {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  .links-list li {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    .links-list li a span {
      display: inline-block;
      margin-right: 10px;
      margin-right: 0.625rem;
      text-decoration: none; }

.links-list--icon a {
  color: #222; }
  .links-list--icon a span {
    color: #d42a1d; }

.popover-content .links-list--icon,
.fancybox-inner .links-list--icon {
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase; }
  .popover-content .links-list--icon li:last-child,
  .fancybox-inner .links-list--icon li:last-child {
    margin-bottom: 0; }

/**
 * Elements that aren't supposed to be links, but are
 * This fixes the styling of those elements
 */
.link-style-fix {
  color: #222; }
  .link-style-fix:hover, .link-style-fix:focus {
    text-decoration: none;
    color: #d42a1d; }
    .link-style-fix:hover h2, .link-style-fix:focus h2 {
      color: #d42a1d; }
  .link-style-fix:after {
    display: none; }

.section-nav {
  display: none;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 48em) {
    .section-nav {
      display: block; } }
  .section-nav .nav {
    position: relative;
    background: #828080;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .section-nav .nav.affix {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 10000; }
      @media screen and (min-width: 62em) {
        .section-nav .nav.affix {
          width: 970px; } }
      @media screen and (min-width: 75em) {
        .section-nav .nav.affix {
          width: 1170px; } }
    .section-nav .nav > li {
      display: table-cell;
      width: 1%; }
      .section-nav .nav > li > a {
        display: inline-block;
        width: 100%;
        max-height: 50px;
        max-height: 3.125rem;
        line-height: 13px;
        line-height: 0.8125rem;
        vertical-align: middle;
        text-align: center;
        padding: 14px 15px;
        padding: 0.875rem 0.9375rem;
        font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #fff; }
        .section-nav .nav > li > a:hover, .section-nav .nav > li > a:focus {
          background: none; }
    .section-nav .nav.affix-top > li:first-child,
    .section-nav .nav > li.active {
      position: relative;
      background: #222; }
      .section-nav .nav.affix-top > li:first-child:after,
      .section-nav .nav > li.active:after {
        content: " ";
        position: absolute;
        display: block;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        margin-left: -0.625rem;
        border-top: 10px solid #111;
        border-top: 0.625rem solid #111;
        border-left: 10px solid transparent;
        border-left: 0.625rem solid transparent;
        border-right: 10px solid transparent;
        border-right: 0.625rem solid transparent; }

.section-nav-anchor {
  position: relative; }

.mega-menu {
  position: relative;
  z-index: 6; }
  .mega-menu button:focus {
    outline: none; }
  .mega-menu ul {
    margin: 0;
    padding-left: 0; }
    .mega-menu ul li {
      list-style-type: none; }
  .mega-menu .icomoon-arrow-right {
    font-size: 14px;
    font-size: 0.875rem; }
  .mega-menu .active > a {
    background-color: #eee; }
  .mega-menu .active > button {
    background-color: #c11f13; }
  .mega-menu .active:hover > button {
    background-color: #ae150a; }
  .mega-menu .nav-main .submenu a {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.search-bar {
  padding: 10px;
  padding: 0.625rem;
  background-color: #d4d4d4; }
  @media screen and (min-width: 62em) {
    .search-bar {
      padding: 15px;
      padding: 0.9375rem; } }
  .search-bar .input-group:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    -moz-font-variant-ligatures: discretionary-ligatures;
         font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 14px;
    top: 0.875rem;
    left: 14px;
    left: 0.875rem;
    z-index: 4; }
    @media screen and (min-width: 62em) {
      .search-bar .input-group:before {
        top: 20px;
        top: 1.25rem;
        left: 19px;
        left: 1.1875rem;
        font-size: 20px;
        font-size: 1.25rem; } }
  .search-bar .form-control {
    padding: 6px 12px 6px 40px;
    padding: 0.375rem 0.75rem 0.375rem 2.5rem; }
    @media screen and (min-width: 62em) {
      .search-bar .form-control {
        height: 60px;
        height: 3.75rem;
        padding: 16px 16px 16px 50px;
        padding: 1rem 1rem 1rem 3.125rem;
        font-size: 16px;
        font-size: 1rem; } }
    .search-bar .form-control.focus {
      padding-bottom: 7px;
      padding-bottom: 0.4375rem;
      border-bottom-width: 0;
      border-color: #ccc;
      -webkit-box-shadow: none;
              box-shadow: none; }
      @media screen and (min-width: 62em) {
        .search-bar .form-control.focus {
          padding-bottom: 17px;
          padding-bottom: 1.0625rem; } }
  .search-bar .btn {
    padding: 0;
    width: 44px;
    width: 2.75rem;
    text-align: center;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    opacity: 1 !important; }
    @media screen and (min-width: 62em) {
      .search-bar .btn {
        width: 140px;
        width: 8.75rem;
        height: 60px;
        height: 3.75rem;
        line-height: 60px;
        line-height: 3.75rem; } }
    .search-bar .btn > span:first-child {
      font-size: 18px;
      font-size: 1.125rem; }

.nav-search {
  display: none; }
  .nav-search.open {
    display: block; }
    @media screen and (min-width: 62em) {
      .nav-search.open .nav-search__focus {
        display: block; } }
  .nav-search > .container {
    position: relative; }
  .nav-search form {
    width: 100%;
    position: absolute;
    left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    background: rgba(172, 171, 171, 0.5);
    z-index: 499; }
    @media screen and (min-width: 62em) {
      .nav-search form {
        padding: 15px;
        padding: 0.9375rem; } }
    .nav-search form .form-control {
      line-height: normal; }
      @media screen and (min-width: 62em) {
        .nav-search form .form-control {
          font-size: 24px;
          font-size: 1.5rem; } }
      .nav-search form .form-control.focus + .nav-search__autosuggestion {
        display: block; }
    .nav-search form .nav-search__autosuggestion {
      display: none;
      position: fixed;
      top: 104px;
      top: 6.5rem;
      bottom: 10px;
      bottom: 0.625rem;
      left: 10px;
      left: 0.625rem;
      right: 10px;
      right: 0.625rem;
      padding: 20px 16px;
      padding: 1.25rem 1rem;
      border-width: 0 1px 1px;
      border-style: solid;
      border-color: #ccc;
      background-color: #fff;
      overflow: scroll; }
      @media screen and (min-width: 48em) {
        .nav-search form .nav-search__autosuggestion {
          position: absolute;
          top: 44px;
          top: 2.75rem;
          bottom: auto;
          left: 0;
          right: 43px;
          right: 2.6875rem;
          padding: 16px 50px;
          padding: 1rem 3.125rem;
          max-height: 900px;
          max-height: 56.25rem; } }
      @media screen and (min-width: 62em) {
        .nav-search form .nav-search__autosuggestion {
          top: 60px;
          top: 3.75rem;
          right: 139px;
          right: 8.6875rem;
          max-height: none;
          overflow: visible; } }
      .nav-search form .nav-search__autosuggestion p {
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
        border-bottom: 1px solid #c2c2c2; }
        .nav-search form .nav-search__autosuggestion p a {
          float: right; }
          .nav-search form .nav-search__autosuggestion p a span {
            font-size: 70%; }
      .nav-search form .nav-search__autosuggestion ul {
        margin-bottom: 16px;
        margin-bottom: 1rem; }
        .nav-search form .nav-search__autosuggestion ul li {
          margin-bottom: 10px;
          margin-bottom: 0.625rem; }
          @media screen and (min-width: 62em) {
            .nav-search form .nav-search__autosuggestion ul li {
              margin-bottom: 0; } }
        .nav-search form .nav-search__autosuggestion ul a {
          color: #222;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .nav-search .nav-search__focus {
    display: none;
    margin-top: 90px;
    margin-top: 5.625rem;
    position: absolute;
    left: 0;
    width: 100%;
    background: #111 url(ir-products/images/ui/black_denim.png);
    z-index: 5; }
    .nav-search .nav-search__focus:before {
      display: block;
      content: '';
      position: absolute;
      top: -90px;
      top: -5.625rem;
      width: 100%;
      height: 90px;
      height: 5.625rem;
      background: url(ir-products/images/ui/body-bg.jpg); }
    .nav-search .nav-search__focus > .container {
      position: relative; }
    .nav-search .nav-search__focus form {
      background: #fff;
      padding: 26px 15px;
      padding: 1.625rem 0.9375rem; }
      .nav-search .nav-search__focus form .form-group {
        margin-bottom: 0; }
      .nav-search .nav-search__focus form .control-label {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal; }
      .nav-search .nav-search__focus form .checkbox-inline {
        margin-left: 32px;
        margin-left: 2rem;
        padding-left: 0;
        font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .nav-search .nav-search__focus form .checkbox-inline input {
          display: none; }
          .nav-search .nav-search__focus form .checkbox-inline input:checked + .icomoon-checkmark:before {
            font-size: 12px;
            font-size: 0.75rem; }
        .nav-search .nav-search__focus form .checkbox-inline .icomoon-checkmark {
          display: inline-block;
          position: relative;
          margin-right: 3px;
          margin-right: 0.1875rem;
          width: 12px;
          width: 0.75rem;
          height: 12px;
          height: 0.75rem;
          background-color: #e9e9e9;
          border-radius: 2px; }
          .nav-search .nav-search__focus form .checkbox-inline .icomoon-checkmark:before {
            position: absolute;
            font-size: 0; }
    .nav-search .nav-search__focus .nav-search__focus-par {
      color: #fff;
      padding: 140px 0 40px;
      padding: 8.75rem 0 2.5rem; }

.nav-toggle-search {
  position: relative; }
  .nav-toggle-search:after {
    display: none;
    top: 100%;
    left: 50%;
    position: absolute;
    border-top-color: #d42a1d;
    margin-left: -7px;
    z-index: 502; }
  .nav-toggle-search[aria-expanded="true"]:after {
    display: block; }
  .nav-toggle-search[aria-expanded="true"][data-hide-close-btn="true"]:after {
    border-top-color: #fff; }

.navToggle[aria-expanded="false"] .icomoon-close {
  display: none; }

.navToggle[aria-expanded="true"] .icomoon-menu,
.navToggle[aria-expanded="true"] .icomoon-search {
  display: none; }

.navToggle[aria-expanded="true"][data-hide-close-btn="true"] .icomoon-search {
  display: block; }

.navToggle[aria-expanded="true"][data-hide-close-btn="true"] .icomoon-close {
  display: none; }

.media-label {
  position: absolute;
  display: block;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  color: #222;
  font-family: 'Arial Black', 'Arial Bold', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase; }

.media-label--top-left {
  top: 0;
  left: 0; }

.media-label--top-right {
  top: 0;
  right: 0; }

.media-label--red,
.media-label--TechnicalPublications {
  background-color: #d42a1d;
  color: #fff; }

.media-label--orange,
.media-label--ReferenceGuide,
.media-label--event {
  background-color: #fa972d;
  color: #fff; }

.media-label--green,
.media-label--CADData {
  background-color: #00a987;
  color: #fff; }

.media-label--blue,
.media-label--Download,
.media-label--tradeshow {
  background-color: #3cafdf;
  color: #fff; }

.media-label--blue-dark,
.media-label--Literature {
  background-color: #3b4f6c;
  color: #fff; }

.media-label--purple,
.media-label--PartnerData {
  background-color: #7c157d;
  color: #fff; }

.btn[data-toggle='popover'] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 18px;
  padding: 0.5rem 1.125rem;
  border-width: 0 0 1px 1px;
  border-color: #ccc;
  z-index: 1;
  outline: none !important; }
  .btn[data-toggle='popover'] .square-dot {
    margin: 2px 0;
    margin: 0.125rem 0;
    width: 5px;
    width: 0.3125rem;
    height: 5px;
    height: 0.3125rem;
    background-color: #d42a1d; }
  .btn[data-toggle='popover']:focus .square-dot {
    background-color: #222 !important; }

.pop-content {
  display: none; }

.popover-content {
  padding: 20px;
  padding: 1.25rem; }

label {
  display: block;
  margin-bottom: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }
  label span.error {
    color: #d42a1d;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: normal; }
    label span.error:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Enable Ligatures ================ */
      letter-spacing: 0;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      font-feature-settings: "liga";
      -webkit-font-variant-ligatures: discretionary-ligatures;
      -moz-font-variant-ligatures: discretionary-ligatures;
           font-variant-ligatures: discretionary-ligatures;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin: 0 5px;
      margin: 0 0.3125rem; }
  label sup {
    color: #d42a1d; }
  label input,
  label textarea,
  label .radio-inline,
  label .checkbox-inline,
  label .selectize-input {
    margin-top: 10px;
    margin-top: 0.625rem; }
  label .radio-inline + .radio-inline,
  label .checkbox-inline + .checkbox-inline {
    margin-top: 0; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0; }
  @media screen and (min-width: 48em) {
    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
      margin-left: 10px;
      margin-left: 0.625rem; } }

.form-group--inline {
  display: inline-block; }

input.error,
.form-control.error {
  border: 1px solid #d42a1d;
  background-color: #fddbdb; }

.form-control[readonly] {
  background-color: #fff; }

.alert--form {
  position: relative;
  padding: 15px 36px;
  padding: 0.9375rem 2.25rem; }
  .alert--form .error-list {
    list-style-type: none;
    margin: 0;
    padding-left: 0; }
    .alert--form .error-list li:before {
      content: "–";
      margin-right: 5px;
      margin-right: 0.3125rem; }
  .alert--form .icomoon-warning {
    position: absolute;
    left: 10px;
    left: 0.625rem; }

.alert-danger {
  border-color: #d42a1d;
  background-color: #fddbdb;
  color: #d42a1d; }

::-webkit-input-placeholder {
  color: #656565 !important; }

:-moz-placeholder {
  color: #656565 !important; }

::-moz-placeholder {
  color: #656565 !important; }

:-ms-input-placeholder {
  color: #656565 !important; }

/*
How to use
<div class="ele-justify">
    <div></div>
    <div></div>
    <div></div>
    <div></div>
</div>
*/
.ele-justify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ele-justify > div {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .ele-justify:after {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    content: ''; }

.alert-warning--modified {
  position: relative;
  padding: 10px 56px 10px 10px;
  padding: 0.625rem 3.5rem 0.625rem 0.625rem;
  background-color: #fff;
  border-width: 2px;
  border-color: #c1ba85;
  color: #111;
  font-size: 14px;
  font-size: 0.875rem; }
  .alert-warning--modified .close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 8px;
    padding: 0.5rem;
    background-color: #c1ba85;
    color: #fff;
    opacity: 1; }
  .alert-warning--modified .icomoon-close-o {
    font-size: 30px;
    font-size: 1.875rem; }

body.overlay {
  position: fixed; }
  @media screen and (min-width: 62em) {
    body.overlay {
      position: static; } }

.megaMenuMobile:before, .megaMenuMobile:after {
  content: " ";
  display: table; }

.megaMenuMobile:after {
  clear: both; }

@media screen and (min-width: 62em) {
  .megaMenuMobile {
    display: none; } }

.megaMenuMobile .megaMenuMobile__header {
  background-color: #fff;
  border-bottom: 1px solid #cecece;
  height: 50px;
  height: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  text-align: right; }
  .megaMenuMobile .megaMenuMobile__header .btn {
    width: 49px;
    width: 3.0625rem;
    height: 49px;
    height: 3.0625rem;
    line-height: 49px;
    line-height: 3.0625rem;
    padding: 0;
    border: 0;
    margin: 0 -4px 0 0;
    margin: 0 -0.25rem 0 0;
    vertical-align: top; }
    .megaMenuMobile .megaMenuMobile__header .btn:last-child {
      margin-right: -15px;
      margin-right: -0.9375rem; }
    .megaMenuMobile .megaMenuMobile__header .btn > div {
      color: #d42a1d; }
    .megaMenuMobile .megaMenuMobile__header .btn > .icomoon-,
    .megaMenuMobile .megaMenuMobile__header .btn > .icomoon-search {
      font-size: 20px;
      font-size: 1.25rem; }
    .megaMenuMobile .megaMenuMobile__header .btn .icomoon-close {
      color: #fff; }

.megaMenuMobile .mobile-logo {
  display: block;
  float: left; }
  .megaMenuMobile .mobile-logo img {
    width: 128px; }

.megaMenuMobile .nav-toggle-menu[aria-expanded="true"],
.megaMenuMobile .nav-toggle-search[aria-expanded="true"][data-hide-close-btn="false"] {
  background-color: #d42a1d; }
  .megaMenuMobile .nav-toggle-menu[aria-expanded="true"] span,
  .megaMenuMobile .nav-toggle-search[aria-expanded="true"][data-hide-close-btn="false"] span {
    color: #fff; }

.megaMenuMobile .nav-toggle-search:before {
  display: none;
  content: '';
  position: absolute;
  height: 1px;
  right: 0;
  left: 0;
  bottom: -1px;
  background-color: #d42a1d; }

.megaMenuMobile .nav-toggle-search[aria-expanded="true"][data-hide-close-btn="false"]:before {
  display: block; }

.megaMenuMobile .nav-main {
  background-color: #fff; }
  @media screen and (min-width: 48em) {
    .megaMenuMobile .nav-main {
      width: 50%;
      float: left;
      border-right: 1px solid #ccc; } }
  .megaMenuMobile .nav-main > ul > li {
    border-bottom: 1px solid #ccc; }
    .megaMenuMobile .nav-main > ul > li > a {
      padding: 10px 15px;
      padding: 0.625rem 0.9375rem;
      color: #000;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-transform: none; }
      .megaMenuMobile .nav-main > ul > li > a:hover, .megaMenuMobile .nav-main > ul > li > a:focus {
        color: #000; }
      .megaMenuMobile .nav-main > ul > li > a span {
        display: none; }
    .megaMenuMobile .nav-main > ul > li a:hover,
    .megaMenuMobile .nav-main > ul > li a:focus {
      text-decoration: none; }
  .megaMenuMobile .nav-main .menu-item-has-children > a span {
    display: block;
    color: #d42a1d; }
  .megaMenuMobile .nav-main .menu-item-has-children .submenu > a,
  .megaMenuMobile .nav-main .menu-item-has-children .submenu > p > a {
    display: block;
    padding: 10px 0;
    padding: 0.625rem 0;
    margin: 0 24px;
    margin: 0 1.5rem;
    border-bottom: 1px solid #ccc;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
    text-transform: uppercase; }
    .megaMenuMobile .nav-main .menu-item-has-children .submenu > a .icomoon-arrow-right,
    .megaMenuMobile .nav-main .menu-item-has-children .submenu > p > a .icomoon-arrow-right {
      margin-left: 6px;
      margin-left: 0.375rem; }
  .megaMenuMobile .nav-main .loginSignUp > span {
    display: block;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    border-bottom: 1px solid #ccc; }

.megaMenuMobile .submenu {
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }
  .megaMenuMobile .submenu a {
    display: block;
    padding: 10px 40px;
    padding: 0.625rem 2.5rem; }
  .megaMenuMobile .submenu > p {
    margin-bottom: 0; }

.megaMenuMobile .nav-secondary {
  padding: 15px;
  padding: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .megaMenuMobile .nav-secondary {
      width: 50%;
      float: left;
      padding: 34px;
      padding: 2.125rem; } }

.megaMenuMobile__flyout {
  width: 100%;
  display: none;
  position: fixed;
  top: 48px;
  bottom: 0;
  background-color: #efefef;
  border-top: 2px solid #d42a1d;
  overflow: auto;
  z-index: 501; }
  @media screen and (min-width: 48em) {
    .megaMenuMobile__flyout {
      bottom: auto;
      max-height: 900px;
      max-height: 56.25rem;
      overflow: auto; } }
  .megaMenuMobile__flyout.open {
    display: block; }

.megaMenuDesktop {
  background-color: #fff; }
  @media screen and (max-width: 61.9375em) {
    .megaMenuDesktop {
      display: none; } }
  .megaMenuDesktop li {
    display: inline-block; }
  .megaMenuDesktop .submenu {
    display: none;
    position: absolute;
    z-index: 501; }
    .megaMenuDesktop .submenu.open {
      display: block; }
  .megaMenuDesktop .submenu__content {
    background-color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 15px;
    margin: 0.9375rem; }
  .megaMenuDesktop .nav-secondary {
    height: 86px;
    height: 5.375rem;
    margin-left: -15px;
    margin-right: -15px;
    position: relative; }
  @media screen and (min-width: 62em) {
    .megaMenuDesktop .nav-secondary--below-logo {
      height: 118px;
      height: 7.375rem; } }
  @media screen and (min-width: 75em) {
    .megaMenuDesktop .nav-secondary--below-logo {
      height: 86px;
      height: 5.375rem; } }
  .megaMenuDesktop .nav-secondary__logo {
    position: absolute;
    left: 0;
    top: 24px; }
  .megaMenuDesktop .nav-secondary__links {
    position: absolute;
    right: 0;
    bottom: 10px; }
    .megaMenuDesktop .nav-secondary__links > li {
      margin-left: 34px;
      margin-left: 2.125rem; }
      .megaMenuDesktop .nav-secondary__links > li > a,
      .megaMenuDesktop .nav-secondary__links > li > button {
        color: #222;
        font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .megaMenuDesktop .nav-secondary__links > li > a .icomoon-dropdown,
        .megaMenuDesktop .nav-secondary__links > li > button .icomoon-dropdown {
          color: #d42a1d; }
    .megaMenuDesktop .nav-secondary__links .submenu {
      width: 95%;
      background-color: #f2f3f5;
      border: 1px solid #cacaca; }
    .megaMenuDesktop .nav-secondary__links .submenu__content {
      padding: 20px;
      padding: 1.25rem; }
  .megaMenuDesktop .submenu-industries-served {
    border-right: 1px solid #ccc; }
    .megaMenuDesktop .submenu-industries-served ul {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      .megaMenuDesktop .submenu-industries-served ul:before, .megaMenuDesktop .submenu-industries-served ul:after {
        content: " ";
        display: table; }
      .megaMenuDesktop .submenu-industries-served ul:after {
        clear: both; }
    .megaMenuDesktop .submenu-industries-served li {
      width: 40%;
      float: left;
      margin-bottom: 4px;
      margin-bottom: 0.25rem; }
      .megaMenuDesktop .submenu-industries-served li:nth-child(even) {
        margin-left: 10px;
        margin-left: 0.625rem; }
  .megaMenuDesktop .header-link {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #222; }
    .megaMenuDesktop .header-link:hover {
      color: #d42a1d;
      text-decoration: none; }
  .megaMenuDesktop .nav-main {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
    .megaMenuDesktop .nav-main > ul {
      width: 100%;
      display: table; }
      .megaMenuDesktop .nav-main > ul > li {
        display: table-cell; }
        .megaMenuDesktop .nav-main > ul > li:last-child {
          width: 56px;
          width: 3.5rem; }
        .megaMenuDesktop .nav-main > ul > li:first-child > .btn {
          border-left: 0; }
        .megaMenuDesktop .nav-main > ul > li > .btn {
          width: 100%;
          padding: 0;
          height: 60px;
          height: 3.75rem;
          line-height: 60px;
          line-height: 3.75rem;
          border-left: 1px solid #ae150a; }
      .megaMenuDesktop .nav-main > ul .menu-item-has-children .triangle-pseudo--down:after {
        border-top-color: #ae150a;
        margin: -16px auto 0;
        margin: -1rem auto 0; }
    .megaMenuDesktop .nav-main .submenu {
      left: 0;
      background: rgba(255, 255, 255, 0.4); }
      @media screen and (min-width: 82em) {
        .megaMenuDesktop .nav-main .submenu {
          left: -70px;
          left: -4.375rem;
          right: -70px;
          right: -4.375rem; } }
    .megaMenuDesktop .nav-main .submenu__content {
      padding: 50px 30px;
      padding: 3.125rem 1.875rem; }
      .megaMenuDesktop .nav-main .submenu__content .btn {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #d42a1d; }
        .megaMenuDesktop .nav-main .submenu__content .btn:hover {
          color: #222; }
      .megaMenuDesktop .nav-main .submenu__content ul li {
        display: block; }
      .megaMenuDesktop .nav-main .submenu__content .row > div:first-child .header-link {
        display: block;
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
        line-height: 33px;
        line-height: 2.0625rem;
        font-family: "Foundry Form Sans Book", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 36px;
        font-size: 2.25rem; }
      .megaMenuDesktop .nav-main .submenu__content .richText .container {
        width: auto !important;
        padding: 0 !important; }
      .megaMenuDesktop .nav-main .submenu__content .richText .row {
        margin: 0 auto; }
    .megaMenuDesktop .nav-main .media {
      margin-bottom: 18px;
      margin-bottom: 1.125rem; }
  .megaMenuDesktop .nav-toggle-search[aria-expanded="true"] {
    background-color: #ae150a; }
  .megaMenuDesktop .nav-toggle-search:after {
    border-top-color: #d42a1d; }
  .megaMenuDesktop .nav-toggle-search:hover:after, .megaMenuDesktop .nav-toggle-search[aria-expanded="true"]:after {
    border-top-color: #ae150a; }
  .megaMenuDesktop .icomoon-search {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-top: 0;
    line-height: 0; }

.megaMenuDesktop__utility {
  height: 40px;
  height: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #fff;
  background-color: #111;
  overflow-y: hidden; }
  .megaMenuDesktop__utility a {
    color: #666;
    margin: 0 14px;
    margin: 0 0.875rem; }
    .megaMenuDesktop__utility a:hover {
      text-decoration: none; }
  .megaMenuDesktop__utility button span,
  .megaMenuDesktop__utility a span {
    color: #d42a1d; }
  .megaMenuDesktop__utility .btn-link,
  .megaMenuDesktop__utility ul a {
    color: #fff; }
  .megaMenuDesktop__utility .btn-link {
    padding: 0;
    margin: 0;
    line-height: 40px; }
  .megaMenuDesktop__utility ul {
    display: inline-block;
    vertical-align: top; }
  .megaMenuDesktop__utility .log-in-text,
  .megaMenuDesktop__utility .sign-up-text {
    color: #fff; }
  .megaMenuDesktop__utility .log-in-text {
    margin-left: 8px;
    margin-left: 0.5rem; }
  .megaMenuDesktop__utility .col-md-9 div,
  .megaMenuDesktop__utility .loginSignUp,
  .megaMenuDesktop__utility .outLinkList {
    display: inline-block; }
  .megaMenuDesktop__utility .loginSignUp,
  .megaMenuDesktop__utility .outLinkList {
    font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .megaMenuDesktop__utility .loginSignUp a:after,
    .megaMenuDesktop__utility .outLinkList a:after {
      display: none; }

.localFooter {
  border-top: 4px solid #d42a1d;
  padding: 40px 0 50px;
  padding: 2.5rem 0 3.125rem; }
  .localFooter .localFooter_wave {
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 12.1951%;
    -webkit-background-size: cover;
            background-size: cover; }
  @media screen and (min-width: 48em) {
    .localFooter .footer-nav-dropdown {
      margin: 0 -15px 60px;
      margin: 0 -0.9375rem 3.75rem; } }
  @media screen and (min-width: 48em) {
    .localFooter .footer-nav-dropdown .dropdown-toggle {
      display: none; } }
  @media screen and (min-width: 48em) {
    .localFooter .footer-nav-dropdown .dropdown-menu-group {
      position: static;
      display: table;
      table-layout: fixed;
      width: 100%;
      border: 0;
      border-collapse: collapse;
      padding: 0;
      background: none; } }
  @media screen and (min-width: 48em) {
    .localFooter .footer-nav-dropdown .dropdown-menu-group .listSelectableStyle {
      display: table-cell;
      border-left: 1px solid #ccc;
      padding: 0 15px;
      padding: 0 0.9375rem; }
      .localFooter .footer-nav-dropdown .dropdown-menu-group .listSelectableStyle:first-child {
        border-left: 0; } }
  @media screen and (min-width: 62em) {
    .localFooter .footer-nav-dropdown .dropdown-menu-group .listSelectableStyle {
      border-right: 1px solid #ccc; } }
  .localFooter .email-sign-up-form {
    padding: 30px 0;
    padding: 1.875rem 0; }
    @media screen and (min-width: 48em) {
      .localFooter .email-sign-up-form {
        margin-bottom: 90px;
        margin-bottom: 5.625rem;
        padding: 0; } }
    @media screen and (min-width: 62em) {
      .localFooter .email-sign-up-form {
        margin-bottom: 40px;
        margin-bottom: 2.5rem; } }
    .localFooter .email-sign-up-form h4 {
      margin-bottom: 5px;
      margin-bottom: 0.3125rem;
      text-transform: uppercase; }
    .localFooter .email-sign-up-form p {
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      font-size: 14px;
      font-size: 0.875rem;
      color: #828080; }
    .localFooter .email-sign-up-form form {
      position: relative; }
      .localFooter .email-sign-up-form form:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 6px;
        background: #d42a1d; }
      .localFooter .email-sign-up-form form > span {
        float: left;
        margin-top: 10px;
        margin-top: 0.625rem;
        color: #d42a1d;
        font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: normal; }
        .localFooter .email-sign-up-form form > span:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Enable Ligatures ================ */
          letter-spacing: 0;
          -webkit-font-feature-settings: "liga";
          -moz-font-feature-settings: "liga=1";
          -moz-font-feature-settings: "liga";
          -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
          -webkit-font-variant-ligatures: discretionary-ligatures;
          -moz-font-variant-ligatures: discretionary-ligatures;
               font-variant-ligatures: discretionary-ligatures;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          margin-right: 5px;
          margin-right: 0.3125rem; }
      .localFooter .email-sign-up-form form > input {
        width: 100%;
        padding: 0 65px 0 20px;
        padding: 0 4.0625rem 0 1.25rem;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 42px;
        line-height: 2.625rem;
        height: 44px;
        height: 2.75rem; }
        .localFooter .email-sign-up-form form > input.error {
          border-color: #d42a1d; }
      .localFooter .email-sign-up-form form > button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
  .localFooter .language-selector {
    background: none;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: none; }
    .localFooter .language-selector img {
      height: 15px;
      height: 0.9375rem;
      margin-right: 5px;
      margin-right: 0.3125rem; }
    .localFooter .language-selector .icomoon-dropdown {
      margin-left: 5px;
      margin-left: 0.3125rem;
      color: #d42a1d; }

.corporateFooter {
  padding: 30px 0;
  padding: 1.875rem 0;
  background-image: url(ir-products/images/ui/footer-bg.jpg);
  color: #fff; }
  .corporateFooter .row {
    position: relative; }
  .corporateFooter p {
    font-size: 11px;
    font-size: 0.6875rem; }
    @media screen and (min-width: 48em) {
      .corporateFooter p {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .corporateFooter .corporate-footer__links a {
    display: block;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff; }
    @media screen and (min-width: 48em) {
      .corporateFooter .corporate-footer__links a {
        display: inline;
        margin-right: 24px;
        margin-right: 1.5rem;
        font-size: 14px;
        font-size: 0.875rem; } }
  @media screen and (min-width: 48em) {
    .corporateFooter .corporate-footer__logo {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      border-left: 1px solid #828080; } }
  .corporateFooter .corporate-footer__logo .logo__content {
    position: relative;
    height: 100%; }
  @media screen and (min-width: 48em) {
    .corporateFooter .corporate-footer__logo a {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 0;
      max-width: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .corporateFooter .corporate-footer__logo img {
    max-width: 100%; }

.ele-justify--brands > div {
  vertical-align: middle; }
  .ele-justify--brands > div:first-child {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 48em) {
      .ele-justify--brands > div:first-child {
        width: auto;
        margin-bottom: 0; } }

.ele-justify--brands a {
  display: block; }
  .ele-justify--brands a:after {
    display: none; }

.testimonialsCarousel {
  position: relative;
  z-index: 2; }

.ir-testimonialCarousel {
  display: none;
  position: relative; }
  .ir-testimonialCarousel .testimonial-title {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
    font-size: 32px;
    font-size: 2rem;
    font-family: "Foundry Form Sans Book", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    @media screen and (min-width: 62em) {
      .ir-testimonialCarousel .testimonial-title {
        font-size: 40px;
        font-size: 2.5rem; } }
  @media screen and (min-width: 48em) {
    .ir-testimonialCarousel {
      display: block;
      padding: 50px 0;
      padding: 3.125rem 0;
      background-color: #fff;
      text-align: center;
      margin: auto; } }
  @media screen and (min-width: 62em) {
    .ir-testimonialCarousel {
      padding: 60px 0;
      padding: 3.75rem 0;
      margin: auto; } }
  .ir-testimonialCarousel .testimonial-slide .slide-wrapper {
    max-width: 760px;
    max-width: 47.5rem;
    margin: auto; }
    @media screen and (max-width: 74.9375em) {
      .ir-testimonialCarousel .testimonial-slide .slide-wrapper {
        max-width: 600px;
        max-width: 37.5rem; } }
    .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper {
      position: relative; }
      .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:before, .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:after {
        content: "";
        position: absolute;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Enable Ligatures ================ */
        letter-spacing: 0;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        font-feature-settings: "liga";
        -webkit-font-variant-ligatures: discretionary-ligatures;
        -moz-font-variant-ligatures: discretionary-ligatures;
             font-variant-ligatures: discretionary-ligatures;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 50px;
        font-size: 3.125rem;
        color: #e9e9e9; }
        @media screen and (min-width: 48em) {
          .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:before, .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:after {
            font-size: 44px;
            font-size: 2.75rem; } }
      .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:before {
        top: -8px;
        top: -0.5rem; }
        @media screen and (min-width: 48em) {
          .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:before {
            left: -60px;
            left: -3.75rem; } }
        @media screen and (min-width: 62em) {
          .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:before {
            left: -140px;
            left: -8.75rem; } }
      .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:after {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
             -o-transform: rotate(-180deg);
                transform: rotate(-180deg);
        bottom: -8px;
        bottom: -0.5rem; }
        @media screen and (min-width: 48em) {
          .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:after {
            right: -60px;
            right: -3.75rem; } }
        @media screen and (min-width: 62em) {
          .ir-testimonialCarousel .testimonial-slide .slide-wrapper .p-wrapper:after {
            right: -140px;
            right: -8.75rem; } }
  .ir-testimonialCarousel .testimonial-slide p {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    opacity: 0.7; }
    @media screen and (min-width: 62em) {
      .ir-testimonialCarousel .testimonial-slide p {
        font-size: 16px;
        font-size: 1rem; } }
  .ir-testimonialCarousel .testimonial-slide .testimonialsName {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    opacity: 0.7; }
  .ir-testimonialCarousel .testimonial-slide .testimonialsTitle {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    opacity: 0.7; }
  .ir-testimonialCarousel .testimonial-carousel {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .ir-testimonialCarousel .testimonial-carousel-controls {
    position: relative;
    text-align: center; }

/**
 * Pager and view all button
 */
@media screen and (min-width: 48em) {
  .testimonial-carousel-filter + .testimonial-carousel-controls {
    float: right; } }

.testimonial-carousel-controls > a,
.testimonial-carousel-pager {
  display: inline-block;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.testimonial-carousel-controls {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .testimonial-carousel-controls {
      position: absolute;
      top: 0;
      right: 0;
      margin-bottom: 0;
      line-height: 40px;
      line-height: 2.5rem;
      text-align: right; } }
  .testimonial-carousel-controls button {
    border: 0;
    border-radius: 0;
    background: none; }
  .testimonial-carousel-controls .slick-arrow {
    padding: 0 15px;
    padding: 0 0.9375rem;
    font-size: 30px;
    font-size: 1.875rem;
    vertical-align: middle; }
  .testimonial-carousel-controls .slick-disabled {
    color: #ccc;
    cursor: default; }

.testimonial-carousel-pager__dots {
  display: inline-block; }
  .testimonial-carousel-pager__dots li {
    display: inline-block; }
    .testimonial-carousel-pager__dots li button {
      padding: 10px 15px;
      padding: 0.625rem 0.9375rem;
      font-size: 5px;
      font-size: 0.3125rem;
      vertical-align: middle; }
    .testimonial-carousel-pager__dots li.slick-active button:before {
      content: "\e908";
      font-size: 10px;
      font-size: 0.625rem; }

.testimonialsCarousel {
  background: #ffffff; }

.main-content-par > .heroCarousel,
.sbu-par > .heroCarousel {
  width: auto; }
  @media screen and (min-width: 62em) {
    .main-content-par > .heroCarousel .full-width-section__content,
    .sbu-par > .heroCarousel .full-width-section__content {
      margin-left: auto;
      margin-right: auto;
      width: 940px; }
      .main-content-par > .heroCarousel .full-width-section__content > .row,
      .sbu-par > .heroCarousel .full-width-section__content > .row {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (min-width: 75em) {
    .main-content-par > .heroCarousel .full-width-section__content,
    .sbu-par > .heroCarousel .full-width-section__content {
      width: 1140px; } }
  .main-content-par > .heroCarousel .full-width-section__content .full-width-section__content,
  .sbu-par > .heroCarousel .full-width-section__content .full-width-section__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto; }
    @media screen and (min-width: 62em) {
      .main-content-par > .heroCarousel .full-width-section__content .full-width-section__content,
      .sbu-par > .heroCarousel .full-width-section__content .full-width-section__content {
        margin-left: auto;
        margin-right: auto; }
        .main-content-par > .heroCarousel .full-width-section__content .full-width-section__content > .row,
        .sbu-par > .heroCarousel .full-width-section__content .full-width-section__content > .row {
          margin-left: -15px;
          margin-right: -15px; } }

.heroCarousel .carousel {
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }
  .heroCarousel .carousel .slick-slide a {
    display: block; }
  .heroCarousel .carousel .promo {
    display: none; }
  .heroCarousel .carousel .caption {
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    width: 100%; }
  .heroCarousel .carousel .slide-caption-inner h2 {
    margin: 0;
    font-family: "Foundry Form Sans Book Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none; }
    .heroCarousel .carousel .slide-caption-inner h2 + p {
      margin-bottom: 0;
      font-size: 12px;
      font-size: 0.75rem; }
      @media screen and (min-width: 48em) {
        .heroCarousel .carousel .slide-caption-inner h2 + p {
          margin-top: 10px;
          margin-top: 0.625rem; } }
  .heroCarousel .carousel img {
    width: 100%; }
  .heroCarousel .carousel + .spinner {
    padding: 100px 0 0;
    padding: 6.25rem 0 0;
    display: none; }
  .heroCarousel .carousel.sr-only + .spinner {
    display: block; }

@media screen and (min-width: 62em) {
  .heroCarousel .carousel--basic:hover .slick-arrow {
    display: block !important; } }

.heroCarousel .carousel--basic .caption {
  display: none; }

.heroCarousel .carousel--basic .promo {
  display: block;
  position: absolute;
  top: 0;
  color: white; }
  @media screen and (max-width: 768px) {
    .heroCarousel .carousel--basic .promo {
      position: relative;
      background-color: #333; } }
  .heroCarousel .carousel--basic .promo .slide-promo-inner {
    font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 10%; }
    @media screen and (max-width: 768px) {
      .heroCarousel .carousel--basic .promo .slide-promo-inner {
        padding: 20px; } }
    .heroCarousel .carousel--basic .promo .slide-promo-inner h1 {
      text-transform: none;
      color: #FFF;
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 5px; }
      @media screen and (max-width: 768px) {
        .heroCarousel .carousel--basic .promo .slide-promo-inner h1 {
          font-size: 28px;
          line-height: 33px; } }
    .heroCarousel .carousel--basic .promo .slide-promo-inner p {
      font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
      margin-bottom: 20px;
      color: #FFF;
      font-size: 22px;
      line-height: 32px; }
      @media screen and (max-width: 768px) {
        .heroCarousel .carousel--basic .promo .slide-promo-inner p {
          font-size: 18px;
          line-height: 22px; } }
    .heroCarousel .carousel--basic .promo .slide-promo-inner .btn {
      border: 2px solid #FFF;
      background: transparent;
      color: #FFF;
      font-weight: normal;
      padding: 20px 40px;
      display: inline-block; }
      .heroCarousel .carousel--basic .promo .slide-promo-inner .btn:hover {
        background-color: #FFF;
        color: #d42a1d; }
      @media screen and (max-width: 768px) {
        .heroCarousel .carousel--basic .promo .slide-promo-inner .btn {
          padding: 10px 20px;
          font-size: 16px; } }

.heroCarousel .carousel--basic .slick-arrow {
  display: none !important;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c1ba85;
  background-color: rgba(0, 0, 0, 0.84);
  border: none;
  outline: none;
  z-index: 1;
  cursor: pointer; }
  .heroCarousel .carousel--basic .slick-arrow div {
    display: inline-block;
    vertical-align: middle; }
  .heroCarousel .carousel--basic .slick-arrow .icon {
    width: 55px;
    width: 3.4375rem;
    text-align: center;
    padding: 16px;
    padding: 1rem; }
    .heroCarousel .carousel--basic .slick-arrow .icon span {
      font-size: 24px;
      font-size: 1.5rem; }
  .heroCarousel .carousel--basic .slick-arrow .navCaption {
    display: none;
    width: auto;
    padding: 7px 20px;
    padding: 0.4375rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    line-height: normal; }
  .heroCarousel .carousel--basic .slick-arrow .slick-arrow__img {
    display: none;
    width: 73px;
    width: 4.5625rem;
    height: 73px;
    height: 4.5625rem;
    overflow: hidden; }
  .heroCarousel .carousel--basic .slick-arrow img {
    position: relative;
    right: 60%;
    max-width: none;
    height: 100%; }
  .heroCarousel .carousel--basic .slick-arrow:hover {
    width: auto;
    color: #222;
    background-color: #c1ba85; }
    .heroCarousel .carousel--basic .slick-arrow:hover .navCaption,
    .heroCarousel .carousel--basic .slick-arrow:hover .slick-arrow__img {
      display: inline-block; }

.heroCarousel .carousel--basic .prevSlide {
  left: 0; }
  .heroCarousel .carousel--basic .prevSlide .navCaption {
    padding-left: 0; }

.heroCarousel .carousel--basic .nextSlide {
  right: 0;
  text-align: right; }
  .heroCarousel .carousel--basic .nextSlide .navCaption {
    padding-right: 0; }

@media screen and (min-width: 62em) {
  .heroCarousel .carousel--hero:hover .slick-arrow {
    display: block !important; } }

@media screen and (max-width: 61.9375em) {
  .heroCarousel .carousel--hero img {
    height: auto !important; } }

@media screen and (min-width: 62em) {
  .heroCarousel .carousel--hero img {
    display: inline-block;
    position: relative;
    left: -50%;
    width: auto;
    max-width: none; } }

@media screen and (min-width: 62em) {
  .heroCarousel .carousel--hero .bg-cover-center {
    display: inline-block;
    position: relative;
    right: -50%; } }

.heroCarousel .carousel--hero .promo {
  color: #fff;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .heroCarousel .carousel--hero .promo {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; } }
  .heroCarousel .carousel--hero .promo div {
    height: 100%; }
  .heroCarousel .carousel--hero .promo .slide-promo-inner {
    padding: 10px;
    padding: 0.625rem;
    height: auto; }
    @media screen and (min-width: 48em) {
      .heroCarousel .carousel--hero .promo .slide-promo-inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 20px;
        padding: 1.25rem; } }
    @media screen and (min-width: 62em) {
      .heroCarousel .carousel--hero .promo .slide-promo-inner {
        max-width: 380px;
        max-width: 23.75rem;
        padding: 30px 40px;
        padding: 1.875rem 2.5rem; } }
    @media screen and (min-width: 75em) {
      .heroCarousel .carousel--hero .promo .slide-promo-inner {
        padding: 30px 60px;
        padding: 1.875rem 3.75rem; } }
    .heroCarousel .carousel--hero .promo .slide-promo-inner > div {
      font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .heroCarousel .carousel--hero .promo .slide-promo-inner > div {
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 25px;
          line-height: 1.5625rem;
          margin-bottom: 10px;
          margin-bottom: 0.625rem; } }
      @media screen and (min-width: 62em) {
        .heroCarousel .carousel--hero .promo .slide-promo-inner > div {
          font-size: 40px;
          font-size: 2.5rem;
          line-height: 40px;
          line-height: 2.5rem;
          margin-bottom: 26px;
          margin-bottom: 1.625rem; } }
    .heroCarousel .carousel--hero .promo .slide-promo-inner p {
      font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
      margin-bottom: 0;
      font-size: 16px;
      font-size: 1rem;
      line-height: normal; }

.heroCarousel .carousel--hero .slide-caption-inner h2 {
  font-size: 25px;
  font-size: 1.5625rem; }
  @media screen and (min-width: 48em) {
    .heroCarousel .carousel--hero .slide-caption-inner h2 {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media screen and (min-width: 62em) {
    .heroCarousel .carousel--hero .slide-caption-inner h2 {
      font-size: 40px;
      font-size: 2.5rem; } }
  .heroCarousel .carousel--hero .slide-caption-inner h2 + p {
    font-family: "Foundry Form Sans Extrabold", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.heroCarousel .carousel--hero .slick-arrow {
  display: none !important;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c1ba85;
  background-color: rgba(0, 0, 0, 0.84);
  border: none;
  outline: none;
  z-index: 1;
  cursor: pointer; }
  .heroCarousel .carousel--hero .slick-arrow div {
    display: inline-block;
    vertical-align: middle; }
  .heroCarousel .carousel--hero .slick-arrow .icon {
    width: 76px;
    width: 4.75rem;
    text-align: center;
    padding: 16px;
    padding: 1rem; }
    .heroCarousel .carousel--hero .slick-arrow .icon span {
      font-size: 40px;
      font-size: 2.5rem; }
  .heroCarousel .carousel--hero .slick-arrow .navCaption {
    display: none;
    width: 160px;
    width: 10rem;
    padding: 7px 20px;
    padding: 0.4375rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    line-height: normal; }
  .heroCarousel .carousel--hero .slick-arrow .slick-arrow__img {
    display: none;
    width: 73px;
    width: 4.5625rem;
    height: 73px;
    height: 4.5625rem;
    overflow: hidden; }
  .heroCarousel .carousel--hero .slick-arrow img {
    position: relative;
    right: 60%;
    max-width: none;
    height: 100%; }
  .heroCarousel .carousel--hero .slick-arrow:hover {
    width: 310px;
    width: 19.375rem;
    color: #222;
    background-color: #c1ba85; }
    .heroCarousel .carousel--hero .slick-arrow:hover .navCaption,
    .heroCarousel .carousel--hero .slick-arrow:hover .slick-arrow__img {
      display: inline-block; }

.heroCarousel .carousel--hero .prevSlide {
  left: 0; }
  .heroCarousel .carousel--hero .prevSlide .navCaption {
    padding-left: 0; }

.heroCarousel .carousel--hero .nextSlide {
  right: 0;
  text-align: right; }
  .heroCarousel .carousel--hero .nextSlide .navCaption {
    padding-right: 0; }

.main-content-par > .heroCarousel,
.sbu-par > .heroCarousel {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 62em) {
    .main-content-par > .heroCarousel .full-width-section__content,
    .sbu-par > .heroCarousel .full-width-section__content {
      width: 970px; } }
  @media screen and (min-width: 75em) {
    .main-content-par > .heroCarousel .full-width-section__content,
    .sbu-par > .heroCarousel .full-width-section__content {
      width: 1170px; } }

.main-content-par > .columnControl .full-width-section__content .heroCarousel,
.sbu-par > .columnControl .full-width-section__content .heroCarousel {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  .main-content-par > .columnControl .full-width-section__content .heroCarousel .full-width-section__content,
  .sbu-par > .columnControl .full-width-section__content .heroCarousel .full-width-section__content {
    padding: 0; }

.slide-caption-inner {
  padding: 10px;
  padding: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.7)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 90%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 90%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 90%); }
  @media screen and (min-width: 48em) {
    .slide-caption-inner {
      padding: 20px;
      padding: 1.25rem; } }

.doc-download-cta .download-img {
  text-align: center;
  padding-left: 0;
  padding-right: 0; }

.doc-download-cta .download-content {
  padding-left: 0;
  padding-right: 0; }
  .doc-download-cta .download-content h2 {
    text-transform: none;
    font-size: 22px; }
  .doc-download-cta .download-content a {
    font-weight: bold;
    font-size: 14px; }

@media screen and (max-width: 768px) {
  .doc-download-cta {
    margin-bottom: 60px; }
    .doc-download-cta .download-img {
      text-align: left; } }

.hero-banner {
  padding: 70px;
  overflow: auto;
  margin-bottom: 60px; }
  .hero-banner h1 {
    text-transform: none;
    color: #FFF;
    font-size: 36px;
    line-height: 46px; }
  .hero-banner p {
    color: #FFF;
    font-size: 22px;
    line-height: 32px; }
  .hero-banner .btn {
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    font-weight: normal;
    padding: 20px 40px;
    display: inline-block;
    white-space: pre-wrap; }
    .hero-banner .btn:hover {
      background-color: #FFF;
      color: #d42a1d; }

@media screen and (max-width: 768px) {
  .hero-banner {
    padding: 20px;
    background: #333 !important;
    /*remove image on smaller screensizes*/ }
    .hero-banner h1 {
      font-size: 24px;
      line-height: 30px; }
    .hero-banner p {
      font-size: 18px;
      line-height: 24px; }
    .hero-banner .btn {
      padding: 10px 20px; } }

.icon-w-text {
  padding: 0 10px; }
  .icon-w-text .icon-w-text-txt {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px; }
    .icon-w-text .icon-w-text-txt a {
      font-size: 14px;
      font-weight: bold; }
    .icon-w-text .icon-w-text-txt .description {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
    .icon-w-text .icon-w-text-txt .title {
      font-size: 16px;
      color: #333;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .icon-w-text .icon-w-text-img {
    padding: 0; }

.icon-w-text.icon-w-text-medium {
  padding: 0 10px; }
  .icon-w-text.icon-w-text-medium .icon-w-text-txt {
    margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .icon-w-text {
    margin-bottom: 25px; }
    .icon-w-text .icon-w-text-img {
      margin-bottom: 10px; } }

.clearSpacer > .row {
  -webkit-background-size: cover;
          background-size: cover; }
  @media screen and (max-width: 47.9375em) {
    .clearSpacer > .row {
      background-image: none !important; } }

.clearSpacer .mobile-image img {
  width: 100%; }

@media screen and (min-width: 48em) {
  .clearSpacer .mobile-image {
    display: none; } }

.clearSpacer .carouselWrap {
  padding: 20px;
  padding: 1.25rem;
  background-color: #eee;
  background-image: url(ir-products/images/ui/ir-reliability-and-durability-tile.png);
  color: #777; }
  @media screen and (min-width: 48em) {
    .clearSpacer .carouselWrap {
      margin: 55px 20px;
      margin: 3.4375rem 1.25rem;
      padding: 30px;
      padding: 1.875rem;
      background-color: transparent; } }
  @media screen and (min-width: 62em) {
    .clearSpacer .carouselWrap {
      margin: 80px 20px;
      margin: 5rem 1.25rem;
      padding: 28px 50px 33px;
      padding: 1.75rem 3.125rem 2.0625rem; } }
  .clearSpacer .carouselWrap h2,
  .clearSpacer .carouselWrap .contentTitle span {
    color: #222; }
  @media screen and (min-width: 48em) {
    .clearSpacer .carouselWrap.carouselWrap--dark {
      width: 526px;
      width: 32.875rem;
      background-color: rgba(0, 0, 0, 0.9);
      background-image: none;
      color: #9a9a9a; }
      .clearSpacer .carouselWrap.carouselWrap--dark h2,
      .clearSpacer .carouselWrap.carouselWrap--dark .contentTitle span {
        color: #fff; }
      .clearSpacer .carouselWrap.carouselWrap--dark .sliderPagination {
        color: #000; }
      .clearSpacer .carouselWrap.carouselWrap--dark .slickWrap .contentTitle,
      .clearSpacer .carouselWrap.carouselWrap--dark .slickWrap .header,
      .clearSpacer .carouselWrap.carouselWrap--dark .slickWrap .content {
        width: 100%; }
      .clearSpacer .carouselWrap.carouselWrap--dark .slickWrap .contentTitle {
        margin: 0;
        padding: 20px 0;
        padding: 1.25rem 0; }
      .clearSpacer .carouselWrap.carouselWrap--dark .slickWrap .header {
        padding-right: 0;
        margin: 0; }
      .clearSpacer .carouselWrap.carouselWrap--dark .slickWrap .content {
        padding: 0; } }
  .clearSpacer .carouselWrap .slickWrap {
    margin: -75px 0 0;
    margin: -4.6875rem 0 0; }
    @media screen and (min-width: 48em) {
      .clearSpacer .carouselWrap .slickWrap {
        margin: 0; } }
    @media screen and (max-width: 47.9375em) {
      .clearSpacer .carouselWrap .slickWrap .header {
        padding: 0; } }
    .clearSpacer .carouselWrap .slickWrap .contentTitle,
    .clearSpacer .carouselWrap .slickWrap .header,
    .clearSpacer .carouselWrap .slickWrap .content {
      text-align: center; }
      @media screen and (min-width: 48em) {
        .clearSpacer .carouselWrap .slickWrap .contentTitle,
        .clearSpacer .carouselWrap .slickWrap .header,
        .clearSpacer .carouselWrap .slickWrap .content {
          text-align: left; } }
    .clearSpacer .carouselWrap .slickWrap .contentTitle {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      @media screen and (min-width: 48em) {
        .clearSpacer .carouselWrap .slickWrap .contentTitle {
          margin-bottom: 13px;
          margin-bottom: 0.8125rem;
          background: none; } }
      @media screen and (min-width: 62em) {
        .clearSpacer .carouselWrap .slickWrap .contentTitle {
          margin-bottom: 19px;
          margin-bottom: 1.1875rem; } }
      .clearSpacer .carouselWrap .slickWrap .contentTitle span {
        display: block;
        margin: 0 20px;
        margin: 0 1.25rem;
        padding: 20px 0;
        padding: 1.25rem 0;
        background-color: #eee;
        background-image: url(ir-products/images/ui/ir-reliability-and-durability-tile.png);
        font-size: 14px;
        font-size: 0.875rem;
        font-family: "Foundry Form Sans Extrabold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-transform: uppercase; }
        @media screen and (min-width: 48em) {
          .clearSpacer .carouselWrap .slickWrap .contentTitle span {
            font-size: 16px;
            font-size: 1rem;
            padding: 0;
            margin: 0;
            background-color: transparent;
            background: none; } }
        @media screen and (min-width: 62em) {
          .clearSpacer .carouselWrap .slickWrap .contentTitle span {
            font-size: 18px;
            font-size: 1.125rem; } }
    .clearSpacer .carouselWrap .slickWrap .header {
      margin-bottom: 35px;
      margin-bottom: 2.1875rem; }
      @media screen and (min-width: 48em) {
        .clearSpacer .carouselWrap .slickWrap .header {
          padding-left: 27px;
          padding-left: 1.6875rem; } }
      @media screen and (min-width: 62em) {
        .clearSpacer .carouselWrap .slickWrap .header {
          margin-top: 45px;
          margin-top: 2.8125rem; } }
      .clearSpacer .carouselWrap .slickWrap .header h2 {
        margin: 0;
        font-size: 22px;
        font-size: 1.375rem;
        font-family: "Foundry Form Sans Book", Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-transform: none; }
        @media screen and (min-width: 48em) {
          .clearSpacer .carouselWrap .slickWrap .header h2 {
            font-size: 30px;
            font-size: 1.875rem;
            line-height: 42px;
            line-height: 2.625rem; } }
        @media screen and (min-width: 62em) {
          .clearSpacer .carouselWrap .slickWrap .header h2 {
            font-size: 40px;
            font-size: 2.5rem; } }
        @media screen and (min-width: 48em) {
          .clearSpacer .carouselWrap .slickWrap .header h2:before {
            content: '';
            position: absolute;
            top: 7px;
            top: 0.4375rem;
            bottom: 7px;
            bottom: 0.4375rem;
            left: 0;
            width: 13px;
            width: 0.8125rem;
            background: #d42a1d; } }
        .clearSpacer .carouselWrap .slickWrap .header h2:after {
          content: '';
          position: absolute;
          width: 40px;
          width: 2.5rem;
          height: 10px;
          height: 0.625rem;
          background: #d42a1d;
          bottom: -20px;
          bottom: -1.25rem;
          left: 0;
          right: 0;
          margin: auto; }
          @media screen and (min-width: 48em) {
            .clearSpacer .carouselWrap .slickWrap .header h2:after {
              display: none; } }
    .clearSpacer .carouselWrap .slickWrap .content p {
      font-size: 15px;
      font-size: 0.9375rem; }
      @media screen and (min-width: 48em) {
        .clearSpacer .carouselWrap .slickWrap .content p {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (min-width: 62em) {
        .clearSpacer .carouselWrap .slickWrap .content p {
          font-size: 16px;
          font-size: 1rem; } }
  .clearSpacer .carouselWrap .sliderPagination ul {
    text-align: center;
    position: relative;
    width: auto;
    bottom: 0; }
    @media screen and (min-width: 48em) {
      .clearSpacer .carouselWrap .sliderPagination ul {
        text-align: left; } }
    .clearSpacer .carouselWrap .sliderPagination ul li {
      margin: 0 10px 0 0;
      margin: 0 0.625rem 0 0;
      padding: 5px 10px;
      padding: 0.3125rem 0.625rem;
      background-color: #fff;
      height: auto;
      width: auto;
      font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      @media screen and (min-width: 48em) {
        .clearSpacer .carouselWrap .sliderPagination ul li {
          padding: 8px 13px;
          padding: 0.5rem 0.8125rem; } }
      @media screen and (min-width: 62em) {
        .clearSpacer .carouselWrap .sliderPagination ul li {
          padding: 10px 15px;
          padding: 0.625rem 0.9375rem; } }
  .clearSpacer .carouselWrap .sliderPagination .slick-active {
    background-color: #222;
    color: #fff; }

.solutionsCarousel {
  overflow: hidden; }
  .solutionsCarousel > div {
    padding: 30px 0;
    padding: 1.875rem 0;
    background-color: #222; }
    @media screen and (min-width: 48em) {
      .solutionsCarousel > div {
        padding: 50px 0;
        padding: 3.125rem 0; } }
    @media screen and (min-width: 62em) {
      .solutionsCarousel > div {
        padding: 22px 0 50px;
        padding: 1.375rem 0 3.125rem; } }
    .solutionsCarousel > div > img {
      display: none; }
      @media screen and (min-width: 62em) {
        .solutionsCarousel > div > img {
          display: block;
          margin-left: 22px;
          margin-left: 1.375rem;
          max-width: 127px;
          max-width: 7.9375rem;
          opacity: 0.2; } }
    .solutionsCarousel > div > h2 {
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      font-family: "Foundry Form Sans Book", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 20px;
      font-size: 1.25rem;
      color: #fefefe;
      text-align: center;
      text-transform: none; }
      @media screen and (min-width: 48em) {
        .solutionsCarousel > div > h2 {
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media screen and (min-width: 62em) {
        .solutionsCarousel > div > h2 {
          margin: 38px 0 58px;
          margin: 2.375rem 0 3.625rem;
          padding: 0 62px;
          padding: 0 3.875rem;
          font-size: 40px;
          font-size: 2.5rem;
          line-height: 42px;
          line-height: 2.625rem; } }

@media screen and (max-width: 47.9375em) {
  .solutionsCarousel__carousel.slick-dotted.slick-slider {
    margin-bottom: 0; } }

.solutionsCarousel__carousel .slick-list {
  overflow: visible; }

.solutionsCarousel__carousel .flipCard {
  margin: 0 5px;
  margin: 0 0.3125rem;
  opacity: 0.5;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
  .solutionsCarousel__carousel .flipCard.slick-active {
    opacity: 1; }
    .solutionsCarousel__carousel .flipCard.slick-active > .card:hover .btn, .solutionsCarousel__carousel .flipCard.slick-active > .card:focus .btn {
      visibility: visible; }
  .solutionsCarousel__carousel .flipCard > .card {
    width: 100%;
    max-width: none; }
    .solutionsCarousel__carousel .flipCard > .card:hover .btn, .solutionsCarousel__carousel .flipCard > .card:focus .btn {
      visibility: hidden; }

.solutionsCarousel__controls {
  display: table;
  margin: 0 auto;
  text-align: center; }
  .solutionsCarousel__controls .slick-dots {
    display: inline-block;
    position: relative;
    bottom: 0;
    width: auto; }
    .solutionsCarousel__controls .slick-dots li {
      margin: 0;
      width: 30px;
      width: 1.875rem;
      height: 44px;
      height: 2.75rem;
      vertical-align: middle; }
      @media screen and (min-width: 62em) {
        .solutionsCarousel__controls .slick-dots li {
          width: 44px;
          width: 2.75rem;
          height: 44px;
          height: 2.75rem; } }
      .solutionsCarousel__controls .slick-dots li button {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0 auto;
        padding: 0;
        width: 10px;
        width: 0.625rem;
        height: 10px;
        height: 0.625rem;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: #fff; }
        .solutionsCarousel__controls .slick-dots li button:before {
          display: none; }
      .solutionsCarousel__controls .slick-dots li.slick-active button {
        border: 2px solid #fff;
        background-color: transparent; }
  .solutionsCarousel__controls .slick-arrow {
    width: 44px;
    width: 2.75rem;
    height: 44px;
    height: 2.75rem;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 44px;
    line-height: 2.75rem;
    cursor: pointer;
    z-index: 1; }
    @media screen and (min-width: 48em) {
      .solutionsCarousel__controls .slick-arrow {
        font-size: 30px;
        font-size: 1.875rem; } }
    .solutionsCarousel__controls .slick-arrow.hidden {
      display: block !important;
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }

.solutionsCarousel__carousel__prev {
  float: left; }

.solutionsCarousel__carousel__next {
  float: right; }

.productDetailsContainer {
  background: #fff;
  padding-bottom: 50px;
  padding-bottom: 3.125rem; }
  @media screen and (min-width: 48em) {
    .productDetailsContainer {
      padding-bottom: 0; } }
  .productDetailsContainer .product-details-section > .section {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
    .productDetailsContainer .product-details-section > .section:before, .productDetailsContainer .product-details-section > .section:after {
      content: " ";
      display: table; }
    .productDetailsContainer .product-details-section > .section:after {
      clear: both; }
    @media screen and (min-width: 48em) {
      .productDetailsContainer .product-details-section > .section + .section {
        border-top: 10px solid #eee;
        border-top: 0.625rem solid #eee; } }
    @media screen and (min-width: 62em) {
      .productDetailsContainer .product-details-section > .section + .section {
        border-top-width: 2px; } }
    @media screen and (min-width: 48em) {
      .productDetailsContainer .product-details-section > .section .phone-collapse-header {
        margin-top: 50px; } }

.productSpecifications .collapse.in {
  overflow: visible; }

.productSpecifications .dropdown {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .productSpecifications .dropdown li {
    padding: 3px 15px;
    padding: 0.1875rem 0.9375rem; }
    .productSpecifications .dropdown li.disabled {
      color: #828080; }
  .productSpecifications .dropdown label {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .productSpecifications .dropdown input {
    margin-right: 5px;
    margin-right: 0.3125rem; }

.productSpecifications .product-specs-nav {
  float: right;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .productSpecifications .product-specs-nav {
      display: none; } }
  .productSpecifications .product-specs-nav button {
    border: 0;
    padding: 0 10px;
    padding: 0 0.625rem;
    background: none;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    vertical-align: middle; }
    .productSpecifications .product-specs-nav button:disabled {
      color: #ccc; }
    .productSpecifications .product-specs-nav button + button {
      margin-left: 10px;
      margin-left: 0.625rem; }
  .productSpecifications .product-specs-nav .product-specs-nav__text {
    display: inline-block;
    vertical-align: middle; }

.productSpecifications .product-specs-table-wrap {
  position: relative; }

.productSpecifications .product-specs-table {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .productSpecifications .product-specs-table {
      overflow: auto; } }
  .productSpecifications .product-specs-table.product-specs-table--transpose {
    position: static; }
    @media screen and (min-width: 48em) {
      .productSpecifications .product-specs-table.product-specs-table--transpose table thead,
      .productSpecifications .product-specs-table.product-specs-table--transpose table tbody > tr {
        width: auto;
        table-layout: auto; }
      .productSpecifications .product-specs-table.product-specs-table--transpose table thead {
        display: table-header-group; }
      .productSpecifications .product-specs-table.product-specs-table--transpose table tbody > tr {
        display: table-row; }
      .productSpecifications .product-specs-table.product-specs-table--transpose table tbody {
        display: table-row-group;
        overflow: visible; } }
  .productSpecifications .product-specs-table.product-specs-table--duplicate {
    position: absolute;
    top: 0;
    z-index: 2;
    overflow: hidden; }
  .productSpecifications .product-specs-table table {
    table-layout: fixed;
    border-collapse: separate;
    -webkit-transition: width 0.35s;
    -o-transition: width 0.35s;
    transition: width 0.35s; }
  .productSpecifications .product-specs-table thead,
  .productSpecifications .product-specs-table tbody > tr {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .productSpecifications .product-specs-table tbody {
    display: block;
    overflow: auto; }
  .productSpecifications .product-specs-table th,
  .productSpecifications .product-specs-table td {
    position: relative;
    border-left: 5px solid #fff;
    border-left: 0.3125rem solid #fff;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .productSpecifications .product-specs-table th,
      .productSpecifications .product-specs-table td {
        position: static;
        border: 0; } }
    .productSpecifications .product-specs-table th:first-child,
    .productSpecifications .product-specs-table td:first-child {
      z-index: 1;
      border-right: 5px solid #fff;
      border-right: 0.3125rem solid #fff;
      border-left: 0;
      text-align: left; }
      @media screen and (min-width: 48em) {
        .productSpecifications .product-specs-table th:first-child,
        .productSpecifications .product-specs-table td:first-child {
          border-right: 10px solid #fff;
          border-right: 0.625rem solid #fff; } }
  .productSpecifications .product-specs-table th {
    background: #ccc;
    text-transform: uppercase;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .productSpecifications .product-specs-table td {
    background: #fff; }
  .productSpecifications .product-specs-table tr.product-specs-table__even-row td {
    background: #eee; }
  .productSpecifications .product-specs-table th + th,
  .productSpecifications .product-specs-table td + td {
    -webkit-transition: right 0.35s;
    -o-transition: right 0.35s;
    transition: right 0.35s;
    right: 0; }

.table-scroll-shadow {
  position: relative; }
  .table-scroll-shadow:after {
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    width: 100%;
    height: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(128, 128, 128, 0)), to(rgba(0, 0, 0, 0.2))) !important;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0) 50%, rgba(0, 0, 0, 0.2) 100%) !important;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0) 50%, rgba(0, 0, 0, 0.2) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0) 50%, rgba(0, 0, 0, 0.2) 100%) !important; }
  .table-scroll-shadow tbody {
    position: relative; }
    .table-scroll-shadow tbody:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      margin-top: -38px;
      width: 100%;
      height: 38px;
      z-index: 2;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(60%, white)) !important;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, white 60%) !important;
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, white 60%) !important;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, white 60%) !important; }
    .table-scroll-shadow tbody tr:last-child:nth-child(even) {
      position: relative;
      z-index: 3; }

@media screen and (min-width: 48em) {
  .productScrollSpy__container {
    padding: 35px 10px 0;
    padding: 2.1875rem 0.625rem 0; } }

@media screen and (min-width: 48em) {
  .productScrollSpy__container .column > .richText {
    max-width: 575px;
    max-width: 35.9375rem; } }

.productScrollSpy__container .col-xs-12 > .column > .richText {
  max-width: none; }

@media screen and (min-width: 48em) {
  .productScrollSpy__container #features-collapse > div {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; } }

.productSuperCarousel a,
.fancybox--superSlider a {
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
  text-transform: none;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media screen and (min-width: 48em) {
    .productSuperCarousel a,
    .fancybox--superSlider a {
      font-size: 16px;
      font-size: 1rem; } }
  .productSuperCarousel a span,
  .fancybox--superSlider a span {
    margin-right: 5px;
    margin-right: 0.3125rem;
    font-size: 12px;
    font-size: 0.75rem; }

.productSuperCarousel h1,
.fancybox--superSlider h1 {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (min-width: 48em) {
    .productSuperCarousel h1,
    .fancybox--superSlider h1 {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 62em) {
    .productSuperCarousel h1,
    .fancybox--superSlider h1 {
      font-size: 32px;
      font-size: 2rem; } }

.productSuperCarousel h2,
.fancybox--superSlider h2 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .productSuperCarousel h2,
    .fancybox--superSlider h2 {
      font-size: 16px;
      font-size: 1rem; } }

.productSuperCarousel .title,
.fancybox--superSlider .title {
  padding: 15px 0;
  padding: 0.9375rem 0; }
  .productSuperCarousel .title h2,
  .fancybox--superSlider .title h2 {
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.productSuperCarousel p,
.fancybox--superSlider p {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .productSuperCarousel p,
    .fancybox--superSlider p {
      font-size: 16px;
      /*font-size: 1rem; */
  } }

.superSlider {
  display: block !important;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
  .superSlider.superSlider--loading:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url("ir-products/images/slick-carousel/ajax-loader.gif") center center no-repeat;
    opacity: 1; }
  .superSlider.superSlider--loading .superSlider__for,
  .superSlider.superSlider--loading .superSlider__nav {
    visibility: hidden;
    opacity: 0; }
  .superSlider .superSlider__for,
  .superSlider .superSlider__nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
  .superSlider .superSlider__for {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 62em) {
      .superSlider .superSlider__for {
        margin-bottom: 30px;
        margin-bottom: 1.875rem; } }
    .superSlider .superSlider__for .slick-slide {
      opacity: 0.5;
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s; }
      @media screen and (min-width: 48em) {
        .superSlider .superSlider__for .slick-slide {
          opacity: 1; } }
      .superSlider .superSlider__for .slick-slide.slick-current {
        opacity: 1; }
  .superSlider .superSlider__fancybox {
    display: block;
    height: 100%; }
    .superSlider .superSlider__fancybox:focus {
      outline: none; }
  .superSlider .slick-list {
    height: auto !important; }
  .superSlider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle; }
    .superSlider .slick-slide:focus {
      outline: none; }
    .superSlider .slick-slide p {
      margin-bottom: 0;
      color: #656565;
      text-align: center;
      font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      cursor: default; }
      .superSlider .slick-slide p:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Enable Ligatures ================ */
        letter-spacing: 0;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        font-feature-settings: "liga";
        -webkit-font-variant-ligatures: discretionary-ligatures;
        -moz-font-variant-ligatures: discretionary-ligatures;
             font-variant-ligatures: discretionary-ligatures;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-right: 5px;
        margin-right: 0.3125rem;
        font-size: 14px;
        font-size: 0.875rem; }
  .superSlider .slick-prev,
  .superSlider .slick-next {
    width: 44px;
    width: 2.75rem;
    height: 44px;
    height: 2.75rem;
    text-align: center;
    z-index: 1; }
    .superSlider .slick-prev:before,
    .superSlider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Enable Ligatures ================ */
      letter-spacing: 0;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      font-feature-settings: "liga";
      -webkit-font-variant-ligatures: discretionary-ligatures;
      -moz-font-variant-ligatures: discretionary-ligatures;
           font-variant-ligatures: discretionary-ligatures;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #222;
      font-size: 26px;
      font-size: 1.625rem;
      opacity: 1; }
    .superSlider .slick-prev.slick-disabled,
    .superSlider .slick-next.slick-disabled {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none;
      pointer-events: none; }
  [dir="rtl"] .superSlider .slick-prev {
    left: auto; }
  .superSlider .slick-prev:before {
    content: ""; }
    [dir="rtl"] .superSlider .slick-prev:before {
      content: ""; }
  [dir="rtl"] .superSlider .slick-next {
    right: auto; }
  .superSlider .slick-next:before {
    content: ""; }
    [dir="rtl"] .superSlider .slick-next:before {
      content: ""; }
  .superSlider img,
  .superSlider .embed-responsive {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%; }

.superSlider__nav {
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem; }
  @media screen and (min-width: 48em) {
    .superSlider__nav {
      padding: 0 55px;
      padding: 0 3.4375rem; } }
  .superSlider__nav .slick-slide {
    position: relative;
    margin: 0 4px;
    margin: 0 0.25rem;
    width: 70px;
    width: 4.375rem;
    height: 56px;
    height: 3.5rem;
    border: 3px solid transparent;
    border: 0.1875rem solid transparent;
    overflow: hidden; }
    .superSlider__nav .slick-slide:hover, .superSlider__nav .slick-slide.slick-current {
      border-color: #d42a1d; }
    .superSlider__nav .slick-slide.slick-current {
      pointer-events: none; }
  .superSlider__nav img,
  .superSlider__nav span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  .superSlider__nav img {
    max-height: none; }
  .superSlider__nav span {
    position: absolute;
    width: 100%;
    color: #d42a1d;
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem; }

.productSuperCarousel {
  padding-top: 10px;
  padding-top: 0.625rem; }
  @media screen and (min-width: 48em) {
    .productSuperCarousel {
      margin-top: 0;
      margin-bottom: 50px;
      margin-bottom: 3.125rem; } }
  .productSuperCarousel .superSlider__for .pinch-zoom,
  .productSuperCarousel .superSlider__for .pinch-zoom-container {
    display: none; }
  @media screen and (min-width: 48em) {
    .productSuperCarousel .superSlider__nav {
      width: 340px;
      width: 21.25rem; } }
  .productSuperCarousel .slick-slide {
    cursor: pointer; }
  .productSuperCarousel .slick-prev {
    left: -15px; }
    [dir="rtl"] .productSuperCarousel .slick-prev {
      right: -15px; }
  .productSuperCarousel .slick-next {
    right: -15px; }
    [dir="rtl"] .productSuperCarousel .slick-next {
      left: -15px; }

.fancybox-lock .superSlider {
  opacity: 0; }

.fancybox--superSlider.fancybox--loading .superSlider:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("ir-products/images/slick-carousel/ajax-loader.gif") center center no-repeat;
  opacity: 1; }

.fancybox--superSlider.fancybox--loading .superSlider .superSlider__for,
.fancybox--superSlider.fancybox--loading .superSlider .superSlider__nav {
  opacity: 0; }

.fancybox--superSlider h1 {
  position: relative;
  margin: 17px 43px 17px 20px;
  margin: 1.0625rem 2.6875rem 1.0625rem 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  z-index: 1; }

.fancybox--superSlider .superSlider {
  opacity: 1; }
  .fancybox--superSlider .superSlider .superSlider__for,
  .fancybox--superSlider .superSlider .superSlider__nav {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }

.fancybox--superSlider .superSlider__for .superSlider__fancybox {
  display: none; }
  @media screen and (min-width: 62em) {
    .fancybox--superSlider .superSlider__for .superSlider__fancybox {
      display: block; } }

.fancybox--superSlider .superSlider__for .pinch-zoom {
  display: block; }
  @media screen and (min-width: 62em) {
    .fancybox--superSlider .superSlider__for .pinch-zoom {
      display: none; } }

.fancybox--superSlider .superSlider__nav {
  margin: 0 30px 30px;
  margin: 0 1.875rem 1.875rem; }
  @media screen and (min-width: 48em) {
    .fancybox--superSlider .superSlider__nav {
      padding: 0 34px;
      padding: 0 2.125rem; } }
  .fancybox--superSlider .superSlider__nav .slick-slide {
    cursor: pointer; }

.fancybox--superSlider .superSlider__fancybox {
  cursor: default;
  pointer-events: none; }

.fancybox--superSlider .slick-slide p {
  display: none; }

.fancybox--superSlider .slick-prev {
  left: 0; }
  @media screen and (min-width: 48em) {
    .fancybox--superSlider .slick-prev {
      left: -15px; } }
  [dir="rtl"] .fancybox--superSlider .slick-prev {
    right: 0; }
    @media screen and (min-width: 48em) {
      [dir="rtl"] .fancybox--superSlider .slick-prev {
        right: -15px; } }

.fancybox--superSlider .slick-next {
  right: 0; }
  @media screen and (min-width: 48em) {
    .fancybox--superSlider .slick-next {
      right: -15px; } }
  [dir="rtl"] .fancybox--superSlider .slick-next {
    left: 0; }
    @media screen and (min-width: 48em) {
      [dir="rtl"] .fancybox--superSlider .slick-next {
        left: -15px; } }

.fancybox--superSlider .fancybox-close span {
  margin-right: 0;
  font-size: 18px;
  font-size: 1.125rem; }

.btn.ps-widget {
  max-width: 130px;
  max-width: 8.125rem;
  padding: 10px;
  padding: 0.625rem;
  width: auto;
  height: auto;
  float: none;
  border: 2px solid #d42a1d; }

.cta-group {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .cta-group {
      display: table; } }
  .cta-group .btn.btn-product-detail,
  .cta-group .btn.ps-widget {
    padding: 8px;
    padding: 0.5rem;
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
    width: 100%; }
  .cta-group .ps-widget {
    max-width: none; }
  @media screen and (min-width: 48em) {
    .cta-group > .callToAction {
      display: table-cell;
      vertical-align: top; }
      .cta-group > .callToAction:first-child:nth-last-child(2),
      .cta-group > .callToAction:first-child:nth-last-child(2) ~ div {
        width: 50%; } }
  .cta-group > .callToAction:first-child:last-child a {
    width: 100%; }
  .cta-group > .callToAction > span {
    display: block; }
    @media screen and (min-width: 48em) {
      .cta-group > .callToAction > span {
        margin-right: 2px;
        margin-right: 0.125rem; } }
  @media screen and (min-width: 48em) {
    .cta-group + .cta-group .callToAction a {
      margin-top: -18px;
      margin-top: -1.125rem; } }

.callToAction .btn.btn-product-detail,
.callToAction .btn.ps-widget {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.45; }
  @media screen and (min-width: 48em) {
    .callToAction .btn.btn-product-detail,
    .callToAction .btn.ps-widget {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 62em) {
    .callToAction .btn.btn-product-detail,
    .callToAction .btn.ps-widget {
      padding: 15px;
      font-size: 16px;
      font-size: 1rem; } }

.btn.ps-widget span,
.btn.ps-widget small {
  color: #fff;
  text-transform: none;
  margin: 0;
  font-size: inherit;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: inherit; }

.ps-widget.btn-secondary:hover {
  background: none; }
  .ps-widget.btn-secondary:hover span {
    color: #d42a1d; }

.ps-widget.btn-secondary span {
  color: #d42a1d; }

#languageModal {
  background-color: #fff; }
  #languageModal .lm-title {
    padding: 0 0 6px 10px;
    padding: 0 0 0.375rem 0.625rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    text-transform: uppercase; }
  #languageModal form {
    margin-bottom: 170px;
    margin-bottom: 10.625rem; }
    @media screen and (min-width: 48em) {
      #languageModal form {
        margin-bottom: 120px;
        margin-bottom: 7.5rem;
        padding: 0 35px;
        padding: 0 2.1875rem; } }
  #languageModal .icomoon-checkmark {
    display: none;
    float: right;
    margin-top: 6px;
    margin-top: 0.375rem;
    font-size: 12px;
    font-size: 0.75rem; }
  #languageModal input[type='radio']:checked + label,
  #languageModal input[type='checkbox']:checked + label {
    background-color: #eee;
    color: #222; }
    #languageModal input[type='radio']:checked + label .icomoon-checkmark,
    #languageModal input[type='checkbox']:checked + label .icomoon-checkmark {
      display: inline-block; }
  #languageModal input[type='radio']:disabled + label,
  #languageModal input[type='checkbox']:disabled + label {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-filter: gray;
            filter: gray;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  #languageModal .sr-only {
    height: 0;
    width: 0; }
  #languageModal .icomoon-globe-wire {
    position: relative;
    top: 2px;
    top: 0.125rem; }

.lm-label {
  display: block;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
  background-color: #222;
  text-align: center;
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff; }
  @media screen and (min-width: 48em) {
    .lm-label {
      display: inline-block;
      padding: 16px 86px;
      padding: 1rem 5.375rem; } }
  .lm-label .icomoon-dropdown {
    display: none; }

.lm-region-options,
.lm-language-options {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  .lm-region-options label,
  .lm-language-options label {
    display: block;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    margin: 0;
    cursor: pointer;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid; }
    .lm-region-options label:hover, .lm-region-options label:focus,
    .lm-language-options label:hover,
    .lm-language-options label:focus {
      background-color: #eee;
      color: #222; }

.lm-language-options label {
  max-width: 200px;
  max-width: 12.5rem; }

.lm-region-text {
  margin-right: 30px;
  margin-right: 1.875rem; }
  .lm-region-text p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 0 0 24px;
    margin: 0 0 0 1.5rem;
    color: #828080; }

@media screen and (min-width: 48em) {
  .lm-language-options_columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

.lm-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px #e5e5e5 solid;
  padding: 25px 25px 0;
  padding: 1.5625rem 1.5625rem 0;
  background-color: #fff;
  text-align: center; }
  .lm-action button {
    margin: 0 4px 25px;
    margin: 0 0.25rem 1.5625rem; }
    @media screen and (max-width: 47.9375em) {
      .lm-action button {
        padding: 10px 24px;
        padding: 0.625rem 1.5rem; } }
    @media screen and (min-width: 48em) {
      .lm-action button {
        min-width: 30%; } }

.fancybox-wrap--language .fancybox-outer {
  position: relative; }

.fancybox-wrap--language .fancybox-inner {
  position: static;
  -webkit-overflow-scrolling: auto; }

.fancybox-wrap--language .fancybox-close {
  display: block;
  top: auto;
  bottom: -63px;
  right: 50%;
  margin-right: -22px;
  margin-right: -1.375rem;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem; }
  .fancybox-wrap--language .fancybox-close:hover {
    text-decoration: none; }
  @media screen and (min-width: 48em) {
    .fancybox-wrap--language .fancybox-close {
      top: -71px; } }
  .fancybox-wrap--language .fancybox-close .icomoon-close-o {
    display: block;
    font-size: 44px;
    font-size: 2.75rem;
    color: #fff; }

.languageControl {
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .languageControl .icomoon-globe-wire {
    top: 3px;
    top: 0.1875rem;
    color: #828080; }

.localFooter .languageControl .fancybox-language {
  color: #000; }

.localFooter .languageControl .icomoon-dropdown {
  color: #d42a1d; }

.breadcrumb .container {
  background-color: #fff; }

.section .breadcrumb {
  padding: 18px 0 40px;
  padding: 1.125rem 0 2.5rem;
  margin-top: 0;
  list-style: none;
  border-radius: 0; }
  @media screen and (min-width: 75em) {
    .section .breadcrumb {
      padding: 30px 0 40px;
      padding: 1.875rem 0 2.5rem; } }
  .section .breadcrumb li {
    display: inline-block;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-size: 0.875rem; }
    .section .breadcrumb li a {
      color: #d42a1d;
      text-decoration: none; }
      .section .breadcrumb li a:hover {
        text-decoration: underline; }
  .section .breadcrumb > li + li:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    -moz-font-variant-ligatures: discretionary-ligatures;
         font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding: 0 8px 0 6px;
    padding: 0 0.5rem 0 0.375rem;
    color: #ccc;
    font-size: 11px;
    font-size: 0.6875rem; }
  .section .breadcrumb .active {
    color: #222; }

.textCollapse {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .textCollapse .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .textCollapse .collapsing[aria-expanded="true"] + .text-collapse-short,
  .textCollapse .collapse.in + .text-collapse-short {
    display: none; }
  .textCollapse .btn-link {
    padding: 0;
    text-transform: none; }
  .textCollapse .collapsing p:last-child,
  .textCollapse .collapse p:last-child,
  .textCollapse .text-collapse-short p:last-child {
    margin-bottom: 0; }

.text-collapse-less {
  display: inline-block; }

.text-collapse-less.collapsed {
  display: none; }

.text-collapse-more {
  display: none; }

.text-collapse-more.collapsed {
  display: inline-block; }

/**
 * VITL Style
 */
.vitl .icomoon-tool1,
.vitl .icomoon-tool2,
.vitl .icomoon-tool3 {
  color: #d42a1d;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 40px;
  font-size: 2.5rem; }
  @media screen and (min-width: 48em) {
    .vitl .icomoon-tool1,
    .vitl .icomoon-tool2,
    .vitl .icomoon-tool3 {
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      font-size: 75px;
      font-size: 4.6875rem; } }
  @media screen and (min-width: 62em) {
    .vitl .icomoon-tool1,
    .vitl .icomoon-tool2,
    .vitl .icomoon-tool3 {
      margin-bottom: 45px;
      margin-bottom: 2.8125rem;
      font-size: 100px;
      font-size: 6.25rem; } }

.vitl__media {
  margin-bottom: 38px;
  margin-bottom: 2.375rem; }
  .vitl__media [class^="icomoon-"],
  .vitl__media [class*=" icomoon-"] {
    display: inline-block;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    @media screen and (min-width: 48em) {
      .vitl__media [class^="icomoon-"],
      .vitl__media [class*=" icomoon-"] {
        margin-bottom: 38px;
        margin-bottom: 2.375rem; } }
  .vitl__media img {
    display: inline-block;
    width: 100%; }

.vitl__title {
  text-transform: uppercase;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  word-wrap: break-word;
  line-height: normal; }
  @media screen and (min-width: 48em) {
    .vitl__title {
      margin-bottom: 24px;
      margin-bottom: 1.5rem; } }

.vitl__text {
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }
  .vitl__text p:last-child {
    margin-bottom: 0; }

/**
 * White Style
 */
.row--white .vitl {
  text-align: center; }
  .row--white .vitl > .vitlMatchHeight > a {
    color: #000;
    display: block; }
    .row--white .vitl > .vitlMatchHeight > a:hover, .row--white .vitl > .vitlMatchHeight > a:focus {
      text-decoration: none; }
  @media screen and (max-width: 47.9375em) {
    .row--white .vitl .vitl__text,
    .row--white .vitl .btn {
      display: none; }
      .row--white .vitl .vitl__text.displayOnMobile,
      .row--white .vitl .btn.displayOnMobile {
        display: block; }
    .row--white .vitl .displayOnMobile .callToAction .btn {
      display: block; } }

.row--white .vitl__title {
  font-size: 11px;
  font-size: 0.6875rem; }
  @media screen and (min-width: 48em) {
    .row--white .vitl__title {
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media screen and (min-width: 62em) {
    .row--white .vitl__title {
      font-size: 26px;
      font-size: 1.625rem; } }
  .row--white .vitl__title .icomoon-arrow-right {
    display: none; }

.row--white .vitl__text {
  color: #666; }

/**
 * Dark Style
 */
.row--dark .vitl {
  text-align: center; }
  .row--dark .vitl > .vitlMatchHeight > a {
    color: #d42a1d;
    display: block; }
    @media screen and (min-width: 48em) {
      .row--dark .vitl > .vitlMatchHeight > a {
        color: #fff; } }
    .row--dark .vitl > .vitlMatchHeight > a:hover, .row--dark .vitl > .vitlMatchHeight > a:focus {
      text-decoration: none; }
  @media screen and (max-width: 47.9375em) {
    .row--dark .vitl .vitl__media,
    .row--dark .vitl .vitl__text,
    .row--dark .vitl .btn {
      display: none; } }

.row--dark .vitl__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700; }
  @media screen and (min-width: 48em) {
    .row--dark .vitl__title {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 400; } }
  .row--dark .vitl__title .icomoon-arrow-right {
    margin-top: 5px;
    margin-top: 0.3125rem;
    display: block; }

.row--dark .vitl__media img {
  width: 210px;
  width: 13.125rem;
  max-width: none; }

.main-content-par > .columnControl,
.sbu-par > .columnControl {
  width: auto; }
  @media screen and (min-width: 62em) {
    .main-content-par > .columnControl .full-width-section__content,
    .sbu-par > .columnControl .full-width-section__content {
      margin-left: auto;
      margin-right: auto;
      width: 940px; }
      .main-content-par > .columnControl .full-width-section__content > .row,
      .sbu-par > .columnControl .full-width-section__content > .row {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (min-width: 75em) {
    .main-content-par > .columnControl .full-width-section__content,
    .sbu-par > .columnControl .full-width-section__content {
      width: 1140px; } }
  .main-content-par > .columnControl .full-width-section__content .full-width-section__content,
  .sbu-par > .columnControl .full-width-section__content .full-width-section__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto; }
    @media screen and (min-width: 62em) {
      .main-content-par > .columnControl .full-width-section__content .full-width-section__content,
      .sbu-par > .columnControl .full-width-section__content .full-width-section__content {
        margin-left: auto;
        margin-right: auto; }
        .main-content-par > .columnControl .full-width-section__content .full-width-section__content > .row,
        .sbu-par > .columnControl .full-width-section__content .full-width-section__content > .row {
          margin-left: -15px;
          margin-right: -15px; } }

@media screen and (min-width: 62em) {
  .main-content-par > .columnControl .full-width-section__content,
  .sbu-par > .columnControl .full-width-section__content {
    width: 970px; } }

@media screen and (min-width: 75em) {
  .main-content-par > .columnControl .full-width-section__content,
  .sbu-par > .columnControl .full-width-section__content {
    width: 1170px; } }

.columnControl > .well {
  margin: 0 -15px;
  margin: 0 -0.9375rem;
  padding: 29px;
  padding: 1.8125rem;
  border-color: #fff;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center; }
  @media screen and (min-width: 62em) {
    .columnControl > .well {
      margin: 0 0 56px;
      margin: 0 0 3.5rem;
      border-color: #CACECF;
      background-color: #F5F6F5; } }
  .columnControl > .well p {
    margin-bottom: 0; }
    @media screen and (min-width: 75em) {
      .columnControl > .well p {
        line-height: 36px;
        line-height: 2.25rem; } }
  .columnControl > .well .btn {
    display: block;
    margin-bottom: 1.3em; }
    @media screen and (min-width: 62em) {
      .columnControl > .well .btn {
        display: inline-block;
        margin-bottom: 0; } }

/**
 * Background Styles
 */
.row--white {
  background-color: #fff;
  color: #222; }
  @media screen and (min-width: 62em) {
    .row--white {
      position: relative;
      z-index: 2; } }
  .row--white.row--border > div > .column, .row--white.row--border-horizontal > div > .column {
    border-color: #ccc; }

.row--gray {
  background-color: #eee;
  color: #222; }
  .row--gray.row--border > div > .column, .row--gray.row--border-horizontal > div > .column {
    border-color: #ccc; }

.row--dark {
  background: #111 url(ir-products/images/ui/black_denim.png);
  color: #fff; }
  .row--dark.row--border > div > .column, .row--dark.row--border-horizontal > div > .column {
    border-color: #e3e3e3; }
    @media screen and (max-width: 47.9375em) {
      .row--dark.row--border > div > .column, .row--dark.row--border-horizontal > div > .column {
        border-top-width: 1px !important;
        border-top-color: #e3e3e3 !important; } }
    @media screen and (min-width: 48em) {
      .row--dark.row--border > div > .column, .row--dark.row--border-horizontal > div > .column {
        border-color: #222; } }

.sbu-par .columnControl > .row {
  padding: 30px 0 24px;
  padding: 1.875rem 0 1.5rem; }
  @media screen and (min-width: 48em) {
    .sbu-par .columnControl > .row {
      padding: 50px 0 25px;
      padding: 3.125rem 0 1.5625rem; } }
  @media screen and (min-width: 62em) {
    .sbu-par .columnControl > .row {
      padding: 124px 0 54px;
      padding: 7.75rem 0 3.375rem; } }

@media screen and (max-width: 47.9375em) {
  .sbu-par .columnControl > .row--dark {
    color: #222;
    background: none; }
  .btn-page-list.btn-dark {
    background-color: #fff;
    color: #222; }
    .btn-page-list.btn-dark .icomoon-arrow-right {
      color: #cac8c8; } }

.sbu-par p {
  color: #828080; }

.sbu-par .full-width-section__content > div:first-child > .column > div {
  max-width: 560px;
  max-width: 35rem; }

.sbu-par .richText {
  font-size: 14px;
  font-size: 0.875rem; }
  .sbu-par .richText > p:first-child {
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
    font-family: "Foundry Form Sans Book", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff; }
  .sbu-par .richText a {
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .sbu-par .richText ul {
    padding: 0; }
    @media screen and (min-width: 62em) {
      .sbu-par .richText ul {
        width: 75%; } }
    .sbu-par .richText ul li {
      list-style-type: none;
      display: inline-block;
      margin: 0 40px 10px 0;
      margin: 0 2.5rem 0.625rem 0; }
  .sbu-par .richText table td {
    padding: 0 40px 10px 0;
    padding: 0 2.5rem 0.625rem 0; }

.sbu-par .richText + .richText {
  margin-top: 20px;
  margin-top: 1.25rem; }
  @media screen and (min-width: 62em) {
    .sbu-par .richText + .richText {
      margin-top: 50px;
      margin-top: 3.125rem; } }

.sbu-par .listSelectableStyle {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 48em) {
    .sbu-par .listSelectableStyle {
      margin-bottom: 30px;
      margin-bottom: 1.875rem; } }

/**
 * Column Borders (additional margins and padding for borders)
 */
.row--border > div {
  padding: 0; }
  .row--border > div:first-child > .column {
    border-color: transparent; }
  .row--border > div[class*="col-xs-"] > .column {
    border-width: 0 0 0 1px; }
  .row--border > div.col-xs-12 > .column {
    border-width: 0; }
  .row--border > div > .column {
    padding: 20px 8px;
    padding: 1.25rem 0.5rem;
    border-style: solid; }
    @media screen and (min-width: 48em) {
      .row--border > div > .column {
        padding: 0 32px;
        padding: 0 2rem;
        margin: 56px 0 50px;
        margin: 3.5rem 0 3.125rem;
        border-width: 0 0 0 2px !important; } }

.row--border-horizontal > div {
  padding: 0; }
  .row--border-horizontal > div:first-child > .column {
    border-color: transparent; }
    @media screen and (min-width: 48em) {
      .row--border-horizontal > div:first-child > .column {
        padding-top: 0; } }
  .row--border-horizontal > div div[class*="col-xs-"] > .column {
    border-width: 1px 0 0 0; }
  .row--border-horizontal > div > .column {
    padding: 20px 6px;
    padding: 1.25rem 0.375rem;
    border-style: solid;
    border-width: 0; }
    @media screen and (min-width: 48em) {
      .row--border-horizontal > div > .column {
        margin: 0 32px;
        margin: 0 2rem;
        padding: 32px 0;
        padding: 2rem 0;
        border-width: 2px 0 0 0; } }

@media screen and (max-width: 47.9375em) {
  .row--not-advanced.row--border > div > .column {
    border: 0;
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem; } }

/**
 * Configured Style
 */
.row--configured {
  padding: 24px 0;
  padding: 1.5rem 0; }
  @media screen and (max-width: 47.9375em) {
    .row--configured {
      background: #111 url(ir-products/images/ui/black_denim.png);
      color: #fff; } }
  @media screen and (min-width: 48em) {
    .row--configured {
      padding: 50px 10px;
      padding: 3.125rem 0.625rem; } }

/**
 * Padding for button in col-sm-6
 */
.col-sm-6-padding {
  padding-left: 2px;
  padding-right: 0px;
  width: 47%;
  margin-left: 12px;
  margin-right: -5px; }

.localFooter .listSelectableStyle > .row {
  margin: 0; }

.main-content-par > .listSelectableStyle,
.sbu-par > .listSelectableStyle {
  width: auto; }
  @media screen and (min-width: 62em) {
    .main-content-par > .listSelectableStyle .full-width-section__content,
    .sbu-par > .listSelectableStyle .full-width-section__content {
      margin-left: auto;
      margin-right: auto;
      width: 940px; }
      .main-content-par > .listSelectableStyle .full-width-section__content > .row,
      .sbu-par > .listSelectableStyle .full-width-section__content > .row {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (min-width: 75em) {
    .main-content-par > .listSelectableStyle .full-width-section__content,
    .sbu-par > .listSelectableStyle .full-width-section__content {
      width: 1140px; } }
  .main-content-par > .listSelectableStyle .full-width-section__content .full-width-section__content,
  .sbu-par > .listSelectableStyle .full-width-section__content .full-width-section__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto; }
    @media screen and (min-width: 62em) {
      .main-content-par > .listSelectableStyle .full-width-section__content .full-width-section__content,
      .sbu-par > .listSelectableStyle .full-width-section__content .full-width-section__content {
        margin-left: auto;
        margin-right: auto; }
        .main-content-par > .listSelectableStyle .full-width-section__content .full-width-section__content > .row,
        .sbu-par > .listSelectableStyle .full-width-section__content .full-width-section__content > .row {
          margin-left: -15px;
          margin-right: -15px; } }

.main-content-par > .listSelectableStyle .full-width-section__content,
.sbu-par > .listSelectableStyle .full-width-section__content {
  padding: 0 20px;
  padding: 0 1.25rem; }
  @media screen and (min-width: 62em) {
    .main-content-par > .listSelectableStyle .full-width-section__content,
    .sbu-par > .listSelectableStyle .full-width-section__content {
      padding: 0;
      width: 970px; } }
  @media screen and (min-width: 75em) {
    .main-content-par > .listSelectableStyle .full-width-section__content,
    .sbu-par > .listSelectableStyle .full-width-section__content {
      width: 1170px; } }
  .main-content-par > .listSelectableStyle .full-width-section__content .full-width-section__content,
  .sbu-par > .listSelectableStyle .full-width-section__content .full-width-section__content {
    padding: 0; }

.listSelectableStyle .row--dark {
  background: #111 url("ir-products/images/ui/black_denim.png"); }
  @media screen and (min-width: 62em) {
    .listSelectableStyle .row--dark {
      position: relative; }
      .listSelectableStyle .row--dark:before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 85px;
        height: 5.3125rem;
        background: #111 url("ir-products/images/ui/black_denim.png");
        z-index: 1; }
      .listSelectableStyle .row--dark > div:before {
        content: '';
        display: block;
        margin-top: -85px;
        margin-top: -5.3125rem;
        width: 100%;
        height: 85px;
        height: 5.3125rem; } }

/**
 * List Media
 */
.list-media {
  margin: 20px 0;
  margin: 1.25rem 0; }
  @media screen and (min-width: 48em) {
    .list-media {
      margin: 60px 0;
      margin: 3.75rem 0; } }
  .list-media li {
    margin-bottom: 18px;
    margin-bottom: 1.125rem; }
    .list-media li > a {
      border: 1px solid #ccc;
      display: block;
      background-color: #f4f4f4; }
      .list-media li > a:hover, .list-media li > a:focus {
        text-decoration: none; }
      @media screen and (min-width: 62em) {
        .list-media li > a:hover .btn {
          display: inline-block; } }
      .list-media li > a > div {
        width: 100%;
        display: table; }

.list-media__title {
  font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: none; }
  @media screen and (min-width: 48em) {
    .list-media__title {
      margin-bottom: 26px;
      margin-bottom: 1.625rem;
      font-size: 36px;
      font-size: 2.25rem; } }

.list-media__image,
.list-media__text,
.list-media__button {
  display: table-cell;
  vertical-align: middle; }

.list-media__image {
  position: relative;
  padding: 15px;
  padding: 0.9375rem;
  width: 100px;
  width: 6.25rem;
  min-height: 80px;
  min-height: 5rem;
  background-color: #fff;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .list-media__image {
      padding: 15px 30px;
      padding: 0.9375rem 1.875rem;
      width: 210px;
      width: 13.125rem;
      min-height: 138px;
      min-height: 8.625rem; } }
  .list-media__image img {
    margin: 0 auto;
    max-width: 100%; }
    @media screen and (min-width: 48em) {
      .list-media__image img {
        max-height: 108px; } }
  .list-media__image:after {
    position: absolute;
    top: 15px;
    top: 0.9375rem;
    bottom: 15px;
    bottom: 0.9375rem;
    right: -1px;
    width: 2px;
    width: 0.125rem;
    display: block;
    background-color: #e1e1e1;
    content: ''; }

.list-media__image--none {
  display: block;
  width: 0;
  padding: 0; }

.list-media__text {
  padding-left: 10px;
  padding-left: 0.625rem; }
  @media screen and (min-width: 48em) {
    .list-media__text {
      padding-left: 34px;
      padding-left: 2.125rem;
      font-size: 28px;
      font-size: 1.75rem; } }
  .list-media__text h3 {
    margin-bottom: 0;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #111;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .list-media__text h3 {
        font-size: 28px;
        font-size: 1.75rem; } }

.list-media__button {
  padding-right: 24px;
  padding-right: 1.5rem;
  text-align: right; }
  .list-media__button .btn {
    display: none; }

.list-media--grid > ul {
  margin: 0 -5px;
  margin: 0 -0.3125rem; }

.list-media--grid li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-right: -0.25rem;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .list-media--grid li {
      width: 33.333%; } }
  @media screen and (min-width: 62em) {
    .list-media--grid li {
      width: 25%; } }
  .list-media--grid li > a {
    position: relative;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .list-media--grid li > a {
        margin: 0 5px;
        margin: 0 0.3125rem;
        min-height: 198px;
        min-height: 12.375rem; } }
    .list-media--grid li > a > div {
      display: block;
      height: 100%; }
      @media screen and (min-width: 48em) {
        .list-media--grid li > a > div {
          min-height: 198px;
          min-height: 12.375rem; } }
    @media screen and (min-width: 48em) {
      .list-media--grid li > a > .vmiddle {
        position: absolute; } }

.list-media--grid .list-media__image {
  width: 100%;
  display: block; }
  .list-media--grid .list-media__image:after {
    width: auto;
    top: auto;
    bottom: -1px;
    height: 2px;
    height: 0.125rem;
    right: 15px;
    right: 0.9375rem;
    left: 15px;
    left: 0.9375rem; }

.list-media--grid .list-media__text {
  display: block;
  padding: 15px;
  padding: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .list-media--grid .list-media__text h3 {
      font-size: 24px;
      font-size: 1.5rem; } }

.list-media--grid .list-media__button {
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  top: 3.375rem;
  display: block;
  padding: 0;
  text-align: center; }
  .list-media--grid .list-media__button .btn {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

.list-media--grid .list-media__image--none + .list-media__text {
  margin: 0; }
  .list-media--grid .list-media__image--none + .list-media__text .list-media__button {
    position: static; }

.list-media--grid .list-media__image--none {
  display: none; }

.listSelectableStyle .media {
  margin-top: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 48em) {
    .listSelectableStyle .media {
      margin-bottom: 60px;
      margin-bottom: 3.75rem; } }
  .listSelectableStyle .media img {
    width: 60px;
    width: 3.75rem; }
    @media screen and (min-width: 48em) {
      .listSelectableStyle .media img {
        width: 150px;
        width: 9.375rem; } }
  .listSelectableStyle .media h2 {
    text-transform: none; }

.listSelectableStyle .media-left {
  padding-right: 20px;
  padding-right: 1.25rem; }

.listSelectableStyle .media-body .btn {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.listSelectableStyle .media-heading {
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (min-width: 48em) {
    .listSelectableStyle .media-heading {
      font-size: 28px;
      font-size: 1.75rem; } }

/**
 * List Text
 */
.list-text ul,
.list-sbu ul {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.list-text li,
.list-sbu li {
  margin: 6px 0;
  margin: 0.375rem 0; }

.list-text {
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .list-text .icomoon-page {
    display: inline-block;
    position: relative;
    top: 1px;
    padding-right: 10px;
    padding-right: 0.625rem; }

/**
 * List Small Business Unit
 */
.list-sbu__title {
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: normal; }
  .list-sbu__title span {
    display: block;
    padding-left: 50px;
    padding-left: 3.125rem;
    margin-top: 4px;
    margin-top: 0.25rem; }
  .list-sbu__title img {
    max-width: 40px;
    max-width: 2.5rem; }
  .list-sbu__title img,
  .list-sbu__title [class^="icomoon-"],
  .list-sbu__title [class*=" icomoon-"] {
    float: left;
    padding-left: 0;
    margin-top: 0; }

/**
 * List Quick Links
 */
.list-quick-links ul {
  padding: 24px 0;
  padding: 1.5rem 0;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .list-quick-links ul {
      padding: 0;
      display: table; } }

@media screen and (min-width: 48em) {
  .list-quick-links li {
    width: 25%;
    display: table-cell; }
    .list-quick-links li:first-child a {
      margin-left: 0; } }

.list-quick-links li a {
  padding: 15px;
  padding: 0.9375rem;
  margin: 5px 0;
  margin: 0.3125rem 0;
  display: block;
  background-color: rgba(170, 170, 170, 0.1);
  color: #888;
  line-height: normal; }
  @media screen and (min-width: 48em) {
    .list-quick-links li a {
      padding: 90px 24px;
      padding: 5.625rem 1.5rem;
      margin: 0 0 0 3px;
      margin: 0 0 0 0.1875rem; } }
  .list-quick-links li a:hover, .list-quick-links li a:focus {
    background-color: rgba(170, 170, 170, 0.05);
    text-decoration: none; }

.list-quick-links .icomoon-arrow-right-o {
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: -2px; }
  @media screen and (min-width: 48em) {
    .list-quick-links .icomoon-arrow-right-o {
      margin-top: 0;
      font-size: 46px;
      font-size: 2.875rem;
      float: none; } }

.list-quick-links__title {
  display: inline-block;
  line-height: normal;
  font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #d42a1d; }
  @media screen and (min-width: 48em) {
    .list-quick-links__title {
      display: block;
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      font-size: 24px;
      font-size: 1.5rem; } }

/**
 * List Dropdown
 */
@media screen and (min-width: 48em) {
  .list-dropdown .dropdown {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; } }

.list-dropdown .dropdown-toggle {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  border-radius: 0;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  background: #fff;
  text-transform: none;
  color: #d42a1d; }
  @media screen and (min-width: 48em) {
    .list-dropdown .dropdown-toggle {
      border: 0;
      padding: 0;
      background: none;
      font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #111;
      text-transform: uppercase;
      cursor: default; }
      .list-dropdown .dropdown-toggle .icomoon-dropdown {
        display: none; } }

.list-dropdown .open .dropdown-toggle {
  border-bottom-color: #fff; }

.list-dropdown .dropdown-menu {
  border-radius: 0;
  background: #fff; }
  .list-dropdown .dropdown-menu a {
    color: inherit; }
  @media screen and (min-width: 48em) {
    .list-dropdown .dropdown-menu {
      display: block;
      position: static;
      float: none;
      border: 0;
      padding: 0;
      background: none; }
      .list-dropdown .dropdown-menu > li > a {
        padding: 0;
        font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #d42a1d;
        white-space: normal; }
        .list-dropdown .dropdown-menu > li > a:hover {
          text-decoration: underline;
          color: #d42a1d;
          background: none; }
        .list-dropdown .dropdown-menu > li > a:focus {
          background: none; } }

/**
 * FAQ Styles
 */
.faqContainer {
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }
  .faqContainer .selectize {
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }
  .faqContainer .selectize-input {
    width: 190px;
    width: 11.875rem;
    max-width: 100%; }

.faq-container__title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-family: 'Foundry Form Sans Demi';
  font-size: 18px;
  font-size: 1.125rem; }

.faq-container__link {
  line-height: 34px;
  font-family: 'Foundry Form Sans Bold'; }

/**
 * FAQ Styles
 */
.panel-group-faq {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-top: 1px solid #e5e5e5; }
  .panel-group-faq .panel-title a {
    display: block;
    font-weight: 700;
    color: #111; }
    .panel-group-faq .panel-title a:hover, .panel-group-faq .panel-title a:focus {
      text-decoration: none; }
  .panel-group-faq .panel-body {
    font-size: 14px;
    font-size: 0.875rem;
    color: #111; }
  .panel-group-faq .panel-title a,
  .panel-group-faq .panel-body {
    padding: 20px;
    padding: 1.25rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0%, #efefef 100%); }
    @media screen and (min-width: 48em) {
      .panel-group-faq .panel-title a,
      .panel-group-faq .panel-body {
        padding: 30px 20px;
        padding: 1.875rem 1.25rem; } }
  .panel-group-faq .icomoon-dropdown {
    float: right;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #d42a1d;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s; }
  .panel-group-faq .collapsed .icomoon-dropdown {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }

.feature-nav {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .feature-nav:before, .feature-nav:after {
    content: " ";
    display: table; }
  .feature-nav:after {
    clear: both; }
  .distributorFinderTabs .feature-nav {
    overflow-x: hidden; }
  @media screen and (min-width: 48em) {
    .feature-nav {
      margin-bottom: 54px;
      margin-bottom: 3.375rem; } }
  .feature-nav .tabs {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    padding: 0 0.9375rem;
    float: left;
    background-color: #828080;
    list-style: none;
    display: table; }
    @media screen and (max-width: 61.9375em) {
      .feature-nav .tabs {
        padding: 0; } }
    .distributorFinderTabs .feature-nav .tabs {
      table-layout: fixed;
      width: -webkit-calc(100% + 40px);
      width: calc(100% + 40px);
      width: -webkit-calc(100% + 2.5rem);
      width: calc(100% + 2.5rem);
      margin-left: -20px;
      margin-left: -1.25rem;
      padding: 0;
      background: none;
      border-spacing: 20px 0;
      border-spacing: 1.25rem 0; }
    .feature-nav .tabs li {
      position: relative;
      margin: 0;
      padding: 10px 0;
      padding: 0.625rem 0;
      font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      text-align: center;
      color: #fff;
      display: table-cell;
      cursor: pointer;
      vertical-align: middle; }
      @media screen and (max-width: 61.9375em) {
        .feature-nav .tabs li {
          padding: 10px 15px;
          padding: 0.625rem 0.9375rem; } }
      .feature-nav .tabs li:hover {
        background-color: #111; }
        .distributorFinderTabs .feature-nav .tabs li:hover {
          background-color: #eee;
          color: #111; }
      .distributorFinderTabs .feature-nav .tabs li {
        background: #d42a1d; }
      .feature-nav .tabs li.active {
        background-color: #111;
        color: #fff;
        display: table-cell; }
        .feature-nav .tabs li.active:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: -10px;
          bottom: -0.625rem;
          width: 0;
          height: 0;
          margin: 0 auto;
          margin-bottom: 2px;
          margin-bottom: 0.125rem;
          border-right: 10px solid transparent;
          border-right: 0.625rem solid transparent;
          border-left: 10px solid transparent;
          border-left: 0.625rem solid transparent;
          border-top: 10px solid #111;
          border-top: 0.625rem solid #111;
          z-index: 1; }
        .distributorFinderTabs .feature-nav .tabs li.active {
          background-color: #eee;
          color: #111; }
          .distributorFinderTabs .feature-nav .tabs li.active:after {
            display: none; }
  .feature-nav .tab_container {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 1px;
    border-bottom: 1px solid #ccc; }
    @media screen and (min-width: 48em) {
      .feature-nav .tab_container {
        border-bottom: 0; } }
  .feature-nav .tab_content {
    width: 100%;
    padding: 30px;
    padding: 1.875rem;
    background: #eee;
    display: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 47.9375em) {
      .feature-nav .tab_content {
        padding: 15px;
        padding: 0.9375rem;
        background: #fff;
        border: 1px solid #ccc;
        border-width: 0 1px; }
        .feature-nav .tab_content h2 {
          font-size: 16px;
          font-size: 1rem; } }
  .feature-nav .tab_drawer_heading {
    display: none; }
    @media screen and (max-width: 47.9375em) {
      .feature-nav .tab_drawer_heading {
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px 15px;
        padding: 0.625rem 0.9375rem;
        background-color: #fff;
        color: #111;
        display: block;
        cursor: pointer;
        border: 1px solid #ccc;
        border-width: 1px 1px 0; }
        .feature-nav .tab_drawer_heading span {
          float: right;
          -webkit-transition: -webkit-transform 0.35s;
          transition: -webkit-transform 0.35s;
          -o-transition: -o-transform 0.35s;
          transition: transform 0.35s;
          transition: transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
               -o-transform: rotate(0deg);
                  transform: rotate(0deg);
          color: #d42a1d;
          margin-top: 3px;
          margin-top: 0.1875rem; }
          .distributorFinderTabs .feature-nav .tab_drawer_heading span {
            margin-top: 0;
            font-size: 25px;
            font-size: 1.5625rem; } }
    .feature-nav .tab_drawer_heading.d_active span {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
  .feature-nav .accordion_close {
    width: 100%;
    padding: 15px;
    padding: 0.9375rem;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    background: #eee;
    color: #d42a1d;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    cursor: pointer; }
    .feature-nav .accordion_close .icomoon-chevron-right {
      display: inline-block;
      margin-right: 10px;
      -webkit-transition: -webkit-transform 0.35s;
      transition: -webkit-transform 0.35s;
      -o-transition: -o-transform 0.35s;
      transition: transform 0.35s;
      transition: transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
           -o-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.feature-nav--no-bg .tab_content,
.feature-nav--no-bg .accordion_close {
  background: none; }

.socialLinks__wrapper {
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 48em) {
    .socialLinks__wrapper {
      font-family: "Foundry Form Sans Book", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #fff; } }
  .socialLinks__wrapper > span:first-child {
    display: block;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .socialLinks__wrapper > span:first-child {
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; } }
  .socialLinks__wrapper .social_links li {
    margin-left: 10px;
    margin-left: 0.625rem;
    display: inline-block;
    vertical-align: top; }
    .socialLinks__wrapper .social_links li:first-child {
      margin-left: 0; }
  .socialLinks__wrapper .social_links a {
    border-radius: 4px;
    border-radius: 0.25rem;
    display: inline-block;
    overflow: hidden;
    font-size: 34px;
    font-size: 2.125rem;
    color: #111; }
    @media screen and (min-width: 48em) {
      .socialLinks__wrapper .social_links a {
        color: #dadada; } }
    .socialLinks__wrapper .social_links a:after {
      display: none; }
    .socialLinks__wrapper .social_links a:hover, .socialLinks__wrapper .social_links a:focus {
      text-decoration: none; }
    .socialLinks__wrapper .social_links a span {
      display: block; }

.flipCard > .card {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: 100%;
  background: none;
  border: none;
  color: #222;
  z-index: 4; }
  @media screen and (min-width: 48em) {
    .flipCard > .card {
      max-width: 274px;
      max-width: 17.125rem; } }
  @media screen and (min-width: 62em) {
    .flipCard > .card {
      max-width: 260px;
      max-width: 16.25rem; } }
  .flipCard > .card:hover, .flipCard > .card:focus {
    text-decoration: none; }
    .flipCard > .card:hover .btn, .flipCard > .card:focus .btn {
      visibility: visible; }
  .flipCard > .card.card--horizontal {
    max-width: 100%; }
    .flipCard > .card.card--horizontal.card--flipped .card__front {
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg);
      -webkit-transform: perspective(1000) rotateX(180deg);
              transform: perspective(1000) rotateX(180deg); }
    .flipCard > .card.card--horizontal.card--flipped .card__back {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      -webkit-transform: perspective(1000) rotateX(0deg);
              transform: perspective(1000) rotateX(0deg);
      z-index: 3; }
    .flipCard > .card.card--horizontal .card__front {
      -webkit-transform: perspective(1000) rotateX(0);
              transform: perspective(1000) rotateX(0); }
    .flipCard > .card.card--horizontal .card__back {
      -webkit-transform: rotateX(-180deg);
              transform: rotateX(-180deg); }
  .flipCard > .card.card--flipped .card__front {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform: perspective(1000) rotateY(180deg);
            transform: perspective(1000) rotateY(180deg); }
  .flipCard > .card.card--flipped .card__back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: perspective(1000) rotateY(0deg);
            transform: perspective(1000) rotateY(0deg);
    z-index: 3; }
  .flipCard > .card > div {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 25px 22px;
    padding: 1.5625rem 1.375rem;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .flipCard > .card.card--gray-bg > div {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 20px 22px 25px;
    padding: 1.25rem 1.375rem 1.5625rem;
    background-color: #eee; }

.flipCard .card__front {
  -webkit-transform: perspective(1000) rotateY(0);
          transform: perspective(1000) rotateY(0);
  border-radius: 2px;
  z-index: 2; }

.flipCard .card__back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  border-radius: 2px;
  z-index: 1; }

.flipCard .card__thumbnail {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 47.9375em) {
    .flipCard .card__thumbnail {
      background: none !important; } }
  @media screen and (min-width: 48em) {
    .flipCard .card__thumbnail {
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; } }
  .flipCard .card__thumbnail img {
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .flipCard .card__thumbnail img {
        display: none; } }

@media screen and (min-width: 48em) {
  .flipCard .card__thumbnail,
  .flipCard .embed-responsive {
    min-height: 190px;
    min-height: 11.875rem; } }

.flipCard .card__caption {
  padding-right: 15px;
  padding-right: 0.9375rem; }
  .flipCard .card__caption > span {
    position: absolute;
    line-height: 18px;
    line-height: 1.125rem; }
    .flipCard .card__caption > span + .card__caption__content {
      padding-left: 23px;
      padding-left: 1.4375rem; }

.flipCard .card__caption__content > div:first-child {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-family: "Foundry Form Sans Extrabold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal; }

.flipCard .card__caption__content > p {
  color: #666; }

.flipCard .card--gray-bg .card__caption__content {
  padding: 0 !important;
  font-size: 14px;
  font-size: 0.875rem; }
  .flipCard .card--gray-bg .card__caption__content > div:first-child {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-bottom: 1px solid #ccc; }
  .flipCard .card--gray-bg .card__caption__content p {
    color: #222; }

.flipCard .btn {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  width: 100%;
  height: 0;
  border-width: 20px 10px 0;
  border-width: 1.25rem 0.625rem 0;
  border-style: solid;
  border-color: #828080 transparent;
  background-color: transparent;
  font-size: 0;
  opacity: 0.5; }
  .flipCard .btn:hover {
    opacity: 1; }
  .flipCard .btn:after {
    content: attr(title);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-overflow: ellipsis;
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    white-space: nowrap; }

.flipCard .golden-triangle {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62px;
  width: 3.875rem;
  height: 62px;
  height: 3.875rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .flipCard .golden-triangle.golden-triangle--flip > button:after,
  .flipCard .golden-triangle.golden-triangle--flip > a:after {
    content: "";
    font-size: 18px; }
  .flipCard .golden-triangle > button,
  .flipCard .golden-triangle > a {
    display: block;
    overflow: hidden;
    padding: 100%;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #c6bc89;
    text-align: left;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top; }
    .flipCard .golden-triangle > button:after,
    .flipCard .golden-triangle > a:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Enable Ligatures ================ */
      letter-spacing: 0;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      font-feature-settings: "liga";
      -webkit-font-variant-ligatures: discretionary-ligatures;
      -moz-font-variant-ligatures: discretionary-ligatures;
           font-variant-ligatures: discretionary-ligatures;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      top: 0;
      right: 50%;
      padding: 11px;
      padding: 0.6875rem;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }

/**
 * Flipcard horizontal and result aside thumbnails
 */
@media screen and (min-width: 48em) {
  .card--horizontal > div:before, .card--horizontal > div:after,
  .results-aside .card > div:before,
  .results-aside .card > div:after {
    content: " ";
    display: table; }
  .card--horizontal > div:after,
  .results-aside .card > div:after {
    clear: both; }
  .card--horizontal .card__thumbnail,
  .results-aside .card .card__thumbnail {
    background: none !important;
    float: left;
    margin-right: 15px;
    margin-right: 0.9375rem;
    width: auto; }
    .card--horizontal .card__thumbnail img,
    .results-aside .card .card__thumbnail img {
      display: block; }
  .card--horizontal .card__thumbnail,
  .card--horizontal .embed-responsive,
  .results-aside .card .card__thumbnail,
  .results-aside .card .embed-responsive {
    min-height: initial; } }

.results-aside .card {
  margin: 0;
  max-width: none; }
  @media screen and (min-width: 62em) {
    .results-aside .card .card__thumbnail {
      float: none;
      margin-right: 0;
      width: 100%; } }

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

.socialLinks__wrapper {
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 48em) {
    .socialLinks__wrapper {
      font-family: "Foundry Form Sans Book", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #fff; } }
  .socialLinks__wrapper > span:first-child {
    display: block;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .socialLinks__wrapper > span:first-child {
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; } }
  .socialLinks__wrapper .social_links li {
    margin-left: 10px;
    margin-left: 0.625rem;
    display: inline-block;
    vertical-align: top; }
    .socialLinks__wrapper .social_links li:first-child {
      margin-left: 0; }
  .socialLinks__wrapper .social_links a {
    border-radius: 4px;
    border-radius: 0.25rem;
    display: inline-block;
    overflow: hidden;
    font-size: 34px;
    font-size: 2.125rem;
    color: #111; }
    @media screen and (min-width: 48em) {
      .socialLinks__wrapper .social_links a {
        color: #dadada; } }
    .socialLinks__wrapper .social_links a:after {
      display: none; }
    .socialLinks__wrapper .social_links a:hover, .socialLinks__wrapper .social_links a:focus {
      text-decoration: none; }
    .socialLinks__wrapper .social_links a span {
      display: block; }

.richText ol, .richText ul {
  margin: 16px 0;
  margin: 1rem 0;
  padding-left: 16px;
  padding-left: 1rem; }

.richText ol {
  list-style-type: decimal; }

.richText ul {
  list-style-type: disc; }

.richText h2 {
  text-transform: none;
  font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem; }

.searchResultsBlock #noResults {
  display: none; }

.searchResultsBlock #hasResults {
  display: none; }

.searchResultsBlock .results-title {
  margin-top: 0; }

main .searchConfiguredList:before, main .searchConfiguredList:after {
  content: " ";
  display: table; }

main .searchConfiguredList:after {
  clear: both; }

@media screen and (min-width: 48em) {
  main .searchConfiguredList {
    text-align: center; } }

main .searchConfiguredList h2 {
  text-transform: none;
  font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem; }

main .searchConfiguredList ul {
  background-color: #ecebeb;
  font-size: 0; }
  main .searchConfiguredList ul:before, main .searchConfiguredList ul:after {
    content: " ";
    display: table; }
  main .searchConfiguredList ul:after {
    clear: both; }

main .searchConfiguredList li {
  float: none;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-size: 1rem; }
  main .searchConfiguredList li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    right: 1.25rem;
    bottom: auto;
    left: 20px;
    left: 1.25rem;
    height: 1px;
    background-color: #fff; }
  main .searchConfiguredList li:first-child:after {
    top: auto;
    bottom: 0; }
  main .searchConfiguredList li:first-child + li:after {
    display: none; }
  @media screen and (min-width: 48em) {
    main .searchConfiguredList li a {
      padding: 26px 20px;
      padding: 1.625rem 1.25rem;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      color: #222; } }
  @media screen and (min-width: 62em) {
    main .searchConfiguredList li a {
      padding: 18px 20px;
      padding: 1.125rem 1.25rem; } }
  main .searchConfiguredList li a:hover, main .searchConfiguredList li a:focus {
    text-decoration: none; }
    main .searchConfiguredList li a:hover strong, main .searchConfiguredList li a:focus strong {
      text-decoration: none; }

main .searchConfiguredList a {
  display: block;
  margin: 5px 0;
  margin: 0.3125rem 0;
  padding: 15px;
  padding: 0.9375rem;
  background-color: rgba(170, 170, 170, 0.1);
  text-transform: uppercase;
  font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: normal; }
  main .searchConfiguredList a:before, main .searchConfiguredList a:after {
    content: " ";
    display: table; }
  main .searchConfiguredList a:after {
    clear: both; }
  @media screen and (min-width: 48em) {
    main .searchConfiguredList a {
      margin: 0;
      background-color: transparent;
      text-transform: none; } }
  main .searchConfiguredList a:focus strong,
  main .searchConfiguredList a:focus figcaption, main .searchConfiguredList a:hover strong,
  main .searchConfiguredList a:hover figcaption {
    text-decoration: underline; }
  main .searchConfiguredList a strong {
    display: block;
    width: 100%;
    color: #d42a1d;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    line-height: 1.25rem; }
    main .searchConfiguredList a strong span {
      display: block;
      color: #222; }

main .searchConfiguredList__news li a {
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  color: #d42a1d;
  font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem; }

main .searchConfiguredList__news li span {
  display: block;
  color: #222;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700; }

main .searchConfiguredList__media a {
  position: relative;
  display: block;
  height: 100px;
  padding: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 48em) {
    main .searchConfiguredList__media a {
      margin-right: 26px;
      margin-right: 1.625rem;
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      width: 48.333%;
      max-height: 170px !important;
      max-height: 10.625rem !important; } }
  @media screen and (min-width: 62em) {
    main .searchConfiguredList__media a {
      margin-bottom: 0;
      margin-right: 0;
      width: auto;
      max-height: none !important; } }
  main .searchConfiguredList__media a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    padding: 1.25rem 0;
    background-color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem; }

main .searchConfiguredList__media-title {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem; }
  main .searchConfiguredList__media-title + p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }

@media screen and (max-width: 61.9375em) {
  main .searchConfiguredList__media-link {
    padding: 0 !important; } }

@media screen and (min-width: 48em) {
  main .row--configured .searchConfiguredList {
    text-align: left; } }

@media screen and (min-width: 62em) {
  main .row--configured .searchConfiguredList {
    text-align: center; } }

@media screen and (min-width: 48em) {
  main .row--configured .searchConfiguredList li a {
    float: none; } }

@media screen and (min-width: 48em) {
  main .row--configured .searchConfiguredList a {
    float: left; } }

@media screen and (min-width: 62em) {
  main .row--configured .searchConfiguredList a {
    float: none; } }

main .row--configured .searchConfiguredList__events li {
  float: left;
  width: 50%; }
  @media screen and (min-width: 62em) {
    main .row--configured .searchConfiguredList__events li {
      float: none;
      width: 100%; } }
  main .row--configured .searchConfiguredList__events li:after {
    top: 26px;
    top: 1.625rem;
    right: 0;
    bottom: 26px;
    bottom: 1.625rem;
    left: auto;
    width: 1px;
    height: auto; }
    @media screen and (min-width: 62em) {
      main .row--configured .searchConfiguredList__events li:after {
        top: 0;
        right: 20px;
        right: 1.25rem;
        bottom: auto;
        left: 20px;
        left: 1.25rem;
        width: auto;
        height: 1px; } }
  main .row--configured .searchConfiguredList__events li:first-child:after {
    top: 26px;
    top: 1.625rem;
    bottom: 26px;
    bottom: 1.625rem; }
    @media screen and (min-width: 62em) {
      main .row--configured .searchConfiguredList__events li:first-child:after {
        top: auto;
        bottom: 0; } }
  @media screen and (min-width: 62em) {
    main .row--configured .searchConfiguredList__events li:first-child + li:after {
      display: none; } }
  main .row--configured .searchConfiguredList__events li:nth-child(even):after {
    display: none; }
    @media screen and (min-width: 62em) {
      main .row--configured .searchConfiguredList__events li:nth-child(even):after {
        display: block; } }

@media screen and (min-width: 48em) {
  main .row--configured .searchConfiguredList__events + a {
    float: right;
    margin-bottom: 40px;
    margin-bottom: 2.5rem; } }

@media screen and (min-width: 62em) {
  main .row--configured .searchConfiguredList__events + a {
    float: none;
    margin-bottom: 0; } }

/**
 * Center align image and match height
 */
.media-match-height {
  display: block;
  text-align: center; }
  .media-match-height img {
    display: inline-block; }

/**
 * Container with accordion dropdown
 */
.items-carousel-wrap {
  position: relative; }
  @media screen and (min-width: 48em) {
    .items-carousel-wrap {
      margin-top: 60px;
      margin-top: 3.75rem;
      padding-bottom: 60px;
      padding-bottom: 3.75rem;
      min-height: 215px;
      min-height: 13.4375rem;
      border: 2px solid #eee;
      border-width: 0 0 2px 0; } }
  .items-carousel-wrap .dropdown {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    .items-carousel-wrap .dropdown li {
      padding: 3px 15px;
      padding: 0.1875rem 0.9375rem; }

@media screen and (min-width: 48em) {
  .items-carousel {
    margin-bottom: 0; }
    .items-carousel + .items-carousel {
      margin-top: 30px;
      margin-top: 1.875rem; } }

.items-carousel .slick-slide {
  outline: none; }

/**
 * General Items Carousel
 */
.items-carousel__slide {
  text-align: center; }
  .items-carousel__slide .vmiddle img {
    margin: 40px 0;
    margin: 2.5rem 0;
    max-width: 130px;
    max-width: 8.125rem;
    max-height: 130px;
    max-height: 8.125rem; }
  .items-carousel__slide > a {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    color: #222; }

/**
 * Cards
 */
.card {
  position: relative;
  padding: 15px;
  padding: 0.9375rem;
  margin: 6px;
  margin: 0.375rem;
  border: 1px solid #ccc; }
  .card .popover.bottom {
    left: auto !important;
    right: -1px; }
    .card .popover.bottom .arrow {
      left: 90% !important; }

.card--gray-bg {
  background-color: #eee; }

.card__media img {
  width: 100%;
  margin: 0 0 10px;
  margin: 0 0 0.625rem; }

.card__media.vmiddle img {
  margin: 30px 0;
  margin: 1.875rem 0;
  max-width: 160px;
  max-width: 10rem;
  max-height: 160px;
  max-height: 10rem; }

.card__info,
.results--part__info,
.items-carousel-single__info {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666; }

.card--gray-bg .card__info {
  color: #222; }

.card__info > a,
.card__info > span,
.results--part__info > a,
.results--part__info > span {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Foundry Form Sans Extrabold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  color: #222; }

.card__info ol li .icomoon-dot-outline,
.results--part__info ol li .icomoon-dot-outline {
  display: none; }

.card__info ul li,
.results--part__info ul li {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem; }
  .card__info ul li span,
  .results--part__info ul li span {
    position: absolute;
    left: 1px;
    top: 6px;
    font-size: 10px;
    font-size: 0.625rem;
    color: #d42a1d; }

.card__info li,
.results--part__info li {
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.card__cta .checkbox {
  position: absolute;
  top: 0; }

.card__cta label {
  color: #9d956b; }

.card__cta .btn {
  display: block; }

/**
 * Pager and view all button
 */
@media screen and (min-width: 48em) {
  .ir-carousel-filter + .items-carousel-controls {
    float: right; } }

.items-carousel-controls > a,
.items-carousel-pager {
  display: inline-block;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.items-carousel-controls {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .items-carousel-controls {
      position: absolute;
      top: 0;
      right: 0;
      margin-bottom: 0;
      line-height: 40px;
      line-height: 2.5rem;
      text-align: right; } }
  .items-carousel-controls button {
    border: 0;
    border-radius: 0;
    background: none; }
  .items-carousel-controls .slick-arrow {
    padding: 0 15px;
    padding: 0 0.9375rem;
    font-size: 30px;
    font-size: 1.875rem;
    vertical-align: middle; }
  .items-carousel-controls .slick-disabled {
    color: #ccc;
    cursor: default; }

/**
 * Single slide carousel
 */
.items-carousel-single-wrap {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 36px 0 24px;
  padding: 2.25rem 0 1.5rem; }
  .items-carousel-single-wrap .spinner {
    display: none; }
  .items-carousel-single-wrap .sr-only + .spinner {
    display: block; }

.items-carousel-single.slick-slider {
  margin: 0 20px;
  margin: 0 1.25rem; }
  @media screen and (min-width: 48em) {
    .items-carousel-single.slick-slider {
      margin: 0 30px;
      margin: 0 1.875rem; } }

.items-carousel-single .slick-slide {
  margin: 0 4px;
  margin: 0 0.25rem; }

@media screen and (min-width: 48em) {
  .items-carousel-single__media {
    float: right;
    width: 50%; } }

.items-carousel-single__media img {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .items-carousel-single__media img {
      padding-left: 10px;
      padding-left: 0.625rem; } }

@media screen and (min-width: 48em) {
  .items-carousel-single__info {
    float: left;
    width: 50%; } }

.items-carousel-single__info__title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Foundry Form Sans Extrabold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #222; }

@media screen and (max-width: 61.9375em) {
  .pdf-preview-link {
    display: none; }
    .pdf-preview-link.icomoon-modal {
      display: block; } }

html[data-platform="iPad"] .pdf-preview-link {
  display: none; }
  html[data-platform="iPad"] .pdf-preview-link.icomoon-modal {
    display: block !important; }

.items-carousel--document .slick-slide {
  outline: none;
  background-color: #fff; }

.document-slide {
  position: relative;
  padding: 0;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .document-slide img {
    max-height: none !important; }

.document-slide__upper {
  position: relative; }

.document-slide__lower {
  position: relative;
  padding: 0;
  background: #eee;
  z-index: 2; }
  .document-slide__lower p {
    display: none;
    margin: 0;
    padding: 15px 30px 15px 15px;
    padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
    background-color: #eee;
    font-size: 14px;
    font-size: 0.875rem; }

.document-slide__lower-toggle {
  border-top: 1px solid #ccc;
  height: 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  background-color: #eee;
  color: #111;
  white-space: normal;
  word-wrap: break-word; }
  .document-slide__lower-toggle span {
    float: right;
    color: #d42a1d; }
  .document-slide__lower-toggle .icomoon-chevron-up {
    display: none; }

/**
 * documents fancybox modal
 */
.fancybox-doc {
  position: relative;
  display: none; }
  .fancybox-doc .links-list {
    padding: 35px;
    padding: 2.1875rem; }
    .fancybox-doc .links-list li {
      padding: 15px 0;
      padding: 0.9375rem 0; }

.fancybox-doc__upper {
  background: #eee;
  padding: 36px 44px 20px 20px;
  padding: 2.25rem 2.75rem 1.25rem 1.25rem;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }

/**
 * Filter and Language dropdowns
 */
.items-carousel-filter {
  display: block; }
  .items-carousel-filter .dropdown-menu {
    font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.items-carousel-lang {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 48em) {
    .items-carousel-lang {
      float: right; } }
  .items-carousel-lang span {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-right: 15px;
    margin-right: 0.9375rem; }
  .items-carousel-lang span,
  .items-carousel-lang .selectize {
    display: inline-block;
    vertical-align: top; }
  .items-carousel-lang .selectize .selectize-input {
    min-width: 120px;
    min-width: 7.5rem;
    display: block;
    padding-right: 40px;
    padding-right: 2.5rem; }
  .items-carousel-lang .selectize .selectize-input.input-active {
    display: block; }

.utilityAddThis .icons {
  text-align: center; }
  @media screen and (min-width: 48em) {
    .utilityAddThis .icons {
      text-align: left; } }
  .utilityAddThis .icons > ul {
    display: inline-block; }
    .utilityAddThis .icons > ul > li {
      float: left;
      margin-left: 20px;
      margin-left: 1.25rem; }
      .utilityAddThis .icons > ul > li:first-child {
        margin-left: 0; }
      .utilityAddThis .icons > ul > li > a {
        display: block;
        color: #111;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: normal;
        line-height: 44px;
        line-height: 2.75rem; }
        @media screen and (min-width: 48em) {
          .utilityAddThis .icons > ul > li > a {
            line-height: normal; } }
        .utilityAddThis .icons > ul > li > a span {
          margin-right: 5px;
          margin-right: 0.3125rem;
          color: #d42a1d; }

/*
angular already injects this, but this is to
hide elements sooner
*/
.ng-cloak {
  display: none !important; }

.searchFFAC {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.results-title {
  margin: 20px 0 10px;
  margin: 1.25rem 0 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Foundry Form Sans Book", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media screen and (min-width: 48em) {
    .results-title {
      margin: 40px 0 20px;
      margin: 2.5rem 0 1.25rem;
      font-size: 30px;
      font-size: 1.875rem; } }

/**
 * UL container of results list
 */
.results {
  margin-top: 15px;
  margin-top: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .results {
      margin-top: 30px;
      margin-top: 1.875rem; } }
  .results > li {
    position: relative;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    border: 1px solid #ccc; }
    @media screen and (min-width: 48em) {
      .results > li {
        display: table;
        margin-bottom: 30px;
        margin-bottom: 1.875rem; } }
    .results > li:before, .results > li:after {
      content: " ";
      display: table; }
    .results > li:after {
      clear: both; }
  .results:before, .results:after {
    content: " ";
    display: table; }
  .results:after {
    clear: both; }

/**
 * Article (News, Events, Tarde Shows, Courses)
 */
.results-control + .results--article {
  margin-top: 15px;
  margin-top: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .results-control + .results--article {
      margin-top: 30px;
      margin-top: 1.875rem; } }

.results--article {
  margin-top: 0; }
  .results--article > li {
    position: relative;
    display: block;
    background-color: #fafafa; }
    .results--article > li .btn {
      position: absolute;
      top: 0;
      right: 0;
      border-width: 0 0 1px 1px;
      border-color: #ccc;
      z-index: 1; }

.results--article__media {
  position: relative; }
  @media screen and (min-width: 48em) {
    .results--article__media {
      border-right: 1px solid #ccc;
      width: 220px;
      width: 13.75rem;
      height: 190px;
      height: 11.875rem;
      background-color: #fff;
      text-align: center; } }
  .results--article__media.vmiddle:before {
    display: none; }
    @media screen and (min-width: 48em) {
      .results--article__media.vmiddle:before {
        display: inline-block; } }
  .results--article__media .media-label {
    position: static;
    display: inline-block;
    vertical-align: top; }
    @media screen and (min-width: 48em) {
      .results--article__media .media-label {
        position: absolute; } }
  .results--article__media img {
    display: none; }
    @media screen and (min-width: 48em) {
      .results--article__media img {
        display: inline-block;
        max-width: 170px;
        max-width: 10.625rem;
        max-height: 150px;
        max-height: 9.375rem; } }

.results--article__media--none {
  width: 0;
  border-right: 0; }

.results--article__info {
  position: relative;
  padding: 15px;
  padding: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .results--article__info {
      padding: 30px;
      padding: 1.875rem; } }
  .results--article__info > a,
  .results--article__info > span {
    margin: 0 40px 0 0;
    margin: 0 2.5rem 0 0;
    font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: none; }
    @media screen and (min-width: 48em) {
      .results--article__info > a,
      .results--article__info > span {
        margin: 0; } }
  .results--article__info p:last-child {
    margin-bottom: 0; }

.results--article__info__meta {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media screen and (min-width: 48em) {
  .results--article__media,
  .results--article__info {
    display: table-cell;
    vertical-align: top; } }

/**
 * Part (Product or Part)
 */
@media screen and (min-width: 48em) {
  .results--part {
    margin-left: 15px;
    margin-left: 0.9375rem; } }

.results--part > li {
  padding: 15px;
  padding: 0.9375rem;
  width: 100%; }

.results--part__media {
  display: inline-block;
  vertical-align: top; }
  @media screen and (min-width: 48em) {
    .results--part__media {
      width: 120px;
      width: 7.5rem;
      text-align: center; } }
  .results--part__media img {
    max-width: 80px;
    max-width: 5rem;
    max-height: 80px;
    max-height: 5rem; }
    @media screen and (min-width: 48em) {
      .results--part__media img {
        max-width: 120px;
        max-width: 7.5rem;
        max-height: 120px;
        max-height: 7.5rem; } }

.results--part__info {
  display: inline-block;
  padding-left: 15px;
  padding-left: 0.9375rem;
  width: 60%; }
  @media screen and (min-width: 48em) {
    .results--part__info {
      padding-left: 30px;
      padding-left: 1.875rem;
      width: 50%; } }

@media screen and (min-width: 48em) {
  .results--part__cta {
    text-align: right; } }

.results--part__cta label {
  color: #9d956b; }
  @media screen and (min-width: 48em) {
    .results--part__cta label {
      margin-right: 108px;
      margin-right: 6.75rem; } }

.results--part__cta .btn {
  display: block;
  padding: 10px;
  padding: 0.625rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  opacity: 0; }
  @media screen and (min-width: 48em) {
    .results--part__cta .btn {
      display: inline-block; } }

.resize-buttons .results--part__cta .btn span {
  margin-left: 5px; }

.results--part-show-btn .results--part__cta .btn {
  opacity: 1; }

@media screen and (min-width: 48em) {
  .results--part__media,
  .results--part__info,
  .results--part__cta {
    display: table-cell;
    vertical-align: middle; } }

@media screen and (min-width: 48em) {
  .results--part.results--part--grid {
    margin-top: 0;
    margin-left: 0; }
    .results--part.results--part--grid .results--part__media,
    .results--part.results--part--grid .results--part__info,
    .results--part.results--part--grid .results--part__cta {
      display: block; }
    .results--part.results--part--grid > li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin-bottom: 0;
      border-width: 0 1px 1px 0;
      width: 33.33%; }
      .results--part.results--part--grid > li:nth-child(3n+1) {
        border-left-width: 1px; }
    .results--part.results--part--grid .results--part__media {
      margin: 30px 0;
      margin: 1.875rem 0;
      width: auto;
      text-align: center; }
      .results--part.results--part--grid .results--part__media img {
        max-width: 160px;
        max-width: 10rem;
        max-height: 160px;
        max-height: 10rem; }
    .results--part.results--part--grid .results--part__info {
      width: auto;
      margin: 0 0 15px;
      margin: 0 0 0.9375rem; } }
    @media screen and (min-width: 48em) and (min-width: 48em) {
      .results--part.results--part--grid .results--part__info {
        padding-left: 0; } }

@media screen and (min-width: 48em) {
    .results--part.results--part--grid .results--part__cta .btn {
      display: block; }
    .results--part.results--part--grid .checkbox {
      position: absolute;
      top: 0; } }

@media screen and (min-width: 75em) {
  .results--part.results--part--grid > li {
    width: 25%; }
    .results--part.results--part--grid > li:nth-child(3n+1) {
      border-left-width: 0; }
    .results--part.results--part--grid > li:nth-child(4n+1) {
      border-left-width: 1px; } }

/**
 * Case Studies
 */
.results--part .card__media {
  display: none; }

.results--part.results--part--grid .card__media {
  display: block; }

/**
 * Documents
 */
.results--doc {
  margin: 6px -6px;
  margin: 0.375rem -0.375rem; }
  .results--doc > li {
    margin: 0;
    border: 0; }
    @media screen and (min-width: 48em) {
      .results--doc > li {
        width: 33.33%;
        display: inline-block;
        vertical-align: top; } }

/**
 * Results Control Bar
 */
.results-control {
  height: 65px;
  height: 4.0625rem; }
  @media screen and (min-width: 48em) {
    .results-control {
      padding: 20px 20px 17px;
      padding: 1.25rem 1.25rem 1.0625rem;
      border: 1px solid #ccc; } }
  .results-control:first-child {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    @media screen and (min-width: 48em) {
      .results-control:first-child {
        margin-bottom: 0; } }

.results--part--grid + .results-control {
  margin-top: -1px; }

.results-control__view {
  float: left; }
  .results-control__view .radio-inline {
    margin: 0;
    padding: 0; }
  .results-control__view label {
    padding: 3px 7px 0;
    padding: 0.1875rem 0.4375rem 0;
    margin: 0; }
  .results-control__view input:checked + div {
    color: #d42a1d; }

.results-control__pagination,
.results-control__checkbox {
  float: right; }

.results-control__pagination {
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .results-control__pagination > span {
    vertical-align: middle; }
  .results-control__pagination .results-total {
    padding-right: 20px;
    padding-right: 1.25rem; }
  .results-control__pagination input {
    width: 28px;
    width: 1.75rem;
    text-align: center; }
    .results-control__pagination input::-webkit-outer-spin-button, .results-control__pagination input::-webkit-inner-spin-button {
      -webkit-appearance: none;
              appearance: none;
      margin: 0; }
  .results-control__pagination button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    margin: 0 0.375rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    background-color: #d42a1d;
    text-align: center;
    border: none;
    outline: none; }
    .results-control__pagination button.disabled {
      background-color: #e3e3e3; }
      .results-control__pagination button.disabled span {
        color: #666; }
    .results-control__pagination button span {
      display: block;
      color: #fff;
      font-size: 10px;
      font-size: 0.625rem; }
  .results-control__pagination input,
  .results-control__pagination .results-last-page {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.results-control__checkbox {
  margin: 0 20px 0 40px;
  margin: 0 1.25rem 0 2.5rem; }

/**
 * Results Filters
 */
.results-filter {
  margin-bottom: 15px;
  border: 1px solid #ccc; }
  @media screen and (min-width: 48em) {
    .results-filter {
      position: absolute;
      -webkit-box-shadow: 3px 3px 10px #ccc;
      box-shadow: 3px 3px 10px #ccc;
      background-color: #fff;
      z-index: 1; } }
  @media screen and (min-width: 62em) {
    .results-filter {
      position: static;
      display: block;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-right: -16px; } }

.results-filter__back {
  padding: 0 20px;
  padding: 0 1.25rem;
  line-height: 63px;
  line-height: 3.9375rem;
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .results-filter__back span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 6px;
    margin-right: 0.375rem; }
  .results-filter__back + .results-filter__options {
    border-top: 1px solid #ccc; }

.results-filter__options {
  padding: 20px;
  padding: 1.25rem; }
  .results-filter__options .filter-title,
  .results-filter__options .filter-title-category,
  .results-filter__options label {
    font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .results-filter__options .filter-title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem; }
  .results-filter__options .filter-title-category {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem; }
  .results-filter__options label {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 0.875rem; }
  .results-filter__options section + section {
    margin-top: 20px;
    margin-top: 1.25rem; }
  .results-filter__options section ul {
    margin-left: 2px;
    margin-left: 0.125rem; }
    .results-filter__options section ul li:last-child {
      margin-bottom: 0; }
  .results-filter__options .checkbox + .checkbox {
    margin-top: -10px;
    margin-top: -0.625rem; }

.btn[data-toggle="collapse"].collapsed span {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg); }

.btn[data-toggle="collapse"] span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #d42a1d; }

/**
 * Compare List Bar
 */
.results-compare {
  padding: 20px 14px;
  padding: 1.25rem 0.875rem;
  background-color: #f0f0f0; }
  @media screen and (min-width: 48em) {
    .results-compare {
      border: 1px solid #ccc;
      border-width: 0 1px 1px 1px;
      text-align: right; } }
  .results-compare .compare-control-title,
  .results-compare .results-compare__list,
  .results-compare > .btn {
    display: block; }
    @media screen and (min-width: 48em) {
      .results-compare .compare-control-title,
      .results-compare .results-compare__list,
      .results-compare > .btn {
        display: inline-block; } }
  .results-compare .compare-control-title {
    text-transform: none;
    font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-size: 0.875rem; }

.results-compare__list {
  margin: 0 8px;
  margin: 0 0.5rem; }
  .results-compare__list > li {
    border-top: 1px solid #ccc;
    padding: 15px 0;
    padding: 0.9375rem 0; }
    @media screen and (min-width: 48em) {
      .results-compare__list > li {
        display: inline-block;
        padding: 0;
        border: 0; } }
    .results-compare__list > li:first-child {
      border-top: 0; }
  .results-compare__list .btn {
    position: relative;
    padding: 0 15px 0 0;
    padding: 0 0.9375rem 0 0;
    margin: 0;
    width: 100%;
    background-color: transparent;
    text-align: left;
    white-space: normal; }
    @media screen and (max-width: 47.9375em) {
      .results-compare__list .btn {
        background-image: none !important; } }
    @media screen and (min-width: 48em) {
      .results-compare__list .btn {
        border-radius: 0 6px 6px 0;
        border-radius: 0 0.375rem 0.375rem 0;
        padding: 0;
        margin: 0 8px;
        margin: 0 0.5rem;
        width: 56px;
        width: 3.5rem;
        height: 36px;
        height: 2.25rem;
        background-repeat: no-repeat;
        -webkit-background-size: 38px 34px;
                background-size: 38px 34px;
        background-color: #d6d6d6; } }
    .results-compare__list .btn span {
      margin-left: 0; }
    .results-compare__list .btn img {
      height: 60px;
      height: 3.75rem;
      margin-right: 20px;
      margin-right: 1.25rem; }
    .results-compare__list .btn .icomoon-close {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; }
      @media screen and (min-width: 48em) {
        .results-compare__list .btn .icomoon-close {
          position: absolute;
          top: 3px;
          right: 4px;
          font-size: 8px;
          font-size: 0.5rem;
          color: #fff; } }

/**
 * Results Aside Content (unrelated content)
 */
@media screen and (min-width: 62em) {
  .results-aside {
    padding-right: 0;
    margin-right: -15px;
    clear: left; } }

/**
 * Modify columns
 */
.col-filters {
  padding-right: 0; }

.col-results {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 62em) {
    .col-results {
      float: right;
      margin-bottom: 0; } }

/* Product Registration Modal  */
.productRegistration .tab-content {
  padding-top: 30px;
  padding-top: 1.875rem; }

.productRegistration .modal-body {
  overflow: hidden; }

.productRegistration .modal-header .close {
  margin-top: 0;
  font-size: 26px;
  font-size: 1.625rem; }

.productRegistration .modal-title {
  text-transform: none; }

.productRegistration .thumbnail {
  float: right;
  display: inline-block;
  border-color: #ccc; }

@media screen and (min-width: 48em) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto; } }

.socialShare {
  max-width: 460px;
  max-width: 28.75rem; }
  .popover .socialShare .rrssb-buttons {
    padding-top: 0;
    height: 36px;
    height: 2.25rem;
    font-size: 12px !important;
    font-size: 0.75rem !important; }
    .popover .socialShare .rrssb-buttons li {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0 1px;
      height: 80%; }
      .popover .socialShare .rrssb-buttons li a {
        padding: 0;
        -webkit-backface-visibility: visible;
                backface-visibility: visible; }
        .popover .socialShare .rrssb-buttons li a .rrssb-icon {
          overflow: hidden;
          position: relative;
          top: auto;
          left: auto;
          margin: 0 auto;
          padding-top: 0;
          width: 100%;
          height: 100%; }
          .popover .socialShare .rrssb-buttons li a .rrssb-icon svg {
            position: relative;
            top: 6px;
            top: 0.375rem;
            width: 80%;
            height: 48%; }
        .popover .socialShare .rrssb-buttons li a .rrssb-text {
          visibility: hidden;
          -webkit-backface-visibility: visible;
                  backface-visibility: visible; }
  .socialShare .rrssb-buttons {
    padding-top: 5px;
    padding-top: 0.3125rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px !important;
    font-size: 0.75rem !important; }
    @media screen and (min-width: 48em) {
      .socialShare .rrssb-buttons {
        padding-top: 0;
        height: auto; } }
    @media screen and (min-width: 75em) {
      .socialShare .rrssb-buttons {
        font-size: 14px !important;
        font-size: 0.875rem !important; } }
    .socialShare .rrssb-buttons li {
      padding: 0 1px;
      width: 25% !important;
      height: 80%; }
      @media screen and (min-width: 48em) {
        .socialShare .rrssb-buttons li {
          padding: 0 2px;
          padding: 0 0.125rem;
          height: auto; } }
      .socialShare .rrssb-buttons li.small {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px !important;
        font-size: 0.75rem !important; }
        @media screen and (min-width: 75em) {
          .socialShare .rrssb-buttons li.small {
            font-size: 14px !important;
            font-size: 0.875rem !important; } }
      .socialShare .rrssb-buttons li a {
        overflow: hidden;
        padding: 0;
        border-radius: 0; }
        @media screen and (min-width: 48em) {
          .socialShare .rrssb-buttons li a {
            padding: 15px 7px 15px 27px;
            padding: 0.9375rem 0.4375rem 0.9375rem 1.6875rem;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden; } }
        .socialShare .rrssb-buttons li a .rrssb-icon {
          overflow: hidden;
          position: relative;
          top: auto;
          left: auto;
          margin: 0 auto;
          padding-top: 0;
          width: 100%;
          height: 100%; }
          @media screen and (min-width: 48em) {
            .socialShare .rrssb-buttons li a .rrssb-icon {
              overflow: visible;
              position: absolute;
              top: 0;
              left: 7%;
              margin: 0;
              padding-top: 0;
              width: 12%;
              height: 100%; } }
          .socialShare .rrssb-buttons li a .rrssb-icon svg {
            position: relative;
            top: 6px;
            top: 0.375rem;
            width: 80%;
            height: 48%; }
            @media screen and (min-width: 48em) {
              .socialShare .rrssb-buttons li a .rrssb-icon svg {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%; } }
        .socialShare .rrssb-buttons li a .rrssb-text {
          visibility: hidden; }
          @media screen and (min-width: 48em) {
            .socialShare .rrssb-buttons li a .rrssb-text {
              visibility: visible;
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden; } }

.main-content-par > .distributerFinder,
.sbu-par > .distributerFinder {
  overflow: visible; }

.distributerFinder p {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  .distributerFinder p[itemprop="address"] {
    font-size: 14px;
    font-size: 0.875rem; }

.distributerFinder strong {
  font-size: 20px;
  font-size: 1.25rem; }

.distributerFinder a {
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.distributerFinder div[itemprop="name"] {
  text-transform: none;
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem; }

.distributerFinder label {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.distributerFinder ol {
  counter-reset: li;
  padding: 0;
  list-style-type: none; }
  .distributerFinder ol > li {
    position: relative;
    padding: 30px 0 30px 30px;
    padding: 1.875rem 0 1.875rem 1.875rem;
    border-top: 1px solid #ccc; }
    .distributerFinder ol > li:before {
      counter-increment: li;
      content: counter(li);
      position: absolute;
      left: 0;
      margin-top: -8px;
      margin-top: -0.5rem;
      color: #828080;
      font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 28px;
      font-size: 1.75rem; }
    .distributerFinder ol > li:first-child {
      padding-top: 0;
      border-top: 0; }

.distributerFinder .selectize-control {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 48em) {
    .distributerFinder .selectize-control {
      margin-bottom: 0; } }

.distributerFinder form p {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  line-height: 44px;
  line-height: 2.75rem; }

.distributerFinder .form-control {
  padding-right: 35px;
  padding-right: 2.1875rem;
  background-color: #F0F0F0; }

.distributerFinder .input-group-addon {
  background-color: transparent;
  border: 0;
  color: #222; }

.distributerFinder .checkbox-inline {
  margin-left: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
  line-height: 44px;
  line-height: 2.75rem; }
  @media screen and (min-width: 48em) {
    .distributerFinder .checkbox-inline {
      line-height: 1.45; } }
  .distributerFinder .checkbox-inline:last-child {
    margin-right: 0; }
  .distributerFinder .checkbox-inline input[type="radio"],
  .distributerFinder .checkbox-inline input[type="checkbox"] {
    margin-top: 16px;
    margin-top: 1rem; }
    @media screen and (min-width: 48em) {
      .distributerFinder .checkbox-inline input[type="radio"],
      .distributerFinder .checkbox-inline input[type="checkbox"] {
        margin-top: 4px;
        margin-top: 0.25rem; } }

.distributerFinder .btn-action {
  height: 44px;
  height: 2.75rem; }
  .distributerFinder .btn-action:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    -moz-font-variant-ligatures: discretionary-ligatures;
         font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 36px;
    width: 2.25rem;
    height: 42px;
    height: 2.625rem;
    color: #222;
    line-height: 42px;
    line-height: 2.625rem; }

.distributerFinder .input-group-btn:last-child > .btn,
.distributerFinder .input-group-btn:last-child > .btn-group {
  z-index: 4; }

.distributerFinder .badge-list {
  margin-left: -30px;
  margin-left: -1.875rem;
  text-align: right;
  font-size: 0; }
  @media screen and (min-width: 62em) {
    .distributerFinder .badge-list {
      margin-left: 0; } }
  .distributerFinder .badge-list .badge-list__badge {
    display: inline-block;
    margin-left: 10px;
    margin-left: 0.625rem;
    padding: 0 10px;
    padding: 0 0.625rem;
    color: #d42a1d;
    text-transform: uppercase;
    font-family: "Foundry Form Sans Book Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700; }
    .distributerFinder .badge-list .badge-list__badge:first-child {
      margin-left: 0; }
    .distributerFinder .badge-list .badge-list__badge.badge-list__badge--red, .distributerFinder .badge-list .badge-list__badge.badge-list__badge--black {
      color: #fff;
      font-family: "Foundry Form Sans Book", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .distributerFinder .badge-list .badge-list__badge.badge-list__badge--red {
      background-color: #d42a1d; }
    .distributerFinder .badge-list .badge-list__badge.badge-list__badge--black {
      background-color: #222; }

.distributerLinkKit p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-size: 0.875rem; }

.distributerLinkKit small {
  display: block;
  margin-bottom: 1.3em;
  color: #828080;
  font-family: "Foundry Form Sans Book Italic", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.distributerLinkKit a {
  display: block;
  margin: 15px 0 18px;
  margin: 0.9375rem 0 1.125rem;
  text-transform: uppercase;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .distributerLinkKit a span {
    display: inline-block;
    margin-right: 8px;
    margin-right: 0.5rem;
    text-decoration: none;
    vertical-align: middle; }

.distributerLinkKit textarea {
  resize: vertical; }

.distributerLinkKit .img-border {
  margin: 34px 0 15px;
  margin: 2.125rem 0 0.9375rem;
  height: 150px;
  height: 9.375rem;
  border-color: #ccc;
  background-color: #ccc; }

.featureTabs .distributerLinkKit {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px dashed #ccc; }

.featureTabs .tab_content .distributerLinkKit:last-child {
  margin-bottom: 0;
  border-bottom-color: transparent; }

.main-content-par > .videoBackground,
.sbu-par > .videoBackground {
  width: auto; }
  @media screen and (min-width: 62em) {
    .main-content-par > .videoBackground .full-width-section__content,
    .sbu-par > .videoBackground .full-width-section__content {
      margin-left: auto;
      margin-right: auto;
      width: 940px; }
      .main-content-par > .videoBackground .full-width-section__content > .row,
      .sbu-par > .videoBackground .full-width-section__content > .row {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (min-width: 75em) {
    .main-content-par > .videoBackground .full-width-section__content,
    .sbu-par > .videoBackground .full-width-section__content {
      width: 1140px; } }
  .main-content-par > .videoBackground .full-width-section__content .full-width-section__content,
  .sbu-par > .videoBackground .full-width-section__content .full-width-section__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto; }
    @media screen and (min-width: 62em) {
      .main-content-par > .videoBackground .full-width-section__content .full-width-section__content,
      .sbu-par > .videoBackground .full-width-section__content .full-width-section__content {
        margin-left: auto;
        margin-right: auto; }
        .main-content-par > .videoBackground .full-width-section__content .full-width-section__content > .row,
        .sbu-par > .videoBackground .full-width-section__content .full-width-section__content > .row {
          margin-left: -15px;
          margin-right: -15px; } }

.main-content-par > .videoBackground,
.sbu-par > .videoBackground {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 62em) {
    .main-content-par > .videoBackground .full-width-section__content,
    .sbu-par > .videoBackground .full-width-section__content {
      width: 970px; } }
  @media screen and (min-width: 75em) {
    .main-content-par > .videoBackground .full-width-section__content,
    .sbu-par > .videoBackground .full-width-section__content {
      width: 1170px; } }

.videoBackground .videoBackground__background {
  position: relative;
  background: transparent; }

.videoBackground .ytplayer-player-inline {
  position: absolute;
  top: 0;
  z-index: -1; }

.videoBackground .video-background-par {
  min-height: 200px;
  min-height: 12.5rem; }

.submitRequest,
.submitInquiry,
.submitDistributor,
.quickCross {
  counter-reset: id; }
  .main-content-par > .submitRequest,
  .sbu-par > .submitRequest, .main-content-par >
  .submitInquiry,
  .sbu-par >
  .submitInquiry, .main-content-par >
  .submitDistributor,
  .sbu-par >
  .submitDistributor, .main-content-par >
  .quickCross,
  .sbu-par >
  .quickCross {
    overflow: visible; }
  .submitRequest .field-set-title,
  .submitInquiry .field-set-title,
  .submitDistributor .field-set-title,
  .quickCross .field-set-title {
    position: relative;
    margin: 35px 0 25px;
    margin: 2.1875rem 0 1.5625rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    text-transform: uppercase;
    font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-size: 1.25rem; }
    .submitRequest .field-set-title:before,
    .submitInquiry .field-set-title:before,
    .submitDistributor .field-set-title:before,
    .quickCross .field-set-title:before {
      counter-increment: id;
      content: counter(id);
      position: absolute;
      top: 50%;
      left: 0;
      color: #828080;
      text-transform: uppercase;
      font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 28px;
      font-size: 1.75rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  .submitRequest ul,
  .submitInquiry ul,
  .submitDistributor ul,
  .quickCross ul {
    list-style-type: disc;
    margin: 16px 0;
    margin: 1rem 0;
    padding-left: 16px;
    padding-left: 1rem; }
  .submitRequest form p > sup,
  .submitRequest form p > .required,
  .submitRequest form span > sup,
  .submitRequest form span > .required,
  .submitInquiry form p > sup,
  .submitInquiry form p > .required,
  .submitInquiry form span > sup,
  .submitInquiry form span > .required,
  .submitDistributor form p > sup,
  .submitDistributor form p > .required,
  .submitDistributor form span > sup,
  .submitDistributor form span > .required,
  .quickCross form p > sup,
  .quickCross form p > .required,
  .quickCross form span > sup,
  .quickCross form span > .required {
    color: #d42a1d; }
  .submitRequest form p > .required,
  .submitRequest form span > .required,
  .submitInquiry form p > .required,
  .submitInquiry form span > .required,
  .submitDistributor form p > .required,
  .submitDistributor form span > .required,
  .quickCross form p > .required,
  .quickCross form span > .required {
    position: absolute;
    right: 0; }
  .submitRequest form p,
  .submitInquiry form p,
  .submitDistributor form p,
  .quickCross form p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .submitRequest label.error:before,
  .submitInquiry label.error:before,
  .submitDistributor label.error:before,
  .quickCross label.error:before {
    margin-left: 10px;
    margin-left: 0.625rem; }
  .submitRequest .form-group,
  .submitInquiry .form-group,
  .submitDistributor .form-group,
  .quickCross .form-group {
    position: relative; }
    .submitRequest .form-group:before, .submitRequest .form-group:after,
    .submitInquiry .form-group:before,
    .submitInquiry .form-group:after,
    .submitDistributor .form-group:before,
    .submitDistributor .form-group:after,
    .quickCross .form-group:before,
    .quickCross .form-group:after {
      content: " ";
      display: table; }
    .submitRequest .form-group:after,
    .submitInquiry .form-group:after,
    .submitDistributor .form-group:after,
    .quickCross .form-group:after {
      clear: both; }
    .submitRequest .form-group .btn-link,
    .submitInquiry .form-group .btn-link,
    .submitDistributor .form-group .btn-link,
    .quickCross .form-group .btn-link {
      float: right;
      line-height: 44px;
      line-height: 2.75rem; }
      @media screen and (min-width: 48em) {
        .submitRequest .form-group .btn-link,
        .submitInquiry .form-group .btn-link,
        .submitDistributor .form-group .btn-link,
        .quickCross .form-group .btn-link {
          float: none;
          position: absolute;
          left: 100%;
          bottom: 0;
          margin-left: 30px;
          margin-left: 1.875rem; } }
  .submitRequest .radio-inline,
  .submitRequest .checkbox-inline,
  .submitInquiry .radio-inline,
  .submitInquiry .checkbox-inline,
  .submitDistributor .radio-inline,
  .submitDistributor .checkbox-inline,
  .quickCross .radio-inline,
  .quickCross .checkbox-inline {
    display: block;
    line-height: 44px;
    line-height: 2.75rem; }
    .submitRequest .radio-inline input[type="radio"],
    .submitRequest .radio-inline input[type="checkbox"],
    .submitRequest .checkbox-inline input[type="radio"],
    .submitRequest .checkbox-inline input[type="checkbox"],
    .submitInquiry .radio-inline input[type="radio"],
    .submitInquiry .radio-inline input[type="checkbox"],
    .submitInquiry .checkbox-inline input[type="radio"],
    .submitInquiry .checkbox-inline input[type="checkbox"],
    .submitDistributor .radio-inline input[type="radio"],
    .submitDistributor .radio-inline input[type="checkbox"],
    .submitDistributor .checkbox-inline input[type="radio"],
    .submitDistributor .checkbox-inline input[type="checkbox"],
    .quickCross .radio-inline input[type="radio"],
    .quickCross .radio-inline input[type="checkbox"],
    .quickCross .checkbox-inline input[type="radio"],
    .quickCross .checkbox-inline input[type="checkbox"] {
      margin-top: 14px;
      margin-top: 0.875rem; }
    @media screen and (min-width: 48em) {
      .submitRequest .radio-inline,
      .submitRequest .checkbox-inline,
      .submitInquiry .radio-inline,
      .submitInquiry .checkbox-inline,
      .submitDistributor .radio-inline,
      .submitDistributor .checkbox-inline,
      .quickCross .radio-inline,
      .quickCross .checkbox-inline {
        display: inline-block;
        line-height: 1.45; }
        .submitRequest .radio-inline input[type="radio"],
        .submitRequest .radio-inline input[type="checkbox"],
        .submitRequest .checkbox-inline input[type="radio"],
        .submitRequest .checkbox-inline input[type="checkbox"],
        .submitInquiry .radio-inline input[type="radio"],
        .submitInquiry .radio-inline input[type="checkbox"],
        .submitInquiry .checkbox-inline input[type="radio"],
        .submitInquiry .checkbox-inline input[type="checkbox"],
        .submitDistributor .radio-inline input[type="radio"],
        .submitDistributor .radio-inline input[type="checkbox"],
        .submitDistributor .checkbox-inline input[type="radio"],
        .submitDistributor .checkbox-inline input[type="checkbox"],
        .quickCross .radio-inline input[type="radio"],
        .quickCross .radio-inline input[type="checkbox"],
        .quickCross .checkbox-inline input[type="radio"],
        .quickCross .checkbox-inline input[type="checkbox"] {
          margin-top: 4px;
          margin-top: 0.25rem; } }
  .submitRequest .form--aside,
  .submitInquiry .form--aside,
  .submitDistributor .form--aside,
  .quickCross .form--aside {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding: 30px 45px;
    padding: 1.875rem 2.8125rem;
    border: 1px solid #ccc;
    background-color: #fff; }
    .submitRequest .form--aside .form--aside__title,
    .submitInquiry .form--aside .form--aside__title,
    .submitDistributor .form--aside .form--aside__title,
    .quickCross .form--aside .form--aside__title {
      margin: 0 0 15px;
      margin: 0 0 0.9375rem;
      padding-left: 0;
      text-transform: uppercase;
      font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 20px;
      font-size: 1.25rem; }
    .submitRequest .form--aside p,
    .submitInquiry .form--aside p,
    .submitDistributor .form--aside p,
    .quickCross .form--aside p {
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
    .submitRequest .form--aside strong,
    .submitInquiry .form--aside strong,
    .submitDistributor .form--aside strong,
    .quickCross .form--aside strong {
      color: #d42a1d;
      font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .submitRequest .form--aside span,
    .submitInquiry .form--aside span,
    .submitDistributor .form--aside span,
    .quickCross .form--aside span {
      color: #d42a1d;
      vertical-align: middle; }
    .submitRequest .form--aside a,
    .submitInquiry .form--aside a,
    .submitDistributor .form--aside a,
    .quickCross .form--aside a {
      color: #222; }

.submitRequest strong,
.submitInquiry strong,
.submitDistributor strong {
  text-transform: uppercase; }

.compare-table-inner > .table-striped > .highlight-diff-row .highlight-diff-row__true {
  background-color: #ccc; }

.table-striped > .highlight-diff-row > tr:nth-of-type(odd) {
  background-color: initial; }

@media screen and (max-width: 47.9375em) {
  .compare-table-outer {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    border: 1px solid #ddd; }
  .compare-table-inner {
    margin-left: 100px;
    border-left: 2px solid #ddd;
    overflow-x: auto; }
    .compare-table-inner .table-bordered {
      border-width: 0 1px 0 0; }
      .compare-table-inner .table-bordered > thead > tr > th {
        border-bottom: 0; }
    .compare-table-inner .table {
      margin-bottom: 0; }
    .compare-table-inner tbody > tr:first-child {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 2; }
      .compare-table-inner tbody > tr:first-child td {
        display: block;
        border-width: 1px 0 1px;
        background-color: #fff !important; }
      .compare-table-inner tbody > tr:first-child + tr th,
      .compare-table-inner tbody > tr:first-child + tr td {
        padding-top: 70px;
        padding-top: 4.375rem; }
    .compare-table-inner tbody > tr:last-child td {
      border-bottom-width: 0; }
      .compare-table-inner tbody > tr:last-child td:last-child {
        border-right-width: 0; }
    .compare-table-inner thead tr th:first-child,
    .compare-table-inner tbody > tr > th {
      position: absolute;
      left: 0;
      border-width: 1px 0 0;
      width: 100px;
      width: 6.25rem;
      z-index: 1; }
    .compare-table-inner thead tr th:first-child {
      border-top: 1px solid #ddd; }
    .compare-table-inner thead tr th:first-child + th,
    .compare-table-inner tbody > tr > th + td {
      border-left: 0; } }

.compare-table-inner .card {
  text-align: center;
  min-width: 186px;
  min-width: 11.625rem;
  padding: 10px;
  padding: 0.625rem; }
  @media screen and (min-width: 48em) {
    .compare-table-inner .card {
      padding: 8px 20px 10px;
      padding: 0.5rem 1.25rem 0.625rem; } }

.compare-table-inner .card__media {
  text-align: center; }
  @media screen and (min-width: 48em) {
    .compare-table-inner .card__media img {
      max-width: 150px;
      max-width: 9.375rem; } }

.compare-table-inner .card__info {
  text-align: left; }

.productCategory .productCategory__sub-items {
  padding: 0 0 0 30px;
  padding: 0 0 0 1.875rem; }

.modelFinder .feature-nav .tabs {
  width: 25%;
  padding: 0; }

.modelFinder .tab_content {
  background: none; }

.feature-nav .tab_content--mf-product {
  background: none; }
  @media screen and (min-width: 48em) {
    .feature-nav .tab_content--mf-product {
      padding: 0; } }
  .feature-nav .tab_content--mf-product .search-bar {
    margin: -15px -15px 17px;
    margin: -0.9375rem -0.9375rem 1.0625rem; }
    @media screen and (min-width: 48em) {
      .feature-nav .tab_content--mf-product .search-bar {
        margin: 0 0 20px;
        margin: 0 0 1.25rem; } }
  .feature-nav .tab_content--mf-product .btn--mf {
    width: 100%;
    padding: 0;
    outline: 0;
    text-align: left;
    text-transform: capitalize;
    word-wrap: break-word;
    white-space: normal; }
    @media screen and (min-width: 48em) {
      .feature-nav .tab_content--mf-product .btn--mf {
        width: auto; } }
    .feature-nav .tab_content--mf-product .btn--mf span {
      float: right; }

.mf-step--parent {
  padding: 0 19px 9px;
  padding: 0 1.1875rem 0.5625rem; }

@media screen and (max-width: 47.9375em) {
  .mf-step__dropdown {
    display: block;
    margin: 0 -15px;
    margin: 0 -0.9375rem; }
    .mf-step__dropdown .dropdown,
    .mf-step__dropdown .dropdown-toggle,
    .mf-step__dropdown .open .dropdown-menu {
      width: 100%; }
    .mf-step__dropdown .dropdown-toggle {
      border: 0;
      text-align: left; }
    .mf-step__dropdown .dropdown-menu {
      border: 0; }
    .mf-step__dropdown .open .dropdown-menu {
      position: relative; }
      .mf-step__dropdown .open .dropdown-menu li a {
        white-space: normal; } }

.mf-step__dropdown > .active:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  margin-left: -1.25rem;
  border-right: 10px solid transparent;
  border-right: 0.625rem solid transparent;
  border-left: 10px solid transparent;
  border-left: 0.625rem solid transparent;
  border-bottom: 10px solid #eee;
  border-bottom: 0.625rem solid #eee;
  content: ''; }

.well--mf-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0; }
  @media screen and (min-width: 48em) {
    .well--mf-wrap > .row > .mf-step {
      display: inline-block;
      vertical-align: top;
      float: none; } }

.mf-step .list-text li {
  padding: 6px;
  padding: 0.375rem;
  margin: 0; }
  .mf-step .list-text li.active {
    background-color: #eee; }
    .mf-step .list-text li.active a {
      color: #222; }
  .mf-step .list-text li a {
    display: block; }

.mf-step .well {
  background-color: #fff; }

.mf-step .thumbnail {
  border: 0;
  background: none;
  padding: 0; }

.mf-step__num {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Foundry Form Sans Extrabold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #828080; }

.mf-step__text {
  display: inline-block;
  margin: 8px 0;
  margin: 0.5rem 0;
  font-family: "Foundry Form Sans Medium", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.mf-step__last-well {
  text-align: center; }

.mf-1item {
  margin-bottom: 0;
  border-color: transparent;
  background: none; }
  .mf-1item.active:after {
    border-color: transparent; }

.pageReport .pageReport__green {
  color: #29a329; }

.pageReport .pageReport__red {
  color: #f00; }

.sitemap-structure {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  .sitemap-structure button.btn-link {
    -webkit-transition: text-shadow 0.35s, -webkit-transform 0.35s;
    transition: text-shadow 0.35s, -webkit-transform 0.35s;
    -o-transition: text-shadow 0.35s, -o-transform 0.35s;
    transition: transform 0.35s, text-shadow 0.35s;
    transition: transform 0.35s, text-shadow 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
    line-height: 0; }
    .sitemap-structure button.btn-link span {
      margin: 0; }
    .sitemap-structure button.btn-link.collapsed {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
           -o-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .sitemap-structure button.btn-link:focus {
      outline: none;
      text-decoration: none;
      text-shadow: 0 0 4px #d42a1d;
      text-shadow: 0 0 0.25rem #d42a1d; }
  .sitemap-structure ul li ul {
    padding-left: 30px;
    padding-left: 1.875rem; }

.titleAndDescription .title h1 {
  margin: 30px 0 20px;
  margin: 1.875rem 0 1.25rem; }
  @media screen and (min-width: 48em) {
    .titleAndDescription .title h1 {
      margin: 0 0 20px;
      margin: 0 0 1.25rem; } }

.title-description-meta,
.image.parbase {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 48em) {
    .title-description-meta,
    .image.parbase {
      margin-bottom: 54px;
      margin-bottom: 3.375rem; } }

.solrReindex.section {
  margin: 30px 50px;
  padding: 15px 15px 1px 15px;
  background: #fff; }

.video .embed-responsive {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 48em) {
    .video .embed-responsive {
      margin-bottom: 38px;
      margin-bottom: 2.375rem; } }

.callUs .btn-page-list {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.callUs .call-us__desktop {
  margin-bottom: 1.3em;
  border-top: 1px solid #828080;
  border-bottom: 1px solid #828080;
  padding: 20px 0;
  padding: 1.25rem 0; }

.callUs .phone-link {
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #111; }

.callUs .phone-link-label:after {
  content: "::";
  display: inline-block;
  margin-left: 4px;
  margin-left: 0.25rem;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #d42a1d; }

.googleMap .embed-responsive {
  margin-bottom: 1.3em; }

@media screen and (min-width: 48em) {
  .distributor-finder-form:before {
    content: "";
    display: block;
    width: 100px;
    width: 6.25rem;
    height: 3px;
    height: 0.1875rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    background: #d42a1d; } }

.distributor-finder-form input,
.distributor-finder-form select,
.distributor-finder-form textarea {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  padding: 0 5px;
  padding: 0 0.3125rem;
  background: #eee; }

.distributor-finder-form textarea {
  resize: vertical; }

.distributor-finder-form .select-wrapper {
  position: relative; }
  .distributor-finder-form .select-wrapper:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    -moz-font-variant-ligatures: discretionary-ligatures;
         font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 5px;
    top: 0.3125rem;
    right: 8px;
    right: 0.5rem;
    z-index: 1000; }
  .distributor-finder-form .select-wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }

.distributor-finder-form select {
  border-radius: 4px;
  border-radius: 0.25rem;
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem; }

.distributor-finder-form input[type="submit"],
.distributor-finder-form button[type="submit"] {
  width: auto;
  display: inline-block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: none;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  background: #d42a1d;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff; }

.distributorFinderBanner {
  margin: 0 -15px 1.3em;
  padding: 0 15px;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  background: #fff; }
  @media screen and (min-width: 48em) {
    .distributorFinderBanner {
      margin: 0 0 1.3em;
      padding: 50px 0 0;
      padding: 3.125rem 0 0; } }
  @media screen and (min-width: 62em) {
    .distributorFinderBanner {
      padding-top: 30px;
      padding-top: 1.875rem; } }
  .distributorFinderBanner .banner-title {
    margin: 0;
    padding: 30px;
    padding: 1.875rem;
    background-color: #828080;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 48em) {
      .distributorFinderBanner .banner-title {
        padding: 40px;
        padding: 2.5rem;
        font-size: 30px;
        font-size: 1.875rem; } }
    @media screen and (min-width: 62em) {
      .distributorFinderBanner .banner-title {
        padding: 60px;
        padding: 3.75rem; } }
    .distributorFinderBanner .banner-title.banner-title--white {
      color: #fff; }
    .distributorFinderBanner .banner-title.banner-title--red {
      color: #d42a1d; }

.ir-compressor-rentals {
  /*Help a developer out*/
  /*Feature Tabs*/
  /*Banner*/ }
  .ir-compressor-rentals .rental-form {
    padding-top: 25px; }
    .ir-compressor-rentals .rental-form .form-intro h2 {
      text-transform: none;
      margin-bottom: 3px; }
    .ir-compressor-rentals .rental-form .badge {
      padding: 10px; }
    .ir-compressor-rentals .rental-form .form-horizontal .control-label {
      padding-top: 10px;
      font-weight: 600;
      font-size: 14px; }
    .ir-compressor-rentals .rental-form .form-control {
      background-color: #c7c8ca; }
  .ir-compressor-rentals .pt-lg {
    padding-top: 50px; }
  .ir-compressor-rentals .pt-md {
    padding-top: 33px; }
  .ir-compressor-rentals .pt-sm {
    padding-top: 15px; }
  .ir-compressor-rentals .pb-lg {
    padding-bottom: 50px; }
  .ir-compressor-rentals .pb-md {
    padding-bottom: 33px; }
  .ir-compressor-rentals .pb-sm {
    padding-bottom: 15px; }
  .ir-compressor-rentals .pr-lg {
    padding-right: 50px; }
  .ir-compressor-rentals .pr-md {
    padding-right: 33px; }
  .ir-compressor-rentals .pr-sm {
    padding-right: 15px; }
  .ir-compressor-rentals .pl-lg {
    padding-left: 50px; }
  .ir-compressor-rentals .pl-md {
    padding-left: 33px; }
  .ir-compressor-rentals .pl-sm {
    padding-left: 15px; }
  .ir-compressor-rentals .need-help h2 {
    color: #d42a1d;
    font-size: 30px;
    line-height: 110%;
    font-weight: 600; }
  .ir-compressor-rentals .get-phone h2 {
    text-transform: none;
    font-size: 24px; }
  .ir-compressor-rentals .get-phone span span {
    font-style: oblique; }
  .ir-compressor-rentals .value-prop h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 600; }
  .ir-compressor-rentals .featureTabs .tab_content {
    padding-top: 80px;
    /*since we're hiding the h2, lets push the content down to account for the space*/ }
    .ir-compressor-rentals .featureTabs .tab_content .col-sm-8 {
      padding-top: 33px;
      /*push down the content. had to use bootstrap class. Nothing else to target:(*/ }
  .ir-compressor-rentals .img-bg-row {
    padding: 60px 0;
    -webkit-background-size: cover;
            background-size: cover;
    color: #eee; }

#subCategoryPage .searchFFAC,
#subCategoryPage .featureTabs {
  background-color: #fff; }

#subCategoryPage .searchFFAC {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

#subCategoryPage .spinner {
  margin: 0 auto;
  padding: 20px 0;
  padding: 1.25rem 0; }

.distributor-content-container .distributor-finder-tabs-title {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-family: "Foundry Form Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media screen and (min-width: 48em) {
    .distributor-content-container .distributor-finder-tabs-title {
      margin-top: 80px;
      margin-top: 5rem;
      text-align: center; } }

.tab-intro h2 {
  display: block !important;
  color: #D22D27;
  color: #d42a1d;
  font-size: 36px !important;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 30px; }

/*START contact form styles*/
.contact-us-checkbox-group .checkbox-inline {
  background-color: #F1F2F4;
  display: inline-block;
  width: 240px;
  height: 150px;
  border: 1px solid #D4291C;
  text-align: center;
  padding: 30px;
  position: relative; }

.contact-us-checkbox-group .checkbox-inline input[type=radio] {
  position: absolute;
  top: 10px;
  left: 30px;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 20px;
  width: 20px;
  background-color: white;
  z-index: 1; }

.contact-us-checkbox-group .checkbox-inline label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  padding-top: 100px;
  color: #767879;
  margin: 0 !important;
  cursor: pointer; }

/* On mouse-over, add a grey background color */
.contact-us-checkbox-group .checkbox-inline:hover input ~ .checkmark {
  background-color: white; }

/* When the checkbox is checked, add a blue background */
.contact-us-checkbox-group .checkbox-inline input:checked ~ label {
  background-color: white;
  color: black; }

.contact-us-checkbox-group .checkbox-inline input:checked ~ .checkmark {
  background-color: #D4291C; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.contact-us-checkbox-group .checkbox-inline input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.contact-us-checkbox-group .checkbox-inline .checkmark:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: solid white;
  background-color: white;
  /* border-width: 0 3px 3px 0; */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

form .selectize-input {
  padding: 0 4.0625rem 0 .5rem;
  min-height: 50px !important;
  height: unset !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-family: sans-serif;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  padding: 2px 0px;
  margin-right: 5px;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-left: none !important; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 8px 6px 0px;
  padding: 2px 10px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.single .remove-single {
  display: none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 40px !important;
  font-weight: normal; }

.quickCross .field-set-title,
.submitDistributor .field-set-title,
.submitInquiry .field-set-title,
.submitRequest .field-set-title {
  position: relative;
  margin: 2.1875rem 0 1.5625rem;
  padding-left: 1.875rem;
  font-family: "Foundry Form Sans Demi", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem; }

/* .submitDistributor strong,
.submitInquiry strong,
.submitRequest strong {
    text-transform: uppercase
} */
.submitRequest fieldset {
  margin-left: 30px; }

.submitRequest fieldset label.checkbox {
  margin-left: 30px;
  font-weight: normal; }

label {
  display: block;
  margin-bottom: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold; }

.contact-us-icon {
  display: inline-block;
  width: 62px;
  height: 70px;
  z-index: 1;
  top: 20px;
  left: 89px;
  position: absolute;
  -webkit-background-size: 62px 70px;
          background-size: 62px 70px;
  background-repeat: no-repeat; }

.contact-us-icon.compressor {
  background-image: url("ir-products/images/contact-us/icons/compressor_grey_icon-min.png"); }

.contact-us-icon.lifting {
  background-image: url("ir-products/images/contact-us/icons/liftingMaterial_grey_icon-min.png"); }

.contact-us-icon.power-tools {
  background-image: url("ir-products/images/contact-us/icons/powerTools_grey_icon-min.png"); }

.contact-us-checkbox-group .checkbox-inline input:checked ~ .contact-us-icon.compressor {
  background-image: url("ir-products/images/contact-us/icons/compressor_red_icon-min.png"); }

.contact-us-checkbox-group .checkbox-inline input:checked ~ .contact-us-icon.lifting {
  background-image: url("ir-products/images/contact-us/icons/liftingMaterial_red_icon-min.png"); }

.contact-us-checkbox-group .checkbox-inline input:checked ~ .contact-us-icon.power-tools {
  background-image: url("ir-products/images/contact-us/icons/powerTools_red_icon-min.png"); }

.contact-us-checkbox-group .productTypeDisabled input:checked ~ .contact-us-icon.compressor {
  background-image: url("ir-products/images/contact-us/icons/compressor_grey_icon-min.png") !important; }

.contact-us-checkbox-group .productTypeDisabled input:checked ~ .contact-us-icon.lifting {
  background-image: url("ir-products/images/contact-us/icons/liftingMaterial_grey_icon-min.png") !important; }

.contact-us-checkbox-group .productTypeDisabled input:checked ~ .contact-us-icon.power-tools {
  background-image: url("ir-products/images/contact-us/icons/powerTools_grey_icon-min.png") !important; }

form .selectize-input.full .item:after {
  display: none; }

.form-control {
  height: 50px; }

.selectize-input > * {
  vertical-align: top; }

#requestDataConsent-error {
  display: block; }

#requestProductType-error {
  position: absolute;
  top: -43px;
  left: -5px; }

form .selectize-input > input {
  height: unset !important; }

.productTypeDisabled {
  border: 1px solid grey !important; }

.equipmentTypeHidden {
  display: none; }

.productTypeDisabled .checkmark {
  background-color: grey !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #F1F2F4; }

select.selectize + .selectize > .selectize-input {
  -webkit-animation-duration: 0s;
  -o-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

form .selectize-input.disabled,
form .selectize-input.disabled *,
form .selectize-dropdown .active {
  display: block;
  padding-right: 34px;
  padding-right: 2.125rem;
  background-color: unset;
  color: Gray; }

/*END contact form*/
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/

    Pages :
    - Product Detail
    - News
    - Compare
    - Search

   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3,
  h4 {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  h4 {
    page-break-after: avoid; }
  /*
     * Custom styles
     */
  a[href^="#"],
  a[href^="javascript:"],
  button,
  .header,
  .footer,
  .popover,
  .breadcrumb,
  .utilityAddThis,
  .superSlider__nav,
  .productSuperCarousel .superSlider .slick-slide p,
  .fancybox--superSlider .superSlider .slick-slide p,
  .text-collapse-short,
  .compare tbody tr:first-child,
  .productBackButton,
  .productTitleAndDescription .title,
  .btn-product-detail,
  .sbu-container {
    display: none !important; }
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg,
  .collapse,
  .print {
    display: block !important; }
  main {
    padding: 0 !important; }
  .slick-active {
    width: auto !important; }
    .slick-active a[href^="#"] {
      display: block !important; }
  .compare-table-inner .card,
  .compare-table-inner .card__media {
    text-align: left !important; }
  .card__media img {
    width: auto !important; }
  .productSuperCarousel {
    margin-bottom: 0 !important; }
  .productDetailsContainer {
    margin-bottom: 0 !important;
    padding: 0 15px !important;
    padding: 0 0.9375rem !important; }
    .productDetailsContainer .col-sm-8,
    .productDetailsContainer .col-sm-6,
    .productDetailsContainer .col-sm-4 {
      width: 100% !important; }
  .productScrollSpy .section-nav {
    display: block !important;
    height: auto !important; }
    .productScrollSpy .section-nav .nav > li {
      display: none !important; }
      .productScrollSpy .section-nav .nav > li:first-child {
        display: block !important; }
        .productScrollSpy .section-nav .nav > li:first-child:after {
          display: none !important; }
      .productScrollSpy .section-nav .nav > li a[href^="#"] {
        display: block !important;
        padding: 0 !important;
        text-decoration: none !important; }
  .productScrollSpy .phone-collapse-body {
    padding: 0 !important;
    border: none !important; }
  .productScrollSpy .parsys {
    display: none !important; }
    .productScrollSpy .parsys.tab_0 {
      display: block !important; }
      .productScrollSpy .parsys.tab_0 .col-sm-4 {
        display: none !important; } }
