/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
	Variables
========================================================================== */
/* ==========================================================================
	Utilities
========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden, .siteSearch > label, .newsletterSignup label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .siteSearch > label.focusable:active, .newsletterSignup label.focusable:active, .visuallyhidden.focusable:focus, .siteSearch > label.focusable:focus, .newsletterSignup label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/* ==========================================================================
	Mixins
========================================================================== */
/* ==========================================================================
	Foundation
========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, button, input, select, textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

body {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

audio, canvas, video {
  vertical-align: middle; }

img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 100%; }

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

textarea {
  resize: vertical; }

input, textarea, select {
  -webkit-border-radius: 0;
  border-radius: 0; }

.browsehappy {
  background: #999;
  color: #fff;
  margin: 0;
  padding: .5em; }
  .browsehappy a {
    color: #fff; }

a {
  color: #fff;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }
  a:hover {
    color: white; }

a[href^="tel:"] {
  color: #007bb6; }
  a[href^="tel:"]:hover {
    color: #50c6ff; }
  @media (min-width: 64em) {
    a[href^="tel:"] {
      color: #737373;
      cursor: text;
      text-decoration: none; }
      a[href^="tel:"]:hover {
        color: #737373; } }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1; }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table; }
  .wrapper:after {
    clear: both; }

hr {
  border-color: #e6e6e6; }

input[type='checkbox'],
input[type='radio'] {
  vertical-align: baseline; }

form input[type='text'],
form input[type='email'],
select {
  width: 100%; }
  @media (min-width: 64em) {
    form input[type='text'],
    form input[type='email'],
    select {
      width: auto; } }

.msg-noJS {
  display: none;
  background: #EBCC6E;
  padding: 2em;
  color: #333; }
  .no-js .msg-noJS {
    display: block; }
  .msg-noJS a {
    font-weight: 700; }

.msg-pdf {
  background: #EFC007;
  padding: 1em;
  font-size: 1.25em;
  color: #333;
  font-weight: 700; }

.siteHeader {
  position: relative;
  padding: 0 0 0 .75em; }
  @media (min-width: 64em) {
    .siteHeader {
      padding: 2em 2em 0 2em; } }

.logo {
  margin: 0; }
  .logo a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../img/logo.png") no-repeat;
    background-size: contain;
    margin: .375em 0 .125em 0;
    display: inline-block;
    height: 2.5em;
    width: 5em;
    position: absolute;
    -moz-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out; }
    @media (min-width: 48em) {
      .logo a {
        margin: .75em .5em .5em .5em;
        left: 0; } }
    @media (min-width: 64em) {
      .logo a {
        margin: 0 0 .125em 0;
        position: static;
        width: 211px;
        height: 76px; } }

.socialHeader {
  display: none;
  list-style: none;
  position: absolute;
  top: 0;
  right: .75em;
  top: -2.5em;
  padding: 0; }
  @media (min-width: 64em) {
    .socialHeader {
      display: block; } }
  #pageslide .socialHeader {
    position: relative;
    display: block;
    top: -2em;
    right: auto;
    text-align: center; }
    #pageslide .socialHeader li {
      float: none;
      display: inline-block; }
  .socialHeader li {
    float: left; }
    .socialHeader li .facebook,
    .socialHeader li .linkedIn {
      display: block;
      text-indent: -9999px;
      width: 32px;
      height: 32px;
      background-position: 0 0;
      background-repeat: no-repeat; }
      .socialHeader li .facebook:hover,
      .socialHeader li .linkedIn:hover {
        background-position-y: -32px; }
    .socialHeader li .facebook {
      background-image: url("../img/icon-facebook.png"); }
    .socialHeader li .linkedIn {
      background-image: url("../img/icon-linkedIn.png");
      margin-left: 1em; }

.menuToggle {
  display: inline-block;
  vertical-align: top;
  float: right;
  background: #16191e;
  position: relative;
  height: 80px;
  width: 90px;
  padding: 1.75em 0 0 2em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none; }
  .menuToggle:before {
    content: '';
    background: url("../img/caret-toggle.svg") no-repeat 0 0;
    width: 18px;
    height: 26px;
    display: block;
    position: absolute;
    left: .5em; }
    @media (min-width: 48em) {
      .menuToggle:before {
        left: 1em; } }
  .menuToggle:after {
    content: 'Menu';
    vertical-align: middle;
    display: inline-block; }
  .menuToggle.open:before {
    background-position: -18px 0; }
  @media (min-width: 48em) {
    .menuToggle {
      height: 100px;
      width: 120px;
      padding: 2.35em 0 0 3em; } }
  @media (min-width: 64em) {
    .menuToggle {
      display: none; } }

.headerNavigation, #pageslide .footerNav {
  display: none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .headerNavigation li, #pageslide .footerNav li {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
    position: relative; }
    .headerNavigation li > ul, #pageslide .footerNav li > ul {
      display: none;
      background: #333;
      margin: 0;
      padding: 1em; }
      .headerNavigation li > ul li, #pageslide .footerNav li > ul li {
        border-bottom: 0; }
  .headerNavigation a, #pageslide .footerNav a {
    text-decoration: none;
    display: block;
    padding: .25em .5em; }
    .headerNavigation a:hover, #pageslide .footerNav a:hover {
      background-color: #474a51;
      color: #fff; }
    .headerNavigation a.active, #pageslide .footerNav a.active {
      color: #fff; }
  @media (min-width: 64em) {
    .headerNavigation, #pageslide .footerNav {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 20em; }
      .headerNavigation > li, #pageslide .footerNav > li {
        width: 9em;
        display: inline-block;
        border-bottom: 2px solid #474a51; }
      .headerNavigation > li:nth-child(2n+2), #pageslide .footerNav > li:nth-child(2n+2) {
        clear: both;
        margin-left: 1em; } }
  @media (min-width: 75em) {
    .headerNavigation, #pageslide .footerNav {
      width: 26em; }
      .headerNavigation > li, #pageslide .footerNav > li {
        width: 11em; }
        .headerNavigation > li:nth-child(2n+2), #pageslide .footerNav > li:nth-child(2n+2) {
          margin-left: 3em; } }

.siteNavigation {
  font-weight: bold; }
  @media (min-width: 48em) {
    .siteNavigation {
      margin-top: 1em; } }

.mainNavigation {
  display: none; }
  @media (min-width: 64em) {
    .mainNavigation {
      padding: 0;
      display: table;
      margin: 0 auto; } }
  .mainNavigation > li {
    display: block; }
    @media (min-width: 64em) {
      .mainNavigation > li {
        float: left; }
        .mainNavigation > li > ul {
          padding: 0; }
          .mainNavigation > li > ul li {
            border: 0; }
          .mainNavigation > li > ul a {
            padding: .5em 2em; }
        .mainNavigation > li .nav-sprinklers.current {
          background-color: #294da1; }
        .mainNavigation > li .nav-valves.current {
          background-color: #cd2630; }
        .mainNavigation > li .nav-specialHazards.current {
          background-color: #a062a3; }
        .mainNavigation > li .nav-systemComponents.current {
          background-color: #21ab94; }
        .mainNavigation > li .nav-fabrication.current {
          background-color: #868686; }
        .mainNavigation > li .nav-sprinklers.current:before,
        .mainNavigation > li .nav-valves.current:before,
        .mainNavigation > li .nav-specialHazards.current:before,
        .mainNavigation > li .nav-systemComponents.current:before,
        .mainNavigation > li .nav-fabrication.current:before {
          background-position: 0 0; }
        .mainNavigation > li:hover > ul {
          display: block;
          position: absolute;
          z-index: 9000; }
          .mainNavigation > li:hover > ul li {
            display: block; }
        .mainNavigation > li:hover > .nav-sprinklers {
          background-color: #294da1; }
        .mainNavigation > li:hover > .nav-valves {
          background-color: #cd2630; }
        .mainNavigation > li:hover > .nav-specialHazards {
          background-color: #a062a3; } }
    @media (min-width: 64em) and (min-width: 75em) {
      .mainNavigation > li:hover > .nav-specialHazards + ul {
        min-width: 21.3em; } }
    @media (min-width: 64em) {
        .mainNavigation > li:hover > .nav-systemComponents {
          background-color: #21ab94; }
          .mainNavigation > li:hover > .nav-systemComponents + ul {
            min-width: 14.8em; } }
      @media (min-width: 64em) and (min-width: 75em) {
        .mainNavigation > li:hover > .nav-systemComponents + ul {
          min-width: 17.4em; } }
    @media (min-width: 64em) {
        .mainNavigation > li:hover > .nav-fabrication {
          background-color: #868686; }
          .mainNavigation > li:hover > .nav-fabrication + ul {
            display: none; }
        .mainNavigation > li:hover > .nav-sprinklers:before, .mainNavigation > li:hover > .nav-valves:before, .mainNavigation > li:hover > .nav-specialHazards:before, .mainNavigation > li:hover > .nav-systemComponents:before, .mainNavigation > li:hover > .nav-fabrication:before {
          background-position: 0 0; } }

.siteSearch {
  -webkit-appearance: none;
  border-radius: 0;
  display: none;
  padding: 0 1em 2em 1em; }
  @media (min-width: 64em) {
    .siteSearch {
      display: block;
      position: absolute;
      top: -.5em;
      left: 20em;
      font-size: .75em; } }
  .siteSearch .form-item {
    margin: 0 .5em 0 0;
    display: inline-block; }
  .siteSearch #edit-mode {
    margin-top: 5px;
    color: #fff; }

.site-tagLine {
  font-size: 1.25em;
  color: #fff;
  margin: 0 0 .25em 0; }

.siteSearchSubmit, .node-type-webform .form-submit, #views-exposed-form-news-events-page .form-submit, #views-exposed-form-product-index-search-page .form-submit,
.gss .form-submit,
.google-search .form-submit, .newsletterSubmit {
  background: #294da1;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 1em 1.5em; }
  .siteSearchSubmit:hover, .node-type-webform .form-submit:hover, #views-exposed-form-news-events-page .form-submit:hover, #views-exposed-form-product-index-search-page .form-submit:hover,
  .gss .form-submit:hover,
  .google-search .form-submit:hover, .newsletterSubmit:hover {
    background: #3360ca; }

input[type='text'].siteSearchInput, input[type='text'].newsletterInput {
  padding: 1em;
  border: 0;
  width: 15em;
  margin: 0; }
  input[type='text'].siteSearchInput:focus, input[type='text'].newsletterInput:focus {
    outline: thin dotted; }
  @media (min-width: 48em) {
    input[type='text'].siteSearchInput, input[type='text'].newsletterInput {
      width: 248px; } }
  @media (min-width: 75em) {
    input[type='text'].siteSearchInput, input[type='text'].newsletterInput {
      width: 248px; } }

a.plus {
  display: block;
  top: .75em;
  right: 0;
  position: absolute;
  padding: 0;
  background: url("../img/caret-mobile_r.png") no-repeat;
  background-image: url("../img/caret-mobile_r.svg"), none;
  background-size: cover;
  width: 40px;
  height: 40px;
  background-position: 0 0; }
  a.plus.plusOpen {
    background-position-y: -40px; }
  @media (min-width: 48em) {
    a.plus {
      width: 60px;
      height: 60px;
      background-position: 0 0; }
      a.plus.plusOpen {
        background-position-y: -60px; } }
  @media (min-width: 64em) {
    a.plus {
      display: none; } }

#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 999999;
  font-size: .875em;
  /* These styles describe how the pageslide will look */
  width: 230px;
  width: 256px;
  background: #16191e;
  color: #fff;
  -moz-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2); }
  @media (min-width: 48em) {
    #pageslide {
      width: 384px;
      font-size: 1.25em; } }
  @media (min-width: 64em) {
    #pageslide {
      display: none !important; } }
  #pageslide .mainNavigation {
    padding: 0;
    margin: 0;
    display: block; }
    #pageslide .mainNavigation li {
      position: relative; }
  #pageslide .siteNavigation {
    margin-top: .5em; }
  #pageslide .headerNavigation, #pageslide .footerNav {
    display: block;
    padding: 0 0 0 1em;
    margin-bottom: 0; }
    #pageslide .headerNavigation .plus, #pageslide .footerNav .plus {
      width: 25px;
      height: 25px;
      top: 0; }
      #pageslide .headerNavigation .plus.plusOpen, #pageslide .footerNav .plus.plusOpen {
        background-position-y: -25px; }
      #pageslide .headerNavigation .plus:hover, #pageslide .footerNav .plus:hover {
        background-color: transparent; }
      @media (min-width: 48em) {
        #pageslide .headerNavigation .plus, #pageslide .footerNav .plus {
          width: 40px;
          height: 40px; }
          #pageslide .headerNavigation .plus.plusOpen, #pageslide .footerNav .plus.plusOpen {
            background-position-y: -40px; } }
    @media (min-width: 48em) {
      #pageslide .headerNavigation, #pageslide .footerNav {
        padding: 0 2em 0 1em; } }
  #pageslide .siteSearch {
    display: block;
    padding: 0; }
    @media (min-width: 48em) {
      #pageslide .siteSearch {
        font-size: 16px;
        padding-top: 0; } }
  #pageslide .site-tagLine {
    padding: 0 1em;
    font-size: 1em; }
    @media (min-width: 48em) {
      #pageslide .site-tagLine {
        font-size: 1.25em; } }
  #pageslide #rsa-mixed-search-form {
    margin: 0 1em 1em; }
  #pageslide .siteSearchInput, #pageslide .newsletterInput {
    width: 130px; }
    @media (min-width: 48em) {
      #pageslide .siteSearchInput, #pageslide .newsletterInput {
        width: 210px; } }
  #pageslide .siteSearchSubmit, #pageslide .node-type-webform .form-submit, .node-type-webform #pageslide .form-submit, #pageslide #views-exposed-form-news-events-page .form-submit, #views-exposed-form-news-events-page #pageslide .form-submit, #pageslide #views-exposed-form-product-index-search-page .form-submit, #views-exposed-form-product-index-search-page #pageslide .form-submit,
  #pageslide .gss .form-submit,
  .gss #pageslide .form-submit,
  #pageslide .google-search .form-submit,
  .google-search #pageslide .form-submit, #pageslide .newsletterSubmit {
    padding: 1em; }
  #pageslide #edit-mode {
    display: none; }
  #pageslide .footerNav {
    margin-top: 0;
    margin-bottom: 3em; }
    #pageslide .footerNav li {
      display: block;
      border-bottom: 1px solid #fff;
      margin: 0;
      padding: 0; }
    #pageslide .footerNav a {
      text-decoration: none;
      display: block;
      padding: .25em .5em;
      font-weight: bold; }
      #pageslide .footerNav a:hover {
        background-color: #474a51;
        color: #fff; }

@media (min-width: 64em) {
  .nav-sprinklers:before,
  .nav-valves:before,
  .nav-specialHazards:before,
  .nav-systemComponents:before,
  .nav-fabrication:before {
    content: '';
    width: 26px;
    height: 18px;
    margin-right: 6px;
    display: inline-block;
    background: url("../img/caret-desktop.png");
    background-image: url("../img/caret-desktop.svg"), none; } }
@media (min-width: 75em) {
  .nav-sprinklers:before,
  .nav-valves:before,
  .nav-specialHazards:before,
  .nav-systemComponents:before,
  .nav-fabrication:before {
    margin-right: 0.5em; } }

.nav-sprinklers {
  background-color: #294da1;
  border-bottom-color: #294da1; }
  .nav-sprinklers:before {
    background-position: 0 -18px; }
  @media (min-width: 64em) {
    .nav-sprinklers:hover {
      background-color: #294da1; } }
  .nav-sprinklers + ul {
    background: #294da1; }
    @media (min-width: 64em) {
      .nav-sprinklers + ul {
        background: rgba(41, 77, 161, 0.96); }
        .nav-sprinklers + ul a:hover {
          background: #193064; } }

.nav-valves {
  background-color: #cd2630;
  border-bottom-color: #cd2630; }
  .nav-valves:before {
    background-position: 0 -36px; }
  @media (min-width: 64em) {
    .nav-valves:hover {
      background-color: #cd2630; } }
  .nav-valves + ul {
    background: #cd2630; }
    @media (min-width: 64em) {
      .nav-valves + ul {
        background: rgba(205, 38, 48, 0.96); }
        .nav-valves + ul a:hover {
          background: #8c1a21; } }

.nav-specialHazards {
  background-color: #a062a3;
  border-bottom-color: #a062a3; }
  .nav-specialHazards:before {
    background-position: 0 -54px; }
  @media (min-width: 64em) {
    .nav-specialHazards:hover {
      background-color: #a062a3; } }
  .nav-specialHazards + ul {
    background: #a062a3; }
    @media (min-width: 64em) {
      .nav-specialHazards + ul {
        background: rgba(160, 98, 163, 0.96); }
        .nav-specialHazards + ul a:hover {
          background: #724474; } }

.nav-systemComponents {
  background-color: #21ab94;
  border-bottom-color: #21ab94; }
  .nav-systemComponents:before {
    background-position: 0 -72px; }
  @media (min-width: 64em) {
    .nav-systemComponents:hover {
      background-color: #21ab94; } }
  .nav-systemComponents + ul {
    background: #21ab94; }
    @media (min-width: 64em) {
      .nav-systemComponents + ul {
        background: rgba(33, 171, 148, 0.96); }
        .nav-systemComponents + ul a:hover {
          background: #156b5d; } }

.nav-fabrication {
  background-color: #868686;
  border-bottom-color: #868686; }
  .nav-fabrication:before {
    background-position: 0 -90px; }
  @media (min-width: 64em) {
    .nav-fabrication:hover {
      background-color: #868686; } }
  .nav-fabrication + ul {
    background: #868686; }
    @media (min-width: 64em) {
      .nav-fabrication + ul {
        background: rgba(134, 134, 134, 0.96); }
        .nav-fabrication + ul a:hover {
          background: #606060; } }

.nav-sprinklers,
.nav-valves,
.nav-specialHazards,
.nav-systemComponents,
.nav-fabrication {
  padding: 1.5em 1em;
  display: block;
  text-transform: uppercase;
  text-decoration: none; }
  .nav-sprinklers:hover:before,
  .nav-valves:hover:before,
  .nav-specialHazards:hover:before,
  .nav-systemComponents:hover:before,
  .nav-fabrication:hover:before {
    background-position: 0 0; }
  .nav-sprinklers + ul,
  .nav-valves + ul,
  .nav-specialHazards + ul,
  .nav-systemComponents + ul,
  .nav-fabrication + ul {
    display: none;
    margin: 0;
    padding: 0 0 3em 1em; }
    .nav-sprinklers + ul li,
    .nav-valves + ul li,
    .nav-specialHazards + ul li,
    .nav-systemComponents + ul li,
    .nav-fabrication + ul li {
      border-bottom: 1px solid #fff; }
    .nav-sprinklers + ul a,
    .nav-valves + ul a,
    .nav-specialHazards + ul a,
    .nav-systemComponents + ul a,
    .nav-fabrication + ul a {
      text-decoration: none;
      display: block;
      padding: .5em; }
  @media (min-width: 48em) {
    .nav-sprinklers + ul,
    .nav-valves + ul,
    .nav-specialHazards + ul,
    .nav-systemComponents + ul,
    .nav-fabrication + ul {
      padding: 0 3.5em 3em 1em; } }
  @media (min-width: 64em) {
    .nav-sprinklers,
    .nav-valves,
    .nav-specialHazards,
    .nav-systemComponents,
    .nav-fabrication {
      background-color: transparent;
      border-bottom-style: solid;
      border-bottom-width: .5em;
      padding: 1em .45em .5em .45em;
      font-size: 1.05em; } }
  @media (min-width: 75em) {
    .nav-sprinklers,
    .nav-valves,
    .nav-specialHazards,
    .nav-systemComponents,
    .nav-fabrication {
      font-size: 1.25em; } }

body {
  width: 100%;
  background: #262930;
  color: #737373;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.menuOpen {
    position: fixed; }
  @media (min-width: 64em) {
    body {
      margin: 0 !important;
      position: static !important; } }

table tbody {
  border: 1px solid #eee; }
  table tbody th {
    background-color: #e1e1e1;
    padding: .5em 1em; }
  table tbody tr th:first-child {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee; }
  table tbody tr td + th,
  table tbody tr th + th {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee; }
  table tbody tr:nth-child(even) {
    background-color: #f8f8f8; }
  table tbody td {
    padding: .5em 1em;
    border: 1px solid #eee; }

.section-title {
  padding: 1.75em;
  background-color: #9ca2b0;
  color: #fff; }
  .section-title h1 {
    margin: 0;
    font-weight: 100; }
  .sprinklers .section-title {
    background-color: #294da1; }
    .sprinklers .section-title .bulletin-btn {
      background-color: #294da1; }
      .sprinklers .section-title .bulletin-btn:hover {
        background-color: #3360ca; }
  .valves .section-title {
    background-color: #cd2630; }
    .valves .section-title .bulletin-btn {
      background-color: #cd2630; }
      .valves .section-title .bulletin-btn:hover {
        background-color: #dd4952; }
  .special-hazards-systems .section-title {
    background-color: #a062a3; }
    .special-hazards-systems .section-title .bulletin-btn {
      background-color: #a062a3; }
      .special-hazards-systems .section-title .bulletin-btn:hover {
        background-color: #b382b6; }
  .system-components .section-title {
    background-color: #21ab94; }
    .system-components .section-title .bulletin-btn {
      background-color: #21ab94; }
      .system-components .section-title .bulletin-btn:hover {
        background-color: #29d6b9; }
  .fabrication .section-title {
    background-color: #868686; }
    .fabrication .section-title .bulletin-btn {
      background-color: #868686; }
      .fabrication .section-title .bulletin-btn:hover {
        background-color: #a0a0a0; }

.bulletin {
  display: none;
  zoom: 1; }
  .bulletin:before, .bulletin:after {
    content: "";
    display: table; }
  .bulletin:after {
    clear: both; }
  @media (min-width: 64em) {
    .bulletin {
      display: block;
      float: right;
      position: absolute;
      top: 0;
      right: 0; } }

.bulletin-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #fff;
  padding: 1em 3em 1em 1em;
  background: url("../img/bulletin-download-btn.png") 93% center no-repeat;
  background: url("../img/bulletin-download-btn.png") right 1em center no-repeat;
  background-image: url("../img/bulletin-download-btn.svg"), none;
  float: right;
  width: 100%; }
  @media (min-width: 30em) {
    .bulletin-btn {
      width: auto; } }

.bulletin-btn-clear {
  display: block;
  background: #fff;
  text-align: center;
  border: 2px solid #fff;
  padding: 1em;
  float: right;
  width: 100%; }
  .sprinklers .bulletin-btn-clear {
    color: #294da1; }
  .valves .bulletin-btn-clear {
    color: #cd2630; }
  .special-hazards-systems .bulletin-btn-clear {
    color: #a062a3; }
  .system-components .bulletin-btn-clear {
    color: #21ab94; }
  .fabrication .bulletin-btn-clear {
    color: #868686; }
  @media (min-width: 30em) {
    .bulletin-btn-clear {
      width: auto; } }

.mainContent {
  background: #fff;
  padding: .75em;
  zoom: 1;
  padding-top: 0; }
  .mainContent:before, .mainContent:after {
    content: "";
    display: table; }
  .mainContent:after {
    clear: both; }
  .hero + .mainContent {
    background: transparent;
    position: relative;
    margin-top: -8em;
    z-index: 20;
    padding: .5em; }
    @media (min-width: 64em) {
      .hero + .mainContent {
        padding: 2em; } }
  .mainContent.locations {
    padding: 0; }
    .mainContent.locations .mainColumn {
      padding: 0; }
  .page-products .mainContent {
    padding-bottom: 2.5em; }

.mainColumn {
  padding: 0;
  float: none; }
  .mainColumn > *:first-child {
    margin-top: 0; }
  .mainColumn a {
    color: #007bb6;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    .mainColumn a:hover {
      color: #50c6ff; }
  .mainColumn h1, .mainColumn h2, .mainColumn h3, .mainColumn h4, .mainColumn h5, .mainColumn h6 {
    color: #1a1a1a; }
  @media (min-width: 64em) {
    .mainColumn {
      width: 70%;
      float: left;
      padding-right: 2em; } }
  @media (min-width: 48em) {
    .filterColumn + .mainColumn {
      width: 61%;
      padding-right: 0;
      float: left; } }
  @media (min-width: 64em) {
    .filterColumn + .mainColumn {
      width: 70%; } }

.hero {
  position: relative;
  color: #fff; }

.flexslider {
  margin: 0;
  padding: 0;
  position: relative; }

.flex-direction-nav {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  list-style: none;
  text-align: center;
  zoom: 1; }
  .flex-direction-nav:before, .flex-direction-nav:after {
    content: "";
    display: table; }
  .flex-direction-nav:after {
    clear: both; }
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    margin-top: -200px;
    z-index: 400;
    position: relative;
    background-color: #262930;
    padding: 0;
    width: 60px;
    height: 80px;
    display: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .flex-direction-nav .flex-prev:hover,
    .flex-direction-nav .flex-next:hover {
      background-color: #3d414c; }
    @media (min-width: 48em) {
      .flex-direction-nav .flex-prev,
      .flex-direction-nav .flex-next {
        display: block; } }
  .flex-direction-nav .flex-prev {
    float: left;
    background: url("../img/caret-flexslider_prev.png") center center no-repeat #262930;
    background-image: url("../img/caret-flexslider_prev.svg"), none; }
  .flex-direction-nav .flex-next {
    float: right;
    background: url("../img/caret-flexslider_next.png") center center no-repeat #262930;
    background-image: url("../img/caret-flexslider_next.svg"), none; }

.slides {
  padding: 0;
  margin: 0;
  height: 150px; }
  @media (min-width: 48em) {
    .slides {
      height: 30em; } }

.slide {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  height: 300px; }
  .slide .wrapper {
    padding: 0.5em;
    position: relative;
    zoom: 1; }
    .slide .wrapper:before, .slide .wrapper:after {
      content: "";
      display: table; }
    .slide .wrapper:after {
      clear: both; }
  @media (min-width: 48em) {
    .slide {
      height: 650px;
      max-height: 650px; } }
  @media (min-width: 64em) {
    .slide .wrapper {
      padding: 0; } }
  .slide:after {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background: url("../img/hero-gradient.png") repeat-x bottom left;
    z-index: 2; }

.slide-content {
  background: url("../img/overlay-slide_content.png");
  background: rgba(38, 41, 48, 0.75);
  padding: 1em;
  margin-top: 1.5em;
  position: relative;
  z-index: 400; }
  .slide-content h3 {
    margin: 0 0 0.25em 0; }
  .slide-content p {
    margin-top: 0;
    font-size: 0.75em; }
  @media (min-width: 48em) {
    .slide-content {
      padding: 2em;
      width: 40%;
      float: right;
      margin-right: 4em;
      margin-top: 12em; }
      .slide-content h3 {
        font-size: 1.65em; }
      .slide-content p {
        font-size: 1em; } }

.slide-1 {
  background-image: url("../img/hero_bg/website_sprinklers-1920x850.jpg"); }

.slide-2 {
  background-image: url("../img/hero_bg/bears.jpg"); }

.slide-3 {
  background-image: url("../img/hero_bg/teenagecorgi.jpg"); }

.fade {
  display: none; }

.underdog {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  color: #1a1a1a;
  zoom: 1; }
  .underdog:before, .underdog:after {
    content: "";
    display: table; }
  .underdog:after {
    clear: both; }
  .underdog a {
    color: #1a1a1a;
    font-weight: bold; }
    @media (min-width: 64em) {
      .underdog a {
        font-size: 0.875em; } }
  .underdog h3 {
    margin: 0 0 .5em 0;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold; }
    @media (min-width: 64em) {
      .underdog h3 {
        line-height: 1.1;
        font-size: 1.875em;
        font-weight: 100; } }
  .underdog p {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: .75em;
    line-height: 1; }
    @media (min-width: 64em) {
      .underdog p {
        font-size: .875em;
        line-height: normal; } }
  .underdog > li {
    display: block;
    background: #fff;
    float: none;
    margin-bottom: .5em;
    padding: 1em;
    position: relative;
    zoom: 1; }
    .underdog > li:before, .underdog > li:after {
      content: "";
      display: table; }
    .underdog > li:after {
      clear: both; }
    @media (min-width: 48em) {
      .underdog > li {
        float: left;
        width: 49%;
        padding: 1em;
        overflow: hidden;
        height: 180px; }
        .underdog > li:nth-child(2n+2) {
          margin-left: 0.5em; } }
    @media (min-width: 64em) {
      .underdog > li:nth-child(2n+2) {
        margin-left: 1em;
        margin-bottom: 1em; } }

.underdog-image {
  text-align: center;
  padding-bottom: 1em; }
  .underdog-image a {
    display: inline-block;
    vertical-align: middle; }
  .underdog-image img {
    display: inline-block;
    max-height: 100%; }
  @media (min-width: 30em) {
    .underdog-image {
      width: 34%;
      float: left; } }
  @media (min-width: 64em) {
    .underdog-image {
      height: 100%;
      padding: 0; } }

@media (min-width: 30em) {
  .underdog-info {
    width: 66%;
    padding-left: 1em;
    float: left; } }

.openFilters {
  display: block;
  padding: .5em 1em;
  margin: 0 -.75em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #999;
  position: relative; }
  .openFilters:hover {
    background-color: #b3b3b3; }
  .openFilters:after {
    content: '';
    background: url("../img/ui-plus_x.png") no-repeat -24px 0;
    background-image: url("../img/ui-plus_x.svg"), none;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 1px;
    right: 0;
    display: inline-block; }
  .openFilters.openFilters_closed:after {
    background-position-x: 0; }
  @media (min-width: 48em) {
    .openFilters {
      margin: 0; } }

.filterColumn {
  float: none; }
  .fabrication .filterColumn {
    display: none; }
  .filterColumn .form-submit {
    -webkit-appearance: none;
    border: 0;
    color: #fff;
    padding: .5em 1em;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "Proxima Nova", "proxima-nova", "Helvetica-Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 1em;
    display: inline-block; }
  .filterColumn .backButton {
    color: #cd2630; }
    .filterColumn .backButton:hover {
      color: #e15e66; }
  .filterColumn div.views-submit-button {
    float: right; }
    @media (min-width: 48em) {
      .filterColumn div.views-submit-button {
        margin-right: .75em; } }
  .filterColumn input#edit-reset {
    background: #999; }
    .filterColumn input#edit-reset:hover {
      background: #bfbfbf; }
  @media (min-width: 48em) {
    .page-locations .filterColumn {
      width: 40%;
      float: left; } }
  @media (min-width: 64em) {
    .page-locations .filterColumn {
      width: 30%; } }
  @media (min-width: 48em) {
    .filterColumn {
      display: block;
      min-width: 290px;
      width: 35%;
      float: left; }
      .filterColumn form {
        display: block; } }
  @media (min-width: 64em) {
    .filterColumn {
      width: 30%;
      float: left; } }

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0; }
  .filter-list .plus {
    background: url("../img/ui-plus_x.png") no-repeat 0 0;
    background-image: url("../img/ui-plus_x.svg"), none;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block; }
    .filter-list .plus.plusOpen {
      background-position-x: -24px !important; }
  .filter-list > li {
    position: relative;
    border-bottom: 1px solid #e1e1e1; }
    .filter-list > li:hover > .ccb-label {
      color: #fff; }
      .filter-list > li:hover > .ccb-label > input[type='checkbox'] + .ccb-value {
        background-position: 0 -12px; }
      .filter-list > li:hover > .ccb-label > input[type='checkbox']:checked + .ccb-value {
        background-position: 0 0; }
    .filter-list > li:hover .plus {
      background-position: 0 0; }
  .filter-list label {
    font-weight: normal; }

.isNested.open {
  background: #dfe2e9; }
  .isNested.open > input[type='checkbox']:checked + div.ccb-value {
    background-position: 0 0; }

.filter-sub_list {
  margin: .5em .5em .5em 2em;
  padding: 0;
  list-style: none;
  display: none; }
  .filter-sub_list .ccb-label {
    vertical-align: center;
    padding: 0; }
    .filter-sub_list .ccb-label:hover {
      text-decoration: underline; }

.ccb-label {
  padding: .75em;
  display: block; }
  .ccb-label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .lt-ie9 .ccb-label input[type='checkbox'] {
      padding-top: 4px; }
  .ccb-label .ccb-value {
    background: url("../img/checkbox-unchecked.png") no-repeat 0 0;
    background-image: url("../img/checkbox-unchecked.svg"), none;
    width: 15px;
    height: 12px;
    display: inline-block; }
  .ccb-label input[type='checkbox']:checked + .ccb-value {
    background: url("../img/checkbox-checked.png") no-repeat 0 0;
    background-image: url("../img/checkbox-checked.svg"), none;
    width: 15px;
    height: 12px; }
  .ccb-label:hover {
    cursor: pointer; }

.sprinklers .filter-list .plus {
  background-position: 0 -24px; }
.sprinklers .filter-list > li:hover > .ccb-label {
  background: #294da1; }
.sprinklers .ccb-label {
  color: #294da1; }
  .sprinklers .ccb-label input[type='checkbox']:checked + .ccb-value {
    background-position: 0 -12px; }
.sprinklers .filterColumn .form-submit {
  background: #294da1; }
  .sprinklers .filterColumn .form-submit:hover {
    background: #3360ca; }

.valves .filter-list .plus {
  background-position: 0 -48px; }
.valves .filter-list > li:hover > .ccb-label {
  background: #cd2630; }
.valves .ccb-label {
  color: #cd2630; }
  .valves .ccb-label input[type='checkbox']:checked + .ccb-value {
    background-position: 0 -24px; }
.valves .filterColumn .form-submit {
  background: #cd2630; }
  .valves .filterColumn .form-submit:hover {
    background: #dd4952; }

.special-hazards-systems .filter-list .plus {
  background-position: 0 -72px; }
.special-hazards-systems .filter-list > li:hover > .ccb-label {
  background: #a062a3; }
.special-hazards-systems .ccb-label {
  color: #a062a3; }
  .special-hazards-systems .ccb-label input[type='checkbox']:checked + .ccb-value {
    background-position: 0 -36px; }
.special-hazards-systems .filterColumn .form-submit {
  background: #a062a3; }
  .special-hazards-systems .filterColumn .form-submit:hover {
    background: #b382b6; }

.system-components .filter-list .plus {
  background-position: 0 -96px; }
.system-components .filter-list > li:hover > .ccb-label {
  background: #21ab94; }
.system-components .ccb-label {
  color: #21ab94; }
  .system-components .ccb-label input[type='checkbox']:checked + .ccb-value {
    background-position: 0 -48px; }
.system-components .filterColumn .form-submit {
  background: #21ab94; }
  .system-components .filterColumn .form-submit:hover {
    background: #29d6b9; }

.fabrication .filter-list .plus {
  background-position: 0 -120px; }
.fabrication .filter-list > li:hover > .ccb-label {
  background: #868686; }
.fabrication .ccb-label {
  color: #868686; }
  .fabrication .ccb-label input[type='checkbox']:checked + .ccb-value {
    background-position: 0 -60px; }
.fabrication .filterColumn .form-submit {
  background: #868686; }
  .fabrication .filterColumn .form-submit:hover {
    background: #a0a0a0; }

.product-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .product-list li:last-child .product {
    border: 0; }
  @media (min-width: 48em) {
    .product-list {
      border-left: 1px solid #999;
      padding-left: 1em; }
      .fabrication .product-list {
        border: 0; } }
  @media (min-width: 64em) {
    .product-list {
      padding-left: 2.5em; } }
  .product-list .product-info_bulletinInfo p {
    font-size: 1.17em;
    font-weight: 600;
    color: #1a1a1a; }
  .product-list .product-info_bulletinInfo .bulletin-add {
    display: none; }
    @media (min-width: 64em) {
      .product-list .product-info_bulletinInfo .bulletin-add {
        display: list-item; } }
  @media (min-width: 48em) {
    .product-list .product-image {
      width: 50%; } }
  @media (min-width: 64em) {
    .product-list h2 {
      width: auto; }
    .product-list .product-image {
      float: left;
      margin: 0;
      text-align: left;
      width: 22%;
      margin-right: 3%; }
    .product-list .product-info {
      width: 75%;
      float: left;
      margin-bottom: 1em; }
      .product-list .product-info .product-info_bulletin,
      .product-list .product-info .product-info_style,
      .product-list .product-info .product-info_kFactor {
        width: 33%; }
      .product-list .product-info .product-info_bulletin,
      .product-list .product-info .product-info_style,
      .product-list .product-info .product-info_kFactor,
      .product-list .product-info .product-info_availableSizes,
      .product-list .product-info div[class^='product-info_'] {
        border-left: 1px solid #999;
        margin-bottom: 1em;
        padding: 0 1em;
        float: left; }
      .product-list .product-info .product-info_features {
        clear: both; }
      .valves .product-list .product-info .product-info_bulletin,
      .valves .product-list .product-info .product-info_availableSizes, .special-hazards-systems .product-list .product-info .product-info_bulletin,
      .special-hazards-systems .product-list .product-info .product-info_availableSizes {
        width: 50%; }
      .product-list .product-info ul {
        padding: 0 0 0 1.25em;
        margin: 0 0 1em 0; }
      .product-list .product-info .product-info_bulletinInfo p {
        margin: 0 0 .5em 0; } }

.product {
  border-bottom: 1px solid #999;
  padding: 1em 0; }
  .product h2 {
    margin-top: 0; }
  @media (min-width: 64em) {
    .product h2 {
      width: 65%; } }

.product-image {
  margin: 0 auto 1em;
  text-align: center; }
  .product-image img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ededed;
    padding: 1em;
    margin-bottom: 1em; }
  @media (min-width: 64em) {
    .productdetail .product-image {
      margin: 0 0 1em;
      width: 25%; } }

.product-info h3 {
  margin: 0 0 .25em 0;
  font-weight: 600; }
.product-info p {
  margin: 0 0 1em 0; }
.product-info .ccb-value {
  display: none; }
@media (min-width: 64em) {
  .product-info {
    width: 65%; }
    .product-info .ccb-value {
      display: inline-block; } }

.product-info_bulletin .ccb-label {
  padding: 0 0 1em 0; }

.product-extra {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  zoom: 1; }
  .product-extra:before, .product-extra:after {
    content: "";
    display: table; }
  .product-extra:after {
    clear: both; }
  .product-extra > li {
    margin-bottom: 0.5em; }
    @media (min-width: 30em) {
      .product-extra > li {
        float: left;
        width: 48%;
        margin-bottom: 1%;
        margin-right: 1%; } }
    @media (min-width: 64em) {
      .product-extra > li {
        float: left;
        width: 32%;
        margin-bottom: 1%;
        margin-right: 1%; } }

.product-extra-item {
  background: #007bb6;
  position: relative; }
  .product-extra-item > a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: .75em 1em;
    text-transform: capitalize; }
    .product-extra-item > a:hover {
      color: #fff;
      background: #008cd0; }
    .product-extra-item > a:after {
      content: '';
      background: url("../img/ui-plus_x.png") no-repeat 0 0;
      background-image: url("../img/ui-plus_x.svg"), none;
      width: 36px;
      height: 36px;
      position: absolute;
      top: 5px;
      right: 0;
      display: inline-block; }
    .product-extra-item > a.plusOpen:after {
      background-position-x: -24px; }
    .product-extra-item > a.plusOpen {
      background: #008cd0; }

.product-extra-sub_list {
  display: none;
  padding: .5em 1.5em;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #008cd0; }
  .product-extra-sub_list a {
    color: #fff;
    text-decoration: underline;
    display: block;
    padding: .25em 0; }
  @media (min-width: 48em) {
    .product-extra-sub_list {
      position: absolute;
      width: 100%;
      background-color: #007bb6;
      z-index: 10; } }

.pagination-container {
  clear: both;
  margin: 2em 0;
  zoom: 1;
  border-top: 1px solid #999;
  padding-top: 1em;
  padding-left: 30%; }
  .pagination-container:before, .pagination-container:after {
    content: "";
    display: table; }
  .pagination-container:after {
    clear: both; }

.pagination-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  margin-right: 1em; }
  .pagination-nav li {
    display: inline-block; }
  .pagination-nav a {
    display: block; }
  .pagination-nav .page-prev,
  .pagination-nav .page-next {
    background-color: #9ca2b0;
    padding: .55em .75em;
    position: relative; }
    .pagination-nav .page-prev:hover,
    .pagination-nav .page-next:hover {
      background-color: #b8bdc7; }
  .pagination-nav .page-prev:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    /* left arrow slant */
    border-top: 6px solid transparent;
    /* right arrow slant */
    border-right: 6px solid #fff;
    /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
    display: block; }
  .pagination-nav .page-next:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    /* left arrow slant */
    border-top: 6px solid transparent;
    /* right arrow slant */
    border-left: 6px solid #fff;
    /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
    display: block; }

.pagination {
  float: left;
  font-weight: bold; }
  .pagination p {
    font-size: .875em;
    margin: .5em .5em 0 0;
    float: left; }

.item-list .pagination-list,
.item-list ul.pager {
  padding: 0;
  margin: .25em 0 0 0;
  list-style: none;
  float: left;
  font-size: 0.875em; }
  .item-list .pagination-list li,
  .item-list ul.pager li {
    display: inline-block; }
    .item-list .pagination-list li.pager-first a, .item-list .pagination-list li.pager-previous a, .item-list .pagination-list li.pager-next a, .item-list .pagination-list li.pager-last a,
    .item-list ul.pager li.pager-first a,
    .item-list ul.pager li.pager-previous a,
    .item-list ul.pager li.pager-next a,
    .item-list ul.pager li.pager-last a {
      background-color: #999; }
    .item-list .pagination-list li a,
    .item-list ul.pager li a {
      display: block;
      padding: .15em .55em;
      text-decoration: none;
      background-color: #cd2630;
      color: #fff;
      font-weight: bold; }
      .item-list .pagination-list li a:hover,
      .item-list ul.pager li a:hover {
        background-color: #f3000f;
        color: #fff; }

.triangle-left {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 6.9px 4px 0;
  border-color: transparent #ffffff transparent transparent; }

.triangle-right {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ffffff; }

.gmap-control {
  display: none; }
  @media (min-width: 48em) {
    .gmap-control {
      display: block; } }

.mainContent.locations .filterColumn {
  padding: 2em;
  overflow: auto; }
  @media (min-width: 48em) {
    .mainContent.locations .filterColumn {
      height: 768px; } }
  .mainContent.locations .filterColumn select {
    -webkit-appearance: none;
    width: 100%;
    padding: .5em;
    border: 2px solid #e0e0e0;
    color: #eb0815;
    font-size: 1.5em;
    margin: .5em 0;
    font-weight: bold;
    background: url("../img/caret-select.png") #fafafa center right 0.5em no-repeat;
    background-image: url("../img/caret-select.svg"), none;
    cursor: pointer; }
    .mainContent.locations .filterColumn select:hover {
      background-color: #f2f2f2; }
  .mainContent.locations .filterColumn h2 {
    font-weight: 100;
    font-size: 2.25em;
    margin: 0;
    color: #1a1a1a; }
    .mainContent.locations .filterColumn h2 span {
      display: block;
      font-size: 14px;
      color: #737373;
      font-weight: normal; }
  .mainContent.locations .filterColumn .region-list li > a,
  .mainContent.locations .filterColumn .region-list li > div.location-entry,
  .mainContent.locations .filterColumn .location-list li > a,
  .mainContent.locations .filterColumn .location-list li > div.location-entry {
    color: #eb0815;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    cursor: pointer; }
    .mainContent.locations .filterColumn .region-list li > a:hover,
    .mainContent.locations .filterColumn .region-list li > div.location-entry:hover,
    .mainContent.locations .filterColumn .location-list li > a:hover,
    .mainContent.locations .filterColumn .location-list li > div.location-entry:hover {
      background-color: #fafafa; }
      .mainContent.locations .filterColumn .region-list li > a:hover .region,
      .mainContent.locations .filterColumn .region-list li > div.location-entry:hover .region,
      .mainContent.locations .filterColumn .location-list li > a:hover .region,
      .mainContent.locations .filterColumn .location-list li > div.location-entry:hover .region {
        text-decoration: underline; }
    .mainContent.locations .filterColumn .region-list li > a .region,
    .mainContent.locations .filterColumn .region-list li > div.location-entry .region,
    .mainContent.locations .filterColumn .location-list li > a .region,
    .mainContent.locations .filterColumn .location-list li > div.location-entry .region {
      display: block; }
    .mainContent.locations .filterColumn .region-list li > a .service-info,
    .mainContent.locations .filterColumn .region-list li > div.location-entry .service-info,
    .mainContent.locations .filterColumn .location-list li > a .service-info,
    .mainContent.locations .filterColumn .location-list li > div.location-entry .service-info {
      font-size: .75em;
      color: #737373; }
    .mainContent.locations .filterColumn .region-list li > a .map-link,
    .mainContent.locations .filterColumn .region-list li > div.location-entry .map-link,
    .mainContent.locations .filterColumn .location-list li > a .map-link,
    .mainContent.locations .filterColumn .location-list li > div.location-entry .map-link {
      display: none; }
    .mainContent.locations .filterColumn .region-list li > a small,
    .mainContent.locations .filterColumn .region-list li > div.location-entry small,
    .mainContent.locations .filterColumn .location-list li > a small,
    .mainContent.locations .filterColumn .location-list li > div.location-entry small {
      text-decoration: none;
      display: inline-block;
      color: #737373;
      font-size: .75em;
      font-weight: normal;
      margin-bottom: 1.5em; }
    .mainContent.locations .filterColumn .region-list li > a div,
    .mainContent.locations .filterColumn .region-list li > div.location-entry div,
    .mainContent.locations .filterColumn .location-list li > a div,
    .mainContent.locations .filterColumn .location-list li > div.location-entry div {
      font-size: .875em; }
    .mainContent.locations .filterColumn .region-list li > a .address,
    .mainContent.locations .filterColumn .region-list li > a .tel,
    .mainContent.locations .filterColumn .region-list li > a .fax,
    .mainContent.locations .filterColumn .region-list li > a .email,
    .mainContent.locations .filterColumn .region-list li > div.location-entry .address,
    .mainContent.locations .filterColumn .region-list li > div.location-entry .tel,
    .mainContent.locations .filterColumn .region-list li > div.location-entry .fax,
    .mainContent.locations .filterColumn .region-list li > div.location-entry .email,
    .mainContent.locations .filterColumn .location-list li > a .address,
    .mainContent.locations .filterColumn .location-list li > a .tel,
    .mainContent.locations .filterColumn .location-list li > a .fax,
    .mainContent.locations .filterColumn .location-list li > a .email,
    .mainContent.locations .filterColumn .location-list li > div.location-entry .address,
    .mainContent.locations .filterColumn .location-list li > div.location-entry .tel,
    .mainContent.locations .filterColumn .location-list li > div.location-entry .fax,
    .mainContent.locations .filterColumn .location-list li > div.location-entry .email {
      display: inline-block;
      font-size: .875em;
      color: #737373;
      margin-bottom: .5em;
      text-decoration: none; }
      .mainContent.locations .filterColumn .region-list li > a .address strong,
      .mainContent.locations .filterColumn .region-list li > a .tel strong,
      .mainContent.locations .filterColumn .region-list li > a .fax strong,
      .mainContent.locations .filterColumn .region-list li > a .email strong,
      .mainContent.locations .filterColumn .region-list li > div.location-entry .address strong,
      .mainContent.locations .filterColumn .region-list li > div.location-entry .tel strong,
      .mainContent.locations .filterColumn .region-list li > div.location-entry .fax strong,
      .mainContent.locations .filterColumn .region-list li > div.location-entry .email strong,
      .mainContent.locations .filterColumn .location-list li > a .address strong,
      .mainContent.locations .filterColumn .location-list li > a .tel strong,
      .mainContent.locations .filterColumn .location-list li > a .fax strong,
      .mainContent.locations .filterColumn .location-list li > a .email strong,
      .mainContent.locations .filterColumn .location-list li > div.location-entry .address strong,
      .mainContent.locations .filterColumn .location-list li > div.location-entry .tel strong,
      .mainContent.locations .filterColumn .location-list li > div.location-entry .fax strong,
      .mainContent.locations .filterColumn .location-list li > div.location-entry .email strong {
        color: #1a1a1a;
        text-transform: uppercase; }
  .mainContent.locations .filterColumn p strong {
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: .875em; }
  .mainContent.locations .filterColumn p + p {
    margin: 0 0 .25em 0; }

.region-list {
  list-style: none;
  padding: 0; }
  .region-list li {
    border-top: 1px solid #e0e0e0;
    position: relative; }
    .region-list li > a {
      font-weight: bold;
      padding: .5em .5em 0 2em; }
      .region-list li > a:before {
        content: '';
        height: 16px;
        width: 16px;
        display: block;
        background: url("../img/play.png") 0 0 no-repeat;
        background-image: url("../img/play.svg"), none;
        position: absolute;
        top: .6em;
        left: .5em; }

.region-info {
  margin-left: 1.5em; }
  .region-info a {
    font-weight: bold; }

.location-info {
  margin-left: 1.5em; }

.location-list {
  list-style: none;
  padding: 0; }
  .location-list li {
    border-top: 1px solid #e0e0e0;
    position: relative; }
    .location-list li > div.location-entry {
      padding-left: 2em;
      padding-top: 1em; }
      .location-list li > div.location-entry:before {
        content: '';
        width: 12px;
        height: 25px;
        display: block;
        background: url("../img/mapMarker-small.png") 0 0 no-repeat;
        background-image: url("../img/mapMarker-small.svg"), none;
        position: absolute;
        top: .6em;
        left: .75em; }
    .location-list li.distributor > div.location-entry:before {
      background: url("../img/mapMarker-blue.png") 0 0 no-repeat;
      background-image: url("../img/mapMarker-blue.svg"), none; }
    .location-list li.salesoffice > div.location-entry:before {
      background: url("../img/mapMarker-red.png") 0 0 no-repeat;
      background-image: url("../img/mapMarker-red.svg"), none; }

.people-list {
  display: none; }
  .people-list ul {
    list-style: none;
    padding: 0;
    margin: 2em 0 0 0; }
    .people-list ul li {
      border-top: 1px solid #e0e0e0; }
  .people-list strong,
  .people-list small,
  .people-list a {
    display: block;
    padding: .25em 0; }
  .people-list strong,
  .people-list a {
    color: #294da1; }
  .people-list small {
    text-transform: uppercase;
    font-size: .75em;
    color: #1a1a1a; }

.address strong,
.tel strong,
.fax strong,
.email strong {
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: .875em; }

.email a {
  color: #cd2630;
  text-decoration: none; }
  .email a:hover {
    text-decoration: underline; }

.overlay {
  display: none;
  background: #848891;
  background: url("../img/overlay_grey.png") 0 0 repeat;
  background: rgba(132, 136, 145, 0.5);
  position: absolute;
  top: 0em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.overlay-wrapper {
  max-width: 612px;
  overflow: auto;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 4.5em 6.5em;
  line-height: 1.2;
  box-shadow: 0 .25em 1em 0 #222; }
  .overlay-wrapper .region {
    font-size: 2em;
    display: block;
    font-weight: 100;
    color: #eb0815; }
  .overlay-wrapper div {
    margin: 1em 0; }
    .overlay-wrapper div + div {
      margin: 0 0 .25em 0; }
  .overlay-wrapper .map-link {
    display: block;
    color: #000; }
    .overlay-wrapper .map-link a {
      color: #eb0815; }
  .overlay-wrapper .people-list {
    display: block; }
  @media (min-width: 48em) {
    .overlay-wrapper {
      margin: 5% auto; } }

.close {
  background: url("../img/close.png") 0 0 no-repeat;
  background-image: url("../img/close.svg"), none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 1em;
  top: 1em; }

.mLegend {
  list-style: none;
  padding: 0; }
  .mLegend li {
    display: inline-block;
    margin-right: 2em; }
  .mLegend p {
    font-size: 1.25em;
    font-weight: 600;
    color: #333; }
    .mLegend p:before {
      width: 12px;
      height: 25px;
      display: inline-block;
      vertical-align: top;
      content: '';
      margin-right: .25em; }
  .mLegend .mLegend-reliable:before {
    background: url("../img/mapMarker-red.png") 0 0 no-repeat;
    background-image: url("../img/mapMarker-red.svg"), none; }
  .mLegend .mLegend-distributor:before {
    background: url("../img/mapMarker-blue.png") 0 0 no-repeat;
    background-image: url("../img/mapMarker-blue.svg"), none; }

#views-exposed-form-news-events-page {
  border-bottom: 1px solid #eaeaea; }
  #views-exposed-form-news-events-page .views-exposed-widget {
    display: inline-block;
    float: none; }
  #views-exposed-form-news-events-page #edit-category-wrapper,
  #views-exposed-form-news-events-page #edit-field-date-value-wrapper {
    width: 15em; }
    #views-exposed-form-news-events-page #edit-category-wrapper select,
    #views-exposed-form-news-events-page #edit-field-date-value-wrapper select {
      -webkit-appearance: none;
      width: 100%;
      padding: .5em;
      border: 1px solid #e0e0e0;
      color: #eb0815;
      margin: .5em 0;
      font-weight: bold;
      border-radius: 0;
      background: url("../img/caret-select.png") #fafafa center right 0.5em no-repeat;
      cursor: pointer; }
      #views-exposed-form-news-events-page #edit-category-wrapper select:hover,
      #views-exposed-form-news-events-page #edit-field-date-value-wrapper select:hover {
        background-color: #f2f2f2; }
  #views-exposed-form-news-events-page .form-submit {
    padding: .5em 1em;
    margin: 1em 0 0 0; }

.newsEvents-cat-news #views-exposed-form-news-events-page #edit-field-date-value-wrapper {
  display: none; }

.heading-sprinklers {
  background: #294da1;
  color: #fff !important;
  padding: .5em 1em; }
  .heading-sprinklers a {
    color: #fff !important; }
    .heading-sprinklers a:hover {
      color: #fff !important; }

.heading-valves {
  background: #cd2630;
  color: #fff !important;
  padding: .5em 1em; }
  .heading-valves a {
    color: #fff !important; }
    .heading-valves a:hover {
      color: #fff !important; }

.heading-special-hazards-special-systems {
  background: #a062a3;
  color: #fff !important;
  padding: .5em 1em; }
  .heading-special-hazards-special-systems a {
    color: #fff !important; }
    .heading-special-hazards-special-systems a:hover {
      color: #fff !important; }

.heading-system-components {
  background: #21ab94;
  color: #fff !important;
  padding: .5em 1em; }
  .heading-system-components a {
    color: #fff !important; }
    .heading-system-components a:hover {
      color: #fff !important; }

.heading-general {
  background: #868686;
  color: #fff !important;
  padding: .5em 1em; }
  .heading-general a {
    color: #fff !important; }
    .heading-general a:hover {
      color: #fff !important; }

.view-empty {
  margin: 1em;
  padding: 1em; }
  .filterColumn .view-empty {
    margin: 0;
    border-top: 1px solid #e0e0e0; }

.page-news-events h2 {
  margin: 0; }
.page-news-events .views-row {
  margin: 1em 0;
  border-bottom: 1px solid #e0e0e0; }
.page-news-events .document {
  margin-bottom: 1em;
  display: inline-block; }
.page-news-events span.date-display-single {
  font-size: .875em;
  font-style: italic; }

div.imgTextTile {
  display: inline-block;
  margin: 1em;
  vertical-align: top;
  width: 9.38em;
  line-height: 1.2;
  text-align: center; }
  div.imgTextTile img {
    margin: 0px auto;
    display: block; }
  div.imgTextTile a {
    line-height: 1.2 !important; }

.google-search-results li.gss-result {
  padding: 1em 0; }
.google-search-results .gss-result .gss-title {
  font-weight: bold; }
.google-search-results .gss-result .gss-title a,
.google-search-results .gss-result .gss-search-url a {
  text-decoration: none; }
.google-search-results .gss-result .gss-search-snippet-info .gss-search-snippet {
  margin-top: 0; }
.google-search-results .gss-result .gss-search-snippet-info .gss-search-url,
.google-search-results .gss-result .gss-search-snippet-info .gss-info {
  font-size: .75em; }
.google-search-results .gss-result .gss-search-snippet-info .gss-search-url a {
  color: #006621;
  word-wrap: break-word; }

.gss-result {
  zoom: 1; }
  .gss-result:before, .gss-result:after {
    content: "";
    display: table; }
  .gss-result:after {
    clear: both; }

.gss-thumbnail-image {
  float: left;
  margin-right: 2%; }

.gss-search-snippet-info {
  float: left;
  width: 85%; }

label[for="edit-keys"] {
  display: block; }

.search-results {
  padding: 0; }
  .search-results h3.title {
    margin: 0;
    font-size: 1.17em;
    font-weight: bold; }
    .search-results h3.title a {
      text-decoration: none; }

#views-exposed-form-product-index-search-page #edit-keys,
.gss #edit-keys,
.google-search #edit-keys {
  padding: .5em; }
#views-exposed-form-product-index-search-page #edit-keys-wrapper,
.gss #edit-keys-wrapper,
.google-search #edit-keys-wrapper {
  padding-top: .3em; }
#views-exposed-form-product-index-search-page .form-submit,
.gss .form-submit,
.google-search .form-submit {
  font-size: .75em;
  vertical-align: top; }
#views-exposed-form-product-index-search-page .description,
.gss .description,
.google-search .description {
  margin: 1em 0; }

.view-product-index-search .views-row {
  zoom: 1;
  margin-bottom: 1em;
  padding: 1em 0; }
  .view-product-index-search .views-row:before, .view-product-index-search .views-row:after {
    content: "";
    display: table; }
  .view-product-index-search .views-row:after {
    clear: both; }
.view-product-index-search .views-field-field-image {
  float: left;
  width: 62px;
  height: 62px;
  margin-right: 1em; }
.view-product-index-search .views-field-title {
  font-size: 1.17em;
  font-weight: bold; }
  .view-product-index-search .views-field-title a {
    text-decoration: none; }
.view-product-index-search .views-field-field-bulletin {
  float: left; }
.view-product-index-search .product-image img {
  padding: 0;
  border: 0; }

.google-search table tbody {
  border: 0; }
.google-search table td {
  border: 0; }
.google-search .gsc-url-top,
.google-search .gsc-thumbnail-inside,
.google-search .gsc-table-result {
  padding: 0; }
.google-search .gsc-selected-option-container {
  width: auto !important; }
.google-search .gcsc-branding-img-noclear img {
  max-width: auto;
  max-width: none; }
.google-search #rsa-google-custom-search-form .form-type-textfield {
  margin: 0 1em 0 0;
  float: left; }

.page-all-bulletins .bulletin-btn-clear {
  color: #9CA2B0; }
.page-all-bulletins .product-info_bulletin h3 {
  display: none; }

.bulletin-list {
  padding: 0; }
  .bulletin-list > li {
    zoom: 1;
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding: 1em 0; }
    .bulletin-list > li:before, .bulletin-list > li:after {
      content: "";
      display: table; }
    .bulletin-list > li:after {
      clear: both; }
  .bulletin-list .views-field-field-image .product-image {
    width: 125px; }
    .bulletin-list .views-field-field-image .product-image img {
      padding: 0; }
  @media (min-width: 30em) {
    .bulletin-list .views-field-field-image {
      float: left;
      margin-right: 2%;
      width: 23%; } }
  .bulletin-list .views-field-title {
    font-weight: bold; }
    .bulletin-list .views-field-title a {
      text-decoration: none; }
  .bulletin-list .views-field-field-bulletin p {
    font-weight: bold;
    margin: 0 1em; }
    @media (min-width: 30em) {
      .bulletin-list .views-field-field-bulletin p {
        float: left; } }
  .bulletin-list .views-field-field-bulletin ul {
    padding: 0;
    margin: 0 1em; }
    @media (min-width: 30em) {
      .bulletin-list .views-field-field-bulletin ul {
        float: left;
        margin: 0; } }
  .bulletin-list .views-field-field-bulletin .product-info_bulletin {
    zoom: 1; }
    .bulletin-list .views-field-field-bulletin .product-info_bulletin:before, .bulletin-list .views-field-field-bulletin .product-info_bulletin:after {
      content: "";
      display: table; }
    .bulletin-list .views-field-field-bulletin .product-info_bulletin:after {
      clear: both; }
  .bulletin-list .views-field-field-bulletin .product-info_bulletinInfo {
    zoom: 1;
    margin: 0 auto; }
    .bulletin-list .views-field-field-bulletin .product-info_bulletinInfo:before, .bulletin-list .views-field-field-bulletin .product-info_bulletinInfo:after {
      content: "";
      display: table; }
    .bulletin-list .views-field-field-bulletin .product-info_bulletinInfo:after {
      clear: both; }
  .bulletin-list .bulletin-add {
    list-style: none;
    display: inline-block; }
    .bulletin-list .bulletin-add + li {
      list-style: none;
      display: inline-block;
      margin-left: 1em; }
      .bulletin-list .bulletin-add + li a {
        display: block;
        text-align: center; }
    .bulletin-list .bulletin-add > a.remove {
      color: #cd2630; }
      .bulletin-list .bulletin-add > a.remove:hover {
        color: #e5747b; }

.sidebar {
  float: none;
  position: relative; }
  @media (min-width: 64em) {
    .sidebar {
      width: 30%;
      float: left;
      padding-top: 1.5em; } }
  .sidebar hr {
    border-width: 8px;
    border-color: #cd2630; }
  .hero + .mainContent .sidebar, .pagination-container + .sidebar {
    width: 100%;
    float: none; }

.sectionNavigation {
  background-color: #262930;
  padding: 1em; }
  .sectionNavigation a {
    text-decoration: none;
    transition: none; }
  .sectionNavigation h2 {
    margin: 0 .25em; }
  .sectionNavigation > ul {
    padding: 0; }
    .sectionNavigation > ul a {
      display: block;
      text-decoration: none;
      padding: .5em; }
      .sectionNavigation > ul a.active {
        background-color: #fff; }
        .sectionNavigation > ul a.active:hover {
          color: #fff; }
    .sectionNavigation > ul > li {
      border-bottom: 1px solid #fff;
      list-style: none; }
      .sectionNavigation > ul > li > a:hover {
        background-color: #484d5b; }
      .sectionNavigation > ul > li ul {
        padding: 0;
        margin: 0 0 0 1em; }
        .sectionNavigation > ul > li ul a:hover {
          text-decoration: underline; }

.quickLinks {
  padding: 1em;
  background-color: #294da1; }
  .quickLinks a {
    text-decoration: none; }
  .quickLinks .quickLinks-heading {
    background-color: #868686;
    padding: 1em;
    margin: -1em; }
    .quickLinks .quickLinks-heading h2 {
      margin: 0; }
  .quickLinks > ul {
    padding: 1em 0 0 0;
    list-style: none; }
    .quickLinks > ul li {
      border-bottom: 1px solid #fff;
      padding: 0;
      margin: 0;
      list-style: none; }
      .quickLinks > ul li.active {
        background-color: #4670d0; }
        .quickLinks > ul li.active > a {
          color: #fff; }
      .quickLinks > ul li > a {
        display: block;
        padding: .5em; }
        .quickLinks > ul li > a:hover {
          background-color: #193064; }
      .quickLinks > ul li ul {
        background-color: #fff;
        margin: 0;
        padding: 0; }
        .quickLinks > ul li ul li {
          border: 0; }
          .quickLinks > ul li ul li.leaf {
            color: #294da1; }
            .quickLinks > ul li ul li.leaf:hover {
              color: #193064; }
        .quickLinks > ul li ul a {
          padding-left: 1.5em;
          color: #294da1;
          transition: none; }
          .quickLinks > ul li ul a:hover {
            color: #fff; }
  @media (min-width: 48em) {
    .home .quickLinks, .page-products .quickLinks {
      padding: 0;
      zoom: 1;
      position: relative; }
      .home .quickLinks:before, .home .quickLinks:after, .page-products .quickLinks:before, .page-products .quickLinks:after {
        content: "";
        display: table; }
      .home .quickLinks:after, .page-products .quickLinks:after {
        clear: both; }
      .home .quickLinks .quickLinks-heading, .page-products .quickLinks .quickLinks-heading {
        margin: 0;
        float: left;
        width: 25%;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        height: 100%; }
        .home .quickLinks .quickLinks-heading h2, .page-products .quickLinks .quickLinks-heading h2 {
          line-height: normal;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .home .quickLinks ul, .page-products .quickLinks ul {
        padding: 0 1em 1em;
        float: right;
        width: 75%;
        margin: 0;
        padding: 1em; }
        .home .quickLinks ul li, .page-products .quickLinks ul li {
          border: 0;
          float: left;
          width: 49%; } }
  @media (min-width: 64em) {
    .home .quickLinks ul, .page-products .quickLinks ul {
      padding: 1em; }
      .home .quickLinks ul li, .page-products .quickLinks ul li {
        width: 33.3333%; } }

.sectionNavigation h2,
.quickLinks h2 {
  text-transform: uppercase; }
.sectionNavigation a,
.quickLinks a {
  font-weight: bold; }

.siteFooter {
  padding: 0 .75em;
  color: #9CA2B0; }
  @media (min-width: 48em) {
    .siteFooter {
      padding: 0 2em 3em; } }
  .siteFooter hr {
    margin-top: -25px;
    border-width: 8px;
    border-color: #cd2630; }
  .siteFooter a.active {
    color: #fff; }
  .siteFooter .quickLinks {
    margin: 0 -.75em 2em;
    margin-bottom: 2em; }
    @media (min-width: 48em) {
      .siteFooter .quickLinks {
        margin: 0 0 2em 0; } }
    .siteFooter .quickLinks + #eNewsletterSignupForm p {
      margin-top: 0; }

.newsletterSignup {
  float: none;
  color: #fff;
  font-weight: bold; }
  @media (min-width: 64em) {
    .newsletterSignup {
      float: right; } }
  .newsletterSignup .form-item {
    margin: 0;
    display: inline-block; }

.newsletterInput {
  font-size: .75em; }

.newsletterSubmit {
  font-size: .75em; }

.footerNav {
  display: none;
  list-style: none;
  padding: 0; }
  .footerNav li {
    display: inline-block;
    margin-right: 1em; }
    .footerNav li > ul {
      display: none; }
  @media (min-width: 64em) {
    .footerNav {
      display: block; } }

.cyberwoven {
  text-decoration: none; }
  .cyberwoven span {
    color: #d29c66; }
  .cyberwoven:hover span {
    color: #ff9c39; }

/*===================================
=            IFRAME PAGE            =
===================================*/
.wrapper-iframe {
  background: #fff; }
  .wrapper-iframe .iframe {
    border: 0;
    width: 100%;
    height: 1024px; }

ul li.leaf,
ul li.expanded,
ul li.collapsed {
  list-style: none;
  padding: 0; }

ul.primary {
  padding: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 48em) {
    ul.primary {
      padding: 0 0 0 1em; } }
  ul.primary li a {
    padding: 0 .5em; }
    @media (min-width: 48em) {
      ul.primary li a {
        padding: 0 1em; } }

.flexslider .slides > article {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.flexslider .slides > article:first-child {
  display: block; }

/*! 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("../img/fancybox/fancybox_sprite.png"); }

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

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

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

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  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("../img/fancybox/fancybox_overlay.png"); }

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

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

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

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

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

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -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); }

.ath-viewport * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6); }

.ath-mandatory {
  background: #000; }

.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: #eee;
  background-size: 100% auto;
  box-shadow: 0 0.2em 0 #d1d1d1;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center; }

.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em; }

.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em; }

.ath-ios7.ath-tablet {
  left: 0.7em;
  top: 1.8em; }

.ath-ios8.ath-tablet {
  right: 0.4em;
  top: 1.8em; }

.ath-android {
  right: 1.5em;
  top: 1.8em; }

/* close icon */
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAeHAAAHhwFd+hRDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAHVQTFRFAAAAOTk5MzMzOzs7Nzc3QUFBQEBAPz8/Pj4+QUFBQEBAPz8/Pj4+QUFBQEBAPz8/QUFBPj4+Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pj4+Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/QEBAPz8/n3QmjwAAACZ0Uk5TAAkKDQ4zODk6OzxBQkNERUusrbG0tba7vL3Excbu8fL19fb3+PgucqJgAAACqklEQVR42sXc23LCIBAGYKy2pgft0WpP2vTA+z9i0+goCZAs7O7P3oWZTL5ZYAh7sca0MXmYG3jM7yfu4/TV1jdow01tX6cdg4UrGoN1FNM3a+GK1nBSzPYGrOJgsPZt1hrerYUrjoa9wjHgFI7B2veZWVk3tpCdWm07H30y8+4AIhedPFj7cW7wioABrggawIqIAaroGbYXzlGCUvQNnc0IUgwaQIoRA0QxagAoCAZ1BcmgrCAaVBVkg6IiwaCmSDIoKRINKopkg4IiwyCuyDIIKzINoopsg6CCYRBTsAxCCqZBRLGo2RcrtkLAwFaIGJgKIQNLIWZgKAQN2QpRg1dKoCmEDVkKcUOGQsGQrFAxJCqUDEkKNUOCQtFAVqgaiAplg69YFDAQFADDqAJiGFGADI1iF1XADAOKvqHSLApHFFBDRAE2BBVwQ0BRwOApfn8LGDxFEcOQAmeIK5CGmAJrCCvQBq8A8r9Zrw08qp6irvAGs/zpIr4XBQxf3nQsyhvwipABrQgbsIqYAamIG3CKnqH+LKDoGXbVwD84zDB4E4AZ4IqgAayIGKCKqMGYS5RiwOArlgUMnuJrWcAAUYwaAAqCQV1BMigriAZVBdmgqEgwqCmSDEqKRIOKItmgoMgwiCv6hkvaa6KKTIOoItsgqGAYxBQsg5CCaRBRsA0CCgEDWyFiYCqEDCyFmIGhEDRkK0QNmQphQ5ZC3JChUDAkK1QMiQolQ5JCzZCguNUzkBV3P4oGokLZQFKoGwgKgGFUATGMKECGQQXMYMxVTAE0RBVQQ0QBNgQVcENI8QwoBo8cUiszWYPz4OVi3bQ9cBQoQ0exblsvTDZwg6PYHNo/tE0XmvVwa4BxWBentgtnL+A8HHPxcnYaaBRoQ6twDY3iEW5oFI8Hwx/QxSE448b+MwAAAABJRU5ErkJggg==);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  overflow: hidden;
  color: #a33;
  z-index: 2147483642; }

.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none; }

.ath-mandatory .ath-container:before {
  display: none; }

.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em; }

.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none; }

/* applied only if the application icon is shown */
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-size: 50%;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden;
  background-image: url("../img/action-icon-ios7.png");
  height: 1em;
  width: 1.25em; }

.ath-android .ath-action-icon {
  width: 1.2em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAADcBAMAAAAig/QJAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAFtDAABbQwH5xg68AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAB5QTFRFAAAA////cXFxaWlp////ZmZmnJycoaGhpqam////1D9b6wAAAAV0Uk5TAAgJERExZxYzAAAAYklEQVRYw+3WoQ2AUBAE0SsBOiBUQEIDCArA4FFoHBaJxNItFYz/x5+xz282VmwJTdM0rRzbsS1e7Pm9zdgUVn491rkFmqZpSezEjqo/Sos1HoAEjdjgFmiapiWxG7tq/igfnYteFlnOWZEAAAAASUVORK5CYII=);
  background-size: auto 100%; }

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,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);
  margin-top: -0.3em;
  background-size: auto 100%; }

.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,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);
  margin-bottom: 0.4em;
  background-size: 100% auto; }

.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  text-shadow: 0 0.1em 0 #fff;
  font-size: 1.1em; }

.ath-ios.ath-phone:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  box-shadow: 0.2em 0.2em 0 #d1d1d1; }

.ath-ios.ath-tablet:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641; }

.ath-android:after {
  content: '';
  background: #eee;
  background: -webkit-linear-gradient(-45deg, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0) 50%, #eeeeee 50%, #eeeeee 100%);
  position: absolute;
  width: 2em;
  height: 2em;
  top: -1.5em;
  right: 0; }

.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 6em;
  width: 6em;
  z-index: 2147483642; }

.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
  margin: 0 auto 0.4em auto; }

@media only screen and (orientation: landscape) {
  .ath-container.ath-phone {
    width: 24em; }

  .ath-ios.ath-phone {
    margin-left: -12em; }

  .ath-ios6:after {
    left: 39%; }

  .ath-ios8.ath-phone {
    left: auto;
    bottom: auto;
    right: 0.4em;
    top: 1.8em; }

  .ath-ios8.ath-phone:after {
    bottom: auto;
    top: -0.9em;
    left: 68%;
    z-index: 2147483641;
    box-shadow: none; } }
/*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("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*==============================================
=            LIST PRICE BOOK STYLES            =
==============================================*/
.priceBookTabs-mainTabs {
  background: #9ca2b0; }
  .priceBookTabs-mainTabs ul {
    zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0; }
    .priceBookTabs-mainTabs ul:before, .priceBookTabs-mainTabs ul:after {
      content: "";
      display: table; }
    .priceBookTabs-mainTabs ul:after {
      clear: both; }
    .priceBookTabs-mainTabs ul li {
      display: inline-block;
      float: left;
      width: 50%; }
      @media (min-width: 48em) {
        .priceBookTabs-mainTabs ul li {
          width: auto;
          float: none; } }
    .priceBookTabs-mainTabs ul a {
      display: block;
      text-decoration: none;
      padding: 1em 1.5em;
      font-weight: 700;
      font-size: 1em;
      height: 4.20em; }
      @media (min-width: 48em) {
        .priceBookTabs-mainTabs ul a {
          font-size: 1.25em;
          height: auto; } }
      .priceBookTabs-mainTabs ul a.active, .priceBookTabs-mainTabs ul a.active-trail {
        color: #294da1;
        background: #DFE2E9; }

.priceBookTabs-subTabs {
  background: #DFE2E9; }
  .priceBookTabs-subTabs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .priceBookTabs-subTabs ul li {
      display: inline-block;
      padding: 0 1.875em; }
    .priceBookTabs-subTabs ul a {
      display: block;
      border-bottom: 5px solid transparent;
      border-top: 5px solid transparent;
      font-size: 1.115em;
      text-decoration: none;
      font-weight: 700;
      padding: .75em 0;
      color: #262930; }
      .priceBookTabs-subTabs ul a.active {
        border-bottom-color: #294da1; }

.priceBookTabs-americas,
.priceBookTabs-international {
  display: none; }
  .priceBookTabs-americas.active,
  .priceBookTabs-international.active {
    display: block; }

.priceBookTabs-content {
  display: none; }
  .priceBookTabs-content.active {
    display: block; }

.priceBookTabs-book {
  background: #262930;
  padding: 1em 1.5em; }
  .priceBookTabs-book h2 {
    color: #fff;
    text-transform: uppercase; }
  .priceBookTabs-book > ul {
    padding: 0 0 0 0;
    list-style: none; }
    .priceBookTabs-book > ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      .priceBookTabs-book > ul li a {
        border-bottom: 1px solid #fff; }
      .priceBookTabs-book > ul li.active {
        background-color: #31353e; }
        .priceBookTabs-book > ul li.active > a {
          color: #fff; }
      .priceBookTabs-book > ul li > a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: .5em; }
        .priceBookTabs-book > ul li > a:hover {
          background-color: #1b1d22; }
      .priceBookTabs-book > ul li ul {
        margin: 0;
        padding: 0; }
        .priceBookTabs-book > ul li ul a {
          padding-left: 1.5em;
          transition: none;
          text-decoration: none;
          border-bottom: 1px solid #fff; }
          .priceBookTabs-book > ul li ul a:hover {
            color: #fff; }

@media print {
  /* ==========================================================================
      Print - Normalize
  ========================================================================== */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]: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; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  /* ==========================================================================
      Print - Custom
  ========================================================================== */
  .logo {
    text-indent: 0;
    width: auto;
    height: auto;
    background: none; }
    .logo a[href] {
      text-decoration: none; }
      .logo a[href]:after {
        content: none; }

  .sidebar,
  .footerNav,
  .newsletterSignup {
    display: none; }

  .siteFooter {
    margin: 0; } }
