@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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 8/9. */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* 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
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

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

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

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

/* Address differences between Firefox and other browsers. */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #c1c1c1;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

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

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

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

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* 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
 */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
  /* LTR */
}

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

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

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

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ 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 8+.
 * 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 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/* For Industrials initial theme - this will be none-responsive. However, we'll keep responsive styles should we need them later */
#page,
#footer {
  margin: 0 auto;
  width: 1200px;
  max-width: 1200px;
}

#header .header-top-inner,
#header .header-bottom-inner,
#main,
#footer .footer-inner {
  margin-left: 112px;
  margin-right: 112px;
}

html, body {
  height: 100%;
}

#page {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -276px;
}
#page #main-footer {
  height: 276px;
}

#footer {
  clear: both;
  position: relative;
  height: 276px;
}

#header .header-top,
#page,
#footer,
#footer .footer-inner {
  overflow: auto;
}

#main {
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
#main:before, #main:after {
  content: " ";
  display: table;
}
#main:after {
  clear: both;
}

#content {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%;
}
#content:last-child {
  margin-right: 0;
}

.one-sidebar #content {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 74.4877%;
}
.one-sidebar #content:last-child {
  margin-right: 0;
}

.lt-ie9 .one-sidebar.sidebar-first #content {
  margin-right: 0;
}

.lt-ie9 .one-sidebar.sidebar-second .region-sidebar-second {
  margin-right: 0;
}

.two-sidebars #content {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%;
}
.two-sidebars #content:last-child {
  margin-right: 0;
}

.region-sidebar-first,
.region-sidebar-second {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%;
}
.region-sidebar-first:last-child,
.region-sidebar-second:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  #page,
  #footer {
    width: 1024px;
  }

  #header .header-top-inner,
  #header .header-bottom-inner,
  #main,
  #footer .footer-inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
#navigation .block {
  margin-bottom: 0;
}
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
.tabs-primary, .tabs-secondary {
  *zoom: 1;
  background-image: -webkit-linear-gradient(bottom, #bbb 1px, transparent 1px);
  background-image: linear-gradient(to top, #bbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}
.tabs-primary:before, .tabs-secondary:before, .tabs-primary:after, .tabs-secondary:after {
  content: " ";
  display: table;
}
.tabs-primary:after, .tabs-secondary:after {
  clear: both;
}

.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 false #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-linear-gradient( #e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient( #e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 false #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 false #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
.more-link {
  text-align: right;
  /* LTR */
}

.more-help-link {
  text-align: right;
  /* LTR */
}

.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
.form-item .description {
  font-size: 0.85em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form table ul {
  margin: 0;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1470836134');
}

.image-col img {
  display: block;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.5;
}

.image-lightbox {
  padding: 1em 1em 0.5em;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 5px 5px 15px #000;
  outline: none;
}
.image-lightbox .ui-dialog-content {
  border: 0;
}

.image-overlay-wrapper {
  position: relative;
}

.magnifying-glass-overlay {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  display: block;
  background: url("../images/industrials_sprite_sheet.png") no-repeat -305px -334px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.ui-dialog .closeBtn {
  display: inline-block;
  float: right;
  width: 51px;
  height: 14px;
  margin-bottom: 12px;
  background: url("../images/industrials_sprite_sheet.png") no-repeat -503px -339px;
  cursor: pointer;
  font-size: 0;
}

.ui-front {
  z-index: 600;
}

.truncatr-toggle {
  padding: 0;
  cursor: pointer;
  background: 0;
}

.ui-tabs,
.ui-tabs-panel {
  background: none;
  border: 0;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav {
  display: table;
  width: auto;
  margin: 1em auto;
  padding: 0;
  border: 1px solid #cacaca;
  border-radius: 4px;
  overflow: hidden;
}
.ui-tabs .ui-tabs-nav::before, .ui-tabs .ui-tabs-nav::after {
  display: none;
}
.ui-tabs .ui-tabs-nav li {
  display: table-cell;
  border: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #cacaca;
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav li:first-child {
  border-left: 0;
}
.ui-tabs .ui-tabs-nav li:last-child {
  border-right: 0;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-state-hover a {
  background: url("../images/inline-menu-bg-hover.png") repeat scroll 0 0 transparent;
  outline: 0;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li a {
  display: block;
  height: 41px;
  padding: 10px 27px;
  background: url("../images/inline-menu-bg-normal.png") repeat-x scroll 0 0 transparent;
  font-family: 'Open Sans Condensed',sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 8, 2016, 11:54:17 AM
    Author     : hector.carcedo
*/
#ui-datepicker-div {
  z-index: 9999 !important;
}

.ui-dialog .ui-dialog-titlebar .ui-button-icon-only .ui-button-text,
.ui-dialog .ui-dialog-titlebar .ui-button-icons-only .ui-button-text {
  padding: 0;
  height: 1px;
}
.ui-dialog .ui-dialog-buttonset .ui-button-text-only .ui-button-text {
  padding: 0;
}

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* Now include the main industrials theme sass file */
/*********************************************************
** COLOURS
** Colour variables / styles relating to industrials
*********************************************************/
/*********************************************************
** FONTS
** Font face declaration according to: http://www.paulirish.com/2010/font-face-gotchas/#smiley
*********************************************************/
@font-face {
  font-family: 'Open Sans Condensed';
  src: url("/sites/all/themes/industrials/fonts/opensans-condensedbold-webfont.eot");
  src: local("?"), url("/sites/all/themes/industrials/fonts/opensans-condensedbold-webfont.woff") format("woff"), url("/sites/all/themes/industrials/fonts/opensans-condensedbold-webfont.ttf") format("truetype");
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-style: normal;
  unicode-range: U+0000-017F, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303, U+0309, U+030F, U+0323, U+0384-03CE, U+0400-0513, U+1EA0-1EF9, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2039-203A, U+20AB-20AC;
}
@media screen and (-webkit-max-device-pixel-ratio: 1.4) {
  @font-face {
    font-family: 'Open Sans Condensed';
    src: url("/sites/all/themes/industrials/fonts/opensans-condensedbold-webfont.svg") format("svg");
    font-weight: 700;
    unicode-range: U+0000-017F, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303, U+0309, U+030F, U+0323, U+0384-03CE, U+0400-0513, U+1EA0-1EF9, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2039-203A, U+20AB-20AC;
  }
  @font-face {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    src: local("Arial");
    unicode-range: U+0180-019F, U+01A2-01AE, U+01B1-02FF, U+0302, U+0304-0308, U+030A-030E, U+0310-0322, U+0324-0383, U+03CF-03FF, U+0514-1E9F, U+1EFA-2012, U+2015-2017, U+201B, U+201F-2021, U+2023-2038, U+203B-20AA, U+20AD-FFFF;
  }
}
h1, h2 {
  margin: 0px;
}

html {
  font-size: 100%;
  line-height: 0.375em;
}

.pre-arrow-link, .title-link-list li a, .box-list .offset-image > ul li a, .box-collection .offset-image > ul li a, ul.full-link > li > a, ul.link-and-description > li > a, .slide-down-link-list ul > li > a, .category-list ul > li > a {
  background: url("../images/right-arrow-sml-blue.png") left center no-repeat;
  padding-left: 15px;
  display: inline-block;
  color: #1ea0c6;
  text-decoration: none;
}
.pre-arrow-link:hover, .title-link-list li a:hover, .box-list .offset-image > ul li a:hover, .box-collection .offset-image > ul li a:hover, ul.full-link > li > a:hover, ul.link-and-description > li > a:hover, .slide-down-link-list ul > li > a:hover, .category-list ul > li > a:hover {
  text-decoration: underline;
}

.post-arrow-link-black, #header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .links a {
  background: url("../images/right-arrow-sml.png") right center no-repeat;
  padding-right: 15px;
  display: inline-block;
}

.read-more-link, .category-box span, .box-list.category-boxes > li span, .box-list.category-boxes > div span, .box-collection.category-boxes > li span, .box-collection.category-boxes > div span {
  background: url("../images/read-more.png") right center no-repeat;
  padding-right: 25px;
  display: inline-block;
}

.breadcrumb-line {
  padding-left: 10px;
  width: 63%;
  float: left;
  /* This is some styles for shrinking breadcrumbs - if required
  .breadcrumb {
  	@include serif("branded");
  	color: $link-colour;
  	padding-left: 30px;
  	@include adjust-font-size-to( 15px );
  	ol {
  		margin: 0;
  		padding: 0;
  		height: 40px;
  		display: block;
  		li {
  			display: block;
  			float: left;
  			position: relative;
  			height: 40px;
  			overflow: hidden;
  			line-height: 40px;
  			margin: 0px 5px 0px 0;
  			padding: 0px 5px 0px 0;
  			background: url(useImage('breadcrumb_chevron.png')) no-repeat 100% 48%;
  			div.chevronOverlay {
  				position: absolute;
  				right: 0;
  				top: 0;
  				z-index: 2;
  				display: none;
  				background: url(useImage('breadcrumb_chevron.png')) no-repeat 100% 48%;
  				width: 13px;
  				height: 40px;
  			}
  			span {
  				display: block;
  				overflow: hidden;
  				&.chevron {
  					float: left;
  				}
  			}
  			a {
  				color: $link-colour;
  				text-decoration: none;
  				text-shadow: -1px -1px 1px #222222;
  				display: block;
  				position: relative;
  				height: 40px;
  				line-height: 40px;
  				padding-right: 5px;
  				overflow: hidden;
  				float: left;
  				&:hover { color: $link-colour-hover; }
  			}
  			&.last {
  				background: none;
  				margin-right: 0;
  				padding-right: 0;
  			}
  		}
  	}
  }*/
}
.breadcrumb-line.link-line {
  width: 85%;
}
.breadcrumb-line .breadcrumb-home-link {
  background: url("../images/../images/industrials_sprite_sheet.png") -58px -338px no-repeat;
  height: 14px;
  width: 16px;
  float: left;
  margin-top: 13px;
}
.breadcrumb-line .breadcrumb-home-link:hover {
  background: url("../images/../images/industrials_sprite_sheet.png") -89px -338px no-repeat;
}
.breadcrumb-line .breadcrumb {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #B6B6B6;
  padding-left: 30px;
  margin: 10px 0px 6px 0px;
  font-size: 0.9375em;
  line-height: 1.6em;
}
.breadcrumb-line .breadcrumb > ol {
  list-style: none;
}
.breadcrumb-line .breadcrumb > ol li a {
  color: #B6B6B6;
  text-decoration: none;
  text-shadow: -1px -1px 1px #222222;
}
.breadcrumb-line .breadcrumb > ol li a:hover {
  color: #F6F6F6;
}

.breadcrumb-links {
  padding: 5px 0px;
  float: right;
}
.breadcrumb-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-links ul li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.breadcrumb-links ul li a {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}
.breadcrumb-links ul li a:hover {
  text-decoration: underline;
}

.extranet-toolbar {
  width: 35%;
  margin-left: 2%;
  float: right;
  text-align: right;
  padding: 8px 0px 8px 0px;
  overflow: hidden;
  min-height: 46px;
}
.extranet-toolbar span.welcome {
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 0 7px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.extranet-toolbar span.welcome a {
  color: #B6B6B6;
}
.extranet-toolbar span.welcome a:hover {
  color: #F6F6F6;
}

.navigation {
  height: 70px;
}
.navigation nav {
  outline: none;
}
.navigation nav ul {
  list-style: none;
  padding: 0;
}
.navigation nav ul li {
  padding: 0;
  color: #B6B6B6;
}
.navigation nav ul li a {
  color: #B6B6B6;
  text-decoration: none;
}
.navigation nav ul li a:hover {
  color: #F6F6F6;
}
.navigation nav#header-menu {
  text-align: right;
  width: 100%;
  height: 30px;
  font-size: 0.625em;
  line-height: 1.8em;
  line-height: 30px;
  font-weight: bold;
}
.navigation nav#header-menu > ul li :after {
  content: " | ";
}
.navigation nav#header-menu > ul li a {
  text-transform: uppercase;
}
.navigation nav#header-menu > ul li.last :after {
  content: "";
}
.navigation nav#header-menu > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.navigation nav#header-menu > ul:after {
  content: "\a0 |";
  background: none;
  color: #B6B6B6;
}
.navigation nav#main-menu {
  clear: left;
  width: 100%;
  height: 40px;
  vertical-align: top;
  overflow: hidden;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
.navigation nav#main-menu li {
  margin-right: 1em;
  display: inline-block;
}
.navigation nav#main-menu li a {
  display: inline-block;
  height: 40px;
  width: auto;
  text-shadow: -1px -1px 1px #222222;
}
.navigation nav#main-menu li.active-trail a {
  background: url("../images/navigation-active-icon.png") bottom center no-repeat;
}
.navigation nav#main-menu li:last-of-type {
  margin-right: 0;
}

/*****************************************************
**** MEGA DROP DOWN NAV - PRODUCT CATEGORIES
*****************************************************/
.header-mega-nav-wrapper {
  border-top: 1px solid #1a1a1a;
  background: url(../images/header-svg-fallback.png);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNjU2NTY1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNDc0NzQ3Ii8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiM0NzQ3NDciIC8+PHJlY3QgeD0iMCUiIHk9Ii00Ny44NDQ4JSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTk1LjY4OTclIiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 114, color-stop(0%, #656565), color-stop(100%, #474747));
  background-image: -webkit-radial-gradient(center center, farthest-side circle, #656565 0%, #474747 100%);
  background-image: -moz-radial-gradient(center center, farthest-side circle, #656565 0%, #474747 100%);
  background-image: -ms-radial-gradient(center center, farthest-side circle, #656565 0%, #474747 100%);
  background-image: -o-radial-gradient(center center, farthest-side circle, #656565 0%, #474747 100%);
  background-image: radial, farthest-side circle center center, #656565 0%, #474747 100%;
}
.header-mega-nav-wrapper.closed {
  height: 1px;
}
.header-mega-nav-wrapper .header-mega-nav {
  width: 1200px;
  overflow: hidden;
  display: none;
  font-family: 'Open Sans Condensed', sans-serif;
  color: white;
}
.header-mega-nav-wrapper .header-mega-nav .title {
  width: 976px;
  margin: 0 auto;
  overflow: hidden;
}
.header-mega-nav-wrapper .header-mega-nav .title h2 {
  float: left;
  text-indent: 27px;
}
.header-mega-nav-wrapper .header-mega-nav .title a.close_button {
  float: right;
  display: inline-block;
  outline: none;
  margin: 12px 15px 0px 0px;
  color: white;
  text-decoration: none;
}
.header-mega-nav-wrapper .header-mega-nav .title a.close_button .icon {
  width: 8px;
  height: 11px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat -612px -342px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav {
  width: 1471px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav h3 {
  margin: 0;
  color: white;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav ul {
  margin: 0;
  line-height: 1.125em;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav ul li a {
  padding: 5px 0px;
  display: block;
  outline: none;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form {
  padding: 0;
  float: left;
  width: 445px;
  min-height: 183px;
  margin-right: 63px;
  background: #edeeee;
  overflow: hidden;
  margin-top: 45px;
  color: black;
  position: relative;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form .search-form-inner {
  margin-left: 137px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form h3 {
  width: 162px;
  margin-top: 1.2em;
  color: black;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form p {
  width: 162px;
  margin-top: 0;
  font-size: 0.75em;
  line-height: 1.5em;
  font-family: 'Arial';
  color: #666666;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form form p.pidseu-search-instrction,
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form form label {
  display: none;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form form div.form-item {
  width: 162px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form form input[type="text"] {
  width: 162px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  font-family: 'Arial';
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form form input[type="text"].error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form form input[type="text"] {
  border: 1px solid #cacaca;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form form input[type="submit"] {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form a.open_search {
  background: url("../images/../images/industrials_sprite_sheet.png") -399px -78px no-repeat;
  display: none;
  width: 5px;
  height: 8px;
  text-indent: -9999em;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form.closed a.open_search {
  display: block;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu {
  float: left;
  width: 963px;
  padding: 0px 0px 50px 0px;
  overflow: hidden;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0px 0px 0px 15px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu ul li a {
  color: white;
  text-decoration: none;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .title {
  width: 100%;
  margin: 0px 0px 19px 0px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .title h3 {
  text-indent: 27px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-1-wrapper {
  width: 521px;
  float: left;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-1-wrapper ul li a {
  padding-left: 12px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-1-wrapper ul li a:hover, .header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-1-wrapper ul li a.open {
  background: #6a6a6a;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-1-wrapper ul.open li a {
  border-bottom: 1px solid #6a6a6a;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-1-wrapper ul.open li:last-of-type a {
  border-bottom: 0px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-2-wrapper {
  width: 442px;
  float: left;
  background: #6a6a6a;
  padding: 12px 20px;
  display: none;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-2-wrapper ul {
  width: 49%;
  float: left;
  margin: 0;
  display: none;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-2-wrapper ul li a {
  padding-left: 20px;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-2-wrapper ul li a:hover, .header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-2-wrapper ul li a.open {
  text-decoration: underline;
  background: url("../images/menu-collapsed-white.png") 0px 8px no-repeat;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-2-wrapper ul.level-3 {
  display: none;
  margin-left: 2%;
}
.header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-2-wrapper ul.level-3 ul {
  display: none;
}
.header-mega-nav-wrapper .header-mega-nav .solutions-mega-nav, .header-mega-nav-wrapper .header-mega-nav .extranet-mega-nav {
  width: 976px;
  margin: 0px auto 50px auto;
  overflow: hidden;
}
.header-mega-nav-wrapper .header-mega-nav .solutions-mega-nav ul, .header-mega-nav-wrapper .header-mega-nav .extranet-mega-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-mega-nav-wrapper .header-mega-nav .solutions-mega-nav ul li, .header-mega-nav-wrapper .header-mega-nav .extranet-mega-nav ul li {
  width: 123px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.header-mega-nav-wrapper .header-mega-nav .solutions-mega-nav ul li a, .header-mega-nav-wrapper .header-mega-nav .extranet-mega-nav ul li a {
  text-decoration: none;
  color: white;
}
.header-mega-nav-wrapper .header-mega-nav .solutions-mega-nav ul li a:hover, .header-mega-nav-wrapper .header-mega-nav .extranet-mega-nav ul li a:hover {
  text-decoration: underline;
}
.header-mega-nav-wrapper .header-mega-nav .extranet-mega-nav ul {
  margin: 10px 0px 0px 15px;
}
.header-mega-nav-wrapper .header-mega-nav .extranet-mega-nav ul li {
  width: 521px;
  float: none;
  text-align: left;
}
.header-mega-nav-wrapper .header-mega-nav .extranet-mega-nav ul li a {
  display: block;
  padding: 4px 12px;
}
.header-mega-nav-wrapper .header-mega-nav .extranet-mega-nav ul li a:hover {
  text-decoration: none;
  background: #6a6a6a;
}
@media screen and (max-width: 1200px) {
  .header-mega-nav-wrapper .header-mega-nav {
    width: 1024px;
  }
  .header-mega-nav-wrapper .header-mega-nav .product-mega-nav {
    width: 1230px;
  }
  .header-mega-nav-wrapper .header-mega-nav .product-mega-nav .search-form {
    padding-left: 24px;
    width: 335px;
    margin-right: 32px;
  }
  .header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu {
    width: 863px;
  }
  .header-mega-nav-wrapper .header-mega-nav .product-mega-nav .sub-menu .level-1-wrapper {
    width: 421px;
  }
}

.pager {
  text-align: right;
}
.pager li.pager-next,
.pager li.pager-last {
  display: inline-block;
}
.pager li.pager-next a,
.pager li.pager-last a {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}
.pager li.pager-first,
.pager li.pager-previous {
  float: left;
  display: inline-block;
}
.pager li.pager-first a,
.pager li.pager-previous a {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}
.pager li.pager-item,
.pager li.pager-current,
.pager li.pager-ellipsis {
  float: left;
  display: inline-block;
  font-size: 12px;
  padding: 0px 2px;
}
.pager li.pager-item a,
.pager li.pager-current a,
.pager li.pager-ellipsis a {
  text-decoration: none;
  color: black;
}
.pager li.pager-last.last {
  padding-right: 0px;
  margin-left: -5px;
}
.pager .ajax-progress {
  vertical-align: middle;
}

#block-menu-block-2,
#block-menu-block-3 {
  width: 100%;
  overflow: hidden;
}

#area-country-menu {
  display: none;
  padding: 0;
  width: 976px;
  background: none;
  border: 0;
}
#area-country-menu .ui-tabs-nav {
  border: 0;
  padding: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.8125em;
  line-height: 1.38462em;
  background: none;
}
#area-country-menu .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  height: 46px;
  float: left;
}
#area-country-menu .ui-tabs-nav li div {
  padding: 4px 0 8px;
  display: inline-block;
  background: url("../images/tab-footer-off-1px.png") repeat-x;
}
#area-country-menu .ui-tabs-nav li div a {
  border: 0;
  display: block;
  width: auto;
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  border-right: 1px solid #838383;
  outline: none;
  color: white;
  background: none;
}
#area-country-menu .ui-tabs-nav li div a:hover {
  color: #b9b9b9;
}
#area-country-menu .ui-tabs-nav li:first-child {
  background: url("../images/tab-footer-off-cap-left.png") no-repeat;
  padding-left: 16px;
}
#area-country-menu .ui-tabs-nav li:first-child a {
  padding-left: 10px;
}
#area-country-menu .ui-tabs-nav li:last-child {
  background: url("../images/tab-footer-off-cap-right.png") no-repeat 100% 0;
  padding-right: 16px;
}
#area-country-menu .ui-tabs-nav li:last-child a {
  border-right: none;
  padding-right: 10px;
}
#area-country-menu .ui-tabs-nav li.ui-tabs-active:first-child {
  background: url("../images/tab-footer-on-cap-left.png") no-repeat;
}
#area-country-menu .ui-tabs-nav li.ui-tabs-active:last-child {
  background: url("../images/tab-footer-on-cap-right.png") no-repeat 100% 0;
}
#area-country-menu .ui-tabs-nav li.ui-tabs-active div {
  background: url("../images/tab-footer-on-1px.png") repeat-x;
}
#area-country-menu .ui-tabs-nav li.ui-tabs-active a {
  color: #b9b9b9;
}
#area-country-menu .sub-menu {
  font-size: 0.75em;
  line-height: 1.5em;
  clear: both;
  overflow: hidden;
  width: auto;
  padding: 10px 0px;
  background: none;
  border: 0;
}
#area-country-menu .sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#area-country-menu .sub-menu ul li {
  list-style: none;
  width: 195px;
  height: 27px;
  margin: 0 20px 10px 0;
  padding-left: 10px;
  float: left;
  font-size: 12px;
}
#area-country-menu .sub-menu ul li a {
  color: white;
  text-decoration: none;
}
#area-country-menu .sub-menu ul li a:hover {
  text-decoration: underline;
}
#area-country-menu .global-link {
  text-align: right;
  width: 100%;
}
#area-country-menu .global-link a {
  font-size: 0.75em;
  line-height: 1.5em;
  color: white;
  text-decoration: none;
  padding-right: 10px;
  display: inline-block;
}

.category-box {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  font-family: 'Arial';
  height: 72px;
  padding: 0px;
  color: #000;
}
.category-box:hover {
  border: 1px solid #1ea0c6;
  text-decoration: none;
}
.category-box a {
  display: table;
  width: 100%;
  height: 100%;
  color: #000;
}
.category-box a:hover {
  text-decoration: none;
}
.category-box .left, .category-box .right {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.category-box .left {
  width: 100px;
  text-align: center;
}
.category-box .left img {
  display: block;
  width: auto;
  max-width: 100%;
}
.category-box .right {
  padding: 0.25em 1em;
}
.category-box h2 {
  font-size: 0.9375em;
  line-height: 1.6em;
  line-height: 1.125em;
  text-decoration: inherit;
}
.category-box span {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.category-box.no-children {
  margin-bottom: 20px;
}

.generic-box {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  padding: 5px 10px;
}

.title-paragraph, .box-list .offset-image > div, .box-collection .offset-image > div {
  font-family: 'Arial';
  padding: 20px;
  padding-top: 0px;
}
.title-paragraph h3, .box-list .offset-image > div h3, .box-collection .offset-image > div h3 {
  font-size: 0.9375em;
  line-height: 1.6em;
  margin-bottom: 0px;
  line-height: 1.125em;
  color: black;
}
.title-paragraph p, .box-list .offset-image > div p, .box-collection .offset-image > div p {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-top: 10px;
}

.promotion .title-paragraph, .promotion .box-list .offset-image > div, .box-list .promotion .offset-image > div, .promotion .box-collection .offset-image > div, .box-collection .promotion .offset-image > div {
  padding: 0;
}

.title-link-list, .box-list .offset-image > ul, .box-collection .offset-image > ul {
  padding: 30px;
  padding-top: 0px;
  display: table-cell;
}
.title-link-list li, .box-list .offset-image > ul li, .box-collection .offset-image > ul li {
  font-family: 'Arial';
}
.title-link-list li h3, .box-list .offset-image > ul li h3, .box-collection .offset-image > ul li h3 {
  font-size: 0.9375em;
  line-height: 1.6em;
  margin-bottom: 0px;
  color: black;
}
.title-link-list li a, .box-list .offset-image > ul li a, .box-collection .offset-image > ul li a {
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: bold;
}
.title-link-list .contact-us-bg-image > h3, .box-list .offset-image > ul .contact-us-bg-image > h3, .box-collection .offset-image > ul .contact-us-bg-image > h3 {
  background: url(../images/email-icon.png) left 5px no-repeat;
  padding-left: 30px;
}
.title-link-list .sales-office-info-bg-image > h3, .box-list .offset-image > ul .sales-office-info-bg-image > h3, .box-collection .offset-image > ul .sales-office-info-bg-image > h3 {
  background: url(../images/sales-office-icon.png) left 5px no-repeat;
  padding-left: 30px;
  line-height: 1.125em;
}
.title-link-list .distributor-info-bg-image > h3, .box-list .offset-image > ul .distributor-info-bg-image > h3, .box-collection .offset-image > ul .distributor-info-bg-image > h3 {
  background: url(../images/distributor-icon.png) left 5px no-repeat;
  padding-left: 30px;
}

.box-carousel {
  width: 100%;
  height: 270px;
  background: #000;
  position: relative;
  margin-bottom: 50px;
}
.box-carousel .arrow, .box-carousel .arrow-left, .box-carousel .arrow-right, .box-carousel #header .header-carousel .jcarousel-control-prev, #header .header-carousel .box-carousel .jcarousel-control-prev, .box-carousel #header .header-carousel .jcarousel-control-next, #header .header-carousel .box-carousel .jcarousel-control-next, .box-carousel .node-type-blog .blog-carousel .jcarousel-control-prev, .node-type-blog .blog-carousel .box-carousel .jcarousel-control-prev, .box-carousel .node-type-blog .blog-carousel .jcarousel-control-next, .node-type-blog .blog-carousel .box-carousel .jcarousel-control-next {
  width: 37px;
  height: 47px;
  position: absolute;
  top: 50%;
  margin-top: -23.5px;
  cursor: pointer;
}
.box-carousel .arrow-left {
  left: -10px;
  background: url("../images/../images/industrials_sprite_sheet.png") -50px -56px no-repeat;
}
.box-carousel .arrow-right {
  right: -10px;
  background: url("../images/../images/industrials_sprite_sheet.png") -108px -56px no-repeat;
}
.box-carousel .details {
  position: absolute;
  top: 100%;
  right: 0px;
  font-family: 'Arial';
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 2.625em;
  font-weight: bold;
}

/*********************************************************
** LISTS
** Defines lists and list type functionality
*********************************************************/
.column-collection, .box-list, .box-collection {
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  margin: 0px;
}
.column-collection:before, .box-list:before, .box-collection:before, .column-collection:after, .box-list:after, .box-collection:after {
  content: " ";
  display: table;
}
.column-collection:after, .box-list:after, .box-collection:after {
  clear: both;
}
.column-collection.two-column > li, .two-column.box-list > li, .two-column.box-collection > li, .column-collection.two-column > div, .two-column.box-list > div, .two-column.box-collection > div, .column-collection.two-column > ul, .two-column.box-list > ul, .two-column.box-collection > ul {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%;
}
.column-collection.two-column > li:last-child, .two-column.box-list > li:last-child, .two-column.box-collection > li:last-child, .column-collection.two-column > div:last-child, .two-column.box-list > div:last-child, .two-column.box-collection > div:last-child, .column-collection.two-column > ul:last-child, .two-column.box-list > ul:last-child, .two-column.box-collection > ul:last-child {
  margin-right: 0;
}
.column-collection.two-column > li:nth-child(2n), .two-column.box-list > li:nth-child(2n), .two-column.box-collection > li:nth-child(2n), .column-collection.two-column > div:nth-child(2n), .two-column.box-list > div:nth-child(2n), .two-column.box-collection > div:nth-child(2n), .column-collection.two-column > ul:nth-child(2n), .two-column.box-list > ul:nth-child(2n), .two-column.box-collection > ul:nth-child(2n) {
  margin-right: 0;
}
.column-collection.two-column > li:nth-child(2n+1), .two-column.box-list > li:nth-child(2n+1), .two-column.box-collection > li:nth-child(2n+1), .column-collection.two-column > div:nth-child(2n+1), .two-column.box-list > div:nth-child(2n+1), .two-column.box-collection > div:nth-child(2n+1), .column-collection.two-column > ul:nth-child(2n+1), .two-column.box-list > ul:nth-child(2n+1), .two-column.box-collection > ul:nth-child(2n+1) {
  clear: left;
}
.column-collection.three-column > li, .three-column.box-list > li, .three-column.box-collection > li, .column-collection.three-column > div, .three-column.box-list > div, .three-column.box-collection > div, .column-collection.three-column > ul, .three-column.box-list > ul, .three-column.box-collection > ul {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 31.96721%;
}
.column-collection.three-column > li:last-child, .three-column.box-list > li:last-child, .three-column.box-collection > li:last-child, .column-collection.three-column > div:last-child, .three-column.box-list > div:last-child, .three-column.box-collection > div:last-child, .column-collection.three-column > ul:last-child, .three-column.box-list > ul:last-child, .three-column.box-collection > ul:last-child {
  margin-right: 0;
}
.column-collection.three-column > li:nth-child(3n), .three-column.box-list > li:nth-child(3n), .three-column.box-collection > li:nth-child(3n), .column-collection.three-column > div:nth-child(3n), .three-column.box-list > div:nth-child(3n), .three-column.box-collection > div:nth-child(3n), .column-collection.three-column > ul:nth-child(3n), .three-column.box-list > ul:nth-child(3n), .three-column.box-collection > ul:nth-child(3n) {
  margin-right: 0;
}
.column-collection.three-column > li:nth-child(3n+1), .three-column.box-list > li:nth-child(3n+1), .three-column.box-collection > li:nth-child(3n+1), .column-collection.three-column > div:nth-child(3n+1), .three-column.box-list > div:nth-child(3n+1), .three-column.box-collection > div:nth-child(3n+1), .column-collection.three-column > ul:nth-child(3n+1), .three-column.box-list > ul:nth-child(3n+1), .three-column.box-collection > ul:nth-child(3n+1) {
  clear: left;
}
.column-collection.three-column.third-50-percent > :nth-child(1), .three-column.third-50-percent.box-list > :nth-child(1), .three-column.third-50-percent.box-collection > :nth-child(1), .column-collection.three-column.third-50-percent > :nth-child(2), .three-column.third-50-percent.box-list > :nth-child(2), .three-column.third-50-percent.box-collection > :nth-child(2) {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%;
}
.column-collection.three-column.third-50-percent > :nth-child(1):last-child, .three-column.third-50-percent.box-list > :nth-child(1):last-child, .three-column.third-50-percent.box-collection > :nth-child(1):last-child, .column-collection.three-column.third-50-percent > :nth-child(2):last-child, .three-column.third-50-percent.box-list > :nth-child(2):last-child, .three-column.third-50-percent.box-collection > :nth-child(2):last-child {
  margin-right: 0;
}
.column-collection.three-column.third-50-percent > :nth-child(3), .three-column.third-50-percent.box-list > :nth-child(3), .three-column.third-50-percent.box-collection > :nth-child(3) {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%;
}
.column-collection.three-column.third-50-percent > :nth-child(3):last-child, .three-column.third-50-percent.box-list > :nth-child(3):last-child, .three-column.third-50-percent.box-collection > :nth-child(3):last-child {
  margin-right: 0;
}
.column-collection.four-column > li, .four-column.box-list > li, .four-column.box-collection > li, .column-collection.four-column > div, .four-column.box-list > div, .four-column.box-collection > div, .column-collection.four-column > ul, .four-column.box-list > ul, .four-column.box-collection > ul {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%;
}
.column-collection.four-column > li:last-child, .four-column.box-list > li:last-child, .four-column.box-collection > li:last-child, .column-collection.four-column > div:last-child, .four-column.box-list > div:last-child, .four-column.box-collection > div:last-child, .column-collection.four-column > ul:last-child, .four-column.box-list > ul:last-child, .four-column.box-collection > ul:last-child {
  margin-right: 0;
}
.column-collection.four-column > li:nth-child(4n), .four-column.box-list > li:nth-child(4n), .four-column.box-collection > li:nth-child(4n), .column-collection.four-column > div:nth-child(4n), .four-column.box-list > div:nth-child(4n), .four-column.box-collection > div:nth-child(4n), .column-collection.four-column > ul:nth-child(4n), .four-column.box-list > ul:nth-child(4n), .four-column.box-collection > ul:nth-child(4n) {
  margin-right: 0;
}
.column-collection.four-column > li:nth-child(4n+1), .four-column.box-list > li:nth-child(4n+1), .four-column.box-collection > li:nth-child(4n+1), .column-collection.four-column > div:nth-child(4n+1), .four-column.box-list > div:nth-child(4n+1), .four-column.box-collection > div:nth-child(4n+1), .column-collection.four-column > ul:nth-child(4n+1), .four-column.box-list > ul:nth-child(4n+1), .four-column.box-collection > ul:nth-child(4n+1) {
  clear: left;
}

.lt-ie9 .column-collection.three-column .third, .lt-ie9 .three-column.box-list .third, .lt-ie9 .three-column.box-collection .third {
  margin-right: 0;
}

.lt-ie9 .column-collection.two-column div, .lt-ie9 .two-column.box-list div, .lt-ie9 .two-column.box-collection div {
  margin-left: 1em;
  margin-right: 0;
}
.lt-ie9 .column-collection.two-column div:first-child, .lt-ie9 .two-column.box-list div:first-child, .lt-ie9 .two-column.box-collection div:first-child {
  margin: 0;
}

.box-list > li, .box-list > div, .box-collection > li, .box-collection > div {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  margin-bottom: 20px;
}
.box-list.three-column.center-stack > :nth-child(1), .box-list.three-column.center-stack > :nth-child(3), .box-collection.three-column.center-stack > :nth-child(1), .box-collection.three-column.center-stack > :nth-child(3) {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%;
}
.box-list.three-column.center-stack > :nth-child(1):last-child, .box-list.three-column.center-stack > :nth-child(3):last-child, .box-collection.three-column.center-stack > :nth-child(1):last-child, .box-collection.three-column.center-stack > :nth-child(3):last-child {
  margin-right: 0;
}
.box-list.three-column.center-stack > :nth-child(2), .box-collection.three-column.center-stack > :nth-child(2) {
  padding: 0px;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%;
  border: 0px;
  background: transparent;
  box-shadow: none;
}
.box-list.three-column.center-stack > :nth-child(2):last-child, .box-collection.three-column.center-stack > :nth-child(2):last-child {
  margin-right: 0;
}
.box-list.three-column.center-stack > :nth-child(2) > div, .box-collection.three-column.center-stack > :nth-child(2) > div {
  width: 100%;
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  padding: 10px;
}
.box-list.three-column.center-stack > :nth-child(2) > div:nth-child(1), .box-collection.three-column.center-stack > :nth-child(2) > div:nth-child(1) {
  margin-bottom: 20px;
}
.box-list.category-boxes > li, .box-list.category-boxes > div, .box-collection.category-boxes > li, .box-collection.category-boxes > div {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  font-family: 'Arial';
  height: 72px;
  padding: 0px;
  color: #000;
}
.box-list.category-boxes > li:hover, .box-list.category-boxes > div:hover, .box-collection.category-boxes > li:hover, .box-collection.category-boxes > div:hover {
  border: 1px solid #1ea0c6;
  text-decoration: none;
}
.box-list.category-boxes > li a, .box-list.category-boxes > div a, .box-collection.category-boxes > li a, .box-collection.category-boxes > div a {
  display: table;
  width: 100%;
  height: 100%;
  color: #000;
}
.box-list.category-boxes > li a:hover, .box-list.category-boxes > div a:hover, .box-collection.category-boxes > li a:hover, .box-collection.category-boxes > div a:hover {
  text-decoration: none;
}
.box-list.category-boxes > li .left, .box-list.category-boxes > li .right, .box-list.category-boxes > div .left, .box-list.category-boxes > div .right, .box-collection.category-boxes > li .left, .box-collection.category-boxes > li .right, .box-collection.category-boxes > div .left, .box-collection.category-boxes > div .right {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.box-list.category-boxes > li .left, .box-list.category-boxes > div .left, .box-collection.category-boxes > li .left, .box-collection.category-boxes > div .left {
  width: 100px;
  text-align: center;
}
.box-list.category-boxes > li .left img, .box-list.category-boxes > div .left img, .box-collection.category-boxes > li .left img, .box-collection.category-boxes > div .left img {
  display: block;
  width: auto;
  max-width: 100%;
}
.box-list.category-boxes > li .right, .box-list.category-boxes > div .right, .box-collection.category-boxes > li .right, .box-collection.category-boxes > div .right {
  padding: 0.25em 1em;
}
.box-list.category-boxes > li h2, .box-list.category-boxes > div h2, .box-collection.category-boxes > li h2, .box-collection.category-boxes > div h2 {
  font-size: 0.9375em;
  line-height: 1.6em;
  line-height: 1.125em;
  text-decoration: inherit;
}
.box-list.category-boxes > li span, .box-list.category-boxes > div span, .box-collection.category-boxes > li span, .box-collection.category-boxes > div span {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.box-list .offset-image img, .box-collection .offset-image img {
  float: left;
}
.box-list .offset-image > div, .box-collection .offset-image > div {
  display: table-cell;
  font-family: 'Arial';
}

.breakout_box_wrapper {
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.breakout_box_wrapper:before, .breakout_box_wrapper:after {
  content: " ";
  display: table;
}
.breakout_box_wrapper:after {
  clear: both;
}
.breakout_box_wrapper .breakout_box {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%;
  margin-bottom: 20px;
}
.breakout_box_wrapper .breakout_box:last-child {
  margin-right: 0;
}
.breakout_box_wrapper .breakout_box:nth-child(2n) {
  margin-right: 0;
}
.breakout_box_wrapper .breakout_box:nth-child(2n+1) {
  clear: left;
}
.breakout_box_wrapper .breakout_box h3 {
  color: black;
}
.breakout_box_wrapper .breakout_box.end {
  margin-right: 0;
}
.breakout_box_wrapper .breakout_box.videos {
  position: relative;
}
.breakout_box_wrapper .breakout_box.videos ul {
  margin: 0;
}
.breakout_box_wrapper .breakout_box.videos ul li {
  min-height: 300px;
}
.pidseu .breakout_box_wrapper .breakout_box.videos ul li {
  min-height: 270px;
}
.breakout_box_wrapper .breakout_box.videos .breakout-single-video iframe {
  width: 478px;
  height: 300px;
}
.pidseu .breakout_box_wrapper .breakout_box.videos .breakout-single-video iframe {
  min-height: 270px;
}
.breakout_box_wrapper .breakout_box.free-html {
  font-size: 0.75em;
  line-height: 1.5em;
  min-height: 300px;
}
.pidseu .breakout_box_wrapper .breakout_box.free-html {
  min-height: 270px;
}
.breakout_box_wrapper .breakout_box.free-html .generic-box {
  min-height: 300px;
  padding: 0px 20px;
}
.pidseu .breakout_box_wrapper .breakout_box.free-html .generic-box {
  min-height: 270px;
}

.date-item-list {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  font-family: 'Arial';
  padding: 20px;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%;
  min-height: 300px;
  box-sizing: border-box;
}
.date-item-list:last-child {
  margin-right: 0;
}
.date-item-list h3 {
  font-size: 0.9375em;
  line-height: 1.6em;
  margin-bottom: 0px;
  margin-top: 0px;
  color: black;
}
.date-item-list ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.date-item-list ul li {
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
}
.date-item-list ul li span.date {
  float: left;
  display: block;
  margin-right: 4.1841%;
  width: 21.86192%;
  vertical-align: middle;
}
.date-item-list ul li span.date:last-child {
  margin-right: 0;
}
.date-item-list ul li a {
  float: left;
  display: block;
  margin-right: 4.1841%;
  width: 73.95397%;
  text-decoration: none;
  color: #1ea0c6;
  background: url("../images/right-arrow-sml.png") 0px 6px no-repeat;
  padding-left: 15px;
  height: 18px;
}
.date-item-list ul li a:last-child {
  margin-right: 0;
}
.lt-ie9 .date-item-list ul li a {
  margin-right: 0;
}
.date-item-list ul li a:hover {
  text-decoration: underline;
}
.date-item-list ul li a span.icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
  height: 17px;
  width: 17px;
  background: url("../images/../images/industrials_sprite_sheet.png") -452px -164px no-repeat;
  margin-bottom: -4px;
  margin-left: 6px;
}
.date-item-list.news-release > h3 {
  background: url(../images/news-releases-icon.png) left center no-repeat;
  padding-left: 30px;
  color: black;
}
.date-item-list.fairs-and-events > h3 {
  background: url(../images/fairs-and-events-icon.png) left center no-repeat;
  padding-left: 30px;
  color: black;
}
.date-item-list.news-release span.title, .date-item-list.fairs-and-events span.title {
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.date-item-list.whats-new ul li {
  position: relative;
  margin-bottom: 5px;
  height: 21px;
}
.date-item-list.whats-new ul li span.title {
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.date-item-list.whats-new ul li span.title:hover {
  text-decoration: underline;
}
.date-item-list.whats-new ul li span.news-icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 26px;
  height: 21px;
  vertical-align: top;
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat;
  background-position: -407px -646px;
  opacity: 0.6;
  /*    .pidseu & {
          opacity: 0.6;
          .lt-ie9 & {
              filter: alpha(opacity=60);
          }
      }*/
  position: absolute;
}
.lt-ie9 .date-item-list.whats-new ul li span.news-icon {
  filter: alpha(opacity=60);
}
.date-item-list.whats-new ul li span.news-icon.event {
  background-position: -483px -645px;
}
.date-item-list.whats-new ul li span.news-icon.new-product-introductions {
  background-position: -370px -644px;
}
.date-item-list.whats-new ul li span.news-icon.newsletter {
  background-position: -596px -646px;
}
.date-item-list.whats-new ul li span.news-icon.press-release {
  background-position: -407px -646px;
}
.date-item-list.whats-new ul li span.news-icon.product-notices {
  background-position: -324px -646px;
}
.date-item-list.whats-new ul li span.news-icon.special-offer {
  background-position: -560px -645px;
}
.date-item-list.whats-new ul li span.news-icon.trade-show {
  background-position: -522px -647px;
}
.date-item-list.whats-new ul li span.news-icon.white-paper {
  background-position: -445px -648px;
}
.date-item-list.whats-new ul li span.news-icon.blog {
  background-position: -632px -645px;
}
.date-item-list.whats-new ul li span.date {
  padding-left: 34px;
  float: left;
  display: block;
  margin-right: 4.1841%;
  width: 26.20293%;
}
.date-item-list.whats-new ul li span.date:last-child {
  margin-right: 0;
}
.date-item-list.whats-new ul li a {
  float: left;
  display: block;
  margin-right: 4.1841%;
  width: 69.61297%;
}
.date-item-list.whats-new ul li a:last-child {
  margin-right: 0;
}
.lt-ie9 .date-item-list.whats-new ul li a {
  margin-right: 0;
}

ul.full-link {
  list-style: none;
  padding: 0px;
}
ul.link-and-description {
  list-style: none;
  padding: 0px;
}
ul.link-and-description > li > a {
  width: 150px;
}

.slide-down-link-list {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
}
.slide-down-link-list ul {
  list-style: none;
  padding: 0px;
  display: none;
  margin-bottom: 10px;
}
.slide-down-link-list ul > li {
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: bold;
}
.slide-down-link-list label {
  font-size: 0.9375em;
  line-height: 1.6em;
  font-family: 'Arial';
  cursor: pointer;
  line-height: 50px;
  margin-top: -10px;
  color: #1ea0c6;
}
.slide-down-link-list label span.show {
  background: url("../images/category-box-show-products-down.png") right center no-repeat;
}
.slide-down-link-list label span.hide {
  background: url("../images/category-box-show-products-up.png") right center no-repeat;
}
.slide-down-link-list.closed label span.show {
  display: block;
}
.slide-down-link-list.closed label span.hide {
  display: none;
}
.slide-down-link-list.open label span.show {
  display: none;
}
.slide-down-link-list.open label span.hide {
  display: block;
}

.category-list {
  padding-left: 30px;
  margin-top: 30px;
}
.category-list h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.375em;
  line-height: 1.36364em;
}
.category-list ul {
  list-style: none;
  padding: 0px;
  font-family: 'Arial';
  font-size: 0.75em;
  line-height: 1.5em;
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.category-list ul:before, .category-list ul:after {
  content: " ";
  display: table;
}
.category-list ul:after {
  clear: both;
}
.category-list ul > li {
  margin-bottom: 10px;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 91.4959%;
}
.category-list ul > li:last-child {
  margin-right: 0;
}
.category-list ul > li > a {
  width: 200px;
  font-weight: bold;
  float: left;
  display: block;
  margin-right: 2.23964%;
  width: 25.6439%;
}
.category-list ul > li > a:last-child {
  margin-right: 0;
}
.lt-ie9 .category-list ul > li > a {
  margin-right: 0;
}
.category-list ul > li > span {
  float: left;
  display: block;
  margin-right: 2.23964%;
  width: 72.11646%;
}
.category-list ul > li > span:last-child {
  margin-right: 0;
}

/*************************************
*** Search results
*
* 
    
**************************************/
.pidseu-search-page {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.pidseu-search-page .pidseu-search-form-wrapper {
  width: 100%;
  text-align: center;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.lt-ie9 .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form {
  width: 600px;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form {
  overflow: hidden;
  position: relative;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form .form-item {
  width: 500px;
  float: left;
  margin: 0;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form .form-item label {
  display: none;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form .form-item input[type="text"] {
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  width: 100%;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form .form-item input[type="text"].error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form .form-item input[type="text"] {
  border: 1px solid #cacaca;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form span.search-active {
  background: url("../images/ajax-loader.gif") top right no-repeat #ffffff;
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form input[type="submit"] {
  float: left;
  margin: 0px 0px 0px 10px;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form ul {
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  padding-left: 10px;
  float: left;
  clear: left;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form a.back-to-results {
  margin-top: 6px;
  display: block;
  color: #1ea0c6;
  text-decoration: none;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form a.back-to-results:hover {
  text-decoration: underline;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form a.back-to-results span.icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 17px;
  width: 17px;
  background: url("../images/../images/industrials_sprite_sheet.png") -452px -164px no-repeat;
  margin-bottom: -4px;
  margin-left: 6px;
}
.pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form div.pidseu_search_warning {
  font-family: 'Open Sans Condensed', sans-serif;
  float: left;
  text-transform: uppercase;
  padding: 25px 0px 0px 40px;
  color: #c11500;
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 10px 0px 0px 10px;
  clear: both;
}
.pidseu-search-page .pidseu-search-filter-tabs {
  text-align: center;
}
.pidseu-search-page .pidseu-search-filter-tabs ul {
  border: 1px solid #cacaca;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  border-radius: 4px;
  list-style: none;
  padding: 0;
}
.pidseu-search-page .pidseu-search-filter-tabs ul li {
  font-family: 'Open Sans Condensed', sans-serif;
  float: left;
  margin: 0px;
  border-left: 1px solid white;
  border-right: 1px solid #cacaca;
  height: 41px;
  list-style: none;
}
.pidseu-search-page .pidseu-search-filter-tabs ul li a {
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  padding: 10px 27px;
  display: block;
  height: 41px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
}
.pidseu-search-page .pidseu-search-filter-tabs ul li a.active-trail, .pidseu-search-page .pidseu-search-filter-tabs ul li a:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.pidseu-search-page .pidseu-search-filter-tabs ul li a:visited {
  color: #333333;
}
.pidseu-search-page .pidseu-search-filter-tabs ul > :nth-child(1) {
  border-left: none;
}
.pidseu-search-page .pidseu-search-filter-tabs ul > :nth-last-child(1) {
  border-right: none;
}
.pidseu-search-page .pidseu-search-results-wrapper h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4375em;
  line-height: 1.30435em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.pidseu-search-page .pidseu-search-results-wrapper .no-results ul, .pidseu-search-page .pidseu-search-results-wrapper .no-results ol {
  margin: 1em 0;
}
.pidseu-search-page .pidseu-search-results-wrapper .no-results p, .pidseu-search-page .pidseu-search-results-wrapper .no-results li {
  font-size: 12px;
}
.pidseu-search-page .pidseu-search-results-wrapper .no-results p {
  margin-top: 0;
}
.pidseu-search-page .pidseu-search-results-wrapper .search-results {
  margin: 0;
  padding: 0;
}
.pidseu-search-page .pidseu-search-results-wrapper .search-results li {
  font-size: 0.75em;
  line-height: 1.5em;
}
.pidseu-search-page .pidseu-search-results-wrapper .search-results p.title {
  font-weight: bold;
  margin: 5px 0;
}
.pidseu-search-page .pidseu-search-results-wrapper .search-results p a {
  color: #1ea0c6;
  text-decoration: none;
}
.pidseu-search-page .pidseu-search-results-wrapper .search-results .search-snippet-info {
  padding: 0 0 10px 0;
}
.pidseu-search-page .pidseu-search-results-wrapper .search-results .search-snippet-info .search-url {
  margin: 5px 0;
}
.pidseu-search-page .pidseu-search-results-wrapper .search-results .search-snippet-info .search-url a {
  color: #a3a3a3;
  text-decoration: none;
}
.pidseu-search-page .pidseu-search-results-wrapper .search-results .search-snippet-info .search-url a:hover {
  text-decoration: underline;
}

/*************************************
*** Jcarousel styles
**************************************/
.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel ul {
  list-style: none;
  padding: 0px;
  position: relative;
  margin: 0;
}
.jcarousel ul li {
  float: left;
}

.jcarousel-control-prev,
.jcarousel-control-next {
  width: 34px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  text-indent: -9999em;
  background: url("../images/industrials_sprite_sheet.png") no-repeat;
  outline: none;
}

.jcarousel-control-prev {
  background-position: -584px -59px;
  left: -17px;
}
.breakout_box .jcarousel-control-prev {
  background-position: -585px -60px;
}

.jcarousel-control-next {
  background-position: -628px -59px;
  right: -17px;
}
.breakout_box .jcarousel-control-next {
  background-position: -629px -60px;
}

.jcarousel-controls {
  position: absolute;
  bottom: 15px;
  right: 150px;
}
.jcarousel-controls a {
  background: url("../images/industrials_sprite_sheet.png") no-repeat;
  display: inline-block;
  text-indent: -9999em;
  outline: none;
  width: 12px;
  height: 17px;
}
.jcarousel-controls a.jcarousel-autocontrol {
  float: left;
  background-position: -605px -576px;
}
.jcarousel-controls a.jcarousel-autocontrol.play {
  background-position: -583px -576px;
}
.jcarousel-controls .jcarousel-pagination {
  float: left;
}
.jcarousel-controls .jcarousel-pagination a {
  background-position: -60px -574px;
  margin-left: 10px;
}
.jcarousel-controls .jcarousel-pagination a.inactive {
  background-position: -85px -574px;
}

.ui-autocomplete {
  z-index: 600;
  font-size: 0.75em;
  line-height: 1.5em;
}
.ui-autocomplete a {
  color: #6a6a6a;
}

.social-links {
  width: 100%;
  padding: 0;
  text-align: center;
}
.social-links > li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.social-links li {
  height: 32px;
  width: 32px;
  font-size: 0px;
}
.social-links li .youtube {
  background: url("../images/../images/industrials_sprite_sheet.png") -58px -406px no-repeat;
}
.social-links li .facebook {
  background: url("../images/../images/industrials_sprite_sheet.png") -95px -406px no-repeat;
}
.social-links li .google {
  background: url("../images/../images/industrials_sprite_sheet.png") -132px -406px no-repeat;
}
.social-links li .twitter {
  background: url("../images/../images/industrials_sprite_sheet.png") -169px -406px no-repeat;
}
.social-links li .email {
  background: url("../images/../images/industrials_sprite_sheet.png") -206px -406px no-repeat;
}
.social-links li .print {
  background: url("../images/../images/industrials_sprite_sheet.png") -242px -406px no-repeat;
}
.social-links li .linkedin {
  background: url("../images/../images/industrials_sprite_sheet.png") -278px -406px no-repeat;
}
.social-links li .blog {
  background: url("../images/../images/industrials_sprite_sheet.png") -315px -406px no-repeat;
}
.social-links li a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 100%;
  width: 100%;
}

.news_and_events_list {
  font-size: 0.75em;
  line-height: 1.5em;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  vertical-align: top;
  list-style: none;
  padding: 0;
}
.news_and_events_list a:link, .news_and_events_list a:visited {
  color: #1ea0c6;
  text-decoration: none;
  font-weight: bold;
}
.news_and_events_list li {
  margin-top: 12px;
}
.news_and_events_list li .views-field-field-event-date {
  width: 195px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
}
.news_and_events_list li .views-field-field-event-date a:hover {
  text-decoration: underline;
}
.news_and_events_list li .views-field-title {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 522px;
}
.news_and_events_list .pager li {
  display: inline;
  float: none;
  position: absolute;
  left: 0px;
  padding: 0px;
}
.news_and_events_list .pager li.pager-next {
  left: 143px;
}

.node-type-category-page .evaluation-kits-list {
  padding-left: 30px;
}
.evaluation-kits-list h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.375em;
  line-height: 1.36364em;
}
.evaluation-kits-list p {
  margin-top: 0;
}
.evaluation-kits-list ul {
  list-style: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.ecatalog-page .evaluation-kits-list ul {
  margin: 20px 0px 0px 0px;
}
.evaluation-kits-list ul:before, .evaluation-kits-list ul:after {
  content: " ";
  display: table;
}
.evaluation-kits-list ul:after {
  clear: both;
}
.evaluation-kits-list ul li {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 91.4959%;
  padding: 10px 0px 0px 0px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid white;
}
.evaluation-kits-list ul li:last-child {
  margin-right: 0;
}
.evaluation-kits-list ul li.first {
  border-top: 0px;
}
.evaluation-kits-list ul li a.title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  height: 25px;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}
.evaluation-kits-list ul li span.icon {
  background: url("../images/industrials_sprite_sheet.png") no-repeat -398px -231px;
  width: 18px;
  height: 25px;
  display: inline-block;
  margin-right: 18px;
}
.evaluation-kits-list ul li .details {
  font-size: 12px;
  line-height: 22.5px;
  display: none;
}
.evaluation-kits-list ul li .details .details-top {
  background: #e5e5e5;
  overflow: hidden;
}
.evaluation-kits-list ul li .details .details-top .image.left {
  padding: 20px 0px 20px 20px;
  float: left;
  display: block;
  margin-right: 2.23964%;
  width: 39.58567%;
}
.evaluation-kits-list ul li .details .details-top .image.left:last-child {
  margin-right: 0;
}
.evaluation-kits-list ul li .details .details-top .content {
  padding: 20px;
}
.evaluation-kits-list ul li .details .details-top .content h3 {
  margin: 0px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  color: black;
}
.evaluation-kits-list ul li .details .details-top .content span.new {
  width: 47px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background: url("../images/industrials_sprite_sheet.png") no-repeat -246px -646px;
}
.evaluation-kits-list ul li .details .details-top .content .body_value {
  margin-top: 8px;
}
.evaluation-kits-list ul li .details .details-top .content .body_value p {
  margin-bottom: 1em;
}
.ecatalog-page .evaluation-kits-list ul li .details .details-top .content .body_value p {
  line-height: 22.5px;
}
.evaluation-kits-list ul li .details .details-top .content.right {
  float: left;
  display: block;
  margin-right: 2.23964%;
  width: 58.17469%;
  margin-right: 0;
  padding: 20px 20px 20px 0px;
}
.evaluation-kits-list ul li .details .details-top .content.right:last-child {
  margin-right: 0;
}
.evaluation-kits-list ul li .details .downloads {
  background: #f0f0f0;
  border-top: 1px solid white;
  padding: 20px;
  clear: both;
}
.evaluation-kits-list ul li .details .downloads h3 {
  color: black;
}
.ecatalog-page .evaluation-kits-list ul li .details .downloads h3 {
  margin-left: 0px;
}
.ecatalog-page .evaluation-kits-list ul li .details .downloads p {
  line-height: 22.5px;
}
.evaluation-kits-list ul li.open a.title .icon {
  background-position: -452px -230px;
}

/*********************************************************
** FORMS
** Defines forms / fields styles
*********************************************************/
input {
  outline: none;
}

label {
  margin: 0.5em 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.25em;
  line-height: 1.2em;
}

input {
  font-size: 0.75em;
  line-height: 1.5em;
}

.description {
  font-size: 0.9375em;
  line-height: 1.6em;
  margin: 0.5em 0;
  color: #6a6a6a;
}

.button, .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form input[type="submit"], form.pidseu_search input[type="submit"], .hearst-feed-search-form input[type="submit"], .menu-name-menu-extranet-menu ul.menu li a, button, .form-submit {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

.tight-button {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  padding: 0px 10px;
  line-height: 22px;
  height: 22px;
}

form#user-login input[type="text"], form#user-login input[type="password"],
form#user-login-form input[type="text"],
form#user-login-form input[type="password"] {
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
}
form#user-login input[type="text"].error, form#user-login input[type="password"].error,
form#user-login-form input[type="text"].error,
form#user-login-form input[type="password"].error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 form#user-login input[type="text"], .lt-ie9 form#user-login input[type="password"], .lt-ie9
form#user-login-form input[type="text"], .lt-ie9
form#user-login-form input[type="password"] {
  border: 1px solid #cacaca;
}

.node-webform form {
  padding-left: 30px;
  margin-bottom: 20px;
}
.no-sidebars .node-webform form {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 74.4877%;
}
.no-sidebars .node-webform form:last-child {
  margin-right: 0;
}
.one-sidebar .node-webform form {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 100%;
}
.one-sidebar .node-webform form:last-child {
  margin-right: 0;
}
.node-webform form fieldset {
  padding: 0px 0px 20px 0px;
  margin: 0;
  border: 0;
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 100%;
}
.node-webform form fieldset:last-child {
  margin-right: 0;
}
.node-webform form fieldset legend {
  width: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em;
  line-height: 1.25em;
  padding-bottom: 5px;
}
.node-webform form fieldset .fieldset-wrapper {
  padding-top: 10px;
}
.node-webform form .form-item {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 100%;
  margin: 1em 0;
}
.node-webform form .form-item .select-wrapper {
  position: relative;
  line-height: 1;
}
.node-webform form .form-item .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
.node-webform form .form-item .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.node-webform form .form-item .customSelect.date-month {
  margin-left: 24px;
}
.node-webform form .form-item .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
.node-webform form .form-item .customSelect.error {
  border: 1px solid #c11500;
}
.node-webform form .form-item .hasCustomSelect {
  cursor: pointer;
}
.node-webform form .form-item .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
.node-webform form .form-item .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.node-webform form .form-item .hasCustomSelect + .ajax-progress .message {
  display: none;
}
.node-webform form .form-item .select-wrapper {
  height: 41px;
}
.node-webform form .form-item:last-child {
  margin-right: 0;
}
.node-webform form .form-item input {
  font-size: 1em;
}
.node-webform form .form-item input[type="text"],
.node-webform form .form-item input[type="email"] {
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
}
.node-webform form .form-item input[type="text"].error,
.node-webform form .form-item input[type="email"].error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .node-webform form .form-item input[type="text"], .lt-ie9
.node-webform form .form-item input[type="email"] {
  border: 1px solid #cacaca;
}
.node-webform form .form-item select {
  width: 100%;
}
.node-webform form .form-item.webform-container-inline label {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 31.49931%;
}
.node-webform form .form-item.webform-container-inline label:last-child {
  margin-right: 0;
}
.node-webform form .form-item.webform-container-inline input, .node-webform form .form-item.webform-container-inline .select-wrapper {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 65.74966%;
}
.node-webform form .form-item.webform-container-inline input:last-child, .node-webform form .form-item.webform-container-inline .select-wrapper:last-child {
  margin-right: 0;
}
.lt-ie9 .node-webform form .form-item.webform-container-inline input, .lt-ie9 .node-webform form .form-item.webform-container-inline .select-wrapper {
  margin-right: 0;
}
.node-webform form .form-actions {
  clear: both;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 74.4877%;
}
.node-webform form .form-actions:last-child {
  margin-right: 0;
}
.node-webform form.industrials-contact-form .webform_code-textfield {
  display: none !important;
}
.node-webform form.industrials-contact-form fieldset .form-item {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 100%;
}
.node-webform form.industrials-contact-form fieldset .form-item:last-child {
  margin-right: 0;
}
.node-webform form.industrials-contact-form fieldset#webform-component-select-an-area-of-interest .form-item {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 48.62448%;
}
.node-webform form.industrials-contact-form fieldset#webform-component-select-an-area-of-interest .form-item:last-child {
  margin-right: 0;
}
.node-webform form.industrials-contact-form fieldset#webform-component-select-an-area-of-interest .form-item#webform-component-select-an-area-of-interest--product-category {
  padding-right: 20px;
}
.lt-ie9 .node-webform form.industrials-contact-form fieldset#webform-component-select-an-area-of-interest .form-item#webform-component-select-an-area-of-interest--select-product {
  margin-right: 0;
}
.node-webform form.industrials-contact-form fieldset#webform-component-select-an-area-of-interest .form-item .select-wrapper {
  position: relative;
}
.node-webform form.industrials-contact-form fieldset #webform-component-enter-your-information--address {
  margin: 0;
}
.node-webform form.industrials-contact-form fieldset #webform-component-enter-your-information--address > label {
  display: none;
}
.node-webform form.industrials-contact-form .form-actions .ajax-progress {
  width: 16px;
  height: 16px;
  background: url("../images/ajax-loader.gif") no-repeat;
}

.webform-confirmation {
  padding-left: 30px;
}
.webform-confirmation p {
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 1.875em;
}

form.pidseu_search {
  position: relative;
}
form.pidseu_search .form-item {
  width: 500px;
  float: left;
  margin: 0;
}
form.pidseu_search .form-item label {
  display: none;
}
form.pidseu_search .form-item input[type="text"] {
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  width: 100%;
}
form.pidseu_search .form-item input[type="text"].error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 form.pidseu_search .form-item input[type="text"] {
  border: 1px solid #cacaca;
}
form.pidseu_search span.search-active {
  background: url("../images/ajax-loader.gif") top right no-repeat #ffffff;
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
}
form.pidseu_search input[type="submit"] {
  float: left;
  margin: 0px 0px 0px 10px;
}
form.pidseu_search p {
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 1.875em;
}

.hearst-feed-search-form {
  overflow: hidden;
  position: relative;
}
.hearst-feed-search-form .form-item {
  width: 500px;
  float: left;
  margin: 0;
}
.hearst-feed-search-form .form-item label {
  display: none;
}
.hearst-feed-search-form .form-item input[type="text"] {
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  width: 100%;
}
.hearst-feed-search-form .form-item input[type="text"].error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .hearst-feed-search-form .form-item input[type="text"] {
  border: 1px solid #cacaca;
}
.hearst-feed-search-form span.search-active {
  background: url("../images/ajax-loader.gif") top right no-repeat #ffffff;
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
}
.hearst-feed-search-form input[type="submit"] {
  float: left;
  margin: 0px 0px 0px 10px;
}
.hearst-feed-search-form .form-item-stock-search {
  width: 300px;
}
.hearst-feed-search-form .form-item-stock-search-region {
  width: auto;
  padding: 0px 10px 0px 20px;
}
.hearst-feed-search-form .form-item-stock-search-region .select-wrapper {
  position: relative;
  line-height: 1;
}
.hearst-feed-search-form .form-item-stock-search-region .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
.hearst-feed-search-form .form-item-stock-search-region .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.hearst-feed-search-form .form-item-stock-search-region .customSelect.date-month {
  margin-left: 24px;
}
.hearst-feed-search-form .form-item-stock-search-region .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
.hearst-feed-search-form .form-item-stock-search-region .customSelect.error {
  border: 1px solid #c11500;
}
.hearst-feed-search-form .form-item-stock-search-region .hasCustomSelect {
  cursor: pointer;
}
.hearst-feed-search-form .form-item-stock-search-region .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
.hearst-feed-search-form .form-item-stock-search-region .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.hearst-feed-search-form .form-item-stock-search-region .hasCustomSelect + .ajax-progress .message {
  display: none;
}
.hearst-feed-search-form .form-item-stock-search-region .select-wrapper {
  height: 30px;
}
.hearst-feed-search-form .form-item-stock-search-region .customSelect {
  height: 30px;
  line-height: 30px;
}
.hearst-feed-search-form .form-item-stock-search-region .customSelect .customSelectInner {
  padding-top: 0px;
  height: 30px;
  line-height: 30px;
}

.pidseu-search-block {
  display: table-cell;
}
.lt-ie9 .pidseu-search-block {
  width: 600px;
}
.pidseu-search-block p.pidseu-search-instrction {
  display: none;
}

form.stock-search {
  padding: 0px 0px 20px 30px;
}
form.stock-search .select-wrapper {
  position: relative;
  line-height: 1;
}
form.stock-search .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
form.stock-search .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
form.stock-search .customSelect.date-month {
  margin-left: 24px;
}
form.stock-search .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
form.stock-search .customSelect.error {
  border: 1px solid #c11500;
}
form.stock-search .hasCustomSelect {
  cursor: pointer;
}
form.stock-search .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
form.stock-search .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
form.stock-search .hasCustomSelect + .ajax-progress .message {
  display: none;
}
form.stock-search p {
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 1.875em;
}
form.stock-search > div {
  padding-top: 10px;
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
form.stock-search > div:before, form.stock-search > div:after {
  content: " ";
  display: table;
}
form.stock-search > div:after {
  clear: both;
}
form.stock-search > div .form-item {
  margin: 0px 0px 20px 0px;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 82.9918%;
}
form.stock-search > div .form-item:last-child {
  margin-right: 0;
}
form.stock-search > div .form-item label {
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 28.2716%;
}
form.stock-search > div .form-item label:last-child {
  margin-right: 0;
}
form.stock-search > div .form-item input.form-text {
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 38.51852%;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
}
form.stock-search > div .form-item input.form-text:last-child {
  margin-right: 0;
}
form.stock-search > div .form-item input.form-text.error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 form.stock-search > div .form-item input.form-text {
  border: 1px solid #cacaca;
}
form.stock-search > div .form-item .select-wrapper {
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 38.51852%;
}
form.stock-search > div .form-item .select-wrapper:last-child {
  margin-right: 0;
}
form.stock-search > div .form-item .select-wrapper .customSelect {
  float: left;
  display: block;
  margin-right: 31.74603%;
  width: 100%;
}
form.stock-search > div .form-item .select-wrapper .customSelect:last-child {
  margin-right: 0;
}
form.stock-search > div .form-submit {
  float: right;
}

.expert-search-page .description {
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  color: black;
  padding-left: 20px;
  text-transform: uppercase;
}
.expert-search-page .model-search-wrapper {
  padding-left: 30px;
}
.expert-search-page .model-search-wrapper form.model-search {
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.expert-search-page .model-search-wrapper form.model-search:before, .expert-search-page .model-search-wrapper form.model-search:after {
  content: " ";
  display: table;
}
.expert-search-page .model-search-wrapper form.model-search:after {
  clear: both;
}
.expert-search-page .model-search-wrapper form.model-search .form-item {
  margin: 0px 0px 10px 0px;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 82.9918%;
}
.expert-search-page .model-search-wrapper form.model-search .form-item:last-child {
  margin-right: 0;
}
.expert-search-page .model-search-wrapper form.model-search .form-item label {
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 28.2716%;
}
.expert-search-page .model-search-wrapper form.model-search .form-item label:last-child {
  margin-right: 0;
}
.expert-search-page .model-search-wrapper form.model-search .form-item input.form-text {
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 38.51852%;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
}
.expert-search-page .model-search-wrapper form.model-search .form-item input.form-text:last-child {
  margin-right: 0;
}
.expert-search-page .model-search-wrapper form.model-search .form-item input.form-text.error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .expert-search-page .model-search-wrapper form.model-search .form-item input.form-text {
  border: 1px solid #cacaca;
}
.lt-ie9 .expert-search-page .model-search-wrapper form.model-search .form-item input.form-text {
  margin-right: 0;
}
.expert-search-page .model-search-wrapper form.model-search .form-item .description {
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 28.2716%;
  font-size: 0.8125em;
  line-height: 1.38462em;
  line-height: 1.125em;
}
.expert-search-page .model-search-wrapper form.model-search .form-item .description:last-child {
  margin-right: 0;
}
.expert-search-page .model-search-wrapper form.model-search .form-submit {
  float: right;
  margin: 0px 0px 10px 0px;
}
.expert-search-page .divider {
  position: relative;
  margin-left: 30px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #f1f1f1;
}
.expert-search-page .divider span {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  display: block;
  position: absolute;
  height: 24px;
  top: -15px;
  left: 50%;
  background: #f8f8f8;
  padding: 3px 8px;
}
.pidseu-search-expert-search-results .expert-search-page .divider span {
  background: #eff0f0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset {
  padding: 0px 0px 20px 30px;
  margin: 0;
  border: 0;
}
.pidseu-search-expert-search-results .expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset {
  padding-top: 20px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .select-wrapper {
  position: relative;
  line-height: 1;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .customSelect.date-month {
  margin-left: 24px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .customSelect.error {
  border: 1px solid #c11500;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .hasCustomSelect {
  cursor: pointer;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .hasCustomSelect + .ajax-progress .message {
  display: none;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper {
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper:before, .expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper:after {
  content: " ";
  display: table;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper:after {
  clear: both;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 82.9918%;
  margin: 0px 0px 10px 0px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item:last-child {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item label {
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 28.2716%;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item label:last-child {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item div.select-wrapper {
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 38.51852%;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item div.select-wrapper:last-child {
  margin-right: 0;
}
.lt-ie9 .expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item div.select-wrapper {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item div.select-wrapper .customSelect {
  float: left;
  display: block;
  margin-right: 31.74603%;
  width: 100%;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item div.select-wrapper .customSelect:last-child {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item div.select-wrapper + .description {
  margin-top: 10px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item input {
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 38.51852%;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item input:last-child {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item input.error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item input {
  border: 1px solid #cacaca;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item .description {
  float: left;
  display: block;
  margin-right: 2.46914%;
  width: 28.2716%;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item .description:last-child {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item .description div.count-results {
  display: none;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item .description div.count-results > div {
  display: inline;
}
.lt-ie9 .expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item .description div.count-results > div {
  margin-right: 6px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-item .description div.count-results.zero {
  color: #c11500;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_category_fieldset .fieldset-wrapper .form-submit {
  float: right;
  margin: 0px 0px 10px 0px;
}
.expert-search-page .expert-search-wrapper form.expert-search #categories-fieldset-no-results {
  display: none;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  padding-left: 30px;
  color: #c11500;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset {
  font-family: 'Arial';
  font-size: 0.8125em;
  line-height: 1.38462em;
  padding: 0px 0px 20px 0px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset label {
  text-align: center;
  font-family: 'Arial';
  font-size: 0.8125em;
  line-height: 1.38462em;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper {
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper:before, .expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper:after {
  content: " ";
  display: table;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper:after {
  clear: both;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper {
  overflow: hidden;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #d8d8d8;
  box-shadow: -1px 0px 0px 0px #d8d8d8, 1px 0px 0px 0px white;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper.odd {
  background: #e3e3e3;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper.last {
  border-bottom: 1px solid #d8d8d8;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper #fieldset-title-bar {
  border-top: 1px solid #d8d8d8;
  background: url("../images/table-header-bkg.jpg") top repeat-x #e0e1e1;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper #fieldset-title-bar div {
  text-align: center;
  font-weight: bold;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item {
  margin: 0px;
  height: 58px;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item:last-child {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item > label,
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .col1 {
  margin: 0px;
  float: left;
  display: block;
  width: 25.5123%;
  padding-right: 20px;
  line-height: 58px;
  border-right: 1px solid #d8d8d8;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item > label:last-child,
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .col1:last-child {
  width: 23.46311%;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .form-radios,
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .select-wrapper,
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .col2,
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 74.4877%;
  height: 58px;
  line-height: 58px;
  padding-left: 10px;
  border-left: 1px solid #f1f1f1;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .form-radios:last-child,
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .select-wrapper:last-child,
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .col2:last-child,
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper:last-child {
  margin-right: 0;
}
.lt-ie9 .expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .form-radios, .lt-ie9
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .select-wrapper, .lt-ie9
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .col2, .lt-ie9
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .form-radios > .form-item {
  float: left;
  margin-right: 10px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .form-radios > .form-item label {
  display: block;
  float: left;
  height: 58px;
  line-height: 58px;
  font-weight: bold;
  padding: 0px 15px;
  margin: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .form-radios > .form-item input.custom-radio-buttons,
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .form-radios > .form-item .styledRadio {
  float: left;
  display: block;
  margin: 12.5px 0px;
  height: 33px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .select-wrapper button.ui-multiselect {
  width: 100%;
  margin: 8.5px 0px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper > .form-item {
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 17.51025%;
  height: 58px;
  padding: 15px 0px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper > .form-item:last-child {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper > .form-item > .expert-slider-textfield {
  width: 93px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  font-weight: bold;
  text-align: center;
  text-indent: 0px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper > .form-item > .expert-slider-textfield.error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper > .form-item > .expert-slider-textfield {
  border: 1px solid #cacaca;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper > .form-item > .description {
  float: left;
  padding-left: 10px;
  padding-top: 7px;
  font-weight: bold;
  color: black;
  text-transform: none;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper > .expert-slider {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 35.36885%;
  margin: 23.5px 20px 23.5px 0px;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-item-wrapper > .form-item .expert-slider-wrapper > .expert-slider:last-child {
  margin-right: 0;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper .form-submit {
  margin: 20px 0px 0px 20px;
  float: left;
}
.expert-search-page .expert-search-wrapper form.expert-search #product_attributes_fieldset .fieldset-wrapper #expert-search-no-results {
  font-family: 'Open Sans Condensed', sans-serif;
  float: left;
  text-transform: uppercase;
  padding: 25px 0px 0px 40px;
  color: #c11500;
}

.ui-slider {
  background: #b2afaf;
  height: 11px;
}
.ui-slider .ui-slider-range {
  background: #3399cc;
}
.ui-slider .ui-slider-handle {
  border: 0;
  background: none;
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat -352px -574px;
  width: 19px;
  height: 18px;
  outline: none;
}

.ui-multiselect {
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  padding-right: 0px;
  position: relative;
}
.ui-multiselect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.ui-multiselect span {
  font-size: 15px;
  display: block;
  float: left;
  width: 95%;
  padding-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.25em;
}
.lt-ie9 .ui-multiselect span {
  width: 93%;
}
.ui-multiselect span.ui-icon {
  position: absolute;
  width: 21px;
  height: 41px;
  top: 0;
  right: 0;
  padding: 0;
  background: url("../images/select_arrows.png") center left no-repeat;
}

.ui-multiselect-menu {
  font-family: 'Open Sans Condensed', sans-serif;
  background: #cccccc;
}
.ui-multiselect-menu .ui-widget-header {
  background: #3399cc;
  border-radius: 2px;
  border: 0;
  padding: 8px 5px;
}
.ui-multiselect-menu .ui-widget-header ul li a {
  text-transform: uppercase;
  color: white;
}
.ui-multiselect-menu .ui-widget-header ul li a span {
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat;
}
.ui-multiselect-menu .ui-widget-header ul li a span.ui-icon-check {
  background-position: -188px -335px;
  width: 16px;
  margin-right: 5px;
}
.ui-multiselect-menu .ui-widget-header ul li a span.ui-icon-closethick {
  background-position: -223px -335px;
  width: 13px;
  margin-right: 5px;
}
.ui-multiselect-menu .ui-widget-header ul li a span.ui-icon-circle-close {
  background-position: -256px -334px;
  width: 21px;
  height: 21px;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes li label {
  margin: 0px;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes li label span {
  margin-left: 10px;
  font-size: 0.75em;
  line-height: 1.5em;
}

#user-pass-reset p {
  font-size: .85em;
}

table {
  font-size: 0.75em;
  line-height: 1.5em;
  min-width: 100%;
  width: auto;
  border-collapse: separate;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #fff;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: 12px;
  line-height: 1.5;
}
table td, table th {
  vertical-align: top;
  padding: 10px 5px;
  border-left: 1px solid #fff;
  border-right: 1px solid #d8d8d8;
  text-align: left;
}
table td a, table th a {
  text-decoration: none;
}
table td a:hover, table th a:hover {
  text-decoration: underline;
}
table tr {
  height: auto;
}
table tr.filter td, table tr.filter th {
  text-align: center;
}
table th a {
  color: #000;
}
table td a {
  display: inline-block;
  padding-left: 10px;
  background: url("../images/right-arrow-sml-blue.png") 0px 4px no-repeat;
  color: #1ea0c6;
  font-weight: 600;
}
table td span.new-icon, table td span.eol-icon {
  display: block;
  width: 47px;
  height: 18px;
  background: url("../images/../images/industrials_sprite_sheet.png") -246px -646px no-repeat;
  margin: 3px 10px;
}
table td span.eol-icon {
  background-image: none;
  background-color: #ff850d;
  width: auto;
  min-width: 93px;
  display: inline-block;
  height: 32px;
  color: white;
  padding: 3px 10px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1.125em;
}
table td span.eol-icon.short {
  height: 18px;
}
table td.pdf-icon-link a,
table td a.pdf-icon-link,
table td a.ecatalog-related-information {
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  background: url("../images/pdf-icon.png") no-repeat;
}
table td.stock-icon-link a {
  background: none;
  padding: 0;
}
table td.image-col .image-overlay-wrapper,
table td.image-col img {
  max-width: 150px;
}
.lt-ie9 table td.image-col .image-overlay-wrapper, .lt-ie9
table td.image-col img {
  width: 100%;
  max-width: 150px;
}
table td a.pdf-text-link, table td a.text-link {
  color: black;
  background: none;
  font-weight: bold;
}
table td.image-dialog a {
  background: none;
  padding: 0;
}
table thead tr {
  background: #cccccc;
}
table tbody tr th {
  background: #cccccc;
}
table tbody tr.even, table tbody tr:nth-child(2n) {
  border-bottom: 0;
}
table tbody tr.even td, table tbody tr:nth-child(2n) td {
  background-color: #f8f8f8;
}
table tbody tr.even td:nth-child(2n+1), table tbody tr:nth-child(2n) td:nth-child(2n+1) {
  background-color: #f2f2f2;
}
table tbody tr.odd, table tbody tr:nth-child(2n+1) {
  border-bottom: 0;
}
table tbody tr.odd td, table tbody tr:nth-child(2n+1) td {
  background-color: #ececec;
}
table tbody tr.odd td:nth-child(2n+1), table tbody tr:nth-child(2n+1) td:nth-child(2n+1) {
  background-color: #e9e9e9;
}
table tbody tr.filter {
  height: auto;
}
table tbody tr.filter td.filter {
  height: auto;
  padding: 0 0 5px;
  background-color: #e0e1e1;
}
table p {
  margin: 0 0 0.5em;
}

table.ecatalog-table tbody tr, table.parts-inventory-table tbody tr {
  height: auto;
}
table.ecatalog-table tbody tr td, table.parts-inventory-table tbody tr td {
  padding: 10px 5px;
}
table.ecatalog-table tbody tr td.pdf-icon-link, table.parts-inventory-table tbody tr td.pdf-icon-link {
  text-align: center;
}
table.ecatalog-table tbody tr td.pdf-icon-link a, table.parts-inventory-table tbody tr td.pdf-icon-link a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  background: url("../images/pdf-icon.png") no-repeat;
}

table.parts-inventory-table tbody tr td {
  padding: 10px 5px;
}

table.reverse-zebra tbody tr.odd {
  border-bottom: 0;
}
table.reverse-zebra tbody tr.odd td {
  background-color: #f8f8f8;
}
table.reverse-zebra tbody tr.odd td:nth-child(2n+1) {
  background-color: #f2f2f2;
}
table.reverse-zebra tbody tr:nth-child(odd) {
  visibility: visible;
  border-bottom: 0;
}
table.reverse-zebra tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
table.reverse-zebra tbody tr:nth-child(odd) td:nth-child(2n+1) {
  background-color: #f2f2f2;
}
table.reverse-zebra tbody tr.even {
  border-bottom: 0;
}
table.reverse-zebra tbody tr.even td {
  background-color: #ececec;
}
table.reverse-zebra tbody tr.even td:nth-child(2n+1) {
  background-color: #e9e9e9;
}
table.reverse-zebra tbody tr:nth-child(even) {
  visibility: visible;
  border-bottom: 0;
}
table.reverse-zebra tbody tr:nth-child(even) td {
  background-color: #ececec;
}
table.reverse-zebra tbody tr:nth-child(even) td:nth-child(2n+1) {
  background-color: #e9e9e9;
}

.pidseu table.files-table td {
  vertical-align: middle;
}
table.files-table thead th:first-child, table.files-table tbody td:first-child {
  width: 125px;
  text-align: center;
}
table.files-table thead th:last-child, table.files-table tbody td:last-child {
  padding-left: 3em;
  font-weight: bold;
  text-align: left;
}
table.files-table thead th a, table.files-table tbody td a {
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
table.files-table thead th img, table.files-table tbody td img {
  width: intrinsic;
  height: intrinsic;
}

.table-scroll-wrap {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

.ecatalog-page td.image-col img {
  border: 1px solid #cacaca;
  box-shadow: 0 1px 1px 0 #e5e7e7;
}

.view .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.view .ajax-progress .message {
  display: none;
}

.views-exposed-form {
  position: relative;
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.views-exposed-form:before, .views-exposed-form:after {
  content: " ";
  display: table;
}
.views-exposed-form:after {
  clear: both;
}
.views-exposed-form .views-exposed-widgets {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 82.9918%;
  /* Specific for the distributors view */
}
.views-exposed-form .views-exposed-widgets:last-child {
  margin-right: 0;
}
#block-views-distributors-distributors-block .views-exposed-form .views-exposed-widgets {
  width: 100%;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .select-wrapper {
  position: relative;
  line-height: 1;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .customSelect.date-month {
  margin-left: 24px;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .customSelect.error {
  border: 1px solid #c11500;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .hasCustomSelect {
  cursor: pointer;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .hasCustomSelect + .ajax-progress .message {
  display: none;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget select.shs-select {
  visibility: hidden;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget select.shs-select.hasCustomSelect {
  visibility: visible;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget select.shs-select.shs-select-level-4,
.views-exposed-form .views-exposed-widgets .views-exposed-widget span.shs-select.shs-select-level-4 {
  display: none !important;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .shs-select, .views-exposed-form .views-exposed-widgets .views-exposed-widget .custom_select_dropdown {
  display: block !important;
  width: auto;
  min-width: 400px;
  margin-bottom: 1em;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget .shs-select:last-child, .views-exposed-form .views-exposed-widgets .views-exposed-widget .custom_select_dropdown:last-child {
  margin-bottom: 0;
}
.views-exposed-form .views-exposed-widgets .views-search-button,
.views-exposed-form .views-exposed-widgets .views-submit-button {
  position: absolute;
  left: 420px;
  bottom: -2px;
  padding: 1em 0;
}
.lt-ie9 .views-exposed-form .views-exposed-widgets .views-search-button, .lt-ie9
.views-exposed-form .views-exposed-widgets .views-submit-button {
  left: 470px;
  bottom: 13px;
}
.views-exposed-form .views-exposed-widgets .views-search-button .ajax-progress,
.views-exposed-form .views-exposed-widgets .views-submit-button .ajax-progress {
  position: absolute;
  right: -25px;
  top: 44px;
}
.views-exposed-form .views-exposed-widgets .views-search-button {
  bottom: -8px;
}
.lt-ie9 .views-exposed-form .views-exposed-widgets .views-search-button {
  bottom: -8px;
}
.views-exposed-form .views-exposed-widgets fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.views-exposed-form .views-exposed-widgets .form-item-model-number {
  width: 400px;
}
.lt-ie9 .views-exposed-form .views-exposed-widgets .form-item-model-number {
  width: 450px;
}
.views-exposed-form .views-exposed-widgets input[type='text'] {
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  width: 100%;
}
.views-exposed-form .views-exposed-widgets input[type='text'].error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .views-exposed-form .views-exposed-widgets input[type='text'] {
  border: 1px solid #cacaca;
}

.view-news,
.view-events,
.view-distributors {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.view-news.view-id-news, .view-news.view-id-events,
.view-events.view-id-news,
.view-events.view-id-events,
.view-distributors.view-id-news,
.view-distributors.view-id-events {
  padding-left: 30px;
}
.view-news label,
.view-events label,
.view-distributors label {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
  font-weight: bold;
  margin-bottom: 10px;
}

.view-news #edit-shs-term-node-tid-depth-wrapper {
  min-height: auto;
}
.view-news .pidseu-news-list {
  /*background: lightgray;*/
  margin-top: 25px;
}
.view-news .pidseu-news-list .views-field-title {
  display: block;
  width: auto;
  margin-bottom: 5px;
}
.view-news .pidseu-news-list .views-field-title a {
  color: #1ea0c6;
  font-size: 1.3em;
}
.view-news .pidseu-news-list .views-field-title a:hover {
  text-decoration: underline;
}
.view-news .pidseu-news-list .views-field-field-image,
.view-news .pidseu-news-list .views-field-field-thumbnail {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.view-news .pidseu-news-list .views-field-field-image img,
.view-news .pidseu-news-list .views-field-field-thumbnail img {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
}
.view-news .pidseu-news-list .views-field-field-news-category {
  display: inline-block;
}
.view-news .pidseu-news-list .views-field-field-news-category span {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 26px;
  height: 21px;
  vertical-align: top;
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat;
  background-position: -407px -646px;
  opacity: 0.6;
  /*    .pidseu & {
          opacity: 0.6;
          .lt-ie9 & {
              filter: alpha(opacity=60);
          }
      }*/
  text-indent: -8000px;
}
.lt-ie9 .view-news .pidseu-news-list .views-field-field-news-category span {
  filter: alpha(opacity=60);
}
.view-news .pidseu-news-list .views-field-field-news-category span.event {
  background-position: -483px -645px;
}
.view-news .pidseu-news-list .views-field-field-news-category span.new-product-introductions {
  background-position: -370px -644px;
}
.view-news .pidseu-news-list .views-field-field-news-category span.newsletter {
  background-position: -596px -646px;
}
.view-news .pidseu-news-list .views-field-field-news-category span.press-release {
  background-position: -407px -646px;
}
.view-news .pidseu-news-list .views-field-field-news-category span.product-notices {
  background-position: -324px -646px;
}
.view-news .pidseu-news-list .views-field-field-news-category span.special-offer {
  background-position: -560px -645px;
}
.view-news .pidseu-news-list .views-field-field-news-category span.trade-show {
  background-position: -522px -647px;
}
.view-news .pidseu-news-list .views-field-field-news-category span.white-paper {
  background-position: -445px -648px;
}
.view-news .pidseu-news-list .views-field-field-news-category span.blog {
  background-position: -632px -645px;
}
.view-news .pidseu-news-list .views-field-field-event-date {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.view-news .pidseu-news-list .views-field-field-news-category-1 {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-weight: bold;
  color: #999;
}
.view-news .pidseu-news-list .views-field-field-sub-title {
  display: block;
  width: 810px;
  color: #666;
  font-size: 1.1em;
  min-height: 1px;
}
.view-news .pidseu-news-list .views-field-body {
  display: block;
  width: 810px;
  font-size: 1.1em;
}

.view-distributors {
  padding-left: 30px;
}
.view-distributors .views-exposed-form .views-exposed-widgets {
  margin-bottom: 0;
}
.view-distributors .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  margin-bottom: 15px;
}
.view-distributors .views-exposed-form .views-exposed-widgets .views-exposed-widget .shs-select {
  margin-bottom: 0;
}
.view-distributors .views-exposed-form .views-exposed-widgets .views-exposed-widget .shs-select-level-1.customSelect ~ .shs-select + .shs-select {
  margin-top: 1em;
}
.view-distributors .views-exposed-form .views-exposed-widgets .views-exposed-widget .shs-select-level-2.customSelect ~ .shs-select {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
}
.view-distributors .views-exposed-form .views-exposed-widgets .views-submit-button {
  bottom: 6px;
  padding: 0;
}
.view-distributors .views-exposed-form .views-exposed-widgets .views-submit-button .form-submit {
  margin: 0;
}
.view-distributors .views-exposed-form .views-exposed-widgets .views-submit-button .ajax-progress {
  top: 0;
  bottom: 0px;
}
.lt-ie9 .view-distributors .views-exposed-form .views-exposed-widgets .views-widget-per-page {
  width: 130px;
}
.lt-ie9 .view-distributors .views-exposed-form .views-exposed-widgets .views-widget-per-page select, .lt-ie9 .view-distributors .views-exposed-form .views-exposed-widgets .views-widget-per-page .customSelect {
  width: 130px !important;
}
.view-distributors .view-empty {
  font-family: 'Open Sans Condensed', sans-serif;
  float: left;
  text-transform: uppercase;
  padding: 25px 0px 0px 40px;
  color: #c11500;
  padding: 0px;
}
.view-distributors .view-content {
  overflow: hidden;
}
.view-distributors .view-content .distributor_list {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container {
  width: 305.33333px;
  float: left;
  margin: 0 0 15px 15px;
  padding: 15px;
  font-size: 13px;
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_image {
  float: left;
  width: 107px;
  margin-right: 15px;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content {
  float: left;
  width: 151.33333px;
  min-height: 200px;
  line-height: 1.3em;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content a {
  color: #1ea0c6;
  text-decoration: none;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content a:hover {
  text-decoration: underline;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-label,
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-field-field-address-thoroughfare,
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-field-field-address-premise,
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-field-field-address-locality,
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-field-field-address-administrative-area,
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-field-field-address-postal-code {
  float: left;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-label {
  margin-right: 4px;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-field-field-phone {
  clear: both;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-field-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-field-field-cta {
  margin-top: 5px;
}
.view-distributors .view-content .distributor_list .views-row .distributor_container .distributor_content .views-field-field-cta a {
  background: url("../images/link-arrow.png") no-repeat;
  padding: 0 0 2px 20px;
}
.view-distributors .view-content .distributor_list .views-row:nth-child(3n+1) .distributor_container {
  margin-left: 0px;
}
.lt-ie9 .view-distributors .view-content .distributor_list .views-row.nth-child-3np1 .distributor_container {
  margin-left: 0px;
}

.views-exposed-form .views-exposed-widget.views-widget-per-page {
  float: right;
  padding: 0.5em 0 0 0;
}

#block-extranet-extranet-downloads-list .views-exposed-form .form-select,
#block-ecatalog-ecatalog-downloads-list .views-exposed-form .form-select {
  width: 400px;
}
#block-extranet-extranet-downloads-list .views-exposed-form .ajax-progress .throbber,
#block-ecatalog-ecatalog-downloads-list .views-exposed-form .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
#block-extranet-extranet-downloads-list .views-exposed-form .ajax-progress .throbber,
#block-ecatalog-ecatalog-downloads-list .views-exposed-form .ajax-progress .throbber {
  position: absolute;
  left: 73px;
}
#block-extranet-extranet-downloads-list .views-exposed-form #product_category_replace,
#block-extranet-extranet-downloads-list .views-exposed-form #product_lineup_replace,
#block-ecatalog-ecatalog-downloads-list .views-exposed-form #product_category_replace,
#block-ecatalog-ecatalog-downloads-list .views-exposed-form #product_lineup_replace {
  display: none;
  margin-top: 10px;
}
#block-extranet-extranet-downloads-list .views-exposed-form .views-submit-button,
#block-ecatalog-ecatalog-downloads-list .views-exposed-form .views-submit-button {
  /*bottom: 3px;*/
}
.lt-ie9 #block-extranet-extranet-downloads-list .views-exposed-form .views-submit-button, .lt-ie9
#block-ecatalog-ecatalog-downloads-list .views-exposed-form .views-submit-button {
  bottom: 20px;
}
#block-extranet-extranet-downloads-list .views-exposed-form .views-submit-button .ajax-progress .throbber, #block-extranet-extranet-downloads-list .views-exposed-form .views-search-button .ajax-progress .throbber,
#block-ecatalog-ecatalog-downloads-list .views-exposed-form .views-submit-button .ajax-progress .throbber,
#block-ecatalog-ecatalog-downloads-list .views-exposed-form .views-search-button .ajax-progress .throbber {
  position: relative;
  left: 0;
}

.view-downloads {
  padding-left: 30px;
}
.view-downloads .view-empty {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: #c11500;
}
.view-downloads .view-content ul {
  list-style: none;
  padding: 0;
}
.view-downloads .view-content ul li.views-row {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.view-downloads .view-content ul li.views-row .download_container {
  overflow: hidden;
  clear: both;
}
.view-downloads .view-content ul li.views-row .download_container .download_img_container {
  width: 100px;
  float: left;
}
.view-downloads .view-content ul li.views-row .download_container .download_content_container {
  float: left;
  width: 846px;
  padding-left: 20px;
}
.view-downloads .view-content ul li.views-row .download_container .download_content_container .views-field-title a {
  display: inline-block;
  padding-left: 10px;
  background: url("../images/right-arrow-sml-blue.png") 0px 4px no-repeat;
  color: #1ea0c6;
  text-decoration: none;
}
.view-downloads .view-content ul li.views-row .download_container .download_content_container .views-field-title a:hover {
  text-decoration: underline;
}
.view-downloads .view-content ul li.views-row .download_container .download_content_container .views-field-body {
  margin: 5px 0px;
}
.view-downloads .view-content ul li.views-row .download_container .download_content_container .views-field-body p {
  margin: 0;
}
.view-downloads .view-content ul li.views-row .download_container .download_content_container .views-field-filesize,
.view-downloads .view-content ul li.views-row .download_container .download_content_container .views-field-timestamp {
  text-transform: uppercase;
}
.view-downloads .view-content .pager .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}

.ecatalog-downloads-error {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: #c11500;
}

.view-display-id-downloads_block .views-field-field-image img {
  border: 1px solid #cacaca;
  box-shadow: 0 1px 1px 0 #e5e7e7;
}

.blog-view {
  width: 748px;
  margin-left: -20px;
}

.node-blog {
  width: 728px;
}

.page-blog #page #main #page-title {
  padding-left: 0px;
  margin-top: 3px;
  display: none;
}
.page-blog.page-blog-categories #page #main #page-title, .page-blog.page-blog-archives #page #main #page-title, .page-blog.page-blog-tag #page #main #page-title {
  display: block;
}

.page-blog .action-links {
  display: none;
}

#page #main #content > article.node.node-blog {
  background: #fff;
  border: 1px solid #cacaca;
  padding: 0;
  margin-top: 15px;
}
#page #main #content > article.node.node-blog > div.article-inner {
  padding: 0 27px;
}
#page #main #content > article.node.node-blog > div.article-inner h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 15px;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon {
  display: inline-block;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  margin-right: 4px;
  background: url("../images/pidsa_category_icons.png") 0px 0px no-repeat;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.capacitors {
  background-position: -70px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.electromechanical {
  background-position: -420px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.wireless-connectivity {
  background-position: -140px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.industrial-automation {
  background-position: -350px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.batteries {
  background-position: -105px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.resistors {
  background-position: -245px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.inductors-coils {
  background-position: -385px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.relays {
  background-position: -280px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.connectors {
  background-position: -455px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.av--storage {
  background-position: -35px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.sensors {
  background-position: -175px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.semiconductors {
  background-position: -210px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.circuit--thermal-protection {
  background-position: -490px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.hvac-r--appliance-devices {
  background-position: -315px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h1 span.blog-icon.storage-media {
  background-position: -524px 0;
}
#page #main #content > article.node.node-blog > div.article-inner h2, #page #main #content > article.node.node-blog > div.article-inner h3 {
  margin-bottom: 0;
  color: black;
}
#page #main #content > article.node.node-blog > div.article-inner .blog-meta {
  font-weight: bold;
  color: #1ea0c6;
}
#page #main #content > article.node.node-blog > div.article-inner .blog-meta > div {
  float: left;
}
#page #main #content > article.node.node-blog > div.article-inner .blog-meta > span {
  margin-left: 27px;
}
#page #main #content > article.node.node-blog > div.article-inner .social-media-buttons span {
  margin-left: 0;
}
#page #main #content > article.node.node-blog .field-name-field-product-category,
#page #main #content > article.node.node-blog .links.inline {
  display: none;
}
#page #main #content .blog-view {
  margin-top: -9px;
}
#page #main #content .blog-view .view-empty {
  font-family: 'Open Sans Condensed', sans-serif;
  float: left;
  text-transform: uppercase;
  padding: 25px 0px 0px 40px;
  color: #c11500;
  padding-left: 0px;
}
#page #main #content .blog-view ul {
  padding: 0;
}
#page #main #content .blog-view ul li.views-row {
  background: #fff;
  border: 1px solid #cacaca;
  padding: 0;
  width: 354px;
  height: 330px;
  display: block;
  float: left;
  margin: 0 0 20px 20px;
}
#page #main #content .blog-view ul li.views-row .views-field-body {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  margin: 0 27px;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  max-width: 300px;
  height: 48px;
  margin: 0 auto;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
#page #main #content .blog-view ul li.views-row .views-field-body p {
  margin: 0;
}
#page #main #content .blog-view ul li.views-row .views-field-field-blog-images {
  max-height: 95px;
  overflow: hidden;
}
#page #main #content .blog-view ul li.views-row .views-field-field-event-date {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  margin: 0 27px;
  font-weight: bold;
  color: #1ea0c6;
}
#page #main #content .blog-view ul li.views-row .views-field-view-node {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  margin: 0 27px;
}
#page #main #content .blog-view ul li.views-row .views-field-view-node .button > a, #page #main #content .blog-view ul li.views-row .views-field-view-node .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form input[type="submit"] > a, .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form #page #main #content .blog-view ul li.views-row .views-field-view-node input[type="submit"] > a, #page #main #content .blog-view ul li.views-row .views-field-view-node form.pidseu_search input[type="submit"] > a, form.pidseu_search #page #main #content .blog-view ul li.views-row .views-field-view-node input[type="submit"] > a, #page #main #content .blog-view ul li.views-row .views-field-view-node .hearst-feed-search-form input[type="submit"] > a, .hearst-feed-search-form #page #main #content .blog-view ul li.views-row .views-field-view-node input[type="submit"] > a, #page #main #content .blog-view .menu-name-menu-extranet-menu ul.menu li.views-row .views-field-view-node a > a, .menu-name-menu-extranet-menu #page #main #content .blog-view ul.menu li.views-row .views-field-view-node a > a {
  color: #fff;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 15px;
  margin-left: 27px;
  margin-right: 27px;
  overflow: hidden;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon {
  display: inline-block;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  margin-right: 4px;
  background: url("../images/pidsa_category_icons.png") 0px 0px no-repeat;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.capacitors {
  background-position: -70px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.electromechanical {
  background-position: -420px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.wireless-connectivity {
  background-position: -140px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.industrial-automation {
  background-position: -350px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.batteries {
  background-position: -105px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.resistors {
  background-position: -245px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.inductors-coils {
  background-position: -385px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.relays {
  background-position: -280px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.connectors {
  background-position: -455px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.av--storage {
  background-position: -35px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.sensors {
  background-position: -175px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.semiconductors {
  background-position: -210px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.circuit--thermal-protection {
  background-position: -490px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.hvac-r--appliance-devices {
  background-position: -315px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon.storage-media {
  background-position: -524px 0;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.blog-icon {
  display: block;
  float: left;
  height: 48px;
}
#page #main #content .blog-view ul li.views-row .views-field-title h3 span.title {
  display: block;
  float: left;
  display: -webkit-box;
  width: 268px;
  height: 48px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page #main #content .blog-view ul li.views-row .views-field-title a {
  color: #000;
}
#page #main #content .blog-view ul li.views-row.no-image-blog-block .views-field-body {
  height: 175px;
  height: 144px;
  -webkit-line-clamp: 6;
}
#page #main #content .blog-view ul.pager {
  margin-left: 20px;
}
#page #main #content .blog-view .view-empty {
  margin-left: 20px;
}

.page-blog .region-sidebar-first > div,
.node-type-blog .region-sidebar-first > div {
  background: #fff;
  border: 1px solid #cacaca;
  padding: 0;
  padding: 24px;
  width: 100%;
}
.page-blog .region-sidebar-first > div h2,
.node-type-blog .region-sidebar-first > div h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.page-blog .region-sidebar-first > div .blog-view,
.node-type-blog .region-sidebar-first > div .blog-view {
  margin-left: 0;
  width: auto;
}
.page-blog .region-sidebar-first > div ul,
.node-type-blog .region-sidebar-first > div ul {
  list-style: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.page-blog .region-sidebar-first > div ul li:before,
.node-type-blog .region-sidebar-first > div ul li:before {
  content: '';
  float: left;
  z-index: -1;
  width: 5px;
  height: 15px;
  margin-right: 5px;
  background: url("../images/../images/industrials_sprite_sheet.png") -399px -71px no-repeat;
}
.page-blog .region-sidebar-first > div ul.social-links li:before,
.node-type-blog .region-sidebar-first > div ul.social-links li:before {
  display: none;
}
.page-blog .block-tagclouds .more-link,
.node-type-blog .block-tagclouds .more-link {
  display: none;
}
.page-blog .block-tagclouds .tagclouds.level1,
.node-type-blog .block-tagclouds .tagclouds.level1 {
  font-size: 1em;
}
.page-blog .block-tagclouds .tagclouds.level2,
.node-type-blog .block-tagclouds .tagclouds.level2 {
  font-size: 1.1em;
}
.page-blog .block-tagclouds .tagclouds.level3,
.node-type-blog .block-tagclouds .tagclouds.level3 {
  font-size: 1.2em;
}
.page-blog .block-tagclouds .tagclouds.level4,
.node-type-blog .block-tagclouds .tagclouds.level4 {
  font-size: 1.3em;
}
.page-blog .block-tagclouds .tagclouds.level5,
.node-type-blog .block-tagclouds .tagclouds.level5 {
  font-size: 1.4em;
}
.page-blog .block-tagclouds .tagclouds.level6,
.node-type-blog .block-tagclouds .tagclouds.level6 {
  font-size: 1.5em;
}
.page-blog .block-tagclouds .tagclouds.level7,
.node-type-blog .block-tagclouds .tagclouds.level7 {
  font-size: 1.6em;
}
.page-blog .block-tagclouds .tagclouds.level8,
.node-type-blog .block-tagclouds .tagclouds.level8 {
  font-size: 1.7em;
}
.page-blog .block-tagclouds .tagclouds.level9,
.node-type-blog .block-tagclouds .tagclouds.level9 {
  font-size: 1.8em;
}
.page-blog .block-tagclouds .tagclouds.level10,
.node-type-blog .block-tagclouds .tagclouds.level10 {
  font-size: 1.9em;
}

.distributor-section {
  width: 100%;
}
.distributor-section img {
  max-width: none;
}
.distributor-section h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2em;
  line-height: 1.125em;
}
.distributor-section .node-distributor .field {
  line-height: 1.5em;
}
.distributor-section .node-distributor .field-name-field-address {
  margin-bottom: 10px;
}
.distributor-section .node-distributor .categories .map-tools {
  margin-top: 20px;
}
#page #main #content .distributor-section .node-distributor .categories .map-tools {
  display: block;
}
.distributor-section .node-distributor .categories .map-tools a {
  display: inline-block;
  height: 46px;
}
.distributor-section .node-distributor .categories .map-tools a span {
  padding-top: 23px;
  display: inline-block;
}
.distributor-section .node-distributor .categories .map-tools a:hover span {
  text-decoration: underline;
}
.distributor-section .node-distributor .categories .map-tools a.print {
  padding-right: 10px;
  border-right: 1px solid #999999;
  color: #999999;
  background: url("../images/print-maps-icon.png") 22% 0% no-repeat;
}
.distributor-section .node-distributor .categories .map-tools a.directions {
  padding-left: 10px;
  background: url("../images/directions-icon.png") 60% 0% no-repeat;
}
.distributor-section .distributor-map-wrapper {
  position: relative;
}
.distributor-section .distributor-map-wrapper #distributor-map {
  width: 100%;
  height: 560px;
}
.distributor-section .distributor-map-wrapper #distributor-map .infoWindow-wrapper {
  margin-bottom: 0px;
  overflow: hidden;
  width: 500px;
}
.distributor-section .distributor-map-wrapper #distributor-map .infoWindow-wrapper h3 {
  margin-bottom: 0.5em;
}
.distributor-section .distributor-map-wrapper #distributor-map-key {
  position: absolute;
  display: none;
  bottom: 20px;
  left: 80px;
  background: white;
  padding: 10px 20px;
  overflow: hidden;
  height: 40px;
}
.distributor-section .distributor-map-wrapper #distributor-map-key .inner h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0 0 0.5em 0;
  color: black;
}
.distributor-section .distributor-map-wrapper #distributor-map-key .inner a.toggle-button {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  cursor: pointer;
}
.distributor-section .distributor-map-wrapper #distributor-map-key .inner a.toggle-button span.icon {
  background: url("../images/../images/industrials_sprite_sheet.png") -398px -232px no-repeat;
  display: block;
  width: 18px;
  height: 18px;
}
.distributor-section .distributor-map-wrapper #distributor-map-key .inner a.toggle-button span.icon.closed {
  background-position: -452px -231px;
}
.distributor-section .distributor-map-wrapper #distributor-map-key .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75em;
  line-height: 1.5em;
}
.distributor-section .distributor-map-wrapper #distributor-map-key .inner ul li {
  font-weight: bold;
  padding-bottom: 6px;
}
.distributor-section .distributor-map-wrapper #distributor-map-key .inner ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
.distributor-section #distributors-data, .distributor-section .map-json-data {
  display: none;
}
.distributor-section .distributor-filter-form {
  padding: 25px 112px 80px 142px;
  background: #edefef;
  position: relative;
  overflow: hidden;
}
.distributor-section .distributor-filter-form .select-wrapper {
  position: relative;
  line-height: 1;
}
.distributor-section .distributor-filter-form .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
.distributor-section .distributor-filter-form .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.distributor-section .distributor-filter-form .customSelect.date-month {
  margin-left: 24px;
}
.distributor-section .distributor-filter-form .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
.distributor-section .distributor-filter-form .customSelect.error {
  border: 1px solid #c11500;
}
.distributor-section .distributor-filter-form .hasCustomSelect {
  cursor: pointer;
}
.distributor-section .distributor-filter-form .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
.distributor-section .distributor-filter-form .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.distributor-section .distributor-filter-form .hasCustomSelect + .ajax-progress .message {
  display: none;
}
.distributor-section .distributor-filter-form a.global-site-prompt {
  font-size: 0.75em;
  line-height: 1.5em;
  display: inline-block;
  padding-left: 10px;
  background: url("../images/right-arrow-sml-blue.png") 0px 4px no-repeat;
  color: #1ea0c6;
  text-decoration: none;
  position: absolute;
  font-weight: bold;
  top: 25px;
  right: 20px;
  width: 290px;
}
.distributor-section .distributor-filter-form a.global-site-prompt:hover {
  text-decoration: underline;
}
.distributor-section .distributor-filter-form .distributor-filter-form-wrapper {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%;
}
.distributor-section .distributor-filter-form .distributor-filter-form-wrapper:last-child {
  margin-right: 0;
}
.distributor-section .distributor-filter-form .distributor-filter-form-wrapper > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.distributor-section .distributor-filter-form .distributor-filter-form-wrapper #product_category_replace {
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.distributor-section .distributor-filter-form .distributor-filter-form-wrapper .form-item-field-distributor-type-tid {
  margin-right: 52%;
}
.distributor-section .distributor-filter-form .distributor-filter-form-wrapper #distributor_state_replace {
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 20px;
}
.distributor-section .distributor-filter-form .distributor-filter-form-wrapper .form-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.distributor-section .distributor-filter-form .distributor-filter-form-wrapper .form-submit {
  float: left;
  margin: 20px 20px 0px 0px;
}
.distributor-section .distributor-filter-form .distributor-filter-form-wrapper div.error {
  clear: both;
  margin: 40px 0px 0px 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  padding: 0;
  color: #c11500;
  background: none;
}
.distributor-section .distributor-results {
  clear: both;
  padding: 25px 112px 110px 142px;
  background: #f8f8f8;
}
.distributor-section .distributor-results .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.distributor-section .distributor-results .num-results p {
  margin: 0;
  font-size: 0.8125em;
  line-height: 1.38462em;
  text-transform: uppercase;
}
.distributor-section .distributor-results .results-header .pager-wrapper {
  float: left;
  width: 70%;
}
.distributor-section .distributor-results .results-header .items-per-page-selector {
  float: right;
  width: 30%;
  text-align: right;
}
.distributor-section .distributor-results .results-header .items-per-page-selector .select-wrapper {
  position: relative;
}
.distributor-section .distributor-results .results-header .items-per-page-selector .customSelect {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  padding: 0px 10px;
}
.distributor-section .distributor-results .results-header .items-per-page-selector .customSelect .customSelectInner {
  text-align: left;
  padding-left: 4px;
  background: url("../images/select_arrows_white.png") right center no-repeat;
}
.distributor-section .distributor-results .results-header .items-per-page-selector label, .distributor-section .distributor-results .results-header .items-per-page-selector .select-wrapper {
  display: inline-block;
  position: relative;
}
.distributor-section .distributor-results .results-header .items-per-page-selector label {
  font-family: 'Arial';
  font-weight: normal;
  font-size: 0.8125em;
  line-height: 1.38462em;
  padding-right: 10px;
}
.distributor-section .distributor-results .results-header .help-text {
  clear: both;
  text-align: center;
}
.distributor-section .distributor-results .results-header .help-text h4 {
  margin: 0;
  font-weight: normal;
}
.distributor-section .distributor-results .results-header .help-text p {
  margin: 0;
  font-size: 0.75em;
  line-height: 1.5em;
}
.distributor-section .distributor-results table thead tr th {
  vertical-align: middle;
  border-bottom: 0px;
  text-align: center;
}
.distributor-section .distributor-results table thead tr th a.table-sort span.icon {
  display: inline-block;
  width: 8px;
  height: 15px;
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat -532px -76px;
  margin-left: 10px;
  vertical-align: middle;
}
.distributor-section .distributor-results table tbody tr.even {
  border-bottom: 0;
}
.distributor-section .distributor-results table tbody tr.even td {
  background-color: #f8f8f8;
}
.distributor-section .distributor-results table tbody tr.even td:nth-child(2n+1) {
  background-color: #f2f2f2;
}
.distributor-section .distributor-results table tbody tr.odd {
  border-bottom: 0;
}
.distributor-section .distributor-results table tbody tr.odd td {
  background-color: #ececec;
}
.distributor-section .distributor-results table tbody tr.odd td:nth-child(2n+1) {
  background-color: #e9e9e9;
}
.distributor-section .distributor-results table tbody tr td {
  padding: 10px;
}
.distributor-section .distributor-results table tbody tr td.title div.title {
  font-weight: bold;
}
.distributor-section .distributor-results table tbody tr td.title div.approved {
  margin: 5px 0px;
}
.distributor-section .distributor-results table tbody tr td.title div.approved span.icon {
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat -505px -231px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.distributor-section .distributor-results table tbody tr td.website a {
  background: none;
  padding: none;
  font-weight: normal;
}
.distributor-section .distributor-results table tbody tr td.website a span.icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 17px;
  width: 17px;
  background: url("../images/../images/industrials_sprite_sheet.png") -452px -164px no-repeat;
  margin-bottom: -4px;
  margin-left: 6px;
}
.distributor-section .distributor-results table tbody tr td.contact a {
  background: none;
  padding: 0;
  font-weight: normal;
}
.distributor-section .distributor-results table tbody tr td.address a.get-directions span.hide {
  display: none;
}
.distributor-section .distributor-results table tbody tr.directions {
  display: none;
}
.distributor-section .distributor-results table tbody tr.directions td {
  background: white;
}
.distributor-section .distributor-results table tbody tr.directions .distributor-result-directions {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.distributor-section .distributor-results table tbody tr.directions .distributor-result-directions a {
  background: none;
  padding: 0;
  font-weight: normal;
}
.distributor-section .distributor-results table tbody tr.directions .distributor-result-directions .map {
  float: left;
  width: 66%;
  height: 400px;
  margin-right: 2%;
}
.distributor-section .distributor-results table tbody tr.directions .distributor-result-directions .details {
  float: right;
  width: 32%;
}
.distributor-section .distributor-results table tbody tr.directions .distributor-result-directions .details article .column-collection.two-column > div, .distributor-section .distributor-results table tbody tr.directions .distributor-result-directions .details article .two-column.box-list > div, .distributor-section .distributor-results table tbody tr.directions .distributor-result-directions .details article .two-column.box-collection > div {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.distributor-section .distributor-results table tbody tr.directions .distributor-result-directions .details article .contact > h3 {
  margin-top: 0px;
}
.distributor-section .distributor-results table tbody tr.directions .distributor-result-directions .details article .categories .map-tools {
  padding-top: 20px;
  text-align: right;
}
.distributor-section .distributor-results table tbody tr.directions .distributor-result-directions a.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat -572px -231px;
  width: 16px;
  height: 16px;
  display: block;
}

.font-standard {
  font-family: 'Arial';
}

.font-branded {
  font-family: 'Open Sans Condensed', sans-serif;
}

.page-icon {
  background: url("../images/page-icon.png") left center no-repeat;
  padding-left: 32px;
  color: black;
}

.paperclip-icon {
  background: url("../images/paperclip-icon.png") left center no-repeat;
  padding-left: 32px;
  color: black;
}

.email-icon {
  background: url("../images/email-icon.png") left center no-repeat;
  padding-left: 32px;
  color: black;
}

.building-icon {
  background: url("../images/sales-office-icon.png") left center no-repeat;
  padding-left: 32px;
  color: black;
}

.network-icon {
  background: url("../images/distributor-icon.png") left center no-repeat;
  padding-left: 32px;
  color: black;
}

.download-icon {
  background: url("../images/download-icon.png") left center no-repeat;
  padding-left: 32px;
  color: black;
}

.indented {
  text-decoration: none;
  color: #1ea0c6;
  background: url("../images/right-arrow-sml-blue.png") left center no-repeat;
  padding-left: 15px;
  margin: 0;
}
.indented:hover {
  text-decoration: underline;
}

.generic-image-box {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  overflow: hidden;
}
.generic-image-box img {
  float: left;
}
.generic-image-box > div {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
}

.image-left-space {
  margin-left: 10px;
}

.image-right-space {
  margin-right: 10px;
}

.image-top-space {
  margin-top: 10px;
}

.image-bottom-space {
  margin-bottom: 10px;
}

/* Some background colours */
html {
  line-height: 1.5em;
}

body {
  background: #e3e3e3;
}

body.no-scroll {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

a {
  color: #1ea0c6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.pidseu h3 {
  color: #a3a3a3;
}

.pidseu h4 {
  color: #c1c1c1;
}

hr {
  border-bottom: 0;
}

img {
  border-color: #cacaca;
}

#page {
  background: #f8f8f8;
  box-shadow: 6px 0px 5px -5px #c2c1c0, -6px 0px 5px -5px #c2c1c0;
}

#header .header-top {
  background: url("../images/header-top-bkg.jpg") top left repeat-x #474747;
  overflow: visible;
}
#header .header-bottom {
  background: url("../images/header-bottom-bkg.jpg") top left repeat-x #434343;
  /*padding:5px 0px;*/
}
#header .header-print {
  display: none;
}

#footer {
  background: #434343;
  color: #ffffff;
}

.footer-print {
  display: none;
}

.messages, .messages--status, .messages--warning, .messages--error {
  font-size: 0.875em;
  line-height: 1.28571em;
}

.hidden {
  display: none;
}

/* Header stuff */
#header .header-top-inner {
  display: table;
  width: 996px;
  height: 70px;
  margin: 0 auto;
  padding-right: 10px;
}
#header .header-top-inner .header__name-and-slogan {
  display: table-cell;
  width: 24%;
  float: none;
  margin: 0 10px 0 -10px;
  background: url("../images/panasonic-logo.jpg") no-repeat;
  background-position: left top;
  text-indent: -9999em;
}
#header .header-top-inner .header__name-and-slogan a {
  display: block;
  width: 166px;
  height: 70px;
}
#header .header-top-inner .navigation {
  display: table-cell;
  width: 76%;
  float: none;
}
#header .header-bottom .header-bottom-inner {
  position: relative;
  min-height: 40px;
  overflow: hidden;
}
#header .header-bottom .header-bottom-inner .header-cart {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#header .header-bottom .header-bottom-inner .header-cart .header-cart-inner {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
#header .header-bottom .header-bottom-inner .header-cart .header-cart-inner .button, #header .header-bottom .header-bottom-inner .header-cart .header-cart-inner .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form input[type="submit"], .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form #header .header-bottom .header-bottom-inner .header-cart .header-cart-inner input[type="submit"], #header .header-bottom .header-bottom-inner .header-cart .header-cart-inner form.pidseu_search input[type="submit"], form.pidseu_search #header .header-bottom .header-bottom-inner .header-cart .header-cart-inner input[type="submit"], #header .header-bottom .header-bottom-inner .header-cart .header-cart-inner .hearst-feed-search-form input[type="submit"], .hearst-feed-search-form #header .header-bottom .header-bottom-inner .header-cart .header-cart-inner input[type="submit"], #header .header-bottom .header-bottom-inner .header-cart .header-cart-inner .menu-name-menu-extranet-menu ul.menu li a, .menu-name-menu-extranet-menu ul.menu li #header .header-bottom .header-bottom-inner .header-cart .header-cart-inner a {
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 26px;
  height: 26px;
}
#header #block-pidseu-pidseu-header-images {
  margin: 0;
}
#header .header-carousel {
  width: 100%;
  height: 300px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}
#header .header-carousel ul {
  margin: 0;
}
#header .header-carousel ul li {
  position: relative;
  width: 1200px;
  height: 300px;
  text-align: center;
}
#header .header-carousel ul li div.wrapper {
  display: inline-block;
  width: 1200px;
  height: 300px;
  overflow: hidden;
}
#header .header-carousel ul li div.wrapper img {
  width: 1200px;
  height: 300px;
  max-width: 1200px;
}
#header .header-carousel .background-box, #header .header-carousel .text {
  position: absolute;
  left: 180px;
  top: 0px;
  width: 340px;
  text-align: left;
  height: 300px;
  z-index: 10;
}
#header .header-carousel .text {
  z-index: 20;
  padding: 20px 20px 0px 20px;
}
#header .header-carousel .text h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.625em;
  line-height: 1.14286em;
}
#header .header-carousel .text p {
  font-family: 'Arial';
  font-size: 0.8125em;
  line-height: 1.38462em;
  width: 230px;
}
#header .header-carousel .text.black {
  color: #000;
}
#header .header-carousel .text.white {
  color: #fff;
}
#header .header-carousel .text.grey {
  color: #a3a3a3;
}
#header .header-carousel .text.light-grey {
  color: #c1c1c1;
}
#header .header-carousel .arrow, #header .header-carousel .box-carousel .arrow-left, .box-carousel #header .header-carousel .arrow-left, #header .header-carousel .box-carousel .arrow-right, .box-carousel #header .header-carousel .arrow-right, #header .header-carousel .jcarousel-control-prev, #header .header-carousel .jcarousel-control-next {
  width: 37px;
  height: 47px;
  position: absolute;
  top: 50%;
  margin-top: -23.5px;
  cursor: pointer;
}
#header .header-carousel .jcarousel-control-prev {
  left: 112px;
  background: url("../images/../images/industrials_sprite_sheet.png") -50px -56px no-repeat;
  outline: none;
}
#header .header-carousel .jcarousel-control-next {
  right: 112px;
  background: url("../images/../images/industrials_sprite_sheet.png") -108px -56px no-repeat;
  outline: none;
}
@media only screen and (max-width: 1200px) {
  #header .header-carousel ul li {
    width: 1024px;
    overflow: hidden;
  }
  #header .header-carousel ul li div.wrapper {
    width: 100%;
    height: 300px;
  }
  #header .header-carousel ul li div.wrapper img {
    margin-left: -88px;
  }
  #header .header-carousel .background-box, #header .header-carousel .text {
    left: 92px;
  }
  #header .header-carousel .jcarousel-control-prev {
    left: 24px;
  }
  #header .header-carousel .jcarousel-control-next {
    right: 24px;
  }
}
#header .region-content-top {
  position: relative;
}
#header .region-content-top .block-pidseu-search {
  margin: 0;
  position: relative;
  z-index: 6;
}
#header .region-content-top .block-pidseu-search .search-row {
  width: 100%;
  height: 90px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  box-shadow: 0px 3px 4px 0px #c2c1c0;
  background: url("../images/search-row-bg.png") top left repeat-x;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner {
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  box-shadow: 1px 0px 0px 0px #fff, 1px 0px 0px 0px #fff inset;
  overflow: hidden;
  position: relative;
  z-index: 6;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner:before, #header .region-content-top .block-pidseu-search .search-row .search-row-inner:after {
  content: " ";
  display: table;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner:after {
  clear: both;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper {
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper:last-child {
  margin-right: 0;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .label {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 19.21107%;
  padding-left: 30px;
  font-family: 'Arial';
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .label:last-child {
  margin-right: 0;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .label > div {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .label h2 {
  font-size: 1em;
  line-height: 1.5em;
  line-height: 0.75em;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .label span {
  font-size: 0.875em;
  line-height: 1.28571em;
  color: #898989;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .form-elements {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 61.73156%;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .form-elements:last-child {
  margin-right: 0;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .form-elements > div {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .links {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 10.70697%;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .links:last-child {
  margin-right: 0;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .links > div {
  display: table-cell;
  height: 90px;
  vertical-align: middle;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .links a {
  font-size: 0.75em;
  line-height: 1.5em;
  font-family: 'Arial';
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .stock-search {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 10.70697%;
  background: #1ea0c6;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .stock-search:last-child {
  margin-right: 0;
}
#header .region-content-top .block-pidseu-search .search-row .search-row-inner .search-form-wrapper .stock-search a {
  font-size: 0.75em;
  line-height: 1.5em;
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  color: white;
  line-height: 90px;
}
#header .region-content-top .menu-block-wrapper {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
#header .region-content-top .menu-block-wrapper ul {
  border: 1px solid #cacaca;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  border-radius: 4px;
  list-style: none;
  padding: 0;
}
#header .region-content-top .menu-block-wrapper ul li {
  font-family: 'Open Sans Condensed', sans-serif;
  float: left;
  margin: 0px;
  border-left: 1px solid white;
  border-right: 1px solid #cacaca;
  height: 41px;
  list-style: none;
}
#header .region-content-top .menu-block-wrapper ul li a {
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  padding: 10px 27px;
  display: block;
  height: 41px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
}
#header .region-content-top .menu-block-wrapper ul li a.active-trail, #header .region-content-top .menu-block-wrapper ul li a:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
#header .region-content-top .menu-block-wrapper ul li a:visited {
  color: #333333;
}
#header .region-content-top .menu-block-wrapper ul > :nth-child(1) {
  border-left: none;
}
#header .region-content-top .menu-block-wrapper ul > :nth-last-child(1) {
  border-right: none;
}
#header .region-content-top .menu-block-wrapper ul {
  margin: 38px 0 0 0;
}

#page #main {
  margin-top: 1.5em;
  margin-bottom: 40px;
}
#page #main #page-title {
  font-family: 'Open Sans Condensed', sans-serif;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.front #page #main #page-title {
  display: none;
}
.page-distributors #page #main #page-title, .expert-search-results-page #page #main #page-title {
  padding-left: 142px;
  padding-right: 112px;
  padding-bottom: 10px;
}
.node-type-events #page #main #page-title, .node-type-news #page #main #page-title, .node-type-blog #page #main #page-title {
  padding: 0;
  font-size: 1.375em;
  line-height: 1.36364em;
  padding-left: 30px;
}
#page #main #content .links {
  padding-left: 30px;
  font-size: 0.75em;
  line-height: 1.5em;
}
#page #main #content #news_header {
  height: 30px;
  margin-left: 30px;
}
#page #main #content #news_header #news_header_left {
  float: left;
}
#page #main #content #news_header #news_header_right {
  float: right;
}
#page #main #content #news_header #news_header_right .social-links {
  margin: 0px;
}
.node-type-events #page #main #content .region-content-header, .node-type-news #page #main #content .region-content-header, .node-type-blog #page #main #content .region-content-header {
  padding-left: 30px;
}
#page #main #content > article.node {
  padding: 0 50px 0 30px;
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 1.875em;
}
#page #main #content article.node-category-page.category-depth-1, #page #main #content article.node-category-page.category-depth-2 {
  display: none;
}
#page #main #content article.node-category-page .column-collection, #page #main #content article.node-category-page .box-list, #page #main #content article.node-category-page .box-collection {
  margin-bottom: 20px;
}
#page #main #content article.node-category-page .column-collection .category-description-body, #page #main #content article.node-category-page .box-list .category-description-body, #page #main #content article.node-category-page .box-collection .category-description-body {
  padding: 0 20px 20px;
}
#page #main #content article.node-category-page .column-collection .category-description-body h2, #page #main #content article.node-category-page .box-list .category-description-body h2, #page #main #content article.node-category-page .box-collection .category-description-body h2, #page #main #content article.node-category-page .column-collection .category-description-body h3, #page #main #content article.node-category-page .box-list .category-description-body h3, #page #main #content article.node-category-page .box-collection .category-description-body h3 {
  line-height: 1.5em;
  margin-top: 1em;
}
#page #main #content article.node-category-page .column-collection .category-description-body p, #page #main #content article.node-category-page .box-list .category-description-body p, #page #main #content article.node-category-page .box-collection .category-description-body p {
  margin-top: 0;
}
#page #main #content article.node-category-page.category-depth-4 .divider {
  display: none;
}
#page #main #content article.node-category-page.category-depth-4 .column-collection > div, #page #main #content article.node-category-page.category-depth-4 .box-list > div, #page #main #content article.node-category-page.category-depth-4 .box-collection > div {
  width: 286px;
  margin-right: 20px;
}
#page #main #content article.node-category-page.category-depth-4 .column-collection .category-description-body, #page #main #content article.node-category-page.category-depth-4 .box-list .category-description-body, #page #main #content article.node-category-page.category-depth-4 .box-collection .category-description-body {
  width: 570px;
  margin-right: 0;
}
#page #main #content article.node-category-page .alternative-url {
  display: none;
}
#page #main #content article.node-series-page header {
  display: none;
}
#page #main #content article.node-series-page .column-collection, #page #main #content article.node-series-page .box-list, #page #main #content article.node-series-page .box-collection {
  margin-bottom: 20px;
}
#page #main #content article.node-series-page .column-collection .category-description-body, #page #main #content article.node-series-page .box-list .category-description-body, #page #main #content article.node-series-page .box-collection .category-description-body {
  padding: 0 20px 20px;
}
#page #main #content article.node-series-page .column-collection .category-description-body h2, #page #main #content article.node-series-page .box-list .category-description-body h2, #page #main #content article.node-series-page .box-collection .category-description-body h2, #page #main #content article.node-series-page .column-collection .category-description-body h3, #page #main #content article.node-series-page .box-list .category-description-body h3, #page #main #content article.node-series-page .box-collection .category-description-body h3 {
  line-height: 1.5em;
  margin-top: 1em;
}
#page #main #content article.node-series-page .column-collection .category-description-body p, #page #main #content article.node-series-page .box-list .category-description-body p, #page #main #content article.node-series-page .box-collection .category-description-body p {
  margin-top: 0;
}
#page #main #content article.node-series-page .column-collection, #page #main #content article.node-series-page .box-list, #page #main #content article.node-series-page .box-collection {
  margin-top: 20px;
}
#page #main #content article.node-series-page .column-collection > div, #page #main #content article.node-series-page .box-list > div, #page #main #content article.node-series-page .box-collection > div {
  width: 286px;
  margin-right: 20px;
}
#page #main #content article.node-series-page .column-collection .category-description-body, #page #main #content article.node-series-page .box-list .category-description-body, #page #main #content article.node-series-page .box-collection .category-description-body {
  width: 570px;
  margin-right: 0;
}
#page #main #content article.node-series-page .column-collection .category-description-body p, #page #main #content article.node-series-page .box-list .category-description-body p, #page #main #content article.node-series-page .box-collection .category-description-body p {
  margin-left: 0;
  line-height: 1.875em;
}
#page #main #content article.node-category-page .field-name-field-image img, #page #main #content article.node-series-page .field-name-field-image img {
  border: 1px solid #cacaca;
  box-shadow: 0 1px 1px 0 #e5e7e7;
}
#page #main #content article.node-webform {
  padding: 0px;
}
#page #main #content article.node-webform .field-name-body {
  padding-left: 30px;
}
#page #main #content .node-news,
#page #main #content .node-events {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
#page #main #content .node-news:before, #page #main #content .node-news:after,
#page #main #content .node-events:before,
#page #main #content .node-events:after {
  content: " ";
  display: table;
}
#page #main #content .node-news:after,
#page #main #content .node-events:after {
  clear: both;
}
#page #main #content .node-news .field-name-field-image,
#page #main #content .node-events .field-name-field-image {
  margin-bottom: 10px;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%;
}
#page #main #content .node-news .field-name-field-image:last-child,
#page #main #content .node-events .field-name-field-image:last-child {
  margin-right: 0;
}
#page #main #content .node-news .field-name-field-event-date,
#page #main #content .node-news .field-name-field-event-time,
#page #main #content .node-news .field-name-field-location,
#page #main #content .node-news .field-name-field-how-to-book,
#page #main #content .node-events .field-name-field-event-date,
#page #main #content .node-events .field-name-field-event-time,
#page #main #content .node-events .field-name-field-location,
#page #main #content .node-events .field-name-field-how-to-book {
  line-height: 2.25em;
}
#page #main #content .node-news .field-name-field-event-date .field-label,
#page #main #content .node-news .field-name-field-event-time .field-label,
#page #main #content .node-news .field-name-field-location .field-label,
#page #main #content .node-news .field-name-field-how-to-book .field-label,
#page #main #content .node-events .field-name-field-event-date .field-label,
#page #main #content .node-events .field-name-field-event-time .field-label,
#page #main #content .node-events .field-name-field-location .field-label,
#page #main #content .node-events .field-name-field-how-to-book .field-label {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%;
  font-weight: bold;
}
#page #main #content .node-news .field-name-field-event-date .field-label:last-child,
#page #main #content .node-news .field-name-field-event-time .field-label:last-child,
#page #main #content .node-news .field-name-field-location .field-label:last-child,
#page #main #content .node-news .field-name-field-how-to-book .field-label:last-child,
#page #main #content .node-events .field-name-field-event-date .field-label:last-child,
#page #main #content .node-events .field-name-field-event-time .field-label:last-child,
#page #main #content .node-events .field-name-field-location .field-label:last-child,
#page #main #content .node-events .field-name-field-how-to-book .field-label:last-child {
  margin-right: 0;
}
#page #main #content .node-news .field-name-field-event-date .field-items,
#page #main #content .node-news .field-name-field-event-time .field-items,
#page #main #content .node-news .field-name-field-location .field-items,
#page #main #content .node-news .field-name-field-how-to-book .field-items,
#page #main #content .node-events .field-name-field-event-date .field-items,
#page #main #content .node-events .field-name-field-event-time .field-items,
#page #main #content .node-events .field-name-field-location .field-items,
#page #main #content .node-events .field-name-field-how-to-book .field-items {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 74.4877%;
}
#page #main #content .node-news .field-name-field-event-date .field-items:last-child,
#page #main #content .node-news .field-name-field-event-time .field-items:last-child,
#page #main #content .node-news .field-name-field-location .field-items:last-child,
#page #main #content .node-news .field-name-field-how-to-book .field-items:last-child,
#page #main #content .node-events .field-name-field-event-date .field-items:last-child,
#page #main #content .node-events .field-name-field-event-time .field-items:last-child,
#page #main #content .node-events .field-name-field-location .field-items:last-child,
#page #main #content .node-events .field-name-field-how-to-book .field-items:last-child {
  margin-right: 0;
}
#page #main #content .node-news,
#page #main #content .node-events {
  margin-top: 61px;
}
#page #main #content .node-news .field-sub-title,
#page #main #content .node-events .field-sub-title {
  clear: both;
}
#page #main #content .node-news .type-date,
#page #main #content .node-events .type-date {
  margin: 6px 0;
  padding: 4px 0;
  border-color: #cacaca;
  border-style: solid;
  border-width: 1px 0px;
}
#page #main #content .node-news .type-date .date-display-start,
#page #main #content .node-news .type-date .date-display-end,
#page #main #content .node-events .type-date .date-display-start,
#page #main #content .node-events .type-date .date-display-end {
  margin: 0px 0px 10px 0px;
  color: #1ea0c6;
  font-weight: bold;
  overflow: hidden;
  clear: both;
}
#page #main #content .node-news .type-date span.news-icon,
#page #main #content .node-events .type-date span.news-icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 26px;
  height: 21px;
  vertical-align: top;
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat;
  background-position: -407px -646px;
  opacity: 0.6;
  /*    .pidseu & {
          opacity: 0.6;
          .lt-ie9 & {
              filter: alpha(opacity=60);
          }
      }*/
}
.lt-ie9 #page #main #content .node-news .type-date span.news-icon, .lt-ie9
#page #main #content .node-events .type-date span.news-icon {
  filter: alpha(opacity=60);
}
#page #main #content .node-news .type-date span.news-icon.event,
#page #main #content .node-events .type-date span.news-icon.event {
  background-position: -483px -645px;
}
#page #main #content .node-news .type-date span.news-icon.new-product-introductions,
#page #main #content .node-events .type-date span.news-icon.new-product-introductions {
  background-position: -370px -644px;
}
#page #main #content .node-news .type-date span.news-icon.newsletter,
#page #main #content .node-events .type-date span.news-icon.newsletter {
  background-position: -596px -646px;
}
#page #main #content .node-news .type-date span.news-icon.press-release,
#page #main #content .node-events .type-date span.news-icon.press-release {
  background-position: -407px -646px;
}
#page #main #content .node-news .type-date span.news-icon.product-notices,
#page #main #content .node-events .type-date span.news-icon.product-notices {
  background-position: -324px -646px;
}
#page #main #content .node-news .type-date span.news-icon.special-offer,
#page #main #content .node-events .type-date span.news-icon.special-offer {
  background-position: -560px -645px;
}
#page #main #content .node-news .type-date span.news-icon.trade-show,
#page #main #content .node-events .type-date span.news-icon.trade-show {
  background-position: -522px -647px;
}
#page #main #content .node-news .type-date span.news-icon.white-paper,
#page #main #content .node-events .type-date span.news-icon.white-paper {
  background-position: -445px -648px;
}
#page #main #content .node-news .type-date span.news-icon.blog,
#page #main #content .node-events .type-date span.news-icon.blog {
  background-position: -632px -645px;
}
.pidseu #page #main #content .node-news .type-date .date-display-single, .pidseu
#page #main #content .node-events .type-date .date-display-single {
  font-weight: bold;
  color: #1ea0c6;
}
#page #main #content .node-news .type-date span.news-category,
#page #main #content .node-events .type-date span.news-category {
  margin-left: 5px;
  font-weight: bold;
  color: #999;
}
#page #main #content .node-news .field-name-field-event-date {
  margin: 0px 0px 10px 0px;
  color: #1ea0c6;
  font-weight: bold;
  overflow: hidden;
  clear: both;
}
#page #main #content .node-download .field-name-body {
  margin: 5px 0px;
}
#page #main #content .node-download .field-name-body p {
  margin: 0;
}
#page #main #content .node-distributor a.website-link span.icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 17px;
  width: 17px;
  background: url("../images/../images/industrials_sprite_sheet.png") -452px -164px no-repeat;
  margin-bottom: -4px;
  margin-left: 6px;
}
.lt-ie9 #page #main #content .node-distributor .categories {
  margin-right: 0;
}
#page #main #content .node-distributor .categories ul.categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page #main #content .node-distributor .categories ul.categories-list li {
  line-height: 1.5em;
}
#page #main #content .node-distributor .categories .map-tools {
  display: none;
}
#page #main #content .node-solution-page .field-name-body {
  margin-bottom: 40px;
}
#page #main #content .node-solution-page .solution-page-image {
  float: left;
  width: 400px;
  margin-right: 80px;
}
#page #main #content .node-solution-page .solution-page-image .image-wrapper {
  position: relative;
}
#page #main #content .node-solution-page .solution-page-image .image-wrapper span.blob {
  position: absolute;
  width: 34px;
  height: 34px;
  background: url("../images/../images/industrials_sprite_sheet.png") -165px -566px no-repeat;
  cursor: pointer;
}
#page #main #content .node-solution-page .solution-page-image .image-wrapper span.blob.active {
  background-position: -124px -566px;
}
#page #main #content .node-solution-page .solution-page-content {
  float: right;
  width: 416px;
}
#page #main #content .node-solution-page .solution-page-content .blob-items .field-items .blob-item {
  display: none;
}
#page #main #content .node-solution-page .solution-page-content .blob-items .field-items .blob-item .blob-item-title {
  margin: 0 0 0.5em 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}
#page #main #content .node-solution-page .solution-page-content .blob-items .field-items .blob-item .blob-item-text {
  margin-top: 0;
}
#page #main #content .node-solution-page .solution-page-product-categories.category-list h2 {
  font-size: 18px;
}
#page #main #content .node-solution-page .solution-page-product-categories.category-list ul {
  font-size: inherit;
}
#page #main #content .node-solution-page .solution-page-product-categories.category-list .item-list-wrapper {
  display: none;
}
#page #main #content .node-evaluation-kit .field-name-field-image img {
  border: 1px solid #cacaca;
  box-shadow: 0 1px 1px 0 #e5e7e7;
}
#page #main #content .node-evaluation-kit .column-collection, #page #main #content .node-evaluation-kit .box-list, #page #main #content .node-evaluation-kit .box-collection {
  margin-bottom: 20px;
}
#page #main #content .node-evaluation-kit .column-collection .category-description-body, #page #main #content .node-evaluation-kit .box-list .category-description-body, #page #main #content .node-evaluation-kit .box-collection .category-description-body {
  padding: 0 20px 20px;
}
#page #main #content .node-evaluation-kit .column-collection .category-description-body h2, #page #main #content .node-evaluation-kit .box-list .category-description-body h2, #page #main #content .node-evaluation-kit .box-collection .category-description-body h2, #page #main #content .node-evaluation-kit .column-collection .category-description-body h3, #page #main #content .node-evaluation-kit .box-list .category-description-body h3, #page #main #content .node-evaluation-kit .box-collection .category-description-body h3 {
  line-height: 1.5em;
  margin-top: 1em;
}
#page #main #content .node-evaluation-kit .column-collection .category-description-body p, #page #main #content .node-evaluation-kit .box-list .category-description-body p, #page #main #content .node-evaluation-kit .box-collection .category-description-body p {
  margin-top: 0;
}
#page #main #content .node-evaluation-kit .field-name-field-content-downloads {
  clear: both;
}
#page #main #content #site-map {
  font-size: 0.75em;
  line-height: 1.5em;
}
#page #main #content #site-map li {
  padding: 3px 0px;
}
#page #main #content #site-map a {
  color: #1ea0c6;
  text-decoration: none;
  background: url("../images/right-arrow-sml-blue.png") center left no-repeat;
  padding-left: 10px;
}
#page #main #content #site-map a:hover {
  text-decoration: underline;
}
#page #main #content .parts-inventory-table {
  margin-top: 20px;
}
.expert-search-results-page #page #main #content, .page-distributors #page #main #content {
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .page-distributors #page #main #content {
    width: 1024px;
  }
  #page #main #content .distributor-filter-form, #page #main #content .distributor-results {
    padding-left: 54px;
    padding-right: 24px;
  }
}
#page #main #content > .series-page .series-additional-content {
  margin-top: 3em;
}
#page #main .region-sidebar-second,
#page #main .region-sidebar-first {
  margin-top: 15px;
}
#page #main .region-sidebar-second h2.sidebar-title,
#page #main .region-sidebar-first h2.sidebar-title {
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 2.25em;
}
#page #main .region-sidebar-second .sidebar_news_container,
#page #main .region-sidebar-first .sidebar_news_container {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  margin-bottom: 20px;
}
#page #main .region-sidebar-second .sidebar_news_container h3,
#page #main .region-sidebar-first .sidebar_news_container h3 {
  color: black;
  margin: 5px 0 -10px 0;
}
#page #main .region-sidebar-second .sidebar_news_container .news_date,
#page #main .region-sidebar-first .sidebar_news_container .news_date {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #1ea0c6;
  font-weight: bold;
  margin-top: 15px;
}
#page #main .region-sidebar-second #block-pidseu-pidseu-promotions article,
#page #main .region-sidebar-first #block-pidseu-pidseu-promotions article {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  margin-bottom: 20px;
}
#page #main .region-sidebar-second #block-pidseu-pidseu-promotions article .field-name-field-cta a,
#page #main .region-sidebar-first #block-pidseu-pidseu-promotions article .field-name-field-cta a {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}
#page #main .region-sidebar-second .industrials-contact-right-hand-rail .outer,
#page #main .region-sidebar-first .industrials-contact-right-hand-rail .outer {
  width: 100%;
}
#page #main .region-sidebar-second .industrials-contact-right-hand-rail .contact-record,
#page #main .region-sidebar-first .industrials-contact-right-hand-rail .contact-record {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
#page #main .region-sidebar-second .industrials-contact-right-hand-rail .contact-record h3,
#page #main .region-sidebar-first .industrials-contact-right-hand-rail .contact-record h3 {
  margin: 0 0 0.5em 0;
  font-size: 0.9375em;
  line-height: 1.6em;
  color: black;
}
#page #main .region-sidebar-second .industrials-contact-right-hand-rail .contact-record p,
#page #main .region-sidebar-first .industrials-contact-right-hand-rail .contact-record p {
  margin: 0 0 0.5em 0;
  font-size: 0.75em;
  line-height: 1.5em;
}
#page #main .region-sidebar-second .industrials-contact-right-hand-rail .contact-record a,
#page #main .region-sidebar-first .industrials-contact-right-hand-rail .contact-record a {
  word-wrap: break-word;
  display: table-cell;
}
#page #main .region-sidebar-second .industrials-contact-right-hand-rail .contact-record .address,
#page #main .region-sidebar-first .industrials-contact-right-hand-rail .contact-record .address {
  font-size: 0.75em;
  line-height: 1.5em;
}
#page #main .region-sidebar-second .industrials-contact-right-hand-rail #contact-record-items .contact-record,
#page #main .region-sidebar-first .industrials-contact-right-hand-rail #contact-record-items .contact-record {
  display: none;
}
#page #main .region-sidebar-second {
  margin-top: 100px;
}
#page #main .divider {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.page-distributors #page #main, .expert-search-results-page #page #main {
  margin: 0;
  width: 1200px;
}
.page-distributors #page #main .messages, .page-distributors #page #main .messages--status, .page-distributors #page #main .messages--warning, .page-distributors #page #main .messages--error, .expert-search-results-page #page #main .messages, .expert-search-results-page #page #main .messages--status, .expert-search-results-page #page #main .messages--warning, .expert-search-results-page #page #main .messages--error {
  margin-left: 112px;
}
#page #main .pidseu-search-expert-search-results {
  margin: 0;
}
#page #main .pidseu-search-expert-search-results h3 {
  color: black;
}
#page #main .pidseu-search-expert-search-results .expert-search-form-wrapper,
#page #main .pidseu-search-expert-search-results .expert-search-results-wrapper {
  padding: 0px 112px 20px;
  width: 1200px;
}
#page #main .pidseu-search-expert-search-results .expert-search-form-wrapper {
  overflow: hidden;
  background: #eff0f0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 40px;
}
#page #main .pidseu-search-expert-search-results .expert-search-form-wrapper.closed {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
#page #main .pidseu-search-expert-search-results .expert-search-results-wrapper .expert-search-handle {
  width: 176px;
  height: 36px;
  background: url("../images/expert-search-form-tab.png") top center no-repeat;
  text-align: center;
  font-size: 0.8125em;
  line-height: 1.38462em;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
}
#page #main .pidseu-search-expert-search-results .expert-search-results-wrapper .expert-search-handle a {
  display: block;
  width: 112px;
  height: 32px;
  margin: 0px auto;
  padding: 8px 0px 10px;
  color: black;
  text-decoration: none;
  background: url("../images/menu-expanded.png") bottom center no-repeat;
}
#page #main .pidseu-search-expert-search-results .expert-search-results-wrapper .expert-search-handle a.open {
  background-image: url("../images/menu-expanded-close.png");
}
#page #main .pidseu-search-expert-search-results .expert-search-results-wrapper .series-list-controls {
  margin-top: 25px;
}
#page #main .pidseu-search-expert-search-results .expert-search-results-wrapper .expert-search-results {
  margin-top: 25px;
}
#page #main .pidseu-search-expert-search-results .expert-search-results .search-results {
  margin: 0;
  padding: 0;
}
#page #main .pidseu-search-expert-search-results .expert-search-results .search-results li {
  font-size: 0.75em;
  line-height: 1.5em;
}
#page #main .pidseu-search-expert-search-results .expert-search-results .search-results p.title {
  font-weight: bold;
  margin: 5px 0;
}
#page #main .pidseu-search-expert-search-results .expert-search-results .search-results p a {
  color: #1ea0c6;
  text-decoration: none;
}
#page #main .pidseu-search-expert-search-results .expert-search-results .search-results .search-snippet-info {
  padding: 0 0 10px 0;
}
#page #main .pidseu-search-expert-search-results .expert-search-results .search-results .search-snippet-info .search-url {
  margin: 5px 0;
}
#page #main .pidseu-search-expert-search-results .expert-search-results .search-results .search-snippet-info .search-url a {
  color: #a3a3a3;
  text-decoration: none;
}
#page #main .pidseu-search-expert-search-results .expert-search-results .search-results .search-snippet-info .search-url a:hover {
  text-decoration: underline;
}
#page #main #block-workbench-block {
  clear: both;
}
.page-customerror #page #main p {
  padding-left: 30px;
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 1.875em;
}
#page .breakout-section {
  width: 100%;
  background: #edefef;
  border-top: 1px solid #cacaca;
  position: relative;
}
#page .breakout-section .breakout-section-inner {
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-bottom: 30px;
}
#page .breakout-section .breakout-section-inner:before, #page .breakout-section .breakout-section-inner:after {
  content: " ";
  display: table;
}
#page .breakout-section .breakout-section-inner:after {
  clear: both;
}

.pidsa .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form p {
  font-size: .75em;
  font-weight: bold;
  margin: 8px;
}
.pidsa .pidseu-search-page .pidseu-search-results-wrapper .expert-search-results p.title,
.pidsa .pidseu-search-page .pidseu-search-results-wrapper .search-results p.title {
  font-weight: bold;
  margin: 10px 0 20px;
}
.pidsa .pidseu-search-page .pidseu-search-results-wrapper .expert-search-results p a,
.pidsa .pidseu-search-page .pidseu-search-results-wrapper .search-results p a {
  color: #000;
}
.pidsa .pidseu-search-page .pidseu-search-results-wrapper .expert-search-results .search-snippet-info .search-url a,
.pidsa .pidseu-search-page .pidseu-search-results-wrapper .search-results .search-snippet-info .search-url a {
  color: #1ea0c6;
}

#footer .action-links-wrapper {
  margin-top: 20px;
}
#footer .action-links-wrapper .action-links {
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}
#footer .action-links-wrapper .action-links > li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
#footer .action-links-wrapper .action-links:before, #footer .action-links-wrapper .action-links:after {
  content: " ";
  display: table;
}
#footer .action-links-wrapper .action-links:after {
  clear: both;
}
#footer .action-links-wrapper .action-links > li {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 31.96721%;
  font-size: 0.875em;
  line-height: 1.28571em;
}
#footer .action-links-wrapper .action-links > li:last-child {
  margin-right: 0;
}
#footer .action-links-wrapper .action-links > li a {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #B6B6B6;
  text-decoration: none;
  text-shadow: -1px -1px 1px #222222;
}
#footer .action-links-wrapper .action-links > li a:hover {
  color: #F6F6F6;
}
#footer .action-links-wrapper .action-links > li.print-link a {
  padding-left: 20px;
  background: url(../images/print-icon-grey.png) left center no-repeat;
}
#footer .action-links-wrapper .action-links > li.print-link a:hover {
  background: url(../images/print-icon-grey-hover.png) left center no-repeat;
}
#footer .action-links-wrapper .action-links > li.top-link {
  text-align: center;
}
#footer .action-links-wrapper .action-links > li.top-link a {
  padding-top: 10px;
  background: url(../images/up-arrow-sml-grey.png) center top no-repeat;
}
#footer .action-links-wrapper .action-links > li.top-link a:hover {
  background: url(../images/up-arrow-sml-light-grey.png) center top no-repeat;
}
#footer .action-links-wrapper .action-links > li.area-country-link {
  text-align: right;
}
.lt-ie9 #footer .action-links-wrapper .action-links > li.area-country-link {
  margin-right: 0;
}
#footer .menu-name-menu-footer-menu ul {
  font-family: 'Arial';
  font-size: 0.75em;
  line-height: 1.5em;
  color: #F9F9F9;
  width: 100%;
  text-align: center;
}
#footer .menu-name-menu-footer-menu ul > li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
#footer .menu-name-menu-footer-menu ul li a {
  text-decoration: none;
  color: #F9F9F9;
}
#footer .menu-name-menu-footer-menu ul li a:hover {
  text-decoration: underline;
}
#footer .menu-name-menu-footer-menu ul li:after {
  content: " | ";
}
#footer .menu-name-menu-footer-menu ul li.last:after {
  content: "";
}
#footer .social-links li.menu-939, #footer .social-links li.menu-940 {
  display: none;
}
#footer .footer-bottom {
  background: #333333;
  border-top: 1px solid #7c7c7c;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 50px;
}

.node-type-blog .blog-carousel {
  width: 100%;
  height: 182px;
  overflow: hidden;
  position: relative;
}
.node-type-blog .blog-carousel .wrapper {
  width: 726px;
  height: 182px;
}
.node-type-blog .blog-carousel ul {
  margin: 0;
}
.node-type-blog .blog-carousel ul li {
  position: relative;
  width: 726px;
  height: 182px;
  text-align: center;
}
.node-type-blog .blog-carousel ul li div.wrapper {
  display: inline-block;
  width: 726px;
  height: 182px;
  overflow: hidden;
}
.node-type-blog .blog-carousel ul li div.wrapper img {
  width: 726px;
  height: 182px;
}
.node-type-blog .blog-carousel .jcarousel-control-prev {
  left: 17px;
  background: url("../images/../images/industrials_sprite_sheet.png") -50px -56px no-repeat;
}
.node-type-blog .blog-carousel .jcarousel-control-next {
  right: 17px;
  background: url("../images/../images/industrials_sprite_sheet.png") -108px -56px no-repeat;
}
.node-type-blog .blog-carousel .jcarousel-controls {
  right: 17px;
}

.top-pager {
  position: absolute;
  width: 790px;
  margin: -18px 0 0 -800px;
}
.pidseu .top-pager {
  position: relative;
  width: auto;
  float: right;
  margin: 0px 10px 0px 0px;
}
.pidseu .top-pager ul.pager {
  margin: 0;
}
.pidseu .top-pager ul.pager .pager-item, .pidseu .top-pager ul.pager .pager-current, .pidseu .top-pager ul.pager .pager-ellipsis {
  display: none;
}

/* Also include any custom module css */
.ecatalog-page h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: normal;
  margin-top: 1.5em;
  text-indent: 30px;
}
.ecatalog-page h2.part-no {
  margin: 0 0 1.5em;
}
.ecatalog-page p, .ecatalog-page ul:not(.pager, .file-tabs), .ecatalog-page ol {
  font-size: 12px;
}
.ecatalog-page p a, .ecatalog-page ul:not(.pager, .file-tabs) a, .ecatalog-page ol a {
  color: #1ea0c6;
  text-decoration: none;
}
.ecatalog-page p a:hover, .ecatalog-page ul:not(.pager, .file-tabs) a:hover, .ecatalog-page ol a:hover {
  text-decoration: underline;
}
.ecatalog-page h3 {
  margin-left: 30px;
  color: black;
}
.ecatalog-page ul, .ecatalog-page ol, .ecatalog-page p {
  margin-left: 30px;
}
.ecatalog-page ul p {
  margin: 0;
  font-size: 1em;
}
.ecatalog-page .terms-conditions h3 {
  font-size: 0.9375em;
  line-height: 1.6em;
}
.ecatalog-page .terms-conditions h4 {
  font-size: 0.8125em;
  line-height: 1.38462em;
}

.pidseu .ecatalog-page .pidseu-search-results-wrapper .item-list,
.pidseu .pidseu-search-page .pidseu-search-results-wrapper .item-list {
  *zoom: 1;
}
.pidseu .ecatalog-page .pidseu-search-results-wrapper .item-list:before, .pidseu .ecatalog-page .pidseu-search-results-wrapper .item-list:after,
.pidseu .pidseu-search-page .pidseu-search-results-wrapper .item-list:before,
.pidseu .pidseu-search-page .pidseu-search-results-wrapper .item-list:after {
  content: " ";
  display: table;
}
.pidseu .ecatalog-page .pidseu-search-results-wrapper .item-list:after,
.pidseu .pidseu-search-page .pidseu-search-results-wrapper .item-list:after {
  clear: both;
}
.pidseu .ecatalog-page .pager,
.pidseu .pidseu-search-page .pager {
  float: right;
}
.pidseu .ecatalog-page .pager li.pager-last,
.pidseu .ecatalog-page .pager li.pager-first,
.pidseu .pidseu-search-page .pager li.pager-last,
.pidseu .pidseu-search-page .pager li.pager-first {
  display: none;
}
.pidseu .ecatalog-page .pager li.pager-previous,
.pidseu .pidseu-search-page .pager li.pager-previous {
  margin-right: 20px;
}
.pidseu .ecatalog-page .pager li.pager-next,
.pidseu .pidseu-search-page .pager li.pager-next {
  margin-left: 20px;
  padding: 0 0 0 .5em;
}
.pidseu .ecatalog-page.series-page .item-list,
.pidseu .pidseu-search-page.series-page .item-list {
  float: right;
  *zoom: 1;
}
.pidseu .ecatalog-page.series-page .item-list:before, .pidseu .ecatalog-page.series-page .item-list:after,
.pidseu .pidseu-search-page.series-page .item-list:before,
.pidseu .pidseu-search-page.series-page .item-list:after {
  content: " ";
  display: table;
}
.pidseu .ecatalog-page.series-page .item-list:after,
.pidseu .pidseu-search-page.series-page .item-list:after {
  clear: both;
}

.lt-ie9 .category-page .ui-tabs, .lt-ie9 .category-page .ui-tabs-panel {
  background: none;
  border: 0;
  border-radius: 0;
}
.category-page .item-list {
  float: right;
  margin-top: 30px;
}
.category-page .item-list .pager {
  margin: 0;
}
.category-page .category-list-controls {
  float: left;
  margin: 0px 0px 20px 0px;
  text-align: right;
  *zoom: 1;
}
.category-page .category-list-controls:before, .category-page .category-list-controls:after {
  content: " ";
  display: table;
}
.category-page .category-list-controls:after {
  clear: both;
}
.category-page .category-list-controls.eu-only {
  width: 350px;
  float: left;
  text-align: left;
  margin-top: 30px;
}
.category-page .category-list-controls.eu-only form {
  display: inline-block;
  float: none;
  width: 190px;
}
.category-page .category-list-controls.eu-only form label {
  margin-right: 34px;
}
.category-page .category-list-controls.eu-only .intro.eu-only {
  display: inline-block;
  font-size: .75em;
  width: 105px;
  font-weight: bold;
}
.category-page .category-list-controls.eu-only a.button, .category-page .category-list-controls.eu-only .menu-name-menu-extranet-menu ul.menu li a, .menu-name-menu-extranet-menu ul.menu li .category-page .category-list-controls.eu-only a {
  margin-bottom: -50px;
}
.category-page .category-list-controls .pagination-links {
  float: right;
}
.category-page .category-list-controls .pagination-links a {
  float: left;
  margin-right: 10px;
}
.category-page .category-list-controls form {
  float: right;
  width: 180px;
}
.category-page .category-list-controls form .form-item {
  margin: 0;
}
.category-page .category-list-controls form label {
  float: left;
  margin-right: 10px;
  font-family: 'Arial';
  font-size: 0.75em;
  line-height: 1.5em;
}
.category-page .category-list-controls form .select-wrapper {
  position: relative;
}
.category-page .category-list-controls form .customSelect {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  padding: 0px 10px;
}
.category-page .category-list-controls form .customSelect .customSelectInner {
  text-align: left;
  padding-left: 4px;
  background: url("../images/select_arrows_white.png") right center no-repeat;
}
.category-page .category-list-controls form select {
  float: left;
}

.discontinued-series-list .category-list-controls.eu-only form {
  width: auto;
}

.discontinued-series-list .category-list-controls.eu-only form div {
  display: inline-block;
  vertical-align: middle;
}

.series-page .series-list-controls,
.pidseu-search-expert-search-results .series-list-controls {
  float: right;
  height: 30px;
  margin: 0px 0px 20px 0px;
  text-align: right;
}
.series-page .series-list-controls.eu-only,
.pidseu-search-expert-search-results .series-list-controls.eu-only {
  float: none;
  margin: 0;
  width: 350px;
  top: 50px;
  left: -65px;
  position: relative;
}
.series-page .series-list-controls.eu-only a.button, .series-page .series-list-controls.eu-only .menu-name-menu-extranet-menu ul.menu li a, .menu-name-menu-extranet-menu ul.menu li .series-page .series-list-controls.eu-only a,
.pidseu-search-expert-search-results .series-list-controls.eu-only a.button,
.pidseu-search-expert-search-results .series-list-controls.eu-only .menu-name-menu-extranet-menu ul.menu li a,
.menu-name-menu-extranet-menu ul.menu li .pidseu-search-expert-search-results .series-list-controls.eu-only a {
  position: relative;
  top: -50px;
  left: 871px;
}
.series-page .series-list-controls .pagination-links,
.pidseu-search-expert-search-results .series-list-controls .pagination-links {
  float: right;
}
.series-page .series-list-controls .pagination-links a,
.pidseu-search-expert-search-results .series-list-controls .pagination-links a {
  float: left;
  margin-right: 10px;
}
.series-page .series-list-controls form,
.pidseu-search-expert-search-results .series-list-controls form {
  float: right;
  width: 180px;
}
.series-page .series-list-controls form .form-item,
.pidseu-search-expert-search-results .series-list-controls form .form-item {
  margin: 0;
}
.series-page .series-list-controls form label,
.pidseu-search-expert-search-results .series-list-controls form label {
  float: left;
  margin-right: 10px;
  font-family: 'Arial';
  font-size: 0.75em;
  line-height: 1.5em;
}
.series-page .series-list-controls form .select-wrapper,
.pidseu-search-expert-search-results .series-list-controls form .select-wrapper {
  position: relative;
}
.series-page .series-list-controls form .customSelect,
.pidseu-search-expert-search-results .series-list-controls form .customSelect {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  padding: 0px 10px;
}
.series-page .series-list-controls form .customSelect .customSelectInner,
.pidseu-search-expert-search-results .series-list-controls form .customSelect .customSelectInner {
  text-align: left;
  padding-left: 4px;
  background: url("../images/select_arrows_white.png") right center no-repeat;
}
.series-page .series-list-controls form select,
.pidseu-search-expert-search-results .series-list-controls form select {
  float: left;
}
.pidseu .series-page .series-list-controls, .pidseu
.pidseu-search-expert-search-results .series-list-controls {
  margin: 0px 0px -30px 0px;
}
.series-page .series-list .intro,
.series-page .expert-search-results-wrapper .intro,
.pidseu-search-expert-search-results .series-list .intro,
.pidseu-search-expert-search-results .expert-search-results-wrapper .intro {
  font-size: 0.75em;
  line-height: 1.5em;
  float: left;
  line-height: 30px;
  padding-left: 30px;
}
.series-page .series-list .intro.eu-only,
.series-page .expert-search-results-wrapper .intro.eu-only,
.pidseu-search-expert-search-results .series-list .intro.eu-only,
.pidseu-search-expert-search-results .expert-search-results-wrapper .intro.eu-only {
  position: relative;
  padding-left: 0;
  float: left;
  height: 66px;
  line-height: 69px;
  font-weight: bold;
}
.series-page .series-list .table-scroll-wrap .ecatalog-table,
.series-page .expert-search-results-wrapper .table-scroll-wrap .ecatalog-table,
.pidseu-search-expert-search-results .series-list .table-scroll-wrap .ecatalog-table,
.pidseu-search-expert-search-results .expert-search-results-wrapper .table-scroll-wrap .ecatalog-table {
  clear: both;
}
.series-page a.download-pricefile,
.pidseu-search-expert-search-results a.download-pricefile {
  margin-bottom: 10px;
}
.series-page .series-video .series-video-wrapper,
.pidseu-search-expert-search-results .series-video .series-video-wrapper {
  margin-top: 1.5em;
  position: relative;
}
.series-page a.download-pricefile,
.pidseu-search-expert-search-results a.download-pricefile {
  margin-bottom: 10px;
}

.model-page {
  margin-top: -15px;
}
.model-page .model-header {
  width: 976px;
  padding-left: 30px;
  clear: both;
  overflow: hidden;
}
.model-page .model-header .model-image {
  float: left;
  width: 256px;
  margin-right: 20px;
}
.model-page .model-header .model-image img {
  border: 1px solid #cacaca;
  box-shadow: 0 1px 1px 0 #e5e7e7;
}
.model-page .model-header .center-box {
  float: left;
  width: 421px;
  margin-right: 20px;
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  padding: 20px;
}
.model-page .model-header .promotion {
  float: right;
  width: 229px;
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  min-height: 218px;
}
.model-page .parts-inventory .parts-inventory-loading {
  background: url("../images/ajax-loader.gif") top left no-repeat;
  padding-left: 32px;
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 10px 0px;
  font-weight: bold;
}
.model-page .parts-inventory .parts-inventory-results {
  display: none;
}
.model-page .parts-inventory .disclaimer p {
  margin: 0;
}
.model-page .model-video .model-video-wrapper {
  margin-top: 1.5em;
  position: relative;
}

.ecatalog-table {
  background: url("../images/table-header-bkg.jpg") top repeat-x #e0e1e1;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-right: 0px;
}
.ecatalog-table thead tr {
  background: none;
  height: auto;
}
.ecatalog-table thead tr th {
  vertical-align: top;
  padding: 10px 5px;
}
.ecatalog-table thead tr th span.sortable {
  padding: 0px 15px 0px 0px;
  background: url("../images/../images/industrials_sprite_sheet.png") -444px -76px no-repeat;
  width: 8px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.ecatalog-table tbody tr.odd.filter {
  background: none;
}
.ecatalog-table tbody tr.odd.filter td {
  background: none;
  height: 32px;
  background: none;
  padding: 0px 0px 10px;
}
.ecatalog-table tbody tr.odd.filter td a.filter-button {
  color: white;
  display: none;
  cursor: pointer;
  text-decoration: none;
}
.ecatalog-table tbody tr.odd.filter td a.filter-button.active {
  display: inline-block;
}
.ecatalog-table tbody tr.odd.filter td a.filter-button.value-selected {
  width: 32px;
  height: 32px;
  background: none;
  padding: 0;
}
.ecatalog-table tbody tr.odd.filter td a.filter-button.tight-button {
  margin: 0px;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element {
  display: none;
  position: absolute;
  z-index: 10;
  border: 2px solid #1ea0c6;
  background: #e0e1e1;
  min-width: 280px;
  max-width: 380px;
  padding: 10px;
  padding-right: 5em;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element a.close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 40px;
  height: 11px;
  padding-left: 2em;
  background: url("../images/../images/industrials_sprite_sheet.png") no-repeat -397px -339px;
  font-size: 0;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element .inner {
  width: 100%;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element .inner h3 {
  margin: 2em 0 0 0;
  font-size: 1em;
  line-height: 1.5em;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element .inner .filter-slider,
.ecatalog-table tbody tr.odd.filter td .filter-select-element .inner .jquery-multiselect,
.ecatalog-table tbody tr.odd.filter td .filter-select-element .inner button.ui-multiselect {
  margin-top: 10px;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element .inner button {
  margin: 0 auto;
  display: block;
  clear: both;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element .inner button.tight-button {
  position: absolute;
  right: 1em;
  bottom: 1.5em;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element::after {
  position: absolute;
  left: 50%;
  bottom: -13px;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: #e0e1e1;
  border-right: 2px solid #1ea0c6;
  border-bottom: 2px solid #1ea0c6;
  content: "";
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element.right::after {
  left: 85%;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element.left::after {
  left: 15%;
}
.ecatalog-table tbody tr.odd.filter td .filter-select-element.filter-slider-wrapper .inner button.tight-button {
  right: 0.5em;
  bottom: 0.5em;
}
.ecatalog-table tbody tr.odd.filter td select.active {
  display: block;
}
.ecatalog-table tbody tr.filter.empty {
  display: none;
}
.ecatalog-table tbody td.empty {
  background: white;
  border-top: 1px solid #d8d8d8;
}
.ecatalog-table tbody a.document {
  padding: 0;
  background: none;
}

@-moz-document url-prefix() {
  .ecatalog-table {
    clear: left;
  }
}
#ecatalog-series-list-controls-form input.form-submit {
  display: none;
}

#ecatalog-series-filter-form {
  display: none;
}

.parts-inventory-table td.distributor a {
  display: inline-block;
  padding-left: 10px;
  background: url("../images/right-arrow-sml-blue.png") 0px 4px no-repeat;
  color: #1ea0c6;
  text-decoration: none;
}
.parts-inventory-table td.distributor a:hover {
  text-decoration: underline;
}
.parts-inventory-table td.distributor a h3 {
  margin: 0;
  color: #1ea0c6;
}
.parts-inventory-table td.distributor p {
  margin: 0;
  font-size: 12px;
}

.ecatalog-page .files-table img {
  border: 1px solid #cacaca;
  box-shadow: 0 1px 1px 0 #e5e7e7;
}
.ecatalog-page .files-table .pdf-icon-link img {
  border: none;
  box-shadow: none;
}

.page-search .pidseu-search-results-wrapper {
  margin-top: 145px;
}
.page-search.pidseu #page-title, .page-search.automotive #page-title {
  display: none !important;
}
.page-search.pidsa .pidseu-search-results-wrapper {
  margin-top: 5px;
}
.page-search .pidseu-search-header {
  width: 1200px;
  background: #eff0f0;
  margin-left: -112px;
  margin-top: -25px;
  position: absolute;
}
.page-search .pidseu-search-header .counter-pager-wrapper {
  *zoom: 1;
  width: 976px;
  margin: 0 auto;
}
.page-search .pidseu-search-header .counter-pager-wrapper:before, .page-search .pidseu-search-header .counter-pager-wrapper:after {
  content: " ";
  display: table;
}
.page-search .pidseu-search-header .counter-pager-wrapper:after {
  clear: both;
}
.page-search .pidseu-search-header .counter-pager-wrapper #pidseu-search-controls-form {
  margin-left: 25px;
  margin-bottom: 10px;
  display: inline-block;
}
.page-search .pidseu-search-header .counter-pager-wrapper #pidseu-search-controls-form .select-wrapper {
  position: relative;
}
.page-search .pidseu-search-header .counter-pager-wrapper #pidseu-search-controls-form .customSelect {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  padding: 0px 10px;
}
.page-search .pidseu-search-header .counter-pager-wrapper #pidseu-search-controls-form .customSelect .customSelectInner {
  text-align: left;
  padding-left: 4px;
  background: url("../images/select_arrows_white.png") right center no-repeat;
}
.page-search .pidseu-search-header .counter-pager-wrapper #pidseu-search-controls-form .form-item {
  margin: 0;
}
.page-search .pidseu-search-header .counter-pager-wrapper #pidseu-search-controls-form .select-wrapper {
  display: inline-block;
}
.page-search .pidseu-search-header .counter-pager-wrapper #pidseu-search-controls-form label {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Arial', sans-serif;
  font-size: .75em;
}
.page-search .pidseu-search-header .counter-pager-wrapper #pidseu-search-controls-form input.form-submit {
  display: none;
}
.page-search .pidseu-search-header .counter-pager-wrapper .matches {
  display: inline-block;
  margin-top: 14px;
  font-size: .75em;
  font-weight: bold;
}
.page-search .pidseu-search-header .counter-pager-wrapper .item-list {
  float: right;
}
.page-search .pidseu-search-header .counter-pager-wrapper .item-list .pager {
  margin: 10px 0;
}
.page-search .pidseu-search-header .pidseu-search-filter-tabs .back-to-results {
  display: inline-block;
  margin-top: 6px;
  color: #1ea0c6;
  text-decoration: none;
  font-size: .8em;
  padding: 5px 10px 5px 5px;
}
.page-search .pidseu-search-header .pidseu-search-filter-tabs .back-to-results span.icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 17px;
  width: 17px;
  background: url("../images/../images/industrials_sprite_sheet.png") -452px -164px no-repeat;
  margin-bottom: -4px;
  margin-left: 6px;
}
.page-search .pidseu-search-header .pidseu-search-filter-tabs .item-list {
  height: 91px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .page-search .pidseu-search-header {
    margin-left: -24px;
    width: 1024px;
  }
}

#block-bookmark-bar-bookmark-bar {
  margin: 0;
  height: 36px;
}
#block-bookmark-bar-bookmark-bar .bookmark-bar-wrapper {
  position: relative;
  height: 100%;
}
#block-bookmark-bar-bookmark-bar .bookmark-bar-menu {
  position: relative;
  width: 1200px;
  height: 36px;
  background: #434343 url(/sites/all/modules/custom/bookmark_bar/images/bookmark-bar-bg.png) repeat-x;
  z-index: 500;
  overflow: hidden;
  color: #CCCCCC;
  float: left;
}
#block-bookmark-bar-bookmark-bar .bookmark-bar-menu ul {
  position: relative;
  height: 100%;
  margin: 0;
  text-align: center;
  z-index: 20;
}
#block-bookmark-bar-bookmark-bar .bookmark-bar-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 25px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: 36px;
}
#block-bookmark-bar-bookmark-bar .bookmark-bar-menu li.white {
  color: #fff;
}
#block-bookmark-bar-bookmark-bar .bookmark-bar-menu.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
#block-bookmark-bar-bookmark-bar .blue-highlight {
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: #1F9EC9 url(/sites/all/modules/custom/bookmark_bar/images/bookmark-bar-blue-bg.png) repeat-x;
  z-index: 10;
}
#block-bookmark-bar-bookmark-bar .blue-highlight .blue-edge {
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 100%;
  background: url("/sites/all/modules/custom/bookmark_bar/images/bookmark-bar-blue-edge.png") no-repeat;
}

.admin-menu #block-bookmark-bar-bookmark-bar .bookmark-bar-menu.fixed {
  top: 29px;
}

.language-selector {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
.language-selector .current-language-flag {
  vertical-align: middle;
  cursor: pointer;
}
.language-selector .item-list {
  display: none;
}
.language-selector.open {
  background: #333333;
}
.language-selector.open .item-list {
  position: absolute;
  right: 0;
  top: 30px;
  display: block;
  width: 180px;
  height: auto;
  background: inherit;
  z-index: 10000;
  color: #fff;
}
.language-selector.open .item-list h3 {
  margin-bottom: 2em;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.language-selector.open .language-options {
  margin-bottom: 1em;
}
.language-selector.open .language-options li {
  padding: 0 1em 1em;
  color: inherit;
  font-size: 1.1em;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
.language-selector.open .language-options li a {
  color: inherit;
}
.language-selector.open .language-options li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5em;
}

.autologout-dialog,
.extranet-dialog {
  /*background: blue;*/
  border: 0;
  font-family: 'Arial';
}
.autologout-dialog .ui-dialog-titlebar,
.extranet-dialog .ui-dialog-titlebar {
  border: 0;
  background: none;
  font-family: 'Open Sans Condensed', sans-serif;
}
.autologout-dialog .ui-dialog-buttonpane,
.extranet-dialog .ui-dialog-buttonpane {
  border: 0;
}
.autologout-dialog .ui-dialog-buttonpane button,
.extranet-dialog .ui-dialog-buttonpane button {
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 0px;
  background: #1ea0c6;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

.autologout-dialog .ui-dialog-content,
.extranet-dialog .ui-dialog-content {
  font-size: .7em;
  font-weight: bold;
}

.autologout-dialog .ui-dialog-content {
  padding-left: 1.5em;
}

section.model-page #extranet-wrapper.feed-error {
  font-size: 14px;
  color: #655;
  background-color: #fee;
  border-color: #f99;
}
section.model-page #extranet-wrapper.feed-error p {
  margin: 0;
}

.pidseu-search-results-wrapper .pager {
  margin-bottom: 0px;
}
.pidseu-search-results-wrapper .download-pricefile-form {
  float: right;
  margin: 10px 0px;
}

.page-partner-portal #content #extranet-user-registration-form,
.page-partner-portal #content #extranet-user-account-form {
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 2.25em;
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  margin-left: 30px;
}
.page-partner-portal #content #extranet-user-registration-form:before, .page-partner-portal #content #extranet-user-registration-form:after,
.page-partner-portal #content #extranet-user-account-form:before,
.page-partner-portal #content #extranet-user-account-form:after {
  content: " ";
  display: table;
}
.page-partner-portal #content #extranet-user-registration-form:after,
.page-partner-portal #content #extranet-user-account-form:after {
  clear: both;
}
.page-partner-portal #content #extranet-user-registration-form .select-wrapper,
.page-partner-portal #content #extranet-user-account-form .select-wrapper {
  position: relative;
  line-height: 1;
}
.page-partner-portal #content #extranet-user-registration-form .customSelect,
.page-partner-portal #content #extranet-user-account-form .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
.page-partner-portal #content #extranet-user-registration-form .customSelect:hover,
.page-partner-portal #content #extranet-user-account-form .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.page-partner-portal #content #extranet-user-registration-form .customSelect.date-month,
.page-partner-portal #content #extranet-user-account-form .customSelect.date-month {
  margin-left: 24px;
}
.page-partner-portal #content #extranet-user-registration-form .customSelect .customSelectInner,
.page-partner-portal #content #extranet-user-account-form .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
.page-partner-portal #content #extranet-user-registration-form .customSelect.error,
.page-partner-portal #content #extranet-user-account-form .customSelect.error {
  border: 1px solid #c11500;
}
.page-partner-portal #content #extranet-user-registration-form .hasCustomSelect,
.page-partner-portal #content #extranet-user-account-form .hasCustomSelect {
  cursor: pointer;
}
.page-partner-portal #content #extranet-user-registration-form .hasCustomSelect + .ajax-progress,
.page-partner-portal #content #extranet-user-account-form .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
.page-partner-portal #content #extranet-user-registration-form .hasCustomSelect + .ajax-progress .throbber,
.page-partner-portal #content #extranet-user-account-form .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.page-partner-portal #content #extranet-user-registration-form .hasCustomSelect + .ajax-progress .message,
.page-partner-portal #content #extranet-user-account-form .hasCustomSelect + .ajax-progress .message {
  display: none;
}
.page-partner-portal #content #extranet-user-registration-form .form-item,
.page-partner-portal #content #extranet-user-account-form .form-item {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 100%;
}
.page-partner-portal #content #extranet-user-registration-form .form-item:last-child,
.page-partner-portal #content #extranet-user-account-form .form-item:last-child {
  margin-right: 0;
}
.page-partner-portal #content #extranet-user-registration-form .form-item label,
.page-partner-portal #content #extranet-user-account-form .form-item label {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 31.49931%;
}
.page-partner-portal #content #extranet-user-registration-form .form-item label:last-child,
.page-partner-portal #content #extranet-user-account-form .form-item label:last-child {
  margin-right: 0;
}
.page-partner-portal #content #extranet-user-registration-form .form-item input,
.page-partner-portal #content #extranet-user-account-form .form-item input {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 65.74966%;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  margin-right: 0;
}
.page-partner-portal #content #extranet-user-registration-form .form-item input:last-child,
.page-partner-portal #content #extranet-user-account-form .form-item input:last-child {
  margin-right: 0;
}
.page-partner-portal #content #extranet-user-registration-form .form-item input.error,
.page-partner-portal #content #extranet-user-account-form .form-item input.error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .page-partner-portal #content #extranet-user-registration-form .form-item input, .lt-ie9
.page-partner-portal #content #extranet-user-account-form .form-item input {
  border: 1px solid #cacaca;
}
.page-partner-portal #content #extranet-user-registration-form .form-item input[type='checkbox'],
.page-partner-portal #content #extranet-user-account-form .form-item input[type='checkbox'] {
  width: 22px;
  margin: 0 10px 0 318px;
  background: none;
  box-shadow: none;
}
.page-partner-portal #content #extranet-user-registration-form .form-item .select-wrapper,
.page-partner-portal #content #extranet-user-account-form .form-item .select-wrapper {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 65.74966%;
  margin-right: 0;
}
.page-partner-portal #content #extranet-user-registration-form .form-item .select-wrapper:last-child,
.page-partner-portal #content #extranet-user-account-form .form-item .select-wrapper:last-child {
  margin-right: 0;
}
.page-partner-portal #content #extranet-user-registration-form .form-item.form-type-checkbox.form-item-field-no-contact-at-panasonic,
.page-partner-portal #content #extranet-user-account-form .form-item.form-type-checkbox.form-item-field-no-contact-at-panasonic {
  margin: -15px 0 0 0;
}
.page-partner-portal #content #extranet-user-registration-form .form-item.form-item-field-legal-disclaimer-agreement-note,
.page-partner-portal #content #extranet-user-account-form .form-item.form-item-field-legal-disclaimer-agreement-note {
  width: 32% !important;
  text-align: left;
  margin-top: -44px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.25em;
  line-height: 1.2em;
}
.page-partner-portal #content #extranet-user-registration-form .form-item .description,
.page-partner-portal #content #extranet-user-account-form .form-item .description {
  display: inline-block;
  margin-top: 8px;
}
.page-partner-portal #content #extranet-user-registration-form .form-item div + .description,
.page-partner-portal #content #extranet-user-account-form .form-item div + .description {
  float: left;
  margin: 0 0 0 34.3%;
}
.page-partner-portal #content #extranet-user-registration-form .form-actions,
.page-partner-portal #content #extranet-user-account-form .form-actions {
  clear: both;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 74.4877%;
}
.page-partner-portal #content #extranet-user-registration-form .form-actions:last-child,
.page-partner-portal #content #extranet-user-account-form .form-actions:last-child {
  margin-right: 0;
}

.page-user #content h2,
.section-accessdenied #content h2 {
  padding-left: 30px;
}
.page-user #content .item-list,
.section-accessdenied #content .item-list {
  display: none;
}
.page-user #content #user-pass .help-text p,
.section-accessdenied #content #user-pass .help-text p {
  font-size: .75em;
}
.page-user #content #user-profile-form,
.section-accessdenied #content #user-profile-form {
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 2.25em;
  *zoom: 1;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
}
.page-user #content #user-profile-form:before, .page-user #content #user-profile-form:after,
.section-accessdenied #content #user-profile-form:before,
.section-accessdenied #content #user-profile-form:after {
  content: " ";
  display: table;
}
.page-user #content #user-profile-form:after,
.section-accessdenied #content #user-profile-form:after {
  clear: both;
}
.page-user #content #user-profile-form .select-wrapper,
.section-accessdenied #content #user-profile-form .select-wrapper {
  position: relative;
  line-height: 1;
}
.page-user #content #user-profile-form .customSelect,
.section-accessdenied #content #user-profile-form .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
.page-user #content #user-profile-form .customSelect:hover,
.section-accessdenied #content #user-profile-form .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.page-user #content #user-profile-form .customSelect.date-month,
.section-accessdenied #content #user-profile-form .customSelect.date-month {
  margin-left: 24px;
}
.page-user #content #user-profile-form .customSelect .customSelectInner,
.section-accessdenied #content #user-profile-form .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
.page-user #content #user-profile-form .customSelect.error,
.section-accessdenied #content #user-profile-form .customSelect.error {
  border: 1px solid #c11500;
}
.page-user #content #user-profile-form .hasCustomSelect,
.section-accessdenied #content #user-profile-form .hasCustomSelect {
  cursor: pointer;
}
.page-user #content #user-profile-form .hasCustomSelect + .ajax-progress,
.section-accessdenied #content #user-profile-form .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
.page-user #content #user-profile-form .hasCustomSelect + .ajax-progress .throbber,
.section-accessdenied #content #user-profile-form .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.page-user #content #user-profile-form .hasCustomSelect + .ajax-progress .message,
.section-accessdenied #content #user-profile-form .hasCustomSelect + .ajax-progress .message {
  display: none;
}
.page-user #content #user-profile-form .form-item,
.section-accessdenied #content #user-profile-form .form-item {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 100%;
}
.page-user #content #user-profile-form .form-item:last-child,
.section-accessdenied #content #user-profile-form .form-item:last-child {
  margin-right: 0;
}
.page-user #content #user-profile-form .form-item label,
.section-accessdenied #content #user-profile-form .form-item label {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 31.49931%;
}
.page-user #content #user-profile-form .form-item label:last-child,
.section-accessdenied #content #user-profile-form .form-item label:last-child {
  margin-right: 0;
}
.page-user #content #user-profile-form .form-item input,
.section-accessdenied #content #user-profile-form .form-item input {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 65.74966%;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  margin-right: 0;
}
.page-user #content #user-profile-form .form-item input:last-child,
.section-accessdenied #content #user-profile-form .form-item input:last-child {
  margin-right: 0;
}
.page-user #content #user-profile-form .form-item input.error,
.section-accessdenied #content #user-profile-form .form-item input.error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .page-user #content #user-profile-form .form-item input, .lt-ie9
.section-accessdenied #content #user-profile-form .form-item input {
  border: 1px solid #cacaca;
}
.page-user #content #user-profile-form .form-item .select-wrapper,
.section-accessdenied #content #user-profile-form .form-item .select-wrapper {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 65.74966%;
}
.page-user #content #user-profile-form .form-item .select-wrapper:last-child,
.section-accessdenied #content #user-profile-form .form-item .select-wrapper:last-child {
  margin-right: 0;
}
.page-user #content #user-profile-form .form-item-pass input,
.section-accessdenied #content #user-profile-form .form-item-pass input {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 31.49931%;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
}
.page-user #content #user-profile-form .form-item-pass input:last-child,
.section-accessdenied #content #user-profile-form .form-item-pass input:last-child {
  margin-right: 0;
}
.page-user #content #user-profile-form .form-item-pass input.error,
.section-accessdenied #content #user-profile-form .form-item-pass input.error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .page-user #content #user-profile-form .form-item-pass input, .lt-ie9
.section-accessdenied #content #user-profile-form .form-item-pass input {
  border: 1px solid #cacaca;
}
.page-user #content #user-profile-form .form-item-pass .password-strength,
.page-user #content #user-profile-form .form-item-pass .password-confirm,
.section-accessdenied #content #user-profile-form .form-item-pass .password-strength,
.section-accessdenied #content #user-profile-form .form-item-pass .password-confirm {
  margin: 0 0 1.5em 0;
}
.page-user #content #user-profile-form .description,
.section-accessdenied #content #user-profile-form .description {
  float: right;
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 88.58322%;
}
.page-user #content #user-profile-form .description:last-child,
.section-accessdenied #content #user-profile-form .description:last-child {
  margin-right: 0;
}
.page-user #content #user-profile-form .vertical-tabs-list,
.section-accessdenied #content #user-profile-form .vertical-tabs-list {
  display: none;
}
.page-user #content #user-profile-form .vertical-tabs,
.section-accessdenied #content #user-profile-form .vertical-tabs {
  margin: 0;
  border: 0;
}
.page-user #content #user-profile-form .form-actions,
.section-accessdenied #content #user-profile-form .form-actions {
  clear: both;
  margin-left: 13px;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 74.4877%;
}
.page-user #content #user-profile-form .form-actions:last-child,
.section-accessdenied #content #user-profile-form .form-actions:last-child {
  margin-right: 0;
}
.page-user #content #user-pass,
.page-user #content #user-pass-reset,
.page-user #content #user-login,
.page-user #content #user-login-form,
.section-accessdenied #content #user-pass,
.section-accessdenied #content #user-pass-reset,
.section-accessdenied #content #user-login,
.section-accessdenied #content #user-login-form {
  padding-left: 30px;
}
.page-user #content .profile,
.section-accessdenied #content .profile {
  padding: 1em 0px 1em 31px;
}

.extranet-account-help {
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  font-size: 0.75em;
  line-height: 1.5em;
  line-height: 2.25em;
  padding: 0px 20px 20px 20px;
}
.extranet-account-help h3 {
  color: black;
}
.extranet-account-help ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#extranet-prices-price-list {
  margin-bottom: 1em;
}
#extranet-prices-price-list #extranet-prices-price-list-loading {
  background: url("../images/ajax-loader.gif") top left no-repeat;
  padding-left: 32px;
  font-size: 0.75em;
  line-height: 1.5em;
}
#extranet-prices-price-list p {
  margin: 0;
}
#extranet-prices-price-list table {
  border: 0;
  margin: 0 0 1em 0;
}
#extranet-prices-price-list table tbody {
  background: none;
}
#extranet-prices-price-list table tbody tr {
  background: none;
}
#extranet-prices-price-list table tbody tr td {
  /*width: 50%;*/
  background: none;
  border: 0;
  padding: 0;
}
#extranet-prices-price-list table tbody tr td:nth-child(2n+1) {
  width: 42%;
}
#extranet-prices-price-list table tbody tr td:nth-child(2n+2) {
  width: 58%;
}
#extranet-prices-price-list span.arrow-up {
  color: #f00;
}
#extranet-prices-price-list span.arrow-down {
  color: #090;
}

.category-page .download-pricefile-wrapper,
.series-page .download-pricefile-wrapper,
.node-category-page .download-pricefile-wrapper,
.page-products .download-pricefile-wrapper {
  text-align: right;
  margin-right: -3px;
  margin-bottom: -75px;
}
.category-page a.button.download-pricefile, .category-page .menu-name-menu-extranet-menu ul.menu li a.download-pricefile, .menu-name-menu-extranet-menu ul.menu li .category-page a.download-pricefile,
.series-page a.button.download-pricefile,
.series-page .menu-name-menu-extranet-menu ul.menu li a.download-pricefile,
.menu-name-menu-extranet-menu ul.menu li .series-page a.download-pricefile,
.node-category-page a.button.download-pricefile,
.node-category-page .menu-name-menu-extranet-menu ul.menu li a.download-pricefile,
.menu-name-menu-extranet-menu ul.menu li .node-category-page a.download-pricefile,
.page-products a.button.download-pricefile,
.page-products .menu-name-menu-extranet-menu ul.menu li a.download-pricefile,
.menu-name-menu-extranet-menu ul.menu li .page-products a.download-pricefile {
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
  height: 47px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 47px;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/download_btn_bg.png") 0 0 repeat-x transparent;
}
.category-page a.button.download-pricefile:after, .category-page .menu-name-menu-extranet-menu ul.menu li a.download-pricefile:after, .menu-name-menu-extranet-menu ul.menu li .category-page a.download-pricefile:after,
.series-page a.button.download-pricefile:after,
.series-page .menu-name-menu-extranet-menu ul.menu li a.download-pricefile:after,
.menu-name-menu-extranet-menu ul.menu li .series-page a.download-pricefile:after,
.node-category-page a.button.download-pricefile:after,
.node-category-page .menu-name-menu-extranet-menu ul.menu li a.download-pricefile:after,
.menu-name-menu-extranet-menu ul.menu li .node-category-page a.download-pricefile:after,
.page-products a.button.download-pricefile:after,
.page-products .menu-name-menu-extranet-menu ul.menu li a.download-pricefile:after,
.menu-name-menu-extranet-menu ul.menu li .page-products a.download-pricefile:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 48px;
  background: url("../images/download_btn_right.png") 0 -1px no-repeat transparent;
  margin-left: 14px;
}
.category-page a.button.download-pricefile:before, .category-page .menu-name-menu-extranet-menu ul.menu li a.download-pricefile:before, .menu-name-menu-extranet-menu ul.menu li .category-page a.download-pricefile:before,
.series-page a.button.download-pricefile:before,
.series-page .menu-name-menu-extranet-menu ul.menu li a.download-pricefile:before,
.menu-name-menu-extranet-menu ul.menu li .series-page a.download-pricefile:before,
.node-category-page a.button.download-pricefile:before,
.node-category-page .menu-name-menu-extranet-menu ul.menu li a.download-pricefile:before,
.menu-name-menu-extranet-menu ul.menu li .node-category-page a.download-pricefile:before,
.page-products a.button.download-pricefile:before,
.page-products .menu-name-menu-extranet-menu ul.menu li a.download-pricefile:before,
.menu-name-menu-extranet-menu ul.menu li .page-products a.download-pricefile:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 48px;
  background: url("../images/download_btn_left.png") 0 -1px no-repeat transparent;
  margin-right: 14px;
}

.page-products a.button.download-pricefile, .page-products .menu-name-menu-extranet-menu ul.menu li a.download-pricefile, .menu-name-menu-extranet-menu ul.menu li .page-products a.download-pricefile {
  margin-left: -3px;
}

.page-products.pidseu .ecatalog-page.series-page h2 {
  margin-top: 50px;
  margin-bottom: -25px;
}
.page-products.pidseu .ecatalog-page.series-page .download-pricefile-wrapper {
  margin-top: 20px;
  margin-bottom: -100px;
}

.page-search .download-pricefile-search-wrapper {
  background: url("../images/download_btn_bg.png") 0 0 repeat-x transparent;
  height: 47px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: -3px;
}
.page-search .download-pricefile-search-wrapper input.download-pricefile {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.page-search .download-pricefile-search-wrapper:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 47px;
  margin-top: 1px;
  background: url("../images/download_btn_right.png") 0 -1px no-repeat transparent;
  margin-left: 14px;
}
.page-search .download-pricefile-search-wrapper:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 47px;
  margin-top: 1px;
  background: url("../images/download_btn_left.png") 0 -1px no-repeat transparent;
  margin-right: 14px;
}

.pidseu .pidseu-search-page .price-data-table th.tier-1-moq-unit, .pidseu .pidseu-search-page .price-data-table th.tier-2-moq-unit, .pidseu .pidseu-search-page .price-data-table th.tier-3-moq-unit, .pidseu .pidseu-search-page .price-data-table th.packaging-qty, .pidseu .pidseu-search-page .price-data-table th.packaging-unit, .pidseu .pidseu-search-page .price-data-table th.lead-time, .pidseu .pidseu-search-page .price-data-table td.tier-1-moq-unit, .pidseu .pidseu-search-page .price-data-table td.tier-2-moq-unit, .pidseu .pidseu-search-page .price-data-table td.tier-3-moq-unit, .pidseu .pidseu-search-page .price-data-table td.packaging-qty, .pidseu .pidseu-search-page .price-data-table td.packaging-unit, .pidseu .pidseu-search-page .price-data-table td.lead-time {
  display: none;
}
.pidseu .pidseu-search-page .price-data-table th.buy-price, .pidseu .pidseu-search-page .price-data-table th.tier-1-sell-price, .pidseu .pidseu-search-page .price-data-table th.tier-2-sell-price, .pidseu .pidseu-search-page .price-data-table th.tier-3-sell-price, .pidseu .pidseu-search-page .price-data-table td.buy-price, .pidseu .pidseu-search-page .price-data-table td.tier-1-sell-price, .pidseu .pidseu-search-page .price-data-table td.tier-2-sell-price, .pidseu .pidseu-search-page .price-data-table td.tier-3-sell-price {
  text-align: right;
}

.extranet-order-button-wrapper,
.extranet-quote-button-wrapper {
  text-align: right;
  margin-bottom: -39px;
}

#extranet-order-form {
  display: none;
}
#extranet-order-form h3.title {
  font-size: 0.9375em;
  line-height: 1.6em;
  margin: 0 0 0.5em 0;
  background: url("../images/download-icon.png") left center no-repeat;
  padding-left: 24px;
  color: black;
}
#extranet-order-form form .form-item {
  margin: 3px 4% 0 0;
  float: left;
  overflow: hidden;
  width: 64%;
}
#extranet-order-form form .form-item label {
  font-family: 'Arial';
  font-size: 0.875em;
  line-height: 1.28571em;
  line-height: 0.75em;
  width: 30%;
  margin-right: 2%;
  float: left;
}
#extranet-order-form form .form-item input.form-text {
  float: left;
  max-width: none;
  width: 68%;
}
#extranet-order-form form input.form-submit {
  float: right;
  width: 32%;
  margin: 0;
}

fieldset#edit-file {
  display: none;
}
fieldset#edit-file .button, fieldset#edit-file .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form input[type="submit"], .pidseu-search-page .pidseu-search-form-wrapper .pidseu-search-form form fieldset#edit-file input[type="submit"], fieldset#edit-file form.pidseu_search input[type="submit"], form.pidseu_search fieldset#edit-file input[type="submit"], fieldset#edit-file .hearst-feed-search-form input[type="submit"], .hearst-feed-search-form fieldset#edit-file input[type="submit"], fieldset#edit-file .menu-name-menu-extranet-menu ul.menu li a, .menu-name-menu-extranet-menu ul.menu li fieldset#edit-file a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.import-button-wrapper {
  text-align: right;
  margin-bottom: 15px;
}

.invoices-table-key {
  margin-top: 15px;
  font-size: 0.75em;
  line-height: 1.5em;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%;
  line-height: 20px;
}
.invoices-table-key:last-child {
  margin-right: 0;
}
.invoices-table-key > div {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%;
}
.invoices-table-key > div:last-child {
  margin-right: 0;
}

span.invoice-status {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #434343;
  vertical-align: top;
}
span.invoice-status.level--1 {
  background: green;
}
span.invoice-status.level-0 {
  background: yellow;
}
span.invoice-status.level-1 {
  background: red;
}

.orders-table-key {
  margin-top: 15px;
  font-size: 0.75em;
  line-height: 1.5em;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%;
  line-height: 20px;
}
.orders-table-key:last-child {
  margin-right: 0;
}
.orders-table-key > div {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%;
}
.orders-table-key > div:last-child {
  margin-right: 0;
}

span.order-status {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #434343;
  vertical-align: top;
}
span.order-status.full-con {
  background: green;
}
span.order-status.part-con {
  background: yellow;
}
span.order-status.not-con {
  background: red;
}
span.order-status.rejected-true {
  background: black;
}
.extranet_order_summary span.order-status {
  float: right;
}

table.order-list-table a.order-copy {
  background: none;
  text-decoration: none;
}

.extranet_order {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 74.4877%;
}
.extranet_order:last-child {
  margin-right: 0;
}
.extranet_order input[type=text] {
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  width: auto;
}
.extranet_order input[type=text].error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 .extranet_order input[type=text] {
  border: 1px solid #cacaca;
}
.extranet_order div.form-item {
  margin: 0 0 1em 31px;
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 95.77579%;
}
.extranet_order div.form-item:last-child {
  margin-right: 0;
}
.extranet_order div.form-item .select-wrapper {
  position: relative;
  line-height: 1;
}
.extranet_order div.form-item .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
.extranet_order div.form-item .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
.extranet_order div.form-item .customSelect.date-month {
  margin-left: 24px;
}
.extranet_order div.form-item .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
.extranet_order div.form-item .customSelect.error {
  border: 1px solid #c11500;
}
.extranet_order div.form-item .hasCustomSelect {
  cursor: pointer;
}
.extranet_order div.form-item .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
.extranet_order div.form-item .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.extranet_order div.form-item .hasCustomSelect + .ajax-progress .message {
  display: none;
}
.extranet_order div.form-item label {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 31.49931%;
  font-size: 0.9375em;
  line-height: 1.6em;
}
.extranet_order div.form-item label:last-child {
  margin-right: 0;
}
.extranet_order div.form-item input,
.extranet_order div.form-item .select-wrapper,
.extranet_order div.form-item .form-textarea-wrapper {
  float: left;
  display: block;
  margin-right: 2.75103%;
  width: 65.74966%;
}
.extranet_order div.form-item input:last-child,
.extranet_order div.form-item .select-wrapper:last-child,
.extranet_order div.form-item .form-textarea-wrapper:last-child {
  margin-right: 0;
}
.extranet_order div.form-item textarea {
  font-size: 0.75em;
  line-height: 1.5em;
}
.extranet_order .extranet_order_table {
  margin: 0px 0px 20px 0px;
}
.extranet_order .extranet_order_table tbody tr td {
  line-height: 2em;
}
.extranet_order .extranet_order_table tbody tr td a {
  background: none;
  padding: 0px;
}
.extranet_order .extranet_order_table tbody tr td.unit_price, .extranet_order .extranet_order_table tbody tr td.total {
  text-align: right;
  white-space: nowrap;
}
.extranet_order .extranet_order_table tbody tr td.quantity {
  width: 54px;
}
.extranet_order .extranet_order_table tbody tr td.stock {
  width: 60px;
}
.extranet_order .extranet_order_table tbody tr td.description {
  width: 186px;
}
.extranet_order .extranet_order_table tbody tr td.unit_price span {
  line-height: 1.1em;
  padding: 0 2px 0 0;
  font-size: 1.4em;
  float: left;
}
.extranet_order .extranet_order_table tbody tr td.unit_price span.arrow-up {
  color: #f00;
}
.extranet_order .extranet_order_table tbody tr td.unit_price span.arrow-down {
  color: #090;
}
.extranet_order .extranet_order_table tbody tr input {
  font-size: 1em;
}
.extranet_order .extranet_order_table tbody tr input.item_quantity {
  width: 42px;
}
.extranet_order .extranet_order_table tbody tr.new_item {
  position: relative;
}
.extranet_order .extranet_order_table tbody tr.new_item .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
.extranet_order .extranet_order_table tbody tr.new_item span.throbber {
  position: absolute;
  display: none;
}
.extranet_order .extranet_order_table tbody tr a.fa {
  text-decoration: none;
  background: none;
}
.extranet_order .extranet_order_table tbody tr.not-available td.description {
  color: #bf5959;
}
.extranet_order .extranet_order_table tbody tr.not-available td.unit_price, .extranet_order .extranet_order_table tbody tr.not-available td.total, .extranet_order .extranet_order_table tbody tr.not-available td.stock, .extranet_order .extranet_order_table tbody tr.not-available td.currency {
  color: #7b7b7b;
}
.extranet_order div.unsaved_changes {
  font-family: 'Open Sans Condensed', sans-serif;
  float: left;
  text-transform: uppercase;
  padding: 25px 0px 0px 40px;
  color: #c11500;
  padding: 0;
  float: none;
  margin-top: 1em;
  display: none;
}
.extranet_order div.order_details {
  font-size: 0.75em;
  line-height: 1.5em;
  *zoom: 1;
  margin-left: 31px;
}
.extranet_order div.order_details:before, .extranet_order div.order_details:after {
  content: " ";
  display: table;
}
.extranet_order div.order_details:after {
  clear: both;
}
.extranet_order div.order_details div {
  margin-bottom: 5px;
  *zoom: 1;
}
.extranet_order div.order_details div:before, .extranet_order div.order_details div:after {
  content: " ";
  display: table;
}
.extranet_order div.order_details div:after {
  clear: both;
}
.extranet_order div.order_details div div {
  float: left;
  display: block;
  margin-right: 1.52905%;
  width: 23.85321%;
  display: inline-block;
  min-height: 14px;
  line-height: 1em;
}
.extranet_order div.order_details div div:last-child {
  margin-right: 0;
}
.extranet_order div.order_details div div.order-detail-address {
  float: left;
  display: block;
  margin-right: 1.52905%;
  width: 49.23547%;
  line-height: 1.2em;
}
.extranet_order div.order_details div div.order-detail-address:last-child {
  margin-right: 0;
}
.extranet_order div.order_details div div.order-detail-address.title {
  font-weight: bold;
}
.extranet_order div.order_details div div.comment {
  float: left;
  display: block;
  margin-right: 1.52905%;
  width: 100%;
}
.extranet_order div.order_details div div.comment:last-child {
  margin-right: 0;
}
.extranet_order .order-items-list-table {
  border-collapse: collapse;
}
.extranet_order .order-items-list-table tr.rejected-true td {
  background: black;
}
.extranet_order .order-items-list-table td.value-format {
  text-align: right;
}
.extranet_order .order-items-list-table td.item-tracking-info {
  text-align: center;
}
.extranet_order .order-items-list-table td.item-tracking-info .fa-truck {
  transform: scaleX(-1);
}
.extranet_order .order-items-list-table td.item-tracking-info .tracking {
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.extranet_order .order-items-list-table td.item-tracking-info .tracking.wait {
  text-indent: 24px;
  background: url("../images/ajax-loader.gif") center center no-repeat;
}
.extranet_order .order-items-list-table td.delivery-info {
  text-align: center;
}
.extranet_order .order-items-list-table td.delivery-info span.delivery-info-link {
  cursor: pointer;
  padding-left: 5px;
  color: #1ea0c6;
}
.extranet_order .order-items-list-table td.delivery-info span.delivery-info-link:hover {
  text-decoration: underline;
}
.extranet_order .order-items-list-table td.delivery-info div.delivery-info-box {
  display: none;
}
.extranet_order .order-items-list-table td.schedules .schedule {
  cursor: pointer;
}
.extranet_order .order-items-list-table td.schedules .schedule:hover {
  text-decoration: underline;
}

.schedule-info {
  display: none;
  background: green;
}
.schedule-info span {
  display: block;
  line-height: 1.4em;
}

.menu-name-menu-extranet-menu,
.extranet_order_summary,
.extranet-account-actions {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%;
  margin-right: 0;
  border: 1px solid #cacaca;
  box-shadow: 0px 1px 1px 0px #e5e7e7;
  background: #fff;
  padding: 20px;
}
.menu-name-menu-extranet-menu:last-child,
.extranet_order_summary:last-child,
.extranet-account-actions:last-child {
  margin-right: 0;
}
.menu-name-menu-extranet-menu h3,
.extranet_order_summary h3,
.extranet-account-actions h3 {
  color: black;
  margin: 0 0 1em 0;
}
.menu-name-menu-extranet-menu h4,
.extranet_order_summary h4,
.extranet-account-actions h4 {
  color: black;
  margin: 0;
}
.menu-name-menu-extranet-menu h4 span,
.extranet_order_summary h4 span,
.extranet-account-actions h4 span {
  float: right;
}
.menu-name-menu-extranet-menu h4:last-of-type,
.extranet_order_summary h4:last-of-type,
.extranet-account-actions h4:last-of-type {
  margin: 0 0 1em 0;
}
.menu-name-menu-extranet-menu h4.extranet_order_status,
.extranet_order_summary h4.extranet_order_status,
.extranet-account-actions h4.extranet_order_status {
  color: black;
  margin: 0.5em 0;
}
.menu-name-menu-extranet-menu h4.extranet_order_status span,
.extranet_order_summary h4.extranet_order_status span,
.extranet-account-actions h4.extranet_order_status span {
  color: #1ea0c6;
}
.menu-name-menu-extranet-menu a.button, .menu-name-menu-extranet-menu ul.menu li a,
.extranet_order_summary a.button,
.extranet_order_summary .menu-name-menu-extranet-menu ul.menu li a,
.menu-name-menu-extranet-menu ul.menu li .extranet_order_summary a,
.extranet-account-actions a.button,
.extranet-account-actions .menu-name-menu-extranet-menu ul.menu li a,
.menu-name-menu-extranet-menu ul.menu li .extranet-account-actions a {
  margin: 0 0 1em 0;
  width: 100%;
  text-align: center;
}
.menu-name-menu-extranet-menu a.button:hover, .menu-name-menu-extranet-menu ul.menu li a:hover,
.extranet_order_summary a.button:hover,
.extranet_order_summary .menu-name-menu-extranet-menu ul.menu li a:hover,
.menu-name-menu-extranet-menu ul.menu li .extranet_order_summary a:hover,
.extranet-account-actions a.button:hover,
.extranet-account-actions .menu-name-menu-extranet-menu ul.menu li a:hover,
.menu-name-menu-extranet-menu ul.menu li .extranet-account-actions a:hover {
  text-decoration: none;
}

.menu-name-menu-extranet-menu,
.extranet-account-actions {
  width: 100%;
}

.menu-name-menu-extranet-menu ul.menu {
  margin: 0;
  padding: 0;
}
.menu-name-menu-extranet-menu ul.menu li {
  list-style: none;
}

.page-extranet-invoice-list p,
.page-extranet-quote-list p,
.page-extranet-order-list p {
  font-size: 0.75em;
  line-height: 1.5em;
}

.page-extranet-quote-list table .quote-delete,
.page-extranet-quote-list table .quote-copy {
  background: none;
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
}
.page-extranet-quote-list table .quote-table-actions {
  white-space: nowrap;
}

form.extranet-filter-form {
  border: 1px solid #a3a3a3;
  height: 70px;
  padding: 10px 0px;
}
form.extranet-filter-form .select-wrapper {
  position: relative;
  line-height: 1;
}
form.extranet-filter-form .customSelect {
  float: none !important;
  vertical-align: middle;
  height: 41px;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 41px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  background: url("../images/inline-menu-bg-normal.png") repeat-x;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/select-box-bg-normal.png") left top repeat-x;
  box-shadow: 0px 1px 1px 0px #ffffff;
  width: 100%;
  padding-right: 0px;
  padding-right: 30px\9;
}
form.extranet-filter-form .customSelect:hover {
  background: url("../images/inline-menu-bg-hover.png");
}
form.extranet-filter-form .customSelect.date-month {
  margin-left: 24px;
}
form.extranet-filter-form .customSelect .customSelectInner {
  font-size: 15px;
  line-height: 2.25em;
  display: block !important;
  overflow: hidden;
  height: 39px;
  padding-top: 3px;
  padding-right: 30px;
  background: url("../images/select_arrows.png") right center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 100%;
}
form.extranet-filter-form .customSelect.error {
  border: 1px solid #c11500;
}
form.extranet-filter-form .hasCustomSelect {
  cursor: pointer;
}
form.extranet-filter-form .hasCustomSelect + .ajax-progress {
  position: absolute;
  right: -25px;
  top: 12px;
}
form.extranet-filter-form .hasCustomSelect + .ajax-progress .throbber {
  background: url("../images/ajax-loader.gif") top right no-repeat;
  height: 16px;
  width: 16px;
}
form.extranet-filter-form .hasCustomSelect + .ajax-progress .message {
  display: none;
}
form.extranet-filter-form > div {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%;
}
form.extranet-filter-form > div:last-child {
  margin-right: 0;
}
form.extranet-filter-form label {
  font-size: 0.875em;
  line-height: 1.28571em;
  margin: 0;
  line-height: 50px;
}
form.extranet-filter-form div.form-item.disabled {
  color: #cccccc;
}
form.extranet-filter-form div.form-item.disabled input {
  color: #cccccc;
}
form.extranet-filter-form div.form-item-soldto, form.extranet-filter-form div.form-item-name, form.extranet-filter-form div.form-item-po-number,
form.extranet-filter-form div.form-item-order-status, form.extranet-filter-form div.form-item-status, form.extranet-filter-form div.form-item-material {
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 44.72336%;
  padding-left: 10px;
}
form.extranet-filter-form div.form-item-soldto:last-child, form.extranet-filter-form div.form-item-name:last-child, form.extranet-filter-form div.form-item-po-number:last-child,
form.extranet-filter-form div.form-item-order-status:last-child, form.extranet-filter-form div.form-item-status:last-child, form.extranet-filter-form div.form-item-material:last-child {
  margin-right: 0;
}
form.extranet-filter-form div.form-item-soldto label, form.extranet-filter-form div.form-item-name label, form.extranet-filter-form div.form-item-po-number label,
form.extranet-filter-form div.form-item-order-status label, form.extranet-filter-form div.form-item-status label, form.extranet-filter-form div.form-item-material label {
  float: left;
  width: 30%;
}
form.extranet-filter-form div.form-item-soldto div.select-wrapper, form.extranet-filter-form div.form-item-name div.select-wrapper, form.extranet-filter-form div.form-item-po-number div.select-wrapper,
form.extranet-filter-form div.form-item-order-status div.select-wrapper, form.extranet-filter-form div.form-item-status div.select-wrapper, form.extranet-filter-form div.form-item-material div.select-wrapper {
  width: 70%;
  float: left;
  margin-top: 4px;
}
form.extranet-filter-form div.form-item-status label {
  width: 20%;
}
form.extranet-filter-form div.form-item-status div.select-wrapper {
  width: 80%;
}
form.extranet-filter-form div.form-item-name, form.extranet-filter-form div.form-item-po-number, form.extranet-filter-form div.form-item-material {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 20.91189%;
}
form.extranet-filter-form div.form-item-name:last-child, form.extranet-filter-form div.form-item-po-number:last-child, form.extranet-filter-form div.form-item-material:last-child {
  margin-right: 0;
}
form.extranet-filter-form div.form-item-name input, form.extranet-filter-form div.form-item-po-number input, form.extranet-filter-form div.form-item-material input {
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  width: 60%;
  margin-top: 11px;
}
form.extranet-filter-form div.form-item-name input.error, form.extranet-filter-form div.form-item-po-number input.error, form.extranet-filter-form div.form-item-material input.error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 form.extranet-filter-form div.form-item-name input, .lt-ie9 form.extranet-filter-form div.form-item-po-number input, .lt-ie9 form.extranet-filter-form div.form-item-material input {
  border: 1px solid #cacaca;
}
form.extranet-filter-form div.container-inline-date {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 19.21107%;
  clear: none;
}
form.extranet-filter-form div.container-inline-date:last-child {
  margin-right: 0;
}
form.extranet-filter-form div.container-inline-date div.form-item {
  margin: 0;
}
form.extranet-filter-form div.container-inline-date div.form-item label {
  float: left;
  width: 40%;
  text-align: right;
  padding-right: 5px;
}
form.extranet-filter-form div.container-inline-date div.form-item .date-padding {
  padding: 0;
  width: 60%;
  float: left;
}
form.extranet-filter-form div.container-inline-date div.form-item .date-padding .form-item {
  margin: 0;
  float: none;
  line-height: 50px;
}
form.extranet-filter-form div.container-inline-date div.form-item .date-padding .form-item input {
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #cacaca, 0px 1px 0px 0px #fff;
  border: 0px;
  border-radius: 4px;
  text-indent: 10px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  width: 367px;
  width: auto;
}
form.extranet-filter-form div.container-inline-date div.form-item .date-padding .form-item input.error {
  border: 1px solid #c11500;
  background-color: #fef5f1;
  box-shadow: none;
}
.lt-ie9 form.extranet-filter-form div.container-inline-date div.form-item .date-padding .form-item input {
  border: 1px solid #cacaca;
}
form.extranet-filter-form div.container-inline-date div.form-item .date-padding .form-item .description {
  display: none;
}
form.extranet-filter-form input.form-submit {
  margin-top: 10px;
}

form.extranet-order-filter-form div.form-item-po-number, form.extranet-order-filter-form div.container-inline-date,
form.extranet-order-filter-form div.form-item-status, form.extranet-order-filter-form div.form-item-material {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 15.80943%;
}
form.extranet-order-filter-form div.form-item-po-number:last-child, form.extranet-order-filter-form div.container-inline-date:last-child,
form.extranet-order-filter-form div.form-item-status:last-child, form.extranet-order-filter-form div.form-item-material:last-child {
  margin-right: 0;
}
form.extranet-order-filter-form div.form-item-po-number label, form.extranet-order-filter-form div.container-inline-date label,
form.extranet-order-filter-form div.form-item-status label, form.extranet-order-filter-form div.form-item-material label {
  width: 40%;
  text-align: right;
  padding-right: 5px;
}
form.extranet-order-filter-form div.form-item-status div.select-wrapper {
  width: 60%;
}

.extranet-order-response-wrapper {
  font-size: .75em;
  margin-left: 31px;
}
.extranet-order-response-wrapper .action-links {
  margin: 15px 0px;
}
.extranet-order-response-wrapper .action-links a.button, .extranet-order-response-wrapper .action-links .menu-name-menu-extranet-menu ul.menu li a, .menu-name-menu-extranet-menu ul.menu li .extranet-order-response-wrapper .action-links a {
  margin-right: 10px;
}
.extranet-order-response-wrapper .customer-admin-info {
  line-height: 1.5em;
}

.print-note {
  display: none;
}

/* Font Awesome */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

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

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

/*# sourceMappingURL=styles.css.map */
