﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container-fluid, .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.container-fluid.grey, .container.grey {
  background: #e5e5e5;
}

.container {
  max-width: 1040px;
  padding: 0 20px;
}

.row {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column, .columns {
  margin-left: 2%;
}

.column:first-child, .columns:first-child {
  margin-left: 0;
}

.one.columns,
.one.column {
  width: 6.5%;
}

.offset-by-one.column,
.offset-by-one.columns {
  margin-left: 8.5%;
}

.two.columns,
.two.column {
  width: 15%;
}

.offset-by-two.column,
.offset-by-two.columns {
  margin-left: 17%;
}

.three.columns,
.three.column {
  width: 23.5%;
}

.offset-by-three.column,
.offset-by-three.columns {
  margin-left: 25.5%;
}

.four.columns,
.four.column {
  width: 32%;
}

.offset-by-four.column,
.offset-by-four.columns {
  margin-left: 34%;
}

.five.columns,
.five.column {
  width: 40.5%;
}

.offset-by-five.column,
.offset-by-five.columns {
  margin-left: 42.5%;
}

.six.columns,
.six.column {
  width: 49%;
}

.offset-by-six.column,
.offset-by-six.columns {
  margin-left: 51%;
}

.seven.columns,
.seven.column {
  width: 57.5%;
}

.offset-by-seven.column,
.offset-by-seven.columns {
  margin-left: 59.5%;
}

.eight.columns,
.eight.column {
  width: 66%;
}

.offset-by-eight.column,
.offset-by-eight.columns {
  margin-left: 68%;
}

.nine.columns,
.nine.column {
  width: 74.5%;
}

.offset-by-nine.column,
.offset-by-nine.columns {
  margin-left: 76.5%;
}

.ten.columns,
.ten.column {
  width: 83%;
}

.offset-by-ten.column,
.offset-by-ten.columns {
  margin-left: 85%;
}

.eleven.columns,
.eleven.column {
  width: 91.5%;
}

.offset-by-eleven.column,
.offset-by-eleven.columns {
  margin-left: 93.5%;
}

.twelve.columns,
.twelve.column {
  width: 100%;
}

.offset-by-one-third.column, .offset-by-one-third.columns {
  margin-left: 34%;
}

.offset-by-two-thirds.column, .offset-by-two-thirds.columns {
  margin-left: 68%;
}

.offset-by-one-half.column, .offset-by-one-half.column {
  margin-left: 51%;
}

.one-third.column {
  width: 32%;
  -webkit-flex-basis: 32%;
  flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
}

.two-thirds.column {
  width: 66%;
  -webkit-flex-basis: 66%;
  flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
}

.one-half.column {
  width: 49%;
  -webkit-flex-basis: 49%;
  flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
}

.no-flexbox .column, .no-flexbox .columns {
  float: left;
}

.no-flexbox .row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .container {
    min-width: 100%;
  }
  .izzy-container .six:first-of-type p:last-child {
    margin-bottom: 15px;
  }
  .columns,
  .column {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .columns:last-of-type,
  .column:last-of-type {
    margin-bottom: 0;
  }
  .hide-for-sm {
    display: none;
  }
  .show-for-sm {
    display: block !important;
  }
  .column, .columns {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100%;
  }
  .hide-for-md {
    display: none !important;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .hide-for-lg {
    display: none !important;
  }
}

.u-full-width {
  width: 100%;
}

.u-max-full-width {
  max-width: 100%;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.u-pull-right:after,
.u-pull-left:after {
  content: "";
  display: table;
  clear: both;
}

.u-rm-gut-l {
  margin-left: 0 !important;
}

.u-rm-gut-r {
  margin-right: 0 !important;
}

.u-rm-gut {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.divider.btm-border {
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.divider.btm-border.grey {
  border-bottom: 1px #b2b2b2 solid;
}

.divider.btm-border.blue {
  border-bottom: 1px #1aa3de solid;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
}

*:focus {
  border: none;
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: Arial, 'Helvetica Neue', Helvetica,  'Microsoft Yahei','微软雅黑', STXihei, '华文细黑', sans-serif;
  font-weight: 400;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

html {
  font-size: 16px;
  overflow-y: scroll;
}

/*
NOTE: The sizes on the left are desktop and the sizes on the right are mobile.
large1    65 pt = 30 pt
large2    45 pt = 24 pt
large3    30 pt = 25 pt
med1      22 pt = 22 pt
med2      17 pt = 15 pt
small1    15 pt = 15 pt
small2    13 pt = 13 pt
small3    12 pt = 12 pt
*/
h1, .u-fs-1 {
  font-size: 50px;
  font-size: 3.125rem;
}

h2, .u-fs-2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3, .u-fs-3 {
  font-size: 25px;
  font-size: 1.5625rem;
}

h4, .u-fs-4 {
  font-size: 22px;
  font-size: 1.375rem;
}

h5, .u-fs-5 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
}

h6, .u-fs-6 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.u-fs-7 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.u-fs-8 {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .u-fs-1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .u-fs-2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .u-fs-3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .u-fs-5 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'DINNextRoundedLTW01-Lig';
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 0;
  text-transform: uppercase;
}

.multi-line-header h1, .multi-line-header h2, .multi-line-header h3, .multi-line-header h4, .multi-line-header h5, .multi-line-header h6 {
  margin-bottom: 0;
}

.multi-line-header h1.ul-black, .multi-line-header h2.ul-black, .multi-line-header h3.ul-black, .multi-line-header h4.ul-black, .multi-line-header h5.ul-black, .multi-line-header h6.ul-black {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.dinn-light {
  font-family: 'DINNextRoundedLTW01-Lig';
}

.dinn-medium {
  font-family: 'DINNextRoundedLTW01-Med';
}

.dinn-bold {
  font-family: 'DINNextRoundedLTW01-Bol';
}

.remove-uppercase {
  text-transform: none;
}

.remove-margin {
  margin-bottom: 0;
}

.ul-blue {
  display: inline-block;
  color: #1aa3de;
  border-bottom: 2px solid #1aa3de;
  padding-bottom: 7.5px;
}

.ul-black {
  display: inline-block;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 7.5px;
}

.ul-white {
  display: inline-block;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 7.5px;
}

.headings h3 {
  margin-bottom: 0;
}

.headings h3.ul-black {
  margin-bottom: 22px;
}

::-webkit-input-placeholder {
  /* Chrome, Safari, Opera */
  color: #a6a6a6;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox */
  color: #a6a6a6;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE10–11 */
  color: #a6a6a6 !important;
  font-weight: 400 !important;
}

::-ms-input-placeholder {
  /* Edge */
  color: #a6a6a6;
  font-weight: 400;
}

::-webkit-input-placeholder {
  /* CSS Working Draft */
  color: #a6a6a6;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* CSS Working Draft */
  color: #a6a6a6;
  font-weight: 400;
}

::placeholder {
  /* CSS Working Draft */
  color: #a6a6a6;
  font-weight: 400;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?4ba9et");
  src: url("../fonts/icomoon.eot?4ba9et#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4ba9et") format("truetype"), url("../fonts/icomoon.woff?4ba9et") format("woff"), url("../fonts/icomoon.svg?4ba9et#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, .pst-col-header:before, .pst-col-header:after, .pst-trigger-filters:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-email:before {
  content: "\e922";
}

.icon-ebooks:before {
  content: "\e920";
}

.icon-customerstories:before {
  content: "\e91f";
}

.icon-calendar:before {
  content: "\e917";
}

.icon-webinars:before {
  content: "\e918";
}

.icon-supplier-resources:before {
  content: "\e919";
}

.icon-rf-glossary:before {
  content: "\e91a";
}

.icon-newsletter:before {
  content: "\e91b";
}

.icon-marketing-materials:before {
  content: "\e91c";
}

.icon-design-toolbox:before {
  content: "\e91d";
}

.icon-technical-paper:before {
  content: "\e91e";
}

.icon-autocad-dwg:before {
  content: "\e908";
}

.icon-autocad-dxf:before {
  content: "\e909";
}

.icon-excel:before {
  content: "\e90a";
}

.icon-gif:before {
  content: "\e90b";
}

.icon-hyperlink:before {
  content: "\e90c";
}

.icon-jpg:before {
  content: "\e90d";
}

.icon-other:before {
  content: "\e90e";
}

.icon-pdf:before {
  content: "\e90f";
}

.icon-powerpoint:before {
  content: "\e910";
}

.icon-Product_Doc:before {
  content: "\e911";
}

.icon-s_parameters:before {
  content: "\e912";
}

.icon-video:before {
  content: "\e913";
}

.icon-word_doc:before {
  content: "\e914";
}

.icon-x_parameters:before {
  content: "\e915";
}

.icon-zip:before {
  content: "\e916";
}

.icon-paper-text:before {
  content: "\e907";
}

.icon-type-doc:before {
  content: "\e905";
}

.icon-type-excel:before {
  content: "\e906";
}

.icon-travel:before {
  content: "\e902";
}

.icon-wealth:before {
  content: "\e903";
}

.icon-education:before {
  content: "\e900";
}

.icon-health:before {
  content: "\e901";
}

.icon-dbm-to-watts:before {
  content: "\e80d";
}

.icon-resistive-attenuator:before {
  content: "\e80e";
}

.icon-bandpass-filter:before {
  content: "\e80f";
}

.icon-nfnt-calculator:before {
  content: "\e810";
}

.icon-nav-about-us:before {
  content: "\e802";
}

.icon-nav-applications:before {
  content: "\e803";
}

.icon-nav-careers:before {
  content: "\e804";
}

.icon-nav-design-hub:before {
  content: "\e805";
}

.icon-nav-innovation:before {
  content: "\e806";
}

.icon-nav-investors:before {
  content: "\e807";
}

.icon-nav-press:before {
  content: "\e808";
}

.icon-nav-products:before {
  content: "\e809";
}

.icon-nav-foundry:before {
  content: "\e926";
}

.icon-nav-support:before {
  content: "\e80a";
}

.icon-dot:before {
  content: "\e62a";
}

.icon-print:before {
  content: "\e62b";
}

.icon-share:before {
  content: "\e62c";
}

.icon-up-arrow:before {
  content: "\e62d";
}

.icon-cart:before {
  content: "\e607";
}

.icon-close:before {
  content: "\e614";
}

.icon-remove:before {
  content: "\e614";
}

.icon-menu:before {
  content: "\e629";
}

.icon-download:before {
  content: "\e816";
}

.icon-paper-pdf:before {
  content: "\e814";
}

.icon-paper:before {
  content: "\e815";
}

.icon-video-library:before {
  content: "\e800";
}

.icon-export:before {
  content: "\e628";
}

.icon-carousel-collapse:before {
  content: "\e625";
}

.icon-support:before {
  content: "\e813";
}

.icon-news:before {
  content: "\e61a";
}

.icon-blog:before {
  content: "\e616";
}

.icon-brochures:before {
  content: "\e617";
}

.icon-corporate:before {
  content: "\e618";
}

.icon-globe:before {
  content: "\e619";
}

.icon-white-papers:before {
  content: "\e61b";
}

.icon-link:before {
  content: "\e904";
}

.icon-beginning-arrow:before {
  content: "\e80b";
}

.icon-end-arrow:before {
  content: "\e80c";
}

.icon-search-icon:before {
  content: "\e606";
}

.icon-facebook:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e601";
}

.icon-newsletter:before {
  content: "\e602";
}

.icon-twitter:before {
  content: "\e603";
}

.icon-rss:before {
  content: "\e604";
}

.icon-youtube:before {
  content: "\e605";
}

.icon-google-plus:before {
  content: "\e924";
}

.icon-chevron-small-down:before {
  content: "\e608";
}

.icon-chevron-small-left:before {
  content: "\e609";
}

.icon-chevron-small-right:before {
  content: "\e60a";
}

.icon-chevron-small-up:before {
  content: "\e60b";
}

.icon-chevron-thin-down:before, .lsn .toggle-left-nav h4 .icon-toggle:before, .pst-trigger-filters:before, .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle.collapsed:before, .faq .expand-all:after {
  content: "\e60c";
}

.icon-chevron-thin-left:before {
  content: "\e60d";
}

.icon-chevron-thin-right:before, .bios .expand-all:after,
.bios .collapse-all:after {
  content: "\e60e";
}

.icon-chevron-thin-up:before, .bios .collapse-all:after, .filterable-listing-filters-open .trigger-filters-open i:before, .lsn .toggle-left-nav h4 .icon-toggle.sticky-icon-rotate:before, .pst-filters-open .pst-trigger-filters:before, .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle:before, .sp-entry-switcher-open .icon-chevron-thin-down:before, .sp-entry-switcher-open .lsn .toggle-left-nav h4 .icon-toggle:before, .lsn .toggle-left-nav h4 .sp-entry-switcher-open .icon-toggle:before, .sp-entry-switcher-open .pst-trigger-filters:before, .sp-entry-switcher-open .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle.collapsed:before, .recently-visited-ribbon .recently-visited-collapse .sp-entry-switcher-open .icon-arrow-toggle.collapsed:before, .sp-entry-switcher-open .faq .expand-all:after, .faq .sp-entry-switcher-open .expand-all:after, .sp-filter-open .sp-filter-trigger .icon-chevron-thin-down:before, .sp-filter-open .sp-filter-trigger .lsn .toggle-left-nav h4 .icon-toggle:before, .lsn .toggle-left-nav h4 .sp-filter-open .sp-filter-trigger .icon-toggle:before, .sp-filter-open .sp-filter-trigger .pst-trigger-filters:before, .sp-filter-open .sp-filter-trigger .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle.collapsed:before, .recently-visited-ribbon .recently-visited-collapse .sp-filter-open .sp-filter-trigger .icon-arrow-toggle.collapsed:before, .sp-filter-open .sp-filter-trigger .faq .expand-all:after, .faq .sp-filter-open .sp-filter-trigger .expand-all:after, .faq .collapse-all:after {
  content: "\e60f";
}

.icon-controller-paus:before {
  content: "\e626";
}

.icon-controller-play:before {
  content: "\e627";
}

.icon-triangle-down:before, .pst-col-header:after {
  content: "\e610";
}

.icon-triangle-left:before {
  content: "\e611";
}

.icon-triangle-right:before {
  content: "\e612";
}

.icon-triangle-up:before, .pst-col-header:before {
  content: "\e613";
}

.icon-mail:before {
  content: "\e811";
}

.icon-minus:before, .pst-open .pst-header-toggle .icon-plus:before, .pst-open .pst-header-toggle .faq .toggle:after, .faq .pst-open .pst-header-toggle .toggle:after, .faq .toggle.open:after {
  content: "\e801";
}

.icon-plus:before, .faq .toggle:after {
  content: "\e615";
}

.icon-mobile:before {
  content: "\e812";
}

.icon-calendar:before {
  content: "\e917";
}

.icon-itar:before {
  content: "\e921";
}

.icon-png:before {
  content: "\e923";
}

.icon-article:before {
  content: "\e925";
}

/*
  Buttons
    Primary
  <button class="btn primary">Text</button>
 */
button {
  font-family: 'DINNextRoundedLTW01-Med';
}

.btn, input[type="button"].btn, input[type="submit"].btn, input[type="reset"].btn, a.btn {
  margin: 1px;
  text-decoration: none;
  border: 0;
  font-family: 'DINNextRoundedLTW01-Med';
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  min-height: 43px;
  height: 43px;
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .btn, input[type="button"].btn, input[type="submit"].btn, input[type="reset"].btn, a.btn {
    width: 100%;
  }
}

.btn.full, input.full[type="button"].btn, input.full[type="submit"].btn, input.full[type="reset"].btn {
  width: 100%;
}

.btn.lrg, input.lrg[type="button"].btn, input.lrg[type="submit"].btn, input.lrg[type="reset"].btn {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .btn.lrg, input.lrg[type="button"].btn, input.lrg[type="submit"].btn, input.lrg[type="reset"].btn {
    width: 100%;
  }
}

.btn.centered, input.centered[type="button"].btn, input.centered[type="submit"].btn, input.centered[type="reset"].btn {
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

input[type="button"].btn, input[type="submit"].btn, input[type="reset"].btn {
  border: 2px solid red;
  display: inline-block;
  border: 0;
}

a.btn {
  display: inline-block;
  line-height: 43px;
}

a.lrg.btn {
  width: 320px;
}

@media screen and (max-width: 767px) {
  a.lrg.btn {
    width: 100%;
  }
}

a.centered.btn {
  margin: 0 auto;
  display: block;
}

.btn.primary, input.primary[type="button"].btn, input.primary[type="submit"].btn, input.primary[type="reset"].btn {
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  text-transform: uppercase;
  color: #fff;
  background-color: #1aa3de;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn.primary, input.primary[type="button"].btn, input.primary[type="submit"].btn, input.primary[type="reset"].btn {
    padding: 0 25px;
  }
}

.btn.secondary, input.secondary[type="button"].btn, input.secondary[type="submit"].btn, input.secondary[type="reset"].btn {
  background: none;
  min-height: 35px;
}

.btn.white, input.white[type="button"].btn, input.white[type="submit"].btn, input.white[type="reset"].btn {
  background-color: white;
  border: 1px solid #1aa3de;
  color: #1aa3de;
  height: 38px;
  font-size: 15px;
  text-transform: uppercase;
  /* padding-top:11px;
  padding-bottom:14px; */
}

.btn.white:hover {
  background: #1aa3de;
  color: #fff;
}

.btn.black, input.black[type="button"].btn, input.black[type="submit"].btn, input.black[type="reset"].btn {
  background: #000;
  color: #fff;
}

.btn.black.primary:hover, .btn.black:hover {
  background: #999999;
}

.btn.clear.black:hover {
  background: #1aa3de;
}

.btn.gray, input.gray[type="button"].btn, input.gray[type="submit"].btn, input.gray[type="reset"].btn {
  border: 1px solid #676767;
  color: #676767;
  height: 35px;
  margin-top: 21px;
  font-size: 15px;
  text-transform: uppercase;
}

.btn.primary:hover,
.btn.secondary:hover,
input.primary[type="button"].btn:hover,
input.primary[type="submit"].btn:hover,
input.primary[type="reset"].btn:hover {
  color: white;
  background-color: black;
}

.btn.primary-link, input.primary-link[type="button"].btn, input.primary-link[type="submit"].btn, input.primary-link[type="reset"].btn {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .btn.primary-link, input.primary-link[type="button"].btn, input.primary-link[type="submit"].btn, input.primary-link[type="reset"].btn {
    margin-bottom: 10px;
  }
}

.btn + .btn, input[type="button"].btn + .btn, input[type="submit"].btn + .btn, input[type="reset"].btn + .btn, .btn + input[type="button"].btn, .btn + input[type="submit"].btn, .btn + input[type="reset"].btn {
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .btn + .btn, input[type="button"].btn + .btn, input[type="submit"].btn + .btn, input[type="reset"].btn + .btn, .btn + input[type="button"].btn, .btn + input[type="submit"].btn, .btn + input[type="reset"].btn {
    margin-left: 0;
  }
}

.btn.btn-spinner, input.btn-spinner[type="button"].btn, input.btn-spinner[type="submit"].btn, input.btn-spinner[type="reset"].btn {
  color: transparent;
  /*text-indent: 120%;
  white-space: nowrap;*/
  overflow: hidden;
  position: relative;
  background: #000;
}

.btn.btn-spinner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background: url("../images/spinner.gif") no-repeat center center;
  color: white;
}

.btn.btn-spinner:hover {
  color: transparent;
  background: #000;
}

.btn.btn-spinner:focus {
  color: transparent;
  background: #000;
}

.btn.btn-spinner:disabled:hover {
  background: #000;
}

.btn.btn-spinner[disabled]:hover {
  background: #000;
}

.pri-nav-sn {
  z-index: 9000;
  width: 100%;
  position: fixed;
}

.pri-nav {
  background-color: #1aa3de;
  top: 0;
}

.pri-nav-tr {
  height: 38px;
}

.pri-nav-lt {
  margin-bottom: -1px;
}

.pri-nav-lt, .pri-nav-lb {
  background-color: #000;
  text-indent: -999%;
}

.pri-nav-ql {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.pri-nav-ql ul {
  width: 100%;
  font-size: 13px;
  height: 15px;
  text-transform: uppercase;
}

.pri-nav-ql ul li {
  margin-right: 8%;
  display: inline-block;
}

.pri-nav-ql ul li:last-child {
  margin-right: 0;
}

.pri-nav-btmb {
  border-bottom: 1px solid #82cded;
}

.pri-nav-bt {
  height: 78px;
}

.pri-nav-bt a {
  display: block;
  height: 100%;
  width: 100%;
}

.pri-nav-lb {
  background-position: 50% 0;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: 90%;
}

.pri-nav-menubtn {
  border-right: 1px solid #82cded;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pri-nav-menubtn {
    margin-left: 0px;
    width: 18% !important;
  }
}

.pri-nav-menubtn button {
  height: 78px;
  width: 100%;
  background-color: transparent;
}

.pri-nav-menubtn button:hover {
  color: #000;
}

#lt-ie10 .pri-nav-menubtn button i {
  margin-right: 9px;
}

@media screen and (max-width: 767px) {
  #lt-ie10 .pri-nav-menubtn {
    float: right;
  }
}

.pri-nav-menubtn button i {
  margin-right: 9%;
}

.pri-nav-search {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  z-index: 9001;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pri-nav-search {
    margin-left: 0 !important;
  }
}

.pri-mobile-nav-search {
  display: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .pri-mobile-nav-search {
    display: block;
  }
  .pri-mobile-nav-search .pri-nav-searchbtn {
    position: absolute;
    right: 0;
    width: 40px;
    z-index: 10;
  }
  .pri-mobile-nav-search .pri-nav-searchinp {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    width: 100%;
  }
}

.pri-nav-search-inner {
  z-index: 999;
  min-height: 43px;
  position: relative;
}

.pri-nav-search-inner input.error-state {
  border: 1px solid #ed1c24;
  color: #ed1c24;
}

.pri-nav-type {
  color: #656565;
  font-size: 12px;
  background-color: #e1e1e1;
  width: 34%;
  min-height: 43px;
  height: 43px;
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  z-index: 1;
}

.pri-nav-type ul {
  z-index: 100;
  font-size: 12px;
  font-weight: normal;
}

.pri-nav-typeval {
  min-height: 43px;
  height: 43px;
  max-height: 43px;
}

.pri-nav-typedir {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  min-height: 43px;
  height: 43px;
  width: 16%;
  max-width: 16%;
}

.pri-nav-typedir.up .icon-chevron-thin-down, .pri-nav-typedir.up .lsn .toggle-left-nav h4 .icon-toggle, .lsn .toggle-left-nav h4 .pri-nav-typedir.up .icon-toggle, .pri-nav-typedir.up .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle.collapsed, .recently-visited-ribbon .recently-visited-collapse .pri-nav-typedir.up .icon-arrow-toggle.collapsed {
  display: table-cell;
  min-height: 43px;
  height: 43px;
  vertical-align: middle;
}

.pri-nav-typedir.up .icon-chevron-thin-up, .pri-nav-typedir.up .lsn .toggle-left-nav h4 .icon-toggle.sticky-icon-rotate, .lsn .toggle-left-nav h4 .pri-nav-typedir.up .icon-toggle.sticky-icon-rotate, .pri-nav-typedir.up .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle, .recently-visited-ribbon .recently-visited-collapse .pri-nav-typedir.up .icon-arrow-toggle {
  display: none;
}

.pri-nav-typedir.down .icon-chevron-thin-down, .pri-nav-typedir.down .lsn .toggle-left-nav h4 .icon-toggle, .lsn .toggle-left-nav h4 .pri-nav-typedir.down .icon-toggle, .pri-nav-typedir.down .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle.collapsed, .recently-visited-ribbon .recently-visited-collapse .pri-nav-typedir.down .icon-arrow-toggle.collapsed {
  display: none;
}

.pri-nav-typedir.down .icon-chevron-thin-up, .pri-nav-typedir.down .lsn .toggle-left-nav h4 .icon-toggle.sticky-icon-rotate, .lsn .toggle-left-nav h4 .pri-nav-typedir.down .icon-toggle.sticky-icon-rotate, .pri-nav-typedir.down .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle, .recently-visited-ribbon .recently-visited-collapse .pri-nav-typedir.down .icon-arrow-toggle {
  display: table-cell;
  min-height: 43px;
  height: 43px;
  vertical-align: middle;
}

.pri-nav-type ul {
  display: none;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}

.pri-nav-type ul li {
  border-top: 1px solid #c2c2c2;
}

.pri-nav-type ul li button,
.pri-nav-txtval {
  position: relative;
  overflow: ellipse;
  padding-left: 6%;
  text-align: left;
  background-color: #e1e1e1;
  border: 0;
  margin: 0;
  height: 41px;
  width: 100%;
  padding: 0 30px 0 9%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pri-nav-type ul li button,
  .pri-nav-txtval {
    min-width: 0;
    width: 100%;
  }
}

.pri-nav-type ul li button:hover {
  background-color: #1aa3de;
  color: white;
}

.pri-nav-searchbtn {
  background-color: black;
  height: 43px;
  width: 9%;
  padding: 0;
  margin: 0;
  float: right;
}

.pri-nav-searchbtn:hover {
  background: #e5e5e5;
}

.pri-nav-searchbtn:hover .icon-search-icon:before {
  color: #000;
}

.pri-nav-searchinp {
  height: 43px;
  width: 51%;
  float: right;
  padding-left: 15px;
  border: 0;
  font-size: 12px;
  color: #000;
  box-sizing: border-box !important;
}

.arrow-up {
  position: absolute;
  z-index: 1000;
  top: -15px;
  left: 285px;
  width: 0;
  height: 0;
  margin-bottom: -1px;
  border-style: solid;
  border-color: transparent transparent #34b2e5 transparent;
  border-width: 0 14.5px 15px 15.5px;
}

.arrow-up:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  margin-top: 2px;
  margin-left: -13.5px;
  content: '';
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 13.5px 14px 13.5px;
}

.mn-out {
  position: absolute;
  z-index: 1000;
  color: black;
  display: none;
  min-width: 100%;
  border-top: 1px solid #27afe4;
  border-right: 0;
  border-bottom: 1px solid #27afe4;
  border-left: 0;
  background-color: #fff;
  box-shadow: 0 2.5px 2.5px 0 rgba(203, 203, 203, 0.5);
}

@media screen and (max-width: 767px) {
  .mn-out {
    position: relative;
  }
}

.mn-out .mn-co-ico {
  text-align: center;
  font-size: 16px;
  color: #b3b3b3;
}

.mn-out .row {
  display: block;
}

.mn-out .row .column, .mn-out .row .columns {
  float: left;
}

.mn-col-1 {
  width: 23%;
  min-width: 23%;
  max-width: 23%;
  border: 0;
}

.mn-col-2 {
  width: 25% !important;
  min-width: 25% !important;
  max-width: 25% !important;
}

.mn-col-3 {
  min-width: 27% !important;
  width: 27% !important;
  max-width: 27% !important;
}

.mn-col-4 {
  width: 23%;
  min-width: 23%;
  max-width: 23%;
}

.mn-out .row:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}

.mn-out .mn-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
}

.mn-col-1 ul, .mn-col-2 ul, .mn-col-3 ul {
  min-width: 100%;
  width: 100%;
}

.mn-active {
  color: #27afe4;
}

.mn-col-1 .mn-active {
  border: 0;
}

.mn-active button span {
  color: #1aa3de !important;
}

.mn-active span {
  color: #27afe4;
}

.mn-col-1 ul li {
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .mn-col-1 ul li {
    margin-bottom: 1%;
    padding-bottom: 0%;
  }
}

.mn-col-1 ul li a .mn-co-ico,
.mn-col-1 ul li button .mn-co-ico {
  display: inline-block;
  min-width: 16%;
  width: 16%;
  text-align: left;
}

.lt-ie10 .mn-col-1 ul li a .mn-co-ico, .lt-ie10
.mn-col-1 ul li button .mn-co-ico {
  min-width: 14%;
  width: 14%;
}

.mn-col-1 ul li a .mn-col-1-txt,
.mn-col-1 ul li button .mn-col-1-txt {
  display: inline-block;
  width: 84%;
  min-width: 84%;
}

.lt-ie10 .mn-col-1 ul li a .mn-col-1-txt, .lt-ie10
.mn-col-1 ul li button .mn-col-1-txt {
  min-width: 80%;
  width: 80%;
}

.mn-col-1 ul li button span.mn-col-1-txt {
  border-bottom: 1px solid #fff;
}

.mn-col-1 ul li.mn-active button span.mn-col-1-txt {
  border-bottom: 1px solid #27afe4;
}

.mn-col-2 ul li,
.mn-col-3 ul li,
.mn-col-4 ul li {
  border-bottom: 1px solid #fff;
}

.mn-col-2 ul li.mn-active,
.mn-col-3 ul li.mn-active,
.mn-col-4 ul li.mn-active {
  border-bottom: 1px solid #27afe4;
}

.mn-col-1 ul li button,
.mn-col-2 ul li button,
.mn-col-3 ul li button,
.mn-col-4 ul li button {
  background-color: white;
  border: 0;
  width: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}

.mn-col-1 ul li button span,
.mn-col-2 ul li button span,
.mn-col-3 ul li button span,
.mn-col-4 ul li button span {
  padding-right: 10px;
}

.lt-ie10 .mn-col-1 ul li button span, .lt-ie10
.mn-col-2 ul li button span, .lt-ie10
.mn-col-3 ul li button span, .lt-ie10
.mn-col-4 ul li button span {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .mn-col-1 ul li button span,
  .mn-col-2 ul li button span,
  .mn-col-3 ul li button span,
  .mn-col-4 ul li button span {
    padding-right: 0;
  }
}

div[class^="mn-col-"] ul li button:hover {
  color: #1aa3de;
}

.mn-col-1 ul li a:hover {
  color: #000;
}

.mn-col-1 ul li a:hover .mn-co-ico,
.mn-col-1 ul li button:hover .mn-co-ico {
  color: #1aa3de;
}

.mn-col-1 ul li:last-child, .mn-col-2 ul li:last-child, .mn-col-3 ul li:last-child, .mn-col-4 ul li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.mn-col-2 ul li, .mn-col-3 ul li {
  margin-left: 8%;
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .mn-col-2 ul li, .mn-col-3 ul li {
    margin-left: 2%;
    margin-bottom: 2%;
    padding-bottom: 0%;
  }
}

.mn-col-4 ul {
  margin-top: 5%;
}

.mn-col-4 ul li {
  margin-top: 5%;
}

.mn-col-1 ul li {
  margin-left: 0 !important;
}

.mn-col-1-txt {
  text-transform: uppercase;
  padding-bottom: 1%;
}

@media screen and (max-width: 767px) {
  .mn-col-1-txt {
    padding-bottom: 0%;
  }
}

.mn-col-4 {
  float: right !important;
  padding-left: 21px;
}

.mn-col-4 h3 {
  width: 100%;
  display: block;
}

.mn-col-4 h2, .mn-col-4 p {
  margin-bottom: 8%;
}

.mn-content .columns {
  border-left: 1px solid #27afe4;
}

.mn-content .columns:first-child {
  border: 0;
}

@media screen and (max-width: 767px) {
  .pri-nav-btmb {
    border: 0;
  }
  .arrow-up, .arrow-up:after {
    display: none !important;
  }
  .mn-out {
    border: 0;
  }
  .mn-out .mn-content {
    padding-left: 2%;
  }
  .mn-col-1, .mn-col-2, .mn-col-3, .mn-col-4 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .mn-col-2, .mn-col-3, .mn-col-4 {
    display: none;
  }
  .mn-active {
    border: none;
  }
  .mn-col-1 ul li, .mn-col-2 ul li, .mn-col3 ul li {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .mmn-col-1 {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 60px;
    color: white;
  }
  .mmn-col-1 button {
    background-color: black;
  }
  .pri-nav-bt-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pri-nav-tr {
    display: none !important;
  }
  .pri-nav-bt {
    height: 60px;
  }
  .pri-nav-lb {
    min-width: 120px;
    max-width: 120px;
    min-height: 60px;
    height: 60px;
    max-height: 60px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .pri-nav-lb {
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pri-nav-menubtn {
    display: inline-block;
    float: right;
    border: 0;
    padding: 0;
    height: 60px;
    line-height: normal !important;
    min-width: 39px !important;
    width: 39px !important;
    color: white;
  }
  .pri-nav-menubtn button {
    color: white;
    height: 60px;
  }
  .mmn-logo {
    display: inline-block;
    height: 60px;
    padding: 19.5px 17px 19.5px 17px;
  }
  .mmn-logo img {
    height: 21px;
  }
  .mmn-close {
    display: inline-block;
    float: right;
    height: 60px;
    max-height: 60px;
    line-height: normal !important;
    min-width: 59px !important;
  }
  .mmn-close button {
    color: white;
    height: 60px;
    background-color: black;
    width: 100%;
  }
  .mmn-title {
    position: absolute;
    top: -60px;
    left: 0;
    display: none;
    width: 100%;
    height: 60px;
    background-color: #1aa3de;
  }
  .mmn-back, .mmn-text {
    float: left;
    height: 60px;
    text-align: center;
    color: white !important;
  }
  .mmn-back a, .mmn-text a {
    color: white !important;
  }
  .mmn-text {
    font-size: 16px;
    padding-top: 22px;
    padding-bottom: 24px;
  }
  .mmn-back button {
    height: 58px;
    line-height: 58px;
    margin-left: 26px;
    margin-right: 47px;
    font-size: 26px;
    background-color: transparent;
  }
  .mmn-back i {
    font-size: 26px;
  }
  .mn-content .column, .mn-content .columns {
    border: none;
  }
}

.pri-nav-type .sp-paging-size-selector {
  margin-top: 0;
}

.pri-nav-type .select-bg,
.pri-nav-type select,
.sp-entry-switcher .select-bg,
.sp-entry-switcher select {
  width: 100% !important;
  max-width: 100% !important;
}

.pri-nav-type .select-bg {
  background-color: #e1e1e1;
  color: #676767;
}

.pri-nav-type select {
  font-family: 'DINNextRoundedLTW01-Med', Arial, 'Helvetica Neue', Helvetica,  'Microsoft Yahei','微软雅黑', STXihei, '华文细黑', sans-serif;
  font-size: 12px;
  border: 0;
  height: 43px;
  color: #676767;
}

.pri-nav-type .pri-nav-typedir {
  font-size: 13px;
  top: 1px;
  width: 10% !important;
  margin-right: 10px !important;
}

#lt-ie10 .pri-nav .pri-nav-lt {
  height: 38px;
  position: relative;
  bottom: -1px;
}

#lt-ie10 .pri-nav .pri-nav-lb {
  background-image: url("../images/logo.png") !important;
  height: 100%;
}

#lt-ie10 .pri-nav .mn-col-4 {
  margin-right: -27px;
}

#lt-ie10 .pri-nav .pri-mobile-nav-search {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

#lt-ie10 .pri-nav .pri-nav-typedir, #lt-ie10 .pri-nav .select-icon {
  display: none;
}

#lt-ie10 .pri-nav input[type="text"] {
  border: 1px solid #999999;
  height: 43px;
  line-height: 43px;
}

#lt-ie10 .pri-nav .pri-nav-type {
  margin-top: 1px;
  height: 35px;
  min-height: 35px;
  background-color: red;
}

#lt-ie10 .pri-nav .pri-nav-type .select-bg {
  z-index: 0;
}

#lt-ie10 .pri-nav .pri-nav-type .select-bg:before {
  display: block;
  position: absolute;
  content: "˅";
  right: 0px;
  top: 0px;
  height: 25px;
  width: 25px;
  background: #e1e1e1;
  margin: 10px 0 0 5px;
  z-index: 11;
  font-size: 18px;
}

#lt-ie10 .pri-nav .pri-nav-type select {
  background-color: transparent;
  border: none;
  display: inline-block;
  height: 41px;
  line-height: 41px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 10px;
  padding-right: 0px !important;
  position: relative;
  width: 100% !important;
  z-index: 10;
}

#lt-ie10 .pri-nav .pri-nav-type select :focus {
  border: none !important;
  color: #676767;
}

#lt-ie10 .pri-nav .pri-nav-type select :focus, #lt-ie10 .pri-nav .pri-nav-type select :hover, #lt-ie10 .pri-nav .pri-nav-type select :target, #lt-ie10 .pri-nav .pri-nav-type select :active {
  border: none;
  color: #676767;
}

#lt-ie10 .pri-nav .pri-nav-type select + .pri-nav-typedir {
  display: none;
}

.lt-ie9 .pri-nav-search-inner select {
  padding: 15px;
}

#lt-ie10 .explore-block-diagrams .select-bg {
  z-index: 0;
}

#lt-ie10 .explore-block-diagrams .select-bg:before {
  display: block;
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  height: 43px;
  width: 43px;
  background: #fff;
  margin-top: 1px;
  z-index: 15;
  font-size: 18px;
  padding: 15px;
}

.pf {
  background-color: black;
  color: white;
  position: relative;
  z-index: 100;
  margin-top: 20px;
}

.pf:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #000;
  position: fixed;
}

.pf a {
  color: #999999;
}

.pf a:hover {
  color: #fff;
}

.pf h4 {
  padding-top: 48px;
}

@media screen and (max-width: 767px) {
  .pf .pf-ql {
    padding: 20px 0;
    padding: 1.25rem 0;
  }
  .pf .pf-ql .columns.three {
    width: 50%;
    float: left;
    min-width: 50%;
    max-width: 50%;
  }
}

.pf h5 {
  margin: 22px 0 16px;
  font-size: 16px;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .pf h5 {
    font-size: 20px;
  }
}

.pf a {
  font-weight: bold;
}

.pf .pf-ql ul {
  width: 100%;
}

.pf .pf-ql ul li {
  font-size: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .pf .pf-ql ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.pf .pf-sc {
  border-left: 1px solid #797979;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .pf .pf-sc {
    border-left: 0;
    padding-left: 0;
  }
}

.pf .pf-sc .pf-sc-1 {
  text-align: left;
}

.pf .pf-sc .pf-sc-1 li:last-child {
  margin-right: 0;
}

.pf .pf-sc .pf-sc-1 a:hover {
  color: #e1e1e1;
}

.pf .pf-sc .pf-sc-1 li {
  min-height: 23px;
  height: 23px;
  min-width: 23px;
  width: 23px;
  margin-right: 21px;
  font-size: 21px;
  text-align: center;
}

.pf .pf-sc .pf-sc-2 li:first-child {
  position: relative;
  min-width: 134px;
  width: 134px;
  max-width: 126px;
  font-size: 21px;
}

.pf .pf-sc .pf-sc-2-ico {
  display: inline-block;
  margin-left: 8px;
  width: 49px;
}

.pf .pf-sc .pf-sc-2 li {
  min-height: 23px;
  height: 23px;
  max-height: 23px;
  margin-top: 29px;
  width: 52pxpx;
  max-width: 52px;
  font-size: 21px;
}

.pf .pf-sc h4 {
  margin-bottom: 35px;
}

.pf .pf-br {
  padding-top: 34px;
  padding-bottom: 32px;
  border-top: 1px solid #797979;
}

.pf .pf-br .pipe {
  margin: 0 10px;
}

.pf .pf-sl ul li {
  font-size: 12px;
  margin-right: 36px;
}

@media screen and (max-width: 767px) {
  .pf .pf-sl ul li {
    width: 32%;
  }
}

/**
 * Default element styles
 */
button {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-bottom-left-radius: none;
  border-top-left-radius: none;
  border-bottom-right-radius: none;
  border-top-right-radius: none;
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
  border-radius: 0 !important;
}

.lt-ie10 input[type="text"], .lt-ie10
input[type="email"], .lt-ie10
input[type="tel"], .lt-ie10
input[type="search"], .lt-ie10
textarea {
  line-height: 43px;
  padding-top: 0 !important;
}

ul {
  overflow: hidden;
  list-style-type: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

ul.horizontal-ul li {
  float: left;
}

p {
  line-height: 18px;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

* p:last-child {
  margin-bottom: 0px;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #0198d9;
}

a:hover {
  color: #000;
}

img {
  max-width: 100%;
}

img.img-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

img.img-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.u-section-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-bg-grey {
  background: #e5e5e5 !important;
}

.u-dotted-border, hr {
  border: 0;
  position: relative;
}

.u-text-blue {
  color: #0198d9;
}

.u-solid-border {
  border-top: 1px #e5e5e5 solid;
}

.u-solid-border.padded {
  margin: 20px 0;
}

.u-text-right {
  text-align: right;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-white {
  color: white;
}

.u-img-caption {
  font-family: 'DINNextRoundedLTW01-Med';
  margin-top: 5px;
  clear: both;
  display: block;
}

.u-margin-auto {
  display: block;
  margin: 0 auto !important;
}

.u-margin-top {
  margin-top: 15px;
}

.u-margin-bottom {
  margin-bottom: 15px;
}

.flush-top {
  margin-top: 0;
  padding-top: 0;
}

.flush-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.u-none {
  display: none;
}

.u-not-uppercase {
  text-transform: none;
}

.boxed-content {
  padding: 20px;
  border: solid 1px #999999;
}

.izzy-container ul li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 15px;
}

.izzy-container table {
  border: 1px #e5e5e5 solid;
}

.izzy-container table tr.odd {
  background: #fff;
}

.izzy-container table tr.even {
  background: #e5e5e5;
}

.izzy-container table th {
  font-weight: bold;
}

.izzy-container table td, .izzy-container table th {
  width: 55%;
  padding: 7px 10px;
}

.izzy-container table td a {
  white-space: nowrap;
}

span.arrow-down {
  display: block;
  position: relative;
}

span.arrow-down:after {
  font-family: 'icomoon';
  position: absolute;
  height: 44px;
  right: 18px;
  top: 0px;
  line-height: 44px;
  display: block;
  content: '\e60c';
  pointer-events: none;
  color: #999999;
}

.params-title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.params-table {
  width: 100%;
}

.params-table td {
  border: 1px solid #c3c3c3;
  padding: 6px 17px;
}

.params-table .param-header {
  border-right: none;
}

.params-table .param-body {
  border-left: none;
}

.params-table.eight {
  margin: 0 auto;
}

.params-table.six {
  margin: 0;
}

.param-header {
  background: #e5e5e5;
  width: 172px;
  font-weight: bold;
}

.param-header-abbr {
  font-weight: normal;
  margin-left: 4px;
}

.param-product-header {
  position: relative;
  padding-right: 18px;
}

.param-product-link {
  font-weight: bold;
}

.param-product-icon {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 16px;
  color: #727272;
}

.atlwdg-trigger {
  z-index: 1000 !important;
}

.rich-text p {
  margin-bottom: 12px;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 10px;
  margin-left: 20px;
  overflow: visible;
}

.rich-text ul li, .rich-text ol li {
  font-size: 15px;
  /*list-style-position: inside;*/
  padding: 3px 0 3px 20px;
  /*text-indent: -1em;*/
  margin: 0;
}

.rich-text ul li:last-child, .rich-text ol li:last-child {
  padding-bottom: 0;
}

.rich-text ul li {
  list-style-type: disc;
}

.rich-text ul.nospace, .rich-text ol.nospace {
  overflow: visible;
}

.rich-text ul.nospace li, .rich-text ol.nospace li {
  /*list-style-position: inside;*/
  padding: 0 0 0 1em;
  /*text-indent: -1em;*/
  margin: 0;
}

.rich-text ul.nospace li {
  list-style-type: disc;
}

.rich-text table {
  border: 1px #e5e5e5 solid;
  table-layout: fixed;
}

.rich-text table thead {
  border-bottom: 1px #e5e5e5 solid;
}

.rich-text table tr:nth-child(odd) {
  background: #fff;
}

.rich-text table tr:nth-child(even) {
  background: #e5e5e5;
}

.rich-text table th {
  font-weight: bold;
}

.rich-text table td, .rich-text table th {
  padding: 7px 10px;
  text-align: left;
}

.select-bg {
  background: #fff;
  position: relative;
}

.select-bg-inactive,
.select-bg-disabled {
  background: #e5e5e5;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: transparent;
  border: 1px solid #999999;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  padding-left: 10px;
  position: relative;
  width: 100%;
  z-index: 10;
}

select:active, select:focus {
  border: 1px solid #999999;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
  color: black;
}

.lt-ie10 select {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 0px !important;
}

.pri-nav-type select:active {
  border: none !important;
}

.pri-nav-type select:focus {
  border: none !important;
}

.lt-ie10 .select-bg .pri-nav-typedir {
  display: none;
}

img.u-pull-left {
  margin-right: 15px;
  margin-right: 0.9375rem;
}

img.u-pull-right {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

ul.bulleted-list {
  list-style: disc;
  padding-left: 20px;
}

ul.bulleted-list li {
  margin-bottom: 8px;
}

div.bulleted-list {
  padding-left: 0 !important;
}

div.bulleted-list ul:first-child {
  list-style: disc;
  padding-left: 20px;
}

div.bulleted-list ul:first-child ul {
  padding-left: 0 !important;
  overflow: visible;
}

div.bulleted-list ul:first-child li {
  margin-bottom: 8px;
}

/**
 * Anchors
 */
.a-white a, .a-white a:visited, a.a-white, a:visited.a-white {
  color: white;
}

.a-black a, .a-black a:visited, a.a-black, a:visited.a-black {
  color: black;
}

.a-blue a, .a-blue a:visited, a.a-blue, a:visited.a-blue {
  color: #1aa3de;
}

.a-blue-hover a:hover, a:hover.a-blue-hover {
  color: #1aa3de;
}

.a-black-hover a:hover, a:hover.a-black-hover {
  color: black;
}

.a-hover-50 a:hover, a:hover.a-hover-50 {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .u-sm.pull-right {
    float: right;
  }
  .u-sm.pull-left {
    float: left;
  }
  .u-sm.pull-right:after, .u-sm.pull-left:after {
    content: "";
    display: table;
    clear: both;
  }
  .u-sm.no-mp {
    margin: 0;
    padding: 0;
  }
  .u-sm.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-sm.no-border {
    border: 0;
  }
  .m-margin-top {
    margin-top: 20px;
  }
  .m-margin-bottom {
    margin-bottom: 20px;
  }
  .m-flush-top {
    margin-top: 0;
  }
  .m-flush-bottom {
    margin-bottom: 0;
  }
  .m-clear {
    clear: both;
  }
}

.no-placeholder input.np-clean {
  color: #a9a9a9;
}

/**
 * TMP REMOVE used for RF landing page
 */
.entry .center {
  position: absolute;
  max-width: 564px;
  min-width: 564px;
  width: 564px;
  left: 50%;
  top: 50%;
  margin-left: -282px;
  margin-top: -282px;
  padding: 0;
  text-align: center;
}

.entry img {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.entry .bg-grey {
  background: #e5e5e5 !important;
  padding: 55px 0;
}

.entry .btn, .entry input[type="button"].btn, .entry input[type="submit"].btn, .entry input[type="reset"].btn {
  margin-left: 0 !important;
}

.carousel-contain {
  visibility: hidden;
  height: 1px;
}

.carousel-contain.slick-initialized {
  visibility: visible;
  height: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-next {
  right: -15px;
}

.slick-prev {
  left: -15px;
}

.part-table {
  width: 100%;
  font-size: 13px;
}

.part-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.part-table th {
  background: #e5e5e5;
  color: #999999;
  height: 30px;
  font-weight: bold;
  padding-top: 3px;
}

.part-table td:first-child {
  font-weight: bold;
}

.part-table td, .part-table th {
  border-right: 1px solid #999999;
  padding: 10px;
}

.part-table td:last-child, .part-table th:last-child {
  border: none;
}

.product-status {
  margin: 20px 0 20px;
}

.product-status td {
  padding: 5px 60px 5px 0;
}

input[type=text]::-ms-clear {
  display: none;
}

.styleguide .u-section-conatiner {
  min-height: 220px;
  padding: 30px 0 0;
}

.styleguide a {
  color: #0198d9;
}

.styleguide h2 {
  margin: 30px auto;
  display: block;
}

.styleguide h4 {
  margin-bottom: 15px;
}

.styleguide .headings h1, .styleguide .headings h2, .styleguide .headings h3, .styleguide .headings h4, .styleguide .headings h5, .styleguide .headings h6 {
  margin: 10px 0;
}

.styleguide hr {
  margin: 20px 0;
}

.styleguide .link-contain {
  clear: both;
  width: 100%;
  margin: 0 0 30px;
}

.styleguide .link-contain:after {
  content: "";
  display: table;
  clear: both;
}

.styleguide .color-tag {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  width: 200px;
}

.styleguide .box {
  width: 50px;
  height: 100px;
  display: inline-block;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin: 10px 0 0 50px;
}

.styleguide .box.hover {
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin: 10px 0 0 0px;
}

.styleguide .color-text {
  clear: both;
  color: #000;
  padding: 20px;
  text-align: center;
}

.styleguide .color-text span {
  display: inline-block;
  color: #999;
  margin: 0 0 10px;
}

.styleguide .link-blue {
  color: #0198d9;
}

.styleguide .link-blue .box {
  color: #fff;
  background: #0198d9;
  text-align: center;
}

.styleguide .link-blue .box.hover {
  background: #000;
}

.styleguide .link-blue:visited {
  color: #0198d9;
}

.styleguide .link-blue:hover {
  color: #000;
}

.styleguide .link-black {
  color: #000;
  color: #0198d9;
}

.styleguide .link-black:visited {
  color: #000;
}

.styleguide .link-black .box {
  color: #fff;
  background: #000;
  text-align: center;
}

.styleguide .link-black .box.hover {
  background: #0198d9;
}

.styleguide .link-black:hover {
  color: #0198d9;
}

.styleguide .link-grey {
  color: #999;
  color: #999;
}

.styleguide .link-grey:visited {
  color: #999;
}

.styleguide .link-grey .box {
  color: #fff;
  background: #999;
  text-align: center;
}

.styleguide .link-grey .box.hover {
  background: #0198d9;
}

.styleguide .link-grey:hover {
  color: #000;
}

.styleguide .link-white {
  color: #fff;
  color: #fff;
}

.styleguide .link-white:visited {
  color: #fff;
}

.styleguide .link-white .box {
  color: #fff;
  background: #fff;
  text-align: center;
}

.styleguide .link-white .box.hover {
  background: #0198d9;
}

.styleguide .link-white:hover {
  color: #0198d9;
}

.styleguide .glyph {
  font-size: 16px;
  width: 33%;
  padding-bottom: 1em;
  margin-right: 0;
  margin-bottom: 1em;
  float: left;
  overflow: hidden;
}

.styleguide .glyph [class^="icon-"], .styleguide .glyph [class*=" icon-"] {
  font-size: 20px;
  width: 40px;
  display: inline-block;
}

.styleguide input.unit {
  display: none;
}

.styleguide input.unitRight {
  display: none;
}

.styleguide .black-background {
  background: #000;
  padding: 20px;
}

.styleguide .black-background li {
  width: 25%;
  float: left;
}

.styleguide .btn.gray {
  width: 320px;
}

.design-tools-container p {
  margin: 15px 0;
}

.design-tools-container .disabled {
  background: #ccc;
  border: 1px solid grey;
}

.design-tools-container .select-bg .pri-nav-typedir {
  width: 26px;
  max-width: 26px;
  height: 23px;
  min-height: 23px;
}

.design-tools-container .select-bg .pri-nav-typedir .icon-chevron-thin-down, .design-tools-container .select-bg .pri-nav-typedir .lsn .toggle-left-nav h4 .icon-toggle, .lsn .toggle-left-nav h4 .design-tools-container .select-bg .pri-nav-typedir .icon-toggle, .design-tools-container .select-bg .pri-nav-typedir .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle.collapsed, .recently-visited-ribbon .recently-visited-collapse .design-tools-container .select-bg .pri-nav-typedir .icon-arrow-toggle.collapsed {
  height: 26px;
  min-height: 26px;
}

.design-tools-container .select-bg select {
  padding-right: 26px;
  height: 24px;
}

.design-tools-container .rich-text h1,
.design-tools-container .rich-text h2,
.design-tools-container .rich-text h3,
.design-tools-container .rich-text h4,
.design-tools-container .rich-text h5,
.design-tools-container .rich-text h6 {
  text-transform: none;
}

.dt-pdf-download {
  font-size: 14px;
  text-align: right;
  margin-bottom: 20px;
}

.dt-pdf-download .icon-pdf {
  font-size: 18px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .dt-pdf-download {
    text-align: left;
  }
}

.vswr-row {
  margin: 0 -10px;
}

.vswr-row:after {
  content: "";
  display: table;
  clear: both;
}

.vswr-column {
  float: left;
  width: 20%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .vswr-column {
    float: none;
    width: 100%;
  }
}

.vswr-table {
  width: 100%;
  max-width: 100%;
}

.vswr-table td {
  padding: 6px 9px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
}

.vswr-table-header {
  background: #777777;
}

.vswr-table-header th {
  color: white;
  padding: 6px 9px;
  text-align: center;
  font-size: 13px;
  vertical-align: bottom;
}

.vswr-table-odd {
  background: white;
}

.vswr-table-even {
  background: #efefef;
}

.tw {
  margin-bottom: 40px;
}

.tw + .tw {
  margin-top: 40px;
}

.tw-title {
  margin-bottom: 10px;
  text-transform: none;
}

.tw-title + .tw-sub-title {
  margin-top: 0;
}

.tw-sub-title {
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: none;
}

.tw-group {
  margin: 0 -6px;
  margin-bottom: 3px;
}

.tw-group:after {
  content: "";
  display: table;
  clear: both;
}

.tw-label {
  display: block;
  font-size: 14px;
  padding-top: 6px;
  margin-bottom: 3px;
  font-weight: bold;
}

.tw-field,
.tw-aside {
  float: left;
  padding: 0 6px;
}

.tw-field {
  width: 40%;
}

@media (max-width: 767px) {
  .tw-field {
    width: 50%;
  }
}

.tw-aside {
  width: 30%;
}

.tw-aside .pri-nav-typedir {
  height: 30px;
  min-height: 30px;
}

.tw-aside .pri-nav-typedir.up .icon-chevron-thin-down, .tw-aside .pri-nav-typedir.up .lsn .toggle-left-nav h4 .icon-toggle, .lsn .toggle-left-nav h4 .tw-aside .pri-nav-typedir.up .icon-toggle, .tw-aside .pri-nav-typedir.up .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle.collapsed, .recently-visited-ribbon .recently-visited-collapse .tw-aside .pri-nav-typedir.up .icon-arrow-toggle.collapsed {
  height: 32px;
  min-height: 32px;
}

.tw-input {
  border: solid 1px #999999;
  font-size: 14px;
  width: 100%;
  padding: 3px;
  height: 24px;
}

.tw-aside-text {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 0;
}

.rf-row {
  margin: 30px 0;
}

.rf-image-box {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .rf-image-box {
    margin-bottom: 40px;
  }
}

.rf-title,
.rf-image-title {
  text-transform: none;
}

.rf-image {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

.rf-group {
  width: 80%;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .rf-group {
    width: 100%;
  }
}

.rf-label {
  display: block;
  font-size: 14px;
  padding-top: 6px;
  margin-bottom: 3px;
  font-weight: bold;
}

.rf-input {
  border: solid 1px #999999;
  font-size: 14px;
  padding: 3px;
  width: 100%;
  height: 24px;
}

.nft {
  margin: 10px auto 40px;
  max-width: 420px;
}

.nft-row {
  margin-bottom: 20px;
}

.nft-row:after {
  content: "";
  display: table;
  clear: both;
}

.nft-col {
  float: left;
  width: 47%;
  position: relative;
}

.nft-arrow {
  float: left;
  width: 6%;
}

.nft-arrow img {
  display: block;
  margin-top: 29px;
  width: 80%;
  max-width: 28px;
}

.nft-label {
  display: block;
  font-size: 14px;
  padding-top: 6px;
  margin-bottom: 3px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .nft-label {
    font-size: 12px;
  }
}

.nft-field {
  position: relative;
  padding-right: 40px;
}

.nft-aside {
  position: absolute;
  top: 4px;
  right: 0;
  width: 36px;
}

.nft-input {
  border: solid 1px #999999;
  font-size: 14px;
  padding: 3px;
  width: 100%;
  height: 24px;
}

.cas {
  margin: 0 auto 40px;
  max-width: 700px;
}

.cas-row {
  margin-bottom: 20px;
}

.cas-row:after {
  content: "";
  display: table;
  clear: both;
}

.cas-row-header {
  margin-bottom: 5px;
}

.cas-col {
  float: left;
  width: 20%;
  min-height: 1px;
}

.cas-col-push {
  margin-left: 20%;
}

p.cas-header,
.cas-header {
  margin: 0;
  font-size: 14px;
  padding: 3px;
  font-weight: bold;
}

p.cas-total,
.cas-total {
  margin: 0;
  font-size: 14px;
  padding: 3px;
  font-weight: bold;
}

@media (max-width: 767px) {
  p.cas-total,
  .cas-total {
    padding: 3px 6px;
  }
}

.cas-field {
  padding-right: 20%;
}

@media (max-width: 767px) {
  .cas-field {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cas-input {
  border: solid 1px #999999;
  font-size: 14px;
  padding: 3px;
  width: 100%;
  height: 24px;
}

.pa {
  margin: 20px 0 40px;
}

@media (max-width: 767px) {
  .pa-outputs {
    margin-top: 40px;
  }
}

.pa-group {
  margin-bottom: 10px;
}

.pa-group:after {
  content: "";
  display: table;
  clear: both;
}

.pa-title {
  text-transform: none;
}

.pa-field {
  width: 50%;
}

.pa-label {
  width: 45%;
  font-size: 14px;
  padding-top: 8px;
  margin-bottom: 3px;
  font-weight: bold;
}

.pa-label span,
.pa-label sub {
  font-weight: bold;
}

@media (max-width: 767px) {
  .pa-label {
    margin-bottom: 6px;
  }
}

.pa-label,
.pa-field {
  float: left;
}

@media (max-width: 767px) {
  .pa-label,
  .pa-field {
    width: 100%;
    float: none;
  }
}

.pa-input {
  border: solid 1px #999999;
  font-size: 14px;
  padding: 8px 5px;
  width: 100%;
  max-width: 60px;
  height: 30px;
}

.pa-field .pa-input {
  max-width: 120px;
}

.pa-diagram-box {
  margin-bottom: 30px;
}

.pa-diagram {
  position: relative;
  max-width: 310px;
  padding-top: 40px;
}

.pa-diagram-title {
  text-transform: none;
}

.pa-diagram-field {
  position: absolute;
  width: 80px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .pa-diagram-field {
    width: 70px;
    padding-right: 16px;
  }
}

.pa-pi-middle {
  top: 0;
  left: 50%;
  margin-left: -30px;
}

.pa-pi-right {
  top: 68px;
  right: 0;
}

.pa-pi-left {
  top: 68px;
  left: 0;
}

.pa-tee-middle {
  top: 88px;
  right: 50px;
}

.pa-tee-right {
  top: 0;
  right: 50px;
}

.pa-tee-left {
  top: 0;
  left: 60px;
}

.pa-diagram-aside {
  position: absolute;
  top: 7px;
  right: 0;
}

.bfr {
  margin: 20px 0 40px;
}

.bfr-label {
  display: block;
  font-size: 14px;
  padding-top: 6px;
  margin-bottom: 3px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bfr-label {
    font-size: 12px;
  }
}

.bfr-field {
  position: relative;
  padding-right: 102px;
  max-width: 250px;
}

.bfr-aside {
  position: absolute;
  font-size: 14px;
  top: 4px;
  right: 0;
  width: 96px;
}

.bfr-input {
  border: solid 1px #999999;
  font-size: 14px;
  padding: 3px;
  width: 100%;
  height: 24px;
}

.bfr-input:disabled, .bfr-input.disabled {
  background: #ccc;
  border: 1px solid grey;
}

.bfr-title {
  margin: 20px 0 5px;
  text-transform: none;
}

.bfr-table {
  width: 100%;
}

.bfr-table .frequency,
.bfr-table .butterworth,
.bfr-table .chebyshev {
  border: solid 1px #999999;
  font-size: 14px;
  padding: 3px;
  width: 100%;
}

.bfr-table .frequency:disabled, .bfr-table .frequency.disabled,
.bfr-table .butterworth:disabled,
.bfr-table .butterworth.disabled,
.bfr-table .chebyshev:disabled,
.bfr-table .chebyshev.disabled {
  background: #ddd;
  border: 1px solid #999999;
}

.bfr-table-title span {
  display: inline-block;
  width: 100%;
  padding: 2px 8px 8px;
  border-right: 1pt solid #999999;
  border-left: 1pt solid #999999;
  border-bottom: 1pt solid #999999;
  font-size: 14px;
}

.bfr-outputs {
  max-width: 430px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bfr-outputs {
    margin: 30px 0 0 0;
  }
}

.bfr-chart {
  margin-bottom: 20px;
  overflow: hidden;
  max-width: 100%;
  overflow-x: scroll;
}

/*-------------------------------------------------*    $Award-Page
\*-------------------------------------------------*/
.award-page h5 {
  margin-bottom: 5px;
}

.award-page p.date {
  margin-bottom: 30px;
}

.adp-hr {
  margin: 30px 0;
}

.box-container-no-link {
  border: solid 1px #999999;
  padding: 2%;
  box-shadow: 1px 2px 3px #d3d3d3;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin-top: 4%;
  margin-bottom: 4%;
  min-height: 260px;
}

@media screen and (max-width: 767px) {
  .box-container-no-link {
    min-height: auto;
  }
}

.box-container-no-link h4 {
  margin-bottom: 1%;
}

.box-container-no-link .product-title {
  font-family: 'DINNextRoundedLTW01-Med';
}

.box-container-no-link .subtitle {
  font-weight: bold;
}

.box-container-no-link:nth-child(2n+1) {
  margin-left: 0;
}

.box-container-no-link .read-more-container button.read-more, .box-container-no-link .read-more-container button.read-less {
  padding-bottom: 0;
}

.bios button.read-more,
.bios button.read-less {
  color: #0198d9;
}

.bios button.read-more:hover,
.bios button.read-less:hover {
  color: #000 !important;
}

.bios {
  position: relative;
}

.bios .expand-all:after,
.bios .collapse-all:after {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 3px;
  font-family: "icomoon";
}

.bios .collapse-all {
  display: none;
}

.collapse-all,
.expand-all {
  text-transform: uppercase;
  position: absolute;
  top: 1%;
  right: 0;
  color: #999999;
  font-size: 15px;
  padding-right: 2%;
}

.collapse-all:hover,
.expand-all:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .collapse-all,
  .expand-all {
    display: none;
  }
}

.bios.bottom-toggle .expand-all {
  right: 0;
  top: 0;
}

.bios.bottom-toggle .collapse-all {
  right: 0;
  top: 0;
  display: none;
}

.block-diagram.tabs {
  width: 100%;
  position: relative;
  border-bottom: 1px #000 solid;
}

.lt-ie9 .block-diagram.tabs {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .block-diagram.tabs {
    max-width: 1000px;
    padding: 0 20px;
  }
}

.block-diagram.tabs .carousel-container {
  height: 61px;
  max-width: 1000px;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}

.block-diagram.tabs .carousel-container .slick-prev {
  left: -25px;
  height: 100%;
  top: 50%;
}

.block-diagram.tabs .carousel-container .slick-next {
  right: -25px;
  height: 100%;
  top: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block-diagram.tabs .carousel-container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .block-diagram.tabs .carousel-container {
    padding: 0 30px;
  }
}

.block-diagram.tabs .carousel-container ul {
  display: none;
  overflow: visible;
}

.block-diagram.tabs .carousel-container ul.slick-initialized {
  display: block;
}

@media screen and (max-width: 767px) {
  .block-diagram.tabs .carousel-container ul.slick-initialized {
    padding: 0 30px;
  }
}

.block-diagram.tabs .tab {
  width: 245px;
  font-size: 15px;
  float: left;
  overflow: hidden;
  display: block;
  padding: 4px 5px 0;
  padding: 0.25rem 0.3125rem 0;
  font-family: 'DINNextRoundedLTW01-Med', sans-serif;
  color: #000;
  height: 60px;
  background: #e5e5e5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block-diagram.tabs .tab {
    width: 220px;
  }
}

.block-diagram.tabs .tab.active {
  border: 1px #000 solid;
  border-width: 1px 1px 0 1px;
  border-bottom: 1px #fff solid;
  background: #fff;
  height: 61px;
  margin-top: 1px;
  padding: 4px 5px 0;
  padding: 0.25rem 0.3125rem 0;
}

@media screen and (max-width: 767px) {
  .block-diagram.tabs .tab {
    width: 100%;
    max-width: 100%;
  }
}

.lt-ie9 .block-diagram.tabs .tab {
  border-bottom: none;
}

.block-diagram.tabs .tab-container.slick-slider {
  margin-bottom: 1px;
}

.block-diagram-tabs {
  border-bottom: 1px #000 solid;
}

.print-block-diagram {
  text-align: center;
  margin: 30px 0 10px;
  margin: 1.875rem 0 0.625rem;
  line-height: 20px;
}

.print-block-diagram .icon-print {
  color: #1aa3de;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.print-block-diagram a {
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: inline-block;
}

.block-diagram-container {
  width: 100%;
  margin: 0 auto;
}

.block-diagram-container .block-diagram div[id^="mapster_"] {
  margin: auto;
}

.block-diagram-container .parts-table-target h2 {
  display: none;
}

.back-to-block-diagrams {
  color: #000;
  font-weight: bold;
  margin: 30px 0;
  margin: 1.875rem 0;
  display: inline-block;
}

.back-to-block-diagrams.icon-up-arrow:before {
  color: #1aa3de;
  margin-right: 20px;
}

.print-block-diagram .tab {
  display: none;
}

.block-diagram-carousel .block-diagram {
  display: none;
}

.block-diagram-carousel .block-diagram.active {
  display: block;
}

.blog-detail .product-container h6 {
  color: #1aa3de;
  margin-bottom: 10px;
}

.blog-detail-container {
  margin-top: 20px;
}

.blog-detail-container a {
  font-weight: bold;
}

.blog-detail-container h4 {
  line-height: 1;
  margin-bottom: 20px;
}

.blog-detail-container p {
  margin-bottom: 20px;
}

.blog-detail-container p:last-of-type {
  margin-bottom: 0;
}

.blog-detail-container .row {
  margin-bottom: 30px;
}

.blog-detail-container .row:last-of-type {
  margin-bottom: 0;
}

.blog-date {
  margin-bottom: 30px;
}

.blog-detail-image {
  margin: 0 auto;
}

.blog-detail-image h5 {
  margin: 0 auto;
  text-align: center;
  max-width: 325px;
}

@media screen and (max-width: 767px) {
  .blog-detail-split .columns {
    margin-bottom: 30px;
  }
  .blog-detail-split .columns:last-of-type {
    margin-bottom: 0;
  }
}

.blog-detail-column {
  width: 75%;
}

.blog-detail-list {
  overflow: initial;
  margin-left: 16px;
  list-style-type: disc;
}

.blog-detail-author-content {
  border-top: 1px solid #000;
  padding: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .blog-detail-author-content {
    padding: 25px 0;
  }
}

.blog-detail-author-content .author-image {
  float: left;
  margin-right: 4%;
  max-width: 131px;
  width: 21%;
}

.blog-detail-author-content .author-content {
  display: inline-block;
  line-height: 1;
  width: 75%;
}

.blog-detail-author-content .author-content h4 {
  margin-bottom: 10px;
}

.blog-detail-author-content .author-content h5 {
  margin-bottom: 8px;
}

.blog-detail-promo-container {
  border: solid 1px #999999;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 1px 2px 3px #d3d3d3;
}

.blog-detail-promo-row {
  display: inline-block;
}

.blog-detail-promo-image {
  float: left;
  margin-right: 2%;
  max-width: 60px;
  width: 20%;
}

.blog-detail-promo-image img {
  display: block;
  width: 100%;
}

.blog-detail-promo-content {
  display: inline-block;
  width: 78%;
}

.blog-detail-promo-content p {
  margin-bottom: 10px;
}

.blog-detail-promo-content a {
  font-weight: bold;
}

.brand-container {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 35px;
  padding: 1.25rem 2.1875rem;
}

@media screen and (max-width: 767px) {
  .brand-container {
    padding: 16px 0;
    padding: 1rem 0;
  }
}

.brand-container h2 {
  color: #fff;
}

.brand-container h2:after {
  background: #fff;
}

.brand-container .slick-next:before, .brand-container .slick-prev:before {
  color: rgba(255, 255, 255, 0.65);
}

.brand-container .carousel-contain {
  width: 100%;
  padding: 0;
}

.brand-container.no-heading {
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-container.no-heading .carousel-contain {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .brand-container .slick-list {
    margin: 0 auto;
    width: 85%;
  }
}

.brand-box {
  position: relative;
  display: block;
  height: auto;
  float: left;
  overflow: hidden;
  color: #fff;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  background-image: url(about:blank);
  padding: 20px;
  padding: 1.25rem;
}

.brand-box:last-of-type {
  margin-right: 0;
}

.brand-box .brand-body {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .brand-box {
    margin-right: 0% !important;
    margin-left: 0% !important;
  }
}

.brand-box:first-child {
  margin-left: 0;
}

.lt-ie9 .three .brand-box {
  width: 301px !important;
}

.lt-ie9 .four .brand-box {
  width: 220px !important;
}

.brand-box:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}

.three .brand-box {
  width: 32%;
  margin: 0 1%;
}

.three .brand-box.slick-slide,
.four .brand-box.slick-slide {
  margin: 0 20px;
}

.brand-box .tile-chevron:after {
  color: #fff;
}

.brand-title {
  text-transform: none;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .brand-title {
    width: 82%;
    min-height: 54px;
  }
}

.tile-chevron.bb-chevron:after, .tile-chevron.bb-chevron:before {
  color: #fff;
}

.breadcrumbs {
  margin-top: 12px;
}

.breadcrumbs a {
  color: #999999;
}

.breadcrumbs a:hover {
  color: #000;
}

.breadcrumbs a:after {
  content: '>';
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumbs a:last-child:after {
  content: '';
}

.breadcrumbs.one-item a:after {
  content: '>';
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumbs.no-crumb {
  margin-top: 29px;
}

/*-------------------------------------------------*    $Browse Products List
\*-------------------------------------------------*/
.browse-lists h4, .explore-BD h4 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-family: 'DINNextRoundedLTW01-Med';
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .browse-lists h4, .explore-BD h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 2%;
  }
}

.browse-lists ul.link-list li, .explore-BD ul.link-list li {
  margin-bottom: 4%;
}

.careers-content cite {
  font-style: inherit;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .careers-content .copy {
    text-align: center;
  }
  .careers-content .copy blockquote {
    text-align: left;
  }
  .careers-content .copy .btn.primary {
    margin-bottom: 22px;
  }
}

.careers-content .image img {
  width: 100%;
}

.carousel-social {
  margin-top: 4%;
  margin-bottom: 4%;
}

.carousel-social a {
  font-weight: bold;
  font-size: 15px;
  font-weight: bold;
}

.carousel-social a i {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}

.boxed-content button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/*------------------------------------*    $CAROUSEL
\*------------------------------------*/
.featured-content table td {
  font-size: 15px;
  padding: 0 10px 10px 5px;
}

.featured-content table td a {
  white-space: nowrap;
}

.featured-content .right-border {
  border-right: 1px #b2b2b2 solid;
}

@media screen and (max-width: 767px) {
  .featured-content .right-border {
    border-right: none;
    border-bottom: 1px #999999 solid;
    margin-bottom: 33px;
    margin-bottom: 2.0625rem;
  }
}

.featured-content .view-all {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  float: right;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .featured-content .view-all {
    display: block;
    float: none;
    padding: 10px 0 15px;
    padding: 0.625rem 0 0.9375rem;
  }
}

.featured-content .view-all i {
  padding-left: 5px;
  font-size: 12px;
}

.featured-content .carousel .view-all {
  display: none;
}

.lt-ie9 .featured-content .carousel.one-item .paging-contain {
  left: 0;
}

@media screen and (max-width: 767px) {
  .single-item-carousel-heading {
    text-align: center;
  }
}

.carousel .slide {
  height: auto;
}

.carousel, .carousel-contain {
  position: relative;
}

.carousel:after, .carousel-contain:after {
  content: "";
  display: table;
  clear: both;
}

.carousel.product {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .carousel.product .slick-prev {
    z-index: 1;
  }
}

.carousel.product .slide {
  width: 20%;
  height: auto;
  text-align: center;
  margin: 0 5px;
  margin: 0 0.3125rem;
}

.carousel.product .slide a {
  text-decoration: none;
  outline: none;
}

.carousel.product .slide a:hover, .carousel.product .slide a:focus {
  border-color: transparent;
  outline-style: none;
  box-shadow: none;
}

.carousel.product .slide img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}

.carousel.product .slide .slide-title {
  font-weight: bold;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
}

.carousel.product .slide a.slide-title {
  display: inline-block;
  font-weight: bold;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
}

.carousel.product .slide .slide-content {
  color: #999999;
  font-size: 15px;
}

.mobile-carousel-arrow {
  position: absolute;
  top: 40%;
}

.mobile-carousel-arrow.next {
  right: 0;
}

.mobile-carousel-arrow.prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 30px;
  }
}

.slick-prev:before {
  content: '\e60d';
  color: #676767;
  display: block;
  font-family: "icomoon";
  font-size: 30px;
  font-size: 1.875rem;
}

.slick-next:before {
  content: '\e60e';
  color: #676767;
  display: block;
  font-family: "icomoon";
  font-size: 30px;
  font-size: 1.875rem;
}

.slick-disabled {
  display: none;
  cursor: default;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  display: none;
  opacity: 0;
}

.slide {
  margin-right: 16px;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .flexbox .row {
    box-sizing: border-box;
    display: block;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.slide {
  box-sizing: border-box;
  min-height: 100px;
}

.slide:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .slide {
    min-height: 0;
    margin: 0 5px;
    padding: 0 16px;
  }
}

.slide-title {
  margin: 0;
}

.slide-byline {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.slide-content {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .slide-content {
    width: 100%;
  }
}

.slide-thumb {
  float: left;
  margin: 0 3% 0 0;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .slide-thumb {
    float: none;
    width: auto;
  }
  .slide-thumb img {
    float: none;
    margin: 0 auto 10px;
    width: auto;
  }
}

.slide-thumb img {
  float: left;
  width: 100%;
}

.slide-thumb + .slide-content {
  width: 62%;
}

@media screen and (max-width: 767px) {
  .slide-thumb + .slide-content {
    width: 100%;
  }
}

.carousel.one-item {
  overflow: hidden;
  width: 99.5%;
  min-height: 150px;
}

@media screen and (max-width: 767px) {
  .carousel.one-item {
    height: none;
    max-height: none;
    overflow: visible;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel.one-item {
    max-width: 410px;
  }
}

@media screen and (max-width: 767px) {
  .carousel.one-item .mobile-carousel-arrow.prev, .carousel.one-item .mobile-carousel-arrow.next {
    cursor: pointer;
    font-family: "icomoon";
    font-size: 30px;
    width: 14px;
  }
  .carousel.one-item .mobile-carousel-arrow.prev {
    z-index: 100;
  }
  .carousel.one-item .mobile-carousel-arrow.prev:before {
    color: #737373;
    content: '\e60d';
    display: block;
  }
  .carousel.one-item .mobile-carousel-arrow.next {
    z-index: 100;
  }
  .carousel.one-item .mobile-carousel-arrow.next:before {
    color: #737373;
    content: '\e60e';
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .carousel.one-item .carousel-contain {
    margin: 0 auto;
    max-width: 85%;
  }
}

.carousel.one-item p {
  color: #000;
  font-size: 15px;
  margin-bottom: 1%;
}

.carousel.one-item .slide-cta {
  clear: both;
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .carousel.one-item .slide-cta {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

.carousel.one-item .paging-contain:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .carousel.one-item .paging-contain {
    float: none;
    margin: 20px auto 0;
    padding: 0;
    position: static;
    text-align: center;
    width: 100%;
  }
  .carousel.one-item .paging-contain .slick-prev, .carousel.one-item .paging-contain .slick-next {
    display: none !important;
  }
}

.carousel.one-item .paging {
  color: #737373;
  float: right;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}

.carousel.one-item .paging:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .carousel.one-item .paging {
    display: none;
  }
}

.carousel.one-item .paging .slick-prev:before, .carousel.one-item .paging .slick-next:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.carousel.one-item .paging .slick-prev, .carousel.one-item .paging .slick-next {
  float: left;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 10px;
}

.carousel.one-item .paging span {
  float: left;
  height: 20px;
  display: block;
}

.carousel.one-item .view-all {
  bottom: 0;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .carousel.one-item .view-all {
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 20px 0 15px;
    padding: 1.25rem 0 0.9375rem;
  }
}

.carousel.one-item .view-all i {
  padding-left: 5px;
  font-size: 12px;
}

.lt-ie9 .carousel.one-item .paging .slick-prev, .lt-ie9 .carousel.one-item .paging .slick-next {
  margin-top: 0;
}

.lt-ie9 .carousel.one-item span {
  margin-right: 8px;
}

.shadow-box.carousel.one-item .slide {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px #999999 solid;
  border-radius: 3px;
  min-height: 100px;
  padding: 12px 12px 12px;
  height: auto;
  margin: 15px 3px 5px 0px;
  margin: 0.9375rem 0.1875rem 0.3125rem 0px;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.shadow-box.carousel.one-item .slide, .half-featured-block-diagram.carousel.one-item .slide {
  min-height: 0;
}

.shadow-box.carousel.one-item .view-all, .half-featured-block-diagram.carousel.one-item .view-all {
  display: none;
}

@media screen and (max-width: 767px) {
  .columns.right-border + .columns > .carousel.one-item {
    margin-left: 0;
  }
}

/* If .half-featured-block-diagram */
@media screen and (max-width: 767px) {
  .carousel.one-item.half-featured-block-diagram .slide-thumb {
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: 5.889%;
    padding: 0;
    width: 39.63%;
  }
  .carousel.one-item.half-featured-block-diagram .slide-content {
    display: inline-block;
    float: left;
    margin: 0;
    width: 54%;
  }
}

.carousel.one-item.half-featured-block-diagram .slide-thumb {
  width: 45%;
  margin-right: 5%;
}

.carousel.one-item.half-featured-block-diagram .slide-content {
  width: 50%;
}

.carousel.three-items .slide {
  color: #737373;
  float: left;
  margin: 0 1%;
  width: 32%;
}

.carousel.three-items .slide .slide-title {
  color: #000;
  margin-bottom: 5px;
}

.carousel.three-items a.slide .slide-title {
  color: #0198d9;
}

.carousel.three-items a.slide:hover .slide-title {
  color: #000;
}

.carousel.three-items .slide-thumb {
  float: left;
  width: 24.4%;
  margin: 0 4% 0 0;
}

.carousel.three-items .slide-thumb img {
  width: 100%;
}

.carousel.three-items .slide-thumb + .slide-content {
  width: 71%;
}

.product-carousel .slick-prev,
.product-carousel .slick-next {
  top: 32%;
}

.product-carousel .slick-track {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.header-promotion .slick-slider {
  margin-bottom: 0;
}

.header-promotion .mobile-carousel-arrow {
  top: 30%;
}

.compare-table {
  font-size: 13px;
  table-layout: fixed;
}

.compare-table th,
.compare-table td {
  padding: 7px 15px;
  border: 1px solid #999;
}

.compare-table th {
  text-align: left;
  min-width: 175px;
}

.compare-table th a {
  display: block;
  font-weight: 700;
}

.compare-table th a i {
  vertical-align: -5px;
  color: #676767;
  font-size: 18px;
}

.compare-table td:first-child {
  background: #e5e5e5;
  font-weight: bold;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  border: solid 1px #999999;
  font-size: 14px;
  padding: 13px 10px;
  width: 100%;
}

.contact-form input[type=text].input-validation-error,
.contact-form input[type=email].input-validation-error,
.contact-form input[type=tel].input-validation-error,
.contact-form textarea.input-validation-error {
  border-color: #ed1c24;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
  height: 45px;
}

.contact-form .field-validation-error {
  margin-top: -9px;
  margin-bottom: 12px;
  display: block;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea,
.contact-form .select-bg {
  margin-bottom: 12px;
}

.contact-form .pri-nav-typedir.up {
  width: inherit;
  padding-right: 15px;
  border-right: 1px solid #999999;
}

.contact-form .inactive-field {
  background: #e5e5e5;
  position: relative;
}

.contact-form-divider {
  border-bottom: solid 1px #999999;
  margin: 0 0 12px;
  position: relative;
}

.contact-form textarea {
  height: 200px;
}

.contact-form p.asterisk {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-style: italic;
}

.contact-form h2 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.column.twelve > .arrow-down:after {
  right: 2.5%;
}

.attatchment-container {
  color: #999999;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.attatchment-container button {
  background: none;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-family: arial;
  padding: 2px 4px 2px 0;
  padding: 0.125rem 0.25rem 0.125rem 0;
}

.attatchment-container p {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.attatchment-container .icon-close {
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.contact-form .error-state {
  border-color: #ed1c24 !important;
}

.contact-form .error-msg {
  color: #ed1c24;
}

.contact-form-success p {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.contact-form-success h6 {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-family: arial;
  color: #676767;
}

.lt-ie10 .arrow-down,
.lt-ie9 .arrow-down {
  display: block;
}

.lt-ie10 .arrow-down:after,
.lt-ie9 .arrow-down:after {
  display: none !important;
}

.lt-ie10 .arrow-down select,
.lt-ie9 .arrow-down select {
  min-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.field-validation-valid,
.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  font-size: 12px;
  margin-bottom: 18px;
  color: #ed1c24;
}

.validation-summary-errors .icon-error {
  margin-right: 6px;
}

.field-validation-error {
  font-size: 12px;
  color: #ed1c24;
  margin-top: 4px;
}

.input-validation-error {
  border-color: #ed1c24 !important;
}

select.input-validation-error:focus {
  border-color: #ed1c24 !important;
}

.contact-form-title {
  margin-bottom: 6px;
}

.radio-group,
.checkbox-group {
  margin-bottom: 12px;
}

.radio,
.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 15px;
}

.radio input,
.checkbox input {
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 0;
}

.copy-block p {
  margin-bottom: 23px;
}

/*-------------------------------------------------*    $Info Banner
\*-------------------------------------------------*/
.cta-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1440px;
  margin: 0 auto;
  padding: 38px 0;
  padding: 2.375rem 0;
}

@media screen and (max-width: 767px) {
  .cta-banner {
    background-image: none !important;
    padding: 0;
  }
}

.cta-banner .container {
  display: block;
}

.cta-banner .container:after {
  content: "";
  display: table;
  clear: both;
}

.cta-banner .banner-content h3 {
  font-family: 'DINNextRoundedLTW01-Lig';
  line-height: 27px;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .cta-banner .banner-content h3 {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 23px;
    margin: 0 auto 1.4375rem;
  }
}

.cta-banner .banner-content .headings h3 {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.cta-banner .banner-content .headings h3.ul-black {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 767px) {
  .cta-banner .banner-content .headings {
    text-align: center;
  }
}

.cta-banner .banner-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.cta-banner .banner-content.center {
  float: none;
  margin: 0 auto;
}

.cta-banner .banner-content.right {
  float: right;
  width: 32%;
}

.qorvo-culture .ico {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #999999;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .qorvo-culture .ico {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.qorvo-culture h5 {
  font-family: arial;
  font-weight: bold;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.qorvo-culture .benefit-row {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}

.featured-locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.featured-locations .shadow-box {
  float: left;
  width: 31%;
  min-height: 100px;
  padding: 12px 12px 32px 12px;
  padding: 0.75rem 0.75rem 2rem 0.75rem;
  margin: 10px;
  border: 1px #999999 solid;
  background: #fff;
  border-radius: 3px;
  box-shadow: 3px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.featured-locations .location-address p {
  margin-bottom: 0;
}

.trigger-filters-open {
  width: 100%;
  display: block;
  padding: 10px 20px;
  text-align: left;
  background: #e5e5e5;
  text-transform: uppercase;
  display: none;
}

.trigger-filters-open i {
  padding-left: 4px;
  font-size: 12px;
}

.trigger-filters-open:hover {
  background: #cccccc;
}

@media screen and (max-width: 767px) {
  .trigger-filters-open {
    display: block;
  }
}

.filterable-listing-filters-items {
  position: relative;
  background: #e5e5e5;
  padding: 30px 20px 20px;
}

@media screen and (max-width: 767px) {
  .filterable-listing-filters-items {
    display: none;
  }
  .filterable-listing-filters-open .filterable-listing-filters-items {
    display: block;
  }
}

.filterable-listing-info {
  background: #e5e5e5;
  padding: 20px;
  margin-top: 1px;
  font-size: 14px;
}

.filterable-listing-info:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .filterable-listing-info {
    background: none;
    padding: 10px 0 20px;
  }
}

.filterable-listing-count {
  float: left;
}

.filterable-listing-count-value {
  margin-right: .3em;
}

.filterable-listing-export {
  float: right;
}

.filterable-listing-empty .filterable-listing-export {
  display: none;
}

@media screen and (max-width: 767px) {
  .filterable-listing-export {
    display: none;
  }
}

.filterable-listing-export-link {
  color: #676767;
}

.filterable-listing-export-link i {
  position: relative;
  top: 1px;
}

.filterable-listing-export-text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, sans-serif;
  padding-left: 6px;
}

.filterable-listing-export-text:hover {
  color: #000;
}

.trigger-filters-clear {
  position: absolute;
  top: 12px;
  right: 20px;
  padding: 0;
  background: none;
  color: #676767;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.trigger-filters-clear:hover {
  color: #000;
}

.filterable-listing-no-items {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.filterable-listing-empty .filterable-listing-no-items {
  display: block;
}

.filterable-listing-filters-item {
  position: relative;
}

.filterable-listing-filters-item .select-bg {
  position: relative;
}

.filterable-listing-filters-item .select-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  color: #959595;
}

@media screen and (max-width: 767px) {
  .filterable-listing-filters-item {
    margin-top: 14px;
  }
}

.filterable-listing-filters-item,
.filterable-listing-filters-action {
  padding-top: 20px;
  position: relative;
}

.filterable-listing-filters-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #676767;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.filterable-listing-filters-input {
  display: block;
  height: 43px;
  width: 100%;
  color: #959595;
  font-size: 14px;
  font-weight: normal;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}

.select-bg .filterable-listing-filters-input {
  padding-right: 45px;
}

.filterable-listing-filters-input:focus {
  border: none;
}

.trigger-filters-apply {
  margin: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.filterable-listing-pagination {
  opacity: 0;
  margin: 20px 0;
  font-size: 12px;
  color: #959595;
  text-align: right;
}

.filterable-listing-pagination.filterable-listing-pagination-built {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .filterable-listing-pagination {
    text-align: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .filterable-listing-pagination {
    position: relative;
  }
}

.filterable-listing-empty .filterable-listing-pagination {
  display: none;
}

.filterable-listing-page-links {
  display: inline-block;
  vertical-align: top;
}

.filterable-listing-pagination button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin-left: 6.5px;
  margin-right: 6.5px;
}

.filterable-listing-pagination button:first-child {
  margin-left: 0;
}

.filterable-listing-pagination button:last-child {
  margin-right: 0;
}

.filterable-listing-pagination button:hover {
  color: #1aa3de;
}

.filterable-listing-pagination .filterable-listing-page-link-active {
  font-weight: bold;
  color: black;
}

.filterable-listing-pagination button.icon-chevron-thin-left {
  margin-left: 11.5px;
  margin-right: 19.5px;
}

.filterable-listing-pagination button.icon-chevron-thin-right {
  margin-right: 11.5px;
  margin-left: 19.5px;
}

@media screen and (max-width: 767px) {
  .filterable-listing-pagination-top {
    display: none;
  }
}

.filterable-listing-items-header {
  display: table;
  width: 100%;
  position: relative;
}

.filterable-listing-items-header .listing-item-product-part-col,
.filterable-listing-items-header .listing-item-product-description-col,
.filterable-listing-items-header .listing-item-product-features-col {
  font-size: 12px;
  color: #a3a3a3;
  text-transform: uppercase;
  border: none;
  padding-top: 0;
  padding-bottom: 4px;
}

.filterable-listing-empty .filterable-listing-items-header {
  display: none;
}

@media screen and (max-width: 767px) {
  .filterable-listing-items-header {
    display: none;
  }
}

.filterable-listing-empty .filterable-listing-items {
  display: none;
}

.filterable-listing-item-resource {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.filterable-listing-item-resource + .filterable-listing-item-resource {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .filterable-listing-item-resource {
    padding-left: 34px;
  }
}

@media screen and (max-width: 767px) {
  .listing-item-resource-icon-col {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.listing-item-resource-icon {
  position: relative;
  top: 2px;
  color: #676767;
  font-size: 26px;
}

.listing-item-resource-date {
  color: #676767;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .listing-item-resource-date {
    text-align: left;
    margin-top: 8px;
  }
}

.filterable-listing-item-product {
  display: table;
  width: 100%;
  position: relative;
  border: 1px solid #999999;
}

.filterable-listing-item-product + .filterable-listing-item-product {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .filterable-listing-item-product {
    display: block;
    border: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #999999;
  }
  .filterable-listing-item-product + .filterable-listing-item-product {
    margin-top: 20px;
  }
}

.listing-item-product-part-col,
.listing-item-product-description-col,
.listing-item-product-features-col {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 20px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .listing-item-product-part-col,
  .listing-item-product-description-col,
  .listing-item-product-features-col {
    display: block;
    padding: 0;
    padding-left: 70px;
  }
}

.listing-item-product-part-col {
  width: 26%;
}

@media screen and (max-width: 767px) {
  .listing-item-product-part-col {
    width: 100%;
  }
}

.listing-item-product-description-col {
  width: 42%;
  border-left: 1px solid #999999;
}

@media screen and (max-width: 767px) {
  .listing-item-product-description-col {
    width: 100%;
    border-left: none;
    margin-top: 10px;
  }
}

.listing-item-product-features-col {
  width: 32%;
  border-left: 1px solid #999999;
}

@media screen and (max-width: 767px) {
  .listing-item-product-features-col {
    width: 100%;
    border-left: none;
    margin-top: 10px;
  }
}

.listing-item-product-part-links,
.listing-item-product-part-image {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .listing-item-product-part-links,
  .listing-item-product-part-image {
    display: block;
  }
}

.listing-item-product-part-links {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .listing-item-product-part-links {
    width: 100%;
  }
}

.listing-item-product-part-link {
  margin: 4px 0;
}

.listing-item-product-part-link a {
  font-weight: bold;
}

.listing-item-product-part-image {
  width: 40%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .listing-item-product-part-image {
    width: 100%;
    max-width: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.listing-item-product-part-image img {
  width: 100%;
}

.listing-item-product-features-text ul {
  list-style-type: disc;
}

.listing-item-video {
  margin: 10px 0 20px;
}

@media screen and (max-width: 767px) {
  .listing-item-video {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}

.listing-item-video-link {
  display: block;
}

.listing-item-video-image {
  background: #000;
}

.listing-item-video-image img {
  display: block;
  width: 100%;
}

.listing-item-video-link:hover .listing-item-video-image img {
  opacity: .8;
}

.listing-item-video-title {
  padding-top: 12px;
  font-size: 17px;
  font-weight: bold;
}

.listing-item-video-date {
  color: #808080;
  font-size: 15px;
  font-weight: normal;
}

.filterable-listing-item-distributor {
  border: solid 1px #999999;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 2% 40px 2%;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 1px 2px 3px #d3d3d3;
}

@media screen and (max-width: 767px) {
  .filterable-listing-item-distributor {
    padding: 10px 2% 23px 2%;
  }
}

.filterable-listing-item-distributor:hover {
  border: solid 2px #1aa3de;
}

.filterable-listing-item-distributor:hover .listing-item-distributor {
  margin: -1px;
}

.filterable-listing-item-distributor:hover .tile-chevron {
  bottom: 19px;
  right: 19px;
}

.listing-item-distributor {
  text-align: center;
}

.listing-item-distributor-image img {
  margin: 0 auto;
  display: block;
}

.listing-item-distributor-region,
.listing-item-distributor-specialty {
  font-size: 13px;
  color: #676767;
  margin: 10px 0;
}

.fclgtwo-slick {
  padding-bottom: 0;
  margin-bottom: 0;
}

.fclgtwo .slick {
  margin-right: 9px;
  margin-left: 9px;
  width: 50%;
  height: auto;
}

.fclgtwo-img {
  margin-bottom: 26px;
}

.fclgtwo-descr span {
  font-weight: 900;
}

.fclgtwo-date {
  color: #a5a5a5;
}

@media screen and (max-width: 767px) {
  .fclgtwo-img,
  .fclgtwo-descr,
  .fclgtwo-date {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
}

.fclgtwo .slick-list {
  min-height: 350px;
}

.fclgtwo .slick-prev, .fclgtwo .slick-next {
  top: 30%;
  z-index: 999;
}

.product-container-outer {
  border: solid 1px #999999;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 2% 20px 0;
  padding: 22px 2% 40px 2%;
  position: relative;
  box-shadow: 1px 2px 3px #d3d3d3;
}

@media screen and (max-width: 767px) {
  .product-container-outer {
    padding: 22px 2% 45px 2%;
    margin: 0 2% 20px 0 !important;
  }
}

.product-container-outer:hover {
  border: solid 2px #1aa3de;
}

.product-container-outer:hover .product-container,
.product-container-outer:hover .tile-cta {
  margin: -1px;
}

.product-container-outer:hover .tile-chevron {
  bottom: 14px;
  right: 19px;
}

.product-container {
  position: static;
}

.product-container h4 {
  margin-bottom: 10px;
}

.product-container .product-title {
  font-family: 'DINNextRoundedLTW01-Med';
}

.product-container .subtitle {
  font-weight: bold;
}

.remove-right-margin {
  margin-right: 0 !important;
}

.remove-right-margin, .product-container-outer.three:nth-child(4n), .product-container-outer.four:nth-child(3n), .product-container-outer.two:nth-child(6n) {
  margin-right: 0 !important;
}

.two .product-title {
  min-height: 55px;
}

.full-box-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  display: block;
}

.product-container h6 {
  font-family: 'DINNextRoundedLTW01-Med';
  color: #999999;
  margin-bottom: 5px;
}

.bulleted-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.product-container img {
  width: 100%;
  margin: 0 0 10px;
}

.tile-cta {
  position: absolute;
  bottom: 22px;
  right: 8%;
}

@media screen and (max-width: 767px) {
  .tile-cta {
    position: static;
    width: 100%;
  }
}

.tile-chevron {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-style: normal;
  z-index: 10;
}

.tile-chevron:after {
  font-family: 'icomoon';
  content: "\e60e \e60e";
  font-size: 16px;
  color: #1aa3de;
  letter-spacing: 3px;
}

.product-container .tile-icons {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  color: #676767;
}

.product-container .learn-more:after {
  content: 'Learn More >';
  color: #1aa3de;
  font-weight: bold;
}

.module-body {
  margin: 5px 0 10px;
}

@media screen and (max-width: 767px) {
  .product-container .tile-icons {
    display: none;
  }
  .product-container .product-title {
    min-height: inherit;
  }
}

.tile-component-body p {
  margin-bottom: 31px !important;
}

.full-product-tiles {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .full-product-tiles li:nth-child(4n):nth-last-child(-n+5).three ~ li,
  .full-product-tiles li:nth-child(6n):nth-last-child(-n+5).two ~ li {
    margin-bottom: 3px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .full-product-tiles li:nth-child(4n):nth-last-child(-n+5).three ~ li,
  .full-product-tiles li:nth-child(6n):nth-last-child(-n+5).two ~ li {
    margin-bottom: 3px !important;
  }
}

.product-category {
  font-size: 13px;
  font-family: "DINNextRoundedLTW01-Med";
  color: #636363;
  margin-bottom: 6px;
}

.product-category + .product-title {
  margin-bottom: 10px;
}

.product-container .full-box-link {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=1);
}

.product-container .tile-chevron {
  z-index: -1;
}

.full-content-1x4 h3 {
  margin-bottom: 16px;
}

.full-content-1x4.leadertxt {
  color: #737373;
}

.full-content-1x4 p {
  margin-bottom: 29px;
}

@media screen and (max-width: 767px) {
  .accreditation-container .offset-by-one {
    margin-left: 0px;
  }
}

.accreditation-container li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .accreditation-container li {
    margin-top: 20px;
  }
}

.accreditation-container li:last-child {
  margin-bottom: 0px;
}

.accreditation-container img {
  padding-right: 10px;
  padding-right: 0.625rem;
}

.accreditation-container span {
  font-family: 'DINNextRoundedLTW01-Bol';
  color: #808080;
}

.accreditation-container p:last-child {
  margin-bottom: 0px;
}

.accreditation-container .icon {
  float: left;
  font-size: 26px;
  font-size: 1.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.related-resources-container h2 {
  display: inline-block;
}

.item-headline {
  display: inline-block;
  margin: 0;
  font-family: 'DINNextRoundedLTW01-Med';
  text-transform: none;
}

.related-resources-list {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .related-resources-list {
    -webkit-columns: auto 2;
            columns: auto 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

.list-content {
  position: relative;
  padding-left: 40px;
}

.list-content:after {
  content: '';
  display: block;
  height: 30px;
}

@media (min-width: 768px) {
  .list-content {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .no-csscolumns .list-content {
    float: left;
    width: 46%;
    height: 40px;
    margin-right: 2%;
    margin-left: 2%;
  }
}

.item-subhead {
  text-transform: none;
}

.item-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: .5;
  width: 21px;
  margin-right: 2%;
  font-size: 30px;
  font-size: 1.875rem;
}

.icon-email {
  font-size: 1.1em;
  margin: 3px 0 0 0;
}

.blog-related-content .item-headline {
  display: inline;
}

.blog-related-content ul {
  margin-left: 16px;
  overflow: visible;
}

.blog-related-content ul li {
  list-style-type: disc;
}

.related-content-headline {
  color: #808080;
  font-weight: bold;
}

.related-content-date {
  color: #808080;
  font-weight: bold;
  margin-left: 10px;
}

.related-resources-container .item-icon.icon-other,
.related-resources-container .item-icon.icon-video {
  left: -4px;
}

.u-section-container.three-forths {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.three-forths img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .u-section-container.three-forths .columns.eight + .columns.four {
    margin-top: 20px;
  }
}

.about-us .connecting-list li:last-child {
  margin-bottom: 0;
}

.generic-filter {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.generic-filter .generic-filter-inner div:nth-child(2) {
  padding-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .generic-filter .generic-filter-inner {
    display: none;
  }
}

.generic-filter .mobile-toggle {
  background-color: #e5e5e5;
  display: none;
}

@media screen and (max-width: 767px) {
  .generic-filter .mobile-toggle {
    display: block;
  }
}

.generic-filter .mobile-toggle button {
  height: 52px;
  text-transform: uppercase;
  background-color: transparent;
}

.generic-filter .mobile-toggle i {
  font-weight: bold;
  font-size: 12px;
}

.generic-filter .generic-filter-inner .row {
  background: #e5e5e5;
}

.generic-filter .control-container {
  display: inline-block;
  width: 100%;
  position: relative;
}

.generic-filter .control-container label {
  overflow: hidden;
}

.generic-filter .control-container .pri-nav-typedir.up {
  width: inherit;
  top: 2px;
  padding-right: 15px;
  border-right: 1px solid #999999;
}

.generic-filter .control-container.three-btn label {
  width: 26.042%;
}

.generic-filter .control-container.two-no-btn.columns,
.generic-filter .control-container.three-no-btn.columns {
  padding: 0 2.61%;
}

.generic-filter .control-container.two-no-btn label,
.generic-filter .control-container.three-no-btn label {
  width: 32%;
  margin-right: 2%;
}

.generic-filter .control-container.two-no-btn label:last-of-type,
.generic-filter .control-container.three-no-btn label:last-of-type {
  margin-right: 0;
}

.generic-filter .result-ribbon {
  border-top: 1px solid white;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .generic-filter .result-ribbon {
    background-color: #fff !important;
  }
}

.generic-filter .column, .generic-filter .columns {
  padding-left: 2.61%;
  padding-right: 1.88%;
}

.generic-filter label {
  display: inline-block;
  margin-right: 2.1%;
  float: left;
  color: #656565;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .generic-filter label {
    display: block;
    float: none;
    width: 100% !important;
  }
}

.generic-filter label .field-validation-error {
  text-transform: none;
}

.generic-filter select {
  padding-left: 15px;
}

@-moz-document url-prefix() {
  .generic-filter select {
    color: #000;
    color: transparent;
    text-shadow: 0 0 0 #959595;
  }
}

.generic-filter input[type="text"] {
  display: block;
  height: 45px;
  color: #959595;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  border: 0;
  padding-left: 15px;
  border: 1px solid #999999;
}

.generic-filter .clear-all {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #e5e5e5;
  color: #676767;
  text-transform: uppercase;
  font: bold 12px  Arial;
  padding: 0;
  margin-top: 14px;
  border: none;
}

.generic-filter .clear-all:hover {
  color: #1aa3de;
}

.generic-filter .apply {
  width: 115px;
  position: absolute;
  right: 0;
  height: 46px;
  bottom: 0;
  padding: 0;
  margin-right: 1.88%;
}

@media screen and (max-width: 767px) {
  .generic-filter .apply {
    position: static;
    width: 100%;
  }
}

.generic-filter .total {
  float: left;
  width: 31.2%;
  margin-right: 2.1%;
  font-size: 15px;
  white-space: nowrap;
}

.generic-filter .sort {
  float: left;
}

.generic-filter .sort button {
  background-color: transparent;
}

.generic-filter .sort button:first-of-type {
  padding-left: 0;
}

.generic-filter .sort button:hover {
  color: #1aa3de;
}

.generic-filter .sort button.active {
  text-decoration: underline;
}

.generic-filter .export {
  color: #676767;
  font-size: 12px;
  font-weight: bold;
  float: right;
}

.generic-filter .export button {
  background-color: transparent;
}

.generic-filter .export button:hover {
  color: #1aa3de;
}

.full-part-search input {
  height: 46px;
  border: 1px solid #7f7f7f;
  color: #000;
  width: 0%;
  padding-left: 21px;
  float: left;
  box-sizing: border-box;
  width: 70%;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .full-part-search input {
    width: 100%;
    margin-bottom: 20px;
  }
}

.full-part-search button {
  min-height: 46px !important;
  height: 46px !important;
  width: 0%;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .full-part-search button {
    width: 100%;
  }
}

/*------------------------------------*    $Product Search Selects
\*------------------------------------*/
.product-search-bg {
  background: #e5e5e5;
}

.product-search-bg:after {
  content: "";
  display: table;
  clear: both;
}

.product-search-bg .product-search h3 {
  text-align: center;
}

.product-search-bg .product-search .btn {
  white-space: pre-wrap;
}

.product-search-bg input[type="text"] {
  width: 100%;
  height: 43px;
}

.borderradius .product-search-bg input[type="text"] {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border: 1px #999999 solid;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .product-search-bg input[type="text"] {
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    padding: 16px 16px;
    padding: 1rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .product-search-bg input[type="submit"] {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-search-bg .btn.primary,
  .product-search-bg input.primary[type="button"].btn,
  .product-search-bg input.primary[type="submit"].btn,
  .product-search-bg input.black[type="reset"].btn {
    padding: 0;
    width: 100%;
  }
}

.product-description {
  text-align: left;
  margin-bottom: 25px;
}

.product-description h4 {
  font-family: 'DINNextRoundedLTW01-Med';
  margin-bottom: 5px;
}

.resource-container {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .resource-container {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }
}

.resource-learn-more {
  font-weight: bold;
}

.resource-headline {
  text-transform: none;
  font-family: 'DINNextRoundedLTW01-Med';
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.resource-subhead {
  text-transform: none;
  margin: 0;
}

.resource-date {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .resource-date {
    margin-bottom: 22px;
  }
}

.resource-body {
  display: inline-block;
  max-width: 78%;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.resource-icon {
  display: inline-block;
  float: left;
  opacity: .5;
  min-width: 12.5%;
  width: 12.5%;
  max-width: 12.5%;
  font-size: 38px;
}

.resource-separator {
  border-bottom: solid 1px #e5e5e5;
  width: 100%;
  margin: 30px 0 30px;
}

.filter-results {
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-left: 0px;
  margin-bottom: 12px;
}

.results-row {
  border-bottom: solid 1px #e5e5e5;
  position: relative;
  color: #676767;
}

.results-row td {
  padding: 10px 0;
}

.result-icon {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #676767;
  padding: 0 10px;
  min-width: 30px;
  vertical-align: top;
}

.results-table-link {
  font-weight: bold;
}

#NewsResult .filter-results tr.results-row td:first-child {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .results-row td {
    text-align: left;
    display: inline-block;
  }
  .results-row .result-icon {
    display: table-cell;
    width: 5px;
  }
}

.gallery-result {
  margin-top: 16px !important;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 19px !important;
}

.gallery-result img {
  width: 100%;
}

.gallery-result .date {
  color: #808080;
  margin-bottom: 69px;
}

.generic-filter.sales-rep-filter {
  margin-bottom: 0;
}

.generic-filter.sales-rep-filter p {
  margin-bottom: 25px;
  text-align: left;
}

.select-location {
  padding: 20px 0;
}

.sales-rep-tiles,
.distributor-tiles {
  width: 100%;
}

.sales-rep-tiles .product-container-outer,
.distributor-tiles .product-container-outer {
  cursor: initial;
  padding: 20px;
}

.sales-rep-tiles .product-title,
.distributor-tiles .product-title {
  margin-bottom: 5px;
}

.sales-rep-contact {
  width: 100%;
}

.sales-rep-contact i {
  color: #676767;
  font-size: 20px;
  vertical-align: middle;
}

.sales-rep-contact li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
}

.sales-rep-contact li:nth-child(2n) {
  margin-right: 0;
}

.sales-rep-contact a {
  margin-left: 10px;
  font-family: 'DINNextRoundedLTW01-Bol';
}

.sales-rep-find {
  text-align: center;
  padding: 10px 0;
}

.sales-rep-find .btn, .sales-rep-find input[type="button"].btn, .sales-rep-find input[type="submit"].btn, .sales-rep-find input[type="reset"].btn {
  margin: 0 auto;
  width: 330px;
}

.generic-filter.distributor-filter {
  margin-bottom: 0;
}

.generic-filter.distributor-filter p {
  margin-bottom: 25px;
}

.generic-filter.distributor-filter .dist-apply {
  margin-top: 19px;
}

.distributor-filter-inner .row {
  background: #e5e5e5;
}

.select-specialty {
  padding-bottom: 20px;
}

.distributor-tiles {
  text-align: center;
}

.distributor-tiles .product-container img {
  width: initial;
}

.local-dist {
  float: left;
  width: 20%;
  padding-right: 15px;
  margin-bottom: 15px;
}

.local-dist:nth-child(5) {
  padding-right: 0;
}

.local-dist a {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .local-dist {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}

.lt-ie9 .filterable-listing-item-distributor-row .columns {
  margin-left: 1%;
}

#qorvosalesdiv .trigger-filters-clear {
  right: 40px !important;
}

.icon-subheading-1 {
  margin-bottom: 20px;
}

.icon-subheading-1 .icon {
  text-align: center;
  font-size: 39px;
  margin-bottom: 27px;
  color: #676767;
}

.icon-subheading-1 .inner-icon-wrap, .icon-subheading-1 .inner-text-wrap {
  width: 100%;
}

.icon-subheading-1 .inner-icon-wrap .icon-export:before, .icon-subheading-1 .inner-text-wrap .icon-export:before {
  color: #676767;
}

.icon-subheading-1 .text {
  text-align: center;
}

.lsn {
  background: #1aa3de;
  position: absolute;
  width: 340px;
  z-index: 100;
  padding: 20px;
  left: -340px;
  min-height: 300px;
}

@media screen and (max-width: 767px) {
  .lsn {
    display: none;
  }
}

.lsn h5 {
  margin-left: -10px;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.lsn ul {
  margin-bottom: 15px;
  padding-left: 10px;
}

.lsn ul ul {
  padding-left: 10px;
  margin-bottom: 0;
}

.lsn ul li {
  margin-top: 8px;
}

.lsn ul li a {
  color: #baeaff;
  display: block;
}

.lsn ul li a:hover {
  color: #fff;
}

.lsn ul li.active > a {
  font-weight: bold;
  color: #fff;
}

.lsn ul li.active h5 a {
  font-weight: bold;
  color: #fff;
}

.lsn .toggle-left-nav {
  position: absolute;
  right: -45px;
  top: 0px;
  background: #1aa3de;
  color: #fff;
  width: 45px;
  height: 100%;
  cursor: pointer;
  border-left: solid 1px #87cde8;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lsn .toggle-left-nav {
    right: -14px;
  }
}

.lsn .toggle-left-nav h4 {
  direction: rtl;
  text-transform: uppercase;
  margin: 85px 0 0 -61px;
  padding: 0;
  width: 166px;
  font-size: 17px;
  white-space: nowrap;
  /* Firefox */
  /* Opera */
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.lsn .toggle-left-nav h4:hover {
  color: #000;
}

.lt-ie10 .lsn .toggle-left-nav h4 {
  margin-top: 120px;
}

.lt-ie9 .lsn .toggle-left-nav h4 {
  margin: 17px 0 0 10px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  width: 450px;
  right: 10px;
  top: 0;
  position: absolute;
}

.lsn .toggle-left-nav h4 .icon-toggle {
  margin-left: 10px;
  font-size: 110%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lsn .toggle-left-nav h4 {
    margin: 90px 0 0 -48px;
    font-size: 13px;
  }
}

.lsn.sticky .toggle-left-nav {
  position: fixed;
  right: auto;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lsn.sticky .toggle-left-nav {
    left: -31px;
  }
}

.lsn.sticky h4 {
  position: fixed;
  top: 78px;
}

.lsn.lsn-open {
  left: 0px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

.lsn.lsn-open .toggle-left-nav {
  position: absolute;
  left: auto !important;
  right: -45px;
}

.lt-ie9 .lsn.lsn-open h4 {
  position: absolute;
}

.lsn.sticky.lsn-open h4 {
  position: static;
}

.lt-ie9 .lsn {
  padding-top: 40px;
}

.lt-ie9 .lsn .toggle-left-nav {
  margin-right: 5px;
  border-left: 0;
}

.lt-ie9 .lsn .toggle-left-nav h4 {
  top: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lsn-open.lsn .toggle-left-nav h4 {
    margin: 90px 0 0 -61px;
  }
  .lsn.lsn-open .toggle-left-nav {
    right: -44px;
  }
}

.no-results {
  display: none;
}

.masonry-layout {
  margin-right: -20px;
  min-height: 200px;
  margin-bottom: 60px;
}

.masonry-layout:after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .masonry-layout {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .masonry-layout {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.masonry-layout .shadow-box {
  float: left;
  width: 320px;
  background: #fff;
  padding: 12px 12px 32px 12px;
  padding: 0.75rem 0.75rem 2rem 0.75rem;
  min-height: 100px;
  border-radius: 3px;
  box-shadow: 3px 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 1% 20px 1% 0;
  border: 1px #999999 solid;
}

.masonry-layout .shadow-box:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .masonry-layout .shadow-box {
    width: 47.5%;
    margin: 10px 2.5% 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .masonry-layout .shadow-box {
    width: 100%;
    float: none;
  }
}

.masonry-layout .shadow-box h6.date {
  margin-bottom: 0;
  font-family: 'DINNextRoundedLTW01-Med', sans-serif;
}

.masonry-layout .shadow-box h4, .masonry-layout .shadow-box h3 {
  font-family: 'DINNextRoundedLTW01-Med', sans-serif;
  text-transform: none;
}

.masonry-layout .shadow-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.masonry-layout .shadow-box h2 {
  margin-bottom: 15px;
}

.masonry-layout .shadow-box p {
  margin-bottom: 8px;
}

.masonry-layout .shadow-box img {
  width: 100%;
  margin-bottom: 10px;
}

.masonry-layout .shadow-box .location-subhead {
  font-family: 'DINNextRoundedLTW01-Lig';
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
}

.masonry-layout .shadow-box .location-address p {
  margin-bottom: 0;
}

.masonry-layout .shadow-box .extra {
  font-size: 15px;
  border-top: 1px #e5e5e5 solid;
  padding-top: 10px;
  color: #636363;
}

.masonry-layout .shadow-box .extra .thumb {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  border: 1px #636363 solid;
  width: auto;
}

.masonry-layout .shadow-box .extra h6 a, .masonry-layout .shadow-box .extra h6 {
  font: bold 15px/18px Arial, sans-serif;
  margin-bottom: 0;
}

.masonry-layout .shadow-box .extra p {
  color: #000;
  overflow: hidden;
}

.masonry-layout .shadow-box .extra a.cta {
  display: block;
}

.masonry-layout .shadow-box .extra a.cta:after {
  content: ' >';
}

.masonry-layout .shadow-box.four:hover, .masonry-layout .shadow-box.blog-item:hover {
  border: solid 2px #1aa3de;
  padding: 11px 11px 31px 11px;
  padding: 0.6875rem 0.6875rem 1.9375rem 0.6875rem;
}

.masonry-layout .shadow-box.four a, .masonry-layout .shadow-box.blog-item a {
  color: #000;
}

.masonry-layout .shadow-box.four:hover .tile-chevron, .masonry-layout .shadow-box.blog-item:hover .tile-chevron {
  bottom: 14px;
  right: 19px;
}

.lt-ie9 .masonry-layout .shadow-box {
  width: 300px;
}

.blog-item .story-title {
  margin-bottom: 6px;
}

.blog-item .story-date {
  margin-bottom: 8px;
  color: #808080;
}

.media-gallery .page-header-content-holder {
  padding-bottom: 0;
}

.media-gallery .filterable-listing {
  margin: 15px 0;
}

.media-gallery-list .row {
  margin-bottom: 55px;
}

.media-gallery-list .row:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .media-gallery-list .row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .media-gallery-item {
    margin: 10px auto 20px;
    max-width: 400px;
  }
}

.media-gallery-item-image {
  margin-bottom: 10px;
}

.media-gallery-item-image img {
  width: 100%;
  display: block;
}

.media-gallery-item-title {
  font-size: 17px;
  font-weight: bold;
}

.media-gallery-item-description,
.media-gallery-item-setting {
  color: #999999;
  font-size: 15px;
}

.media-gallery-content {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .media-gallery-content .content-row-one {
    margin-top: 0;
  }
}

.media-gallery-content .right-border {
  border-right: 2px #b2b2b2 solid;
}

@media screen and (max-width: 767px) {
  .media-gallery-content .right-border {
    border-right: none;
    border-bottom: 1px #999999 solid;
    margin-bottom: 33px;
    padding-bottom: 33px;
  }
}

.media-gallery-content .paging-contain {
  position: absolute;
  bottom: 0px;
  left: 10px;
}

.media-gallery-content .carousel.one-item .view-all {
  margin-right: 0;
}

.media-gallery-content p, .media-gallery-content a {
  margin-bottom: 0;
}

.media-gallery-contact {
  margin-bottom: 20px;
}

.media-gallery-contact:last-of-type {
  margin-bottom: 0;
}

.contact-department {
  text-transform: initial;
  font-family: 'DINNextRoundedLTW01-Bol';
  margin-bottom: 10px;
}

.contact-email {
  font-weight: bold;
}

.media-gallery-detail-container .carousel .paging {
  padding: 0 5px;
}

.media-gallery-detail-container .carousel .paging-contain {
  padding: 20px 10px 12px 0;
}

.media-gallery-detail-container .slide {
  height: auto;
  margin-right: 0;
}

.media-gallery-detail-container .carousel.one-item {
  overflow: visible;
}

.media-gallery-carousel-prev, .media-gallery-carousel-next {
  position: absolute;
  cursor: pointer;
  font-family: "icomoon";
  font-size: 30px;
  width: 14px;
  top: 40%;
  z-index: 100;
}

.media-gallery-carousel-prev {
  left: -30px;
}

@media screen and (max-width: 767px) {
  .media-gallery-carousel-prev {
    left: 0;
  }
}

.media-gallery-carousel-prev:before {
  color: #737373;
  content: '\e60d';
  display: block;
}

.media-gallery-carousel-next {
  right: -30px;
}

@media screen and (max-width: 767px) {
  .media-gallery-carousel-next {
    right: 0;
  }
}

.media-gallery-carousel-next:before {
  color: #737373;
  content: '\e60e';
  display: block;
}

.media-detail-description-title {
  font-family: 'DINNextRoundedLTW01-Bol';
  margin-bottom: 0;
  text-transform: initial;
}

.media-gallery-slide img {
  margin: auto;
}

/*-------------------------------------------------*    $Info Banner
\*-------------------------------------------------*/
.mini-banner {
  margin: 0 auto;
  height: 123px;
  display: table !important;
}

@media screen and (max-width: 767px) {
  .mini-banner {
    padding: 40px 0 40px 0;
    padding: 2.5rem 0 2.5rem 0;
  }
}

.mini-banner .ul-black {
  margin: 0;
}

.mini-banner p {
  margin-bottom: 0;
}

.mini-banner .inner {
  display: table-cell;
  vertical-align: middle;
}

.mini-banner.grey {
  background: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .mini-banner .banner-title {
    width: 100%;
    text-align: center;
    margin: 0 auto 23px;
    margin: 0 auto 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .mini-banner p {
    margin: 0 0 50px 0;
    margin: 0 0 3.125rem 0;
  }
}

/*------------------------------------*    $New Product Page
\*------------------------------------*/
.product-results-table {
  margin: 35px auto 16px;
  margin: 2.1875rem auto 1rem;
  width: 100%;
}

.product-results-table table {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .product-results-table table thead {
    display: none;
  }
}

.product-results-table table th {
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 20px 5px;
  padding: 0 1.25rem 0.3125rem;
  text-align: left;
  color: #999999;
  text-transform: uppercase;
}

.product-results-table table td {
  border: 1px #999999 solid;
  padding: 20px;
  padding: 1.25rem;
  vertical-align: middle;
  position: relative;
  max-width: 310px;
}

.product-results-table table td.part-number {
  border-right: none;
}

.product-results-table table td.part-number .product-name a {
  margin: 5px 0;
  margin: 0.3125rem 0;
  padding: 3px 0;
  padding: 0.1875rem 0;
  white-space: nowrap;
  font-weight: bold;
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-results-table table td.part-number .product-name a {
    padding: 5px 0;
    padding: 0.3125rem 0;
  }
}

@media screen and (max-width: 767px) {
  .product-results-table table td.part-number .product-name a {
    padding: 5px 0;
    padding: 0.3125rem 0;
  }
}

.product-results-table table td.part-image {
  border-left: none;
  margin-left: 9%;
}

.product-results-table table td.key-features {
  font-size: 13px;
}

.product-results-table table td.key-features ul {
  overflow: visible;
}

.product-results-table table td.key-features ul li {
  list-style: disc;
  list-style-position: inside;
  margin: 10px 0px 0;
  margin: 0.625rem 0px 0;
}

.product-results-table table td.key-features ul li:first-child {
  margin: 0 0px;
}

.product-results-table table td.desc {
  max-width: 332px;
}

@media screen and (max-width: 767px) {
  .product-results-table table th {
    display: none;
  }
  .product-results-table table tr {
    display: block;
    width: 100%;
    border-top: 1px #999999 solid;
    padding: 20px 0 0;
  }
  .product-results-table table tr:after {
    content: "";
    display: table;
    clear: both;
  }
  .product-results-table table tr:first-child {
    padding-top: 0;
    border-top: none;
  }
  .product-results-table table td {
    display: block;
    border: none;
    padding: 0;
    vertical-align: bottom;
    margin: 0;
    max-width: none;
  }
  .product-results-table table td:after {
    content: "";
    display: table;
    clear: both;
  }
  .product-results-table table td.desc {
    margin: 10px 0;
    clear: right;
    float: right;
    width: 72%;
    max-width: initial;
  }
  .product-results-table table td.part-number {
    max-width: none;
    margin-top: 0;
    float: right;
    width: 72%;
  }
  .product-results-table table td.part-number .product-name a {
    margin-top: 0;
  }
  .product-results-table table td.part-number .product {
    margin: 5px 0;
    clear: both;
  }
  .product-results-table table td.part-number img {
    float: left;
    margin: 0 10px 0 0;
  }
  .product-results-table table td.part-image {
    float: left;
    margin: 0;
    width: 28%;
  }
  .product-results-table table td.key-features {
    padding-bottom: 20px;
    clear: both;
    float: right;
    width: 72%;
  }
  .product-results-table table td.key-features ul {
    overflow: hidden;
  }
}

.product-results-table .btn.primary {
  margin: 35px auto;
  margin: 2.1875rem auto;
}

.search-results-pagination {
  font-size: 12px;
  color: #959595;
  margin-bottom: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .search-results-pagination {
    text-align: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-results-pagination {
    position: relative;
  }
}

.search-results-pagination button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin-left: 6.5px;
  margin-right: 6.5px;
}

.search-results-pagination button:hover {
  color: #1aa3de;
}

.search-results-pagination :first-child {
  margin-left: 0;
}

.search-results-pagination :last-child {
  margin-right: 0;
}

.search-results-pagination .active {
  font-weight: bold;
  color: black;
}

.search-results-pagination button.icon-chevron-thin-left {
  margin-left: 11.5px;
  margin-right: 19.5px;
}

.search-results-pagination button.icon-chevron-thin-right {
  margin-right: 11.5px;
  margin-left: 19.5px;
}

/*! nouislider - 8.4.0 - 2016-04-16 16:46:08 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s,top .3s;
  transition: left .3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-origin {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -32px;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -32px;
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%;
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%;
}

.pst {
  margin: 0 0 15px;
  overflow: hidden;
}

.pst.pst-open {
  overflow: visible;
  margin-bottom: 82px;
}

@media screen and (max-width: 767px) {
  .pst.pst-open {
    margin-bottom: 15px;
  }
}

.pst.pst-open.pst-mini {
  margin-bottom: 0;
}

.hotspot-parametric-container {
  width: 100%;
}

.parametric-container {
  min-height: 400px;
  padding: 20px 0;
}

.pst.pst-open.pst-filters-open {
  margin: 0 0 272px;
}

.pst-mini .pst-header {
  padding-left: 12px;
}

.pst-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 48px 8px 64px;
  background: #e5e5e5;
  text-align: left;
  color: #3b3b3b;
  z-index: 97;
  border-bottom: solid 3px white;
}

.pst-header:after {
  content: "";
  display: table;
  clear: both;
}

.pst-open.pst-scrolling-x .pst-header {
  left: 0;
}

@media screen and (max-width: 767px) {
  .pst-header {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.pst-scrolling-y .pst-header {
  border-bottom: solid 3px white;
}

.pst-header-toggle,
.pst-header-title {
  float: left;
}

.pst-header-buttons {
  float: left;
  margin-left: 60px;
  margin-top: 3px;
  display: table;
}

.pst-header-buttons a {
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  color: #808080;
}

.pst-header-buttons a:hover {
  color: #000;
}

.pst-header-buttons i {
  width: 22px;
  display: inline-block;
  text-align: left;
  color: #3b3b3b;
  font-size: 16px;
}

.pst-header-buttons i:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .pst-header-buttons {
    display: none;
  }
}

.pst-header-toggle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -12px;
  width: 22px;
  height: 22px;
}

.pst-header-toggle .icon-plus {
  font-size: 22px;
  color: #4e4e4e;
}

.pst-header-title {
  width: 460px;
  overflow: hidden;
  font-family: "DINNextRoundedLTW01-Med";
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .pst-header-title {
    width: 100% !important;
    white-space: pre-line;
  }
}

.pst-header-amount {
  font-weight: normal;
}

.pst-open .pst-top-scrollbar {
  display: block;
}

.pst-box {
  position: relative;
  display: none;
}

.pst-open .pst-box {
  display: block;
}

.pst-mini .pst-table {
  top: 0;
  position: inherit;
}

.pst-table {
  position: relative;
  top: 66px;
}

@media screen and (max-width: 767px) {
  .pst-table {
    top: 0;
  }
}

.pst-filters-open .pst-table {
  top: 266px;
}

.pst-table,
.pst-sticky-thead {
  width: 100%;
  width: calc(100% - 1px);
  background: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .pst-table,
  .pst-sticky-thead {
    width: 100% !important;
  }
}

.pst-table,
.pst-sticky-thead,
.pst-sticky-col,
.pst-sticky-point {
  border-collapse: collapse;
  font-size: 13px;
  color: #3b3b3b;
  border-right: 1px solid #c3c3c3;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.pst-table th,
.pst-table td,
.pst-sticky-thead th,
.pst-sticky-thead td,
.pst-sticky-col th,
.pst-sticky-col td,
.pst-sticky-point th,
.pst-sticky-point td {
  text-align: left;
  border-left: 1px solid #c3c3c3;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pst-table th.pst-cell-sticky,
.pst-table td.pst-cell-sticky,
.pst-sticky-thead th.pst-cell-sticky,
.pst-sticky-thead td.pst-cell-sticky,
.pst-sticky-col th.pst-cell-sticky,
.pst-sticky-col td.pst-cell-sticky,
.pst-sticky-point th.pst-cell-sticky,
.pst-sticky-point td.pst-cell-sticky {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .pst-table th,
  .pst-table td,
  .pst-sticky-thead th,
  .pst-sticky-thead td,
  .pst-sticky-col th,
  .pst-sticky-col td,
  .pst-sticky-point th,
  .pst-sticky-point td {
    height: 5px !important;
  }
}

.pst-table th,
.pst-sticky-thead th,
.pst-sticky-col th,
.pst-sticky-point th {
  vertical-align: top;
  white-space: nowrap;
}

.pst-table th[colspan="2"],
.pst-sticky-thead th[colspan="2"],
.pst-sticky-col th[colspan="2"],
.pst-sticky-point th[colspan="2"] {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .pst-table th:nth-of-type(n+3),
  .pst-sticky-thead th:nth-of-type(n+3),
  .pst-sticky-col th:nth-of-type(n+3),
  .pst-sticky-point th:nth-of-type(n+3) {
    display: none;
  }
}

.pst-table td,
.pst-sticky-thead td,
.pst-sticky-col td,
.pst-sticky-point td {
  vertical-align: top;
  border-bottom: 1px solid #c3c3c3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .pst-table td:nth-of-type(n+3),
  .pst-sticky-thead td:nth-of-type(n+3),
  .pst-sticky-col td:nth-of-type(n+3),
  .pst-sticky-point td:nth-of-type(n+3) {
    display: none;
  }
}

.pst-table-head tr {
  background: #e5e5e5;
}

.pst-mini .pst-table-body tr th {
  background: #f2f2f2;
}

.pst-mini .pst-table-body tr th a:hover {
  cursor: default;
  color: #808080;
}

.pst-table-body tr {
  background: white;
}

.pst-table-body tr:hover, .pst-table-body tr.hover {
  background: #f2f2f2;
}

.pst-header-ghost {
  display: none;
  height: 0;
}

@media screen and (max-width: 767px) {
  .pst-header-ghost {
    display: none !important;
  }
}

.pst-sticky-thead,
.pst-sticky-col,
.pst-sticky-point,
.pst-sticky-point-x {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.pst-sticky-thead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 97;
}

@media screen and (max-width: 767px) {
  .pst-sticky-thead {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    display: none;
  }
}

.pst-sticky-col {
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 96;
}

@media screen and (max-width: 767px) {
  .pst-sticky-col {
    top: 0;
    display: none !important;
  }
}

.pst-sticky-col tr {
  background: white;
}

.pst-sticky-col tr:hover, .pst-sticky-col tr.hover {
  background: #f2f2f2;
}

.pst-sticky-col th.pst-cell-sticky {
  background: #e5e5e5;
}

.pst-scrolling-x .pst-sticky-col {
  border-right: 1px solid #1aa3de;
}

@media screen and (max-width: 767px) {
  .pst-sticky-col {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.pst-sticky-point-x,
.pst-sticky-point {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  background: #e5e5e5;
}

.pst-scrolling-x .pst-sticky-point-x, .pst-scrolling-x
.pst-sticky-point {
  border-right: 1px solid #1aa3de;
}

@media screen and (max-width: 767px) {
  .pst-sticky-point-x,
  .pst-sticky-point {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    display: none !important;
  }
}

.pst-cell-th {
  padding: 0;
  min-width: 100px;
}

@media screen and (max-width: 767px) {
  .pst-cell-th {
    width: 50% !important;
  }
}

.pst-cell-th.pst-cell-th-part-ref {
  min-width: 220px;
}

.pst-cell-filter {
  padding: 0;
}

.pst-cell-td {
  min-width: 100px;
}

.pst-cell-th-new {
  min-width: 50px;
}

.pst-cell-th-description,
.pst-cell-description {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .pst-cell-th-description,
  .pst-cell-description {
    width: auto !important;
  }
}

.pst-built .pst-table .pst-table-head .pst-cell-th,
.pst-built .pst-sticky-col th.pst-cell-sticky .pst-cell-th, .pst-built .pst-table .pst-table-head
.pst-cell-filter,
.pst-built .pst-sticky-col th.pst-cell-sticky
.pst-cell-filter, .pst-built .pst-table .pst-table-head
.pst-cell-td,
.pst-built .pst-sticky-col th.pst-cell-sticky
.pst-cell-td {
  opacity: 0;
}

.pst-mini .pst-cell-th-part-ref .pst-col-header {
  padding-left: 12px;
}

.pst-mini .pst-col-header:before, .pst-mini .pst-col-header:after {
  display: none;
}

.pst-col-header {
  display: block;
  padding: 6px 24px 6px 12px;
  color: #808080;
  font-size: 12px;
  position: relative;
}

.pst-cell-th-part-ref .pst-col-header {
  padding-left: 40px;
}

.pst-col-header:before, .pst-col-header:after {
  font-size: 11px;
  position: absolute;
  right: 6px;
}

.pst-col-header:before {
  top: 4px;
}

.pst-col-header:after {
  top: 11px;
}

@media screen and (max-width: 767px) {
  .pst-col-header {
    height: 26px !important;
  }
}

.pst-col-header-title {
  font-weight: bold;
}

.pst-filters-open .pst-sticky-col {
  top: 266px;
}

.pst-filters-open .filter-placeholder th {
  height: 266px !important;
}

.pst-filter-box {
  padding: 15px 5px 0;
  position: relative;
  height: 200px;
  display: none;
  border-top: 2px solid white;
}

.pst-filters-open .pst-filter-box {
  display: block;
}

.pst-filter-box-title {
  font-size: 16px;
}

.pst-filter-box-subtitle {
  font-size: 13px;
}

.pst-trigger-parameters {
  margin-top: 20px;
  width: 100%;
  display: block;
  color: #fff;
  background: #999999;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.pst-trigger-parameters:hover {
  background: #676767;
}

.pst-filter-reset {
  text-align: center;
}

.pst-trigger-filter-reset {
  color: #3b3b3b;
  text-decoration: underline;
}

.pst-filter-buttons:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .pst-filter-buttons {
    display: none;
  }
}

.pst-trigger-compare,
.pst-trigger-filters {
  display: block;
  float: left;
  height: 26px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.pst-trigger-compare {
  width: 35%;
  background-color: #999999;
  cursor: auto;
}

.pst-trigger-compare.active {
  background: #1aa3de;
}

.pst-trigger-compare.active:hover {
  background: #1581b0;
  cursor: pointer;
}

.pst-trigger-filters {
  width: 65%;
  background: #000;
  padding-right: 22px;
  position: relative;
}

.pst-trigger-filters:hover {
  background: #333333;
}

.pst-trigger-filters:before {
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: 12px;
}

.pst-filter-checkboxes {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.pst-filter-checkbox {
  display: block;
  position: relative;
  padding-left: 18px;
  white-space: normal;
  line-height: 1;
}

.pst-filter-checkbox + .pst-filter-checkbox {
  margin-top: 6px;
}

.pst-filter-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
}

.pst-filter-checkbox-title.disabled {
  text-decoration: line-through;
  color: #AAA;
}

.pst-part-ref {
  position: relative;
  padding: 7px 48px 21px 14px;
  color: #4e4e4e;
}

.pst-part-ref:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .pst-part-ref {
    padding: 10px;
  }
}

.pst-part-ref.pst-part-ref-new {
  padding: 7px 48px 21px 14px;
}

.pst-part-ref-checkbox,
.pst-part-ref-name,
.pst-part-ref-pdf {
  float: left;
}

.pst-part-ref-checkbox {
  position: relative;
  width: 26px;
  z-index: 10;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 767px) {
  .pst-part-ref-checkbox {
    display: none;
  }
}

.pst-compare-check:hover {
  cursor: pointer;
}

.pst-mini .pst-part-ref-name {
  margin-left: 0;
}

.pst-part-ref-name {
  position: absolute;
  margin-left: 26px;
  font-weight: bold;
  z-index: 1;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .pst-part-ref-name {
    margin-left: 0;
  }
}

.pst-part-ref-pdf {
  display: block;
  color: #919191;
  font-size: 28px;
  position: absolute;
  right: 12px;
  top: 4px;
  z-index: 2;
}

.pst-mini .pst-new {
  margin-left: 0px;
}

.pst-new {
  display: block;
  float: left;
  margin-left: 0;
  color: #3b3b3b;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pst-new {
    margin-left: 0;
  }
}

.pst-data {
  padding: 7px 12px;
  white-space: normal !important;
  position: relative;
}

.pst-cell-new .pst-data {
  text-align: top;
  color: #808080;
  font-weight: bold;
}

.pst-cell-description .pst-data {
  white-space: normal;
}

.pst-has-modal {
  overflow: hidden;
}

.pst-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.pst-modal.pst-modal-open {
  display: block;
}

.pst-modal-body {
  position: absolute;
  background: #fff;
  border: 1px solid #1aa3de;
  width: 95%;
  max-width: 742px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.pst-modal-scrollable .pst-modal-body {
  position: static;
  margin: 0 auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pst-modal-title {
  font-family: 'DINNextRoundedLTW01-Med';
  margin-top: 48px;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}

.pst-modal-buttons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.pst-modal-apply,
.pst-modal-cancel {
  margin: 10px;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  width: 150px;
}

.pst-modal-apply {
  background: #1aa3de;
  color: #fff;
}

.pst-modal-apply:hover {
  background: #000;
}

.pst-modal-cancel {
  background: #e1e1e1;
  color: #5a5a5a;
}

.pst-modal-cancel:hover {
  background: #c8c8c8;
}

.pst-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  font-size: 18px;
  line-height: 1;
  color: #7f7f7f;
}

.pst-modal-close:hover {
  color: #5a5a5a;
}

.pst-modal-data {
  padding: 0 20px;
}

.pst-modal-data:after {
  content: "";
  display: table;
  clear: both;
}

.pst-modal-data-item {
  float: left;
  width: 33.3333333333%;
  padding: 10px 4px;
}

.pst-modal-checkbox {
  display: block;
  position: relative;
  padding-left: 18px;
  white-space: normal;
  font-size: 15px;
  line-height: 1;
}

.pst-modal-checkbox + .pst-modal-checkbox {
  margin-top: 6px;
}

.pst-modal-checkbox-input {
  position: absolute;
  top: 1px;
  left: 0;
}

.pst-slider, .disabled-pst-slider {
  height: 110px;
  width: 8px;
  margin: 4px auto 12px;
}

.disabled-pst-filter-slider .pst-slider-max, .disabled-pst-filter-slider .pst-slider-min {
  border-color: #CCC;
  color: #CCC;
  cursor: default;
}

.disabled-pst-filter-slider .disabled-pst-slider .noUi-handle, .disabled-pst-filter-slider .disabled-pst-slider .noUi-connect {
  cursor: default;
  background: #CCC;
}

.noUi-target {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.noUi-origin {
  border-radius: 0;
}

.noUi-background {
  background: #c3c3c3;
  box-shadow: none;
}

.noUi-connect {
  background: #8d8d8d;
  box-shadow: none;
}

.noUi-vertical .noUi-handle {
  width: 30px;
  height: 8px;
  left: -11px;
  top: 0;
  border: none;
  border-radius: 0;
  background: #7d7d7d;
  box-shadow: none;
  cursor: pointer;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  display: none;
}

.noUi-vertical .noUi-origin {
  bottom: -8px;
}

.pst-filter-slider.min .noUi-base {
  background: #8d8d8d;
}

.pst-filter-slider.min .noUi-origin {
  background: #c3c3c3;
}

.pst-filter-slider.max .noUi-origin {
  background: #8d8d8d;
}

.pst-slider-max,
.pst-slider-min {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 22px;
  padding: 2px 2px;
  text-align: center;
  font-size: 13px;
  color: #3b3b3b;
  white-space: normal !important;
}

.pst-slider-max {
  border-top: 1px solid #b3b3b3;
  padding-bottom: 31px !important;
}

.pst-slider-min {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 31px !important;
}

#all-cat-products {
  display: block !important;
  height: 0;
  overflow: hidden;
}

#all-cat-products .pst-header {
  display: none;
}

#all-cat-products.active {
  height: auto;
  overflow: visible;
}

#all-cat-products.active .pst-header {
  display: block;
}

.product-type-list {
  width: 100%;
  display: inline-block;
}

.product-type-list .product-type-sub-list {
  width: 50%;
  float: left;
}

.product-type-list .product-type-link {
  font-size: 15px;
  margin-bottom: 5px;
}

.product-type-list .product-type-link a {
  font-weight: bold;
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #7d7d7d !important;
  cursor: default !important;
}

.pst-filter-oneSingleValue {
  cursor: default !important;
}

.pst-filter-oneSingleValue .noUi-handle {
  cursor: default !important;
}

/*
.pst-cell-description,
.pst-cell-td{
  padding:7px 0;
}
.pst-sticky-col{
  .pst-cell-sticky{
    .pst-part-ref{
      top:-4px !important;
    }
  }

    .pst-cell-td,
  .pst-cell-description,
  .pst-cell-sticky .pst-cell-td {
    margin: 10px 0;
  }
}*/
@-moz-document url-prefix() {
  .pst-cell-th.pst-cell-th-part-ref {
    padding-bottom: 2px !important;
  }
}

.popup-header {
  background-color: #1aa3de;
  width: 100%;
  height: 54px;
}

.popup-logo {
  width: 233px;
  height: 54px;
  background-color: #000;
  background-position: 50% 50%;
  background-image: url("../images/logo-sm.png");
  background-repeat: no-repeat;
  float: left;
  line-height: 1;
}

.popup-close {
  float: right;
  font-size: 18px;
  font-family: 'DINNextRoundedLTW01-Reg';
  padding: 0;
  margin-top: 17px;
  margin-right: 17px;
}

.popup-close a {
  color: #fff;
}

.popup-close a:hover {
  color: #000;
}

.popup-container {
  padding: 40px 35px;
}

@media (max-width: 767px) {
  .popup-container {
    padding: 40px 0;
  }
}

.popup-logo-print:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: #fff;
  width: 235px;
  height: 78px;
  display: none;
  content: url("../images/logo-black.jpg");
  float: left;
}

/*-------------------------------------------------*    $Product Detail
\*-------------------------------------------------*/
.pdp-header .product-info > div:first-child {
  text-align: center;
}

.product-title .product-name {
  text-transform: none;
  font-family: "DINNextRoundedLTW01-Med";
  margin: 20px 0 5px;
  margin: 1.25rem 0 0.3125rem;
  font-size: 35px;
}

.product-notice p {
  margin: 5px 0 10px;
  margin: 0.3125rem 0 0.625rem;
  font-size: 12px;
}

.product-notice a {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .product-info .columns {
    text-align: center;
    margin: 0 auto 40px;
  }
  .product-info .columns.offset-by-one {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
    table.priority-docs {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) {
    table.priority-docs {
        margin-left: 0;
        margin-right: 0;
    }
}

table.priority-docs tr td.docicon {
    font-size: 25px;
    color: #676767;
    padding-right: 10px;
    vertical-align: middle;
}

table.priority-docs tr td.docicon div.icon-pdf {
    vertical-align: middle;
    margin-top: 5px;
}

table.priority-docs tr td.doctext {
    text-align: left;
    vertical-align: middle;
}

table.priority-docs tr td.doctext a {
    font-weight: bold;
}

table.priority-docs tr td.doctext a span.rev {
    font-weight: normal;
    font-size: 15px;
    color: #000;
    display: block;
}

table.priority-docs tr td.second {
    padding-top: 11px;
}

.product-links {
  width: 100%;
  max-width: 236px;
  float: right;
}

@media screen and (max-width: 767px) {
  .product-links {
    float: none;
    max-width: 100%;
  }
}

.product-jump-button {
  padding: 8px 0;
  padding: 0.5rem 0;
  text-align: center;
  font-family: "DINNextRoundedLTW01-Med";
  background: #e5e5e5;
  font-weight: normal;
  display: block;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.product-jump-button:hover {
  background: #0198d9;
  color: #fff;
}

.product-buy-online {
  background: #0198d9;
  color: #fff;
}

.product-buy-online:hover {
  background: #000;
  color: #fff;
}

.trigger-pdp-distributors {
  background: #fff;
  border: 2px solid #e5e5e5;
}

.trigger-pdp-distributors:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.trigger-pdp-distributors-open {
  color: #fff;
  background: #000;
  border-color: #000;
}

.trigger-pdp-distributors-close {
  color: #999999;
  background: none;
  font-size: 12px;
}

.trigger-pdp-distributors-close:hover {
  color: #000;
}

.pdp-distributors {
  float: left;
  display: none;
  width: 100%;
}

.pdp-distributors table {
  font-size: 12px;
  width: 100%;
  border: 1px solid #000;
}

.pdp-distributors table td {
  padding: 5px;
  text-align: left;
}

.pdp-distributors table td.pdp-distributor-name {
  width: 40%;
  padding-left: 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pdp-distributors table td.pdp-distributor-name {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pdp-distributors table td.pdp-distributor-name {
    white-space: normal;
  }
}

@media screen and (min-width: 1025px) {
  .pdp-distributors table td.pdp-distributor-name {
    white-space: nowrap;
  }
}

.pdp-distributors table td a {
  font-weight: bold;
}

.pdp-distributors table td a.pdp-distributor-link {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .pdp-distributors {
    float: none;
  }
}

.lt-ie10 .pdp-distributors {
  display: block;
  visibility: hidden;
}

.lt-ie10 .pdp-distributors.ie-poly {
  visibility: visible;
}

.pdp-distributors-open {
  display: block;
}

.pdp-distributor-list {
  position: relative;
  font-size: 12px;
}

.pdp-overview-text {
  padding-right: 20px;
  border-right: 1px solid #b6b6b6;
}

@media screen and (max-width: 767px) {
  .pdp-overview-text {
    padding-right: 0;
    border-right: none;
    margin-bottom: 30px;
  }
}

.pdp-categories {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .pdp-categories {
    margin-top: 0;
  }
}

.pdp-categories-title,
.pdp-documents-title {
  text-transform: none;
  font-family: "DINNextRoundedLTW01-Med";
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pdp-categories-title {
    margin-top: 30px;
  }
}

.pdp-documents-title {
  margin: 30px 0;
}

.pdp-categories-item {
  font-size: 15px;
}

.pdp-categories-link {
  font-family: "DINNextRoundedLTW01-Bol";
  display: inline-block;
}

.pdp-categories-divider {
  margin: 0 5px;
}

.tab-content .related-resources-container {
  padding-top: 0;
  padding-bottom: 20px;
}

.pdp-related-products {
  margin: 0 auto;
  max-width: 830px;
}

.pdp-evaluation-tools .evaluation-tool-snippet h4,
.pdp-reference-designs .reference-design-snippet h4 {
  font-family: "DINNextRoundedLTW01-Med";
  text-transform: none;
  margin-bottom: 15px;
}

.pdp-evaluation-tools .evaluation-tool-snippet h5,
.pdp-reference-designs .reference-design-snippet h5 {
  font-family: "DINNextRoundedLTW01-Med";
  font-size: 18px;
  text-transform: none;
  margin-bottom: 15px;
}

.pdp-evaluation-tools .evaluation-tool-snippet img.right,
.pdp-reference-designs .reference-design-snippet img.right {
  float: right; 
  margin-bottom: 15px; 
  margin-left: 15px;
}

/* clearfix */
.pdp-evaluation-tools .evaluation-tool-snippet,
.pdp-reference-designs .reference-design-snippet {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

.product-key-features h4 {
  text-transform: none;
  font-family: "DINNextRoundedLTW01-Med";
}

.product-key-features ul {
  list-style: disc;
  padding-left: 20px;
}

.product-key-features ul li {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .product-key-features ul li {
    text-align: left;
  }
}

.product-detail-tabs .tabs {
  margin: 20px 0 22px;
  border-bottom: 1px #000 solid;
  height: 41px;
}

.product-detail-tabs .tabs .carousel-container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.product-detail-tabs .tabs .slick-slider {
  margin-bottom: 0;
}

.product-detail-tabs .tabs ul {
  overflow: visible;
  height: 41px;
  margin-left: -1%;
}

@media screen and (max-width: 767px) {
  .product-detail-tabs .tabs ul {
    padding: 0 20px;
  }
  .product-detail-tabs .tabs ul .slick-next {
    right: -10px;
    top: 40%;
  }
  .product-detail-tabs .tabs ul .slick-prev {
    left: -10px;
    top: 40%;
  }
}

.product-detail-tabs .tabs li {
  margin-left: 1%;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 767px) {
  .product-detail-tabs .tabs li {
    width: 100%;
    margin: 0 auto;
  }
}

.lt-ie9 .product-detail-tabs .tabs li {
  margin-left: 1%;
}

.product-detail-tabs .tabs li a {
  background: #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #000;
  display: block;
  font-size: 17px;
  font-family: "DINNextRoundedLTW01-Med";
  margin-top: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 39px;
  padding: 8px 12px 8px 12px;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}

.product-detail-tabs .tabs li a.active {
  border: 1px #000 solid;
  border-width: 1px 1px 0 1px;
  border-bottom: 1px #fff solid;
  background: #fff;
  height: 40px;
}

.product-detail-promo {
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

.product-detail-tabs .tabbed-content-container .tab-content {
  margin: 0 0 20px;
  display: none;
}

.product-detail-tabs .tabbed-content-container .tab-content.active {
  display: block;
}

.product-detail-tabs .tabbed-content-container .tab-content .full-content-related-list {
  margin: 0 0 20px;
}

.product-detail-tabs .tabbed-content-container .tab-content .item-subhead {
  color: #999999;
}

div.product-detail-tabs div#documents {
  min-height: 100px;
}

div.product-detail-tabs div#documents h4.header {
  font-family: 'DINNextRoundedLTW01-Med';
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 7px;
}

div.product-detail-tabs div#documents table.docs {
  margin-bottom: 20px;
}

div.product-detail-tabs div#documents table.docs td.docicon {
  font-size: 30px; 
  line-height: 27px;
  padding: 2px 10px 10px 16px;
  vertical-align: middle;
  opacity: 0.5;
}

div.product-detail-tabs div#documents table.docs td.doctext {
  padding-bottom: 10px;
  vertical-align: middle;
  color: #999999;
  font-size: 15px;
}

div.product-detail-tabs div#documents table.docs td.doctext a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.centered-links a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  border-left: 2px #000 solid;
  padding: 0 10px;
}

.centered-links a:first-child {
  border-left: none;
}

.search-bar {
  margin: 20px 0 0;
}

.search-bar input[type='text'] {
  width: 70%;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
  border: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-bar input[type='text'] {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .search-bar input[type='text'] {
    width: 100%;
    margin: 0 0 20px;
  }
}

.search-bar .btn.primary {
  width: 30%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-bar .btn.primary {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .search-bar .btn.primary {
    width: 100%;
    margin: 0 0 20px;
  }
}

.borderradius .search-bar input[type="text"] {
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
  border: none;
  font-weight: normal;
  float: left;
}

.search-bar select {
  height: 43px;
  border: 1px solid transparent;
  background: transparent;
  padding: 0 16px;
  padding: 0 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.search-bar select:focus {
  border: 1px solid #999999;
}

.search-bar select :-ms-expand {
  display: none;
}

.search-bar .btn, .search-bar input[type="button"].btn, .search-bar input[type="submit"].btn, .search-bar input[type="reset"].btn {
  margin: 0;
}

.search-bar label {
  display: block;
  overflow: hidden;
  clear: both;
  float: left;
  width: 68%;
  position: relative;
  margin-right: 2%;
}

.search-bar label select {
  min-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .search-bar label {
    width: 100%;
  }
}

.search-bar .pri-nav-typedir.up {
  max-width: 8%;
  padding-right: 0;
}

.search-bar .btn.arrow-right:after {
  display: inline-block;
  float: none;
}

@media screen and (max-width: 767px) {
  .search-bar {
    margin-bottom: 22px;
  }
}

/*------------------------------------*    $Recently Viewed Products Ribbon
\*------------------------------------*/
#lt-ie10 .recently-visited-ribbon {
  overflow: hidden;
}

.recently-visited-ribbon {
  background: #e5e5e5;
  z-index: 0;
}

.recently-visited-ribbon .container {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recently-visited-ribbon .recently-visited-products {
    padding: 0 40px;
  }
}

.recently-visited-ribbon .carousel-contain {
  height: 30px;
  overflow: hidden;
  padding: 0 3%;
}

@media screen and (max-width: 767px) {
  .recently-visited-ribbon .recently-visited-products {
    height: auto;
  }
}

.recently-visited-ribbon .recently-visited-products .slick-slider {
  margin-bottom: 0;
}

.recently-visited-ribbon .recently-visited-products .slick-prev, .recently-visited-ribbon .recently-visited-products .slick-next {
  top: 10%;
  margin-top: 0;
}

.recently-visited-ribbon .recently-visited-products .slick-prev {
  left: 0;
}

.recently-visited-ribbon .recently-visited-products .slick-next {
  right: 0;
}

.recently-visited-ribbon .recently-visited-collapse {
  padding: 8px 0;
  padding: 0.5rem 0;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  text-transform: capitalize;
  font-family: 'DINNextRoundedLTW01-Med';
  margin: 0 auto;
  display: block;
  color: #000;
}

.recently-visited-ribbon .recently-visited-collapse:hover {
  cursor: pointer;
  color: #1aa3de;
}

@media screen and (max-width: 767px) {
  .recently-visited-ribbon .recently-visited-collapse {
    margin: 0;
  }
}

.recently-visited-ribbon .recently-visited-collapse [class^="icon-"], .recently-visited-ribbon .recently-visited-collapse [class*=" icon-"] {
  font-size: 15px;
  margin-left: 5px;
}

.recently-visited-ribbon .remove-ribbon {
  color: #999999;
  float: right;
  margin-top: -30px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .recently-visited-ribbon .remove-ribbon {
    position: absolute;
    right: 20px;
    top: 18px;
    float: none;
    margin: 0;
  }
}

.recently-visited-ribbon .remove-ribbon:hover {
  color: #0198d9;
}

.recently-visited-ribbon .remove-ribbon:before {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .recently-visited-ribbon .remove-ribbon {
    position: static;
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem;
  }
}

.recently-visited-ribbon .remove-ribbon .icon-close:before {
  font-size: 10px;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .recently-visited-ribbon .product {
    margin: 0 1%;
  }
}

.recently-visited-ribbon .product .icon-close {
  float: left;
  margin: 1px 5px 0 0;
  margin: 0.0625rem 0.3125rem 0 0;
  font-size: 11px;
  font-size: 0.6875rem;
}

.recently-visited-ribbon .product .product-info {
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
}

.recently-visited-ribbon .product .product-info .product-number {
  font-weight: bold;
  padding-right: 4px;
  float: left;
}

.recently-visited-ribbon .product .product-info .product-name {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}

@media screen and (max-width: 767px) {
  .recently-visited-ribbon .product .product-info .product-name {
    max-width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .recently-visited-ribbon .slick-prev {
    z-index: 99;
  }
}

.sp-header {
  padding: 20px 0 10px 0;
}

.sp-entry:after {
  content: "";
  display: table;
  clear: both;
}

.sp-entry-title {
  width: 25%;
  float: left;
  margin: 0;
  font-family: 'DINNextRoundedLTW01-Med';
  font-size: 22px;
  padding-top: 9px;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .sp-entry-title {
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 12px;
  }
}

.sp-entry-form {
  position: relative;
  width: 74%;
  float: right;
}

@media screen and (max-width: 767px) {
  .sp-entry-form {
    float: none;
    width: 100%;
  }
}

.sp-entry-main {
  position: relative;
  padding-left: 129px;
  padding-right: 204px;
  padding-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .sp-entry-main {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .sp-entry-product .sp-entry-main {
    padding-bottom: 0;
  }
}

.sp-entry-switcher {
  position: absolute;
  width: 126px;
  top: 0;
  left: 0;
  z-index: 101;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sp-entry-switcher {
    position: static;
    width: 100%;
    margin-bottom: 6px;
  }
}

.sp-entry-button {
  position: absolute;
  width: 66px;
  top: 0;
  right: 135px;
}

@media screen and (max-width: 767px) {
  .sp-entry-button {
    top: 0;
    right: 0;
  }
}

.sp-entry-submit {
  width: 66px;
  background: #000;
  color: #fff;
}

.sp-entry-submit:hover {
  background: #0198d9;
}

.sp-entry-advanced-toggle {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 12px;
  background: none;
  border: none;
  color: #0198d9;
}

.sp-entry-advanced-toggle:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .sp-entry-advanced-toggle {
    position: static;
    padding-left: 0;
    margin: 6px 0;
  }
}

.sp-entry-advanced {
  display: none;
  padding-left: 129px;
}

.sp-entry-advanced:after {
  content: "";
  display: table;
  clear: both;
}

.sp-entry-advanced.sp-entry-advanced-open {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-entry-advanced {
    padding: 0;
    margin: 0 -3px;
  }
}

/*.sp-entry-switch-modes {
  display: none;
  .sp-entry-switcher-open & {
    display: block;
  }
}*/
.sp-entry-switch,
.sp-entry-submit,
.sp-entry-input {
  height: 45px;
}

.sp-entry-switch {
  display: block;
  width: 100%;
  text-align: left;
  /*background-color: #e1e1e1;*/
  font-family: 'DINNextRoundedLTW01-Med';
  /*color: $darkergrey;*/
}

.sp-entry-switch {
  position: relative;
  padding: 0;
}

.sp-entry-switch-text {
  font-family: 'DINNextRoundedLTW01-Med';
}

.sp-entry-switch-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  height: 1em;
  margin-top: -.5em;
  z-index: 9999;
}

/*.sp-entry-switch-mode {
  border-top: 1px solid #c2c2c2;
  padding: 14px 12px;
  &:hover {
    background-color: $aBlue;
    color: $white;
  }
}*/
@media screen and (max-width: 767px) {
  .sp-entry-inputs {
    position: relative;
    margin-left: -3px;
    padding-right: 0;
  }
}

.sp-entry-input {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  padding: 14px 10px;
  width: 100%;
}

.sp-entry-input-error {
  border-color: #ed1c24;
}

.sp-entry-error-text {
  color: #ed1c24;
  font-size: 12px;
  margin: 0;
  padding: 5px 3px 0;
  display: none;
}

.sp-entry-error-text-show {
  display: block;
}

.sp-entry-inputs-global {
  display: none;
  padding: 0 3px;
}

.sp-entry-global .sp-entry-inputs-global {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-entry-inputs-global {
    padding-right: 69px;
  }
}

.sp-entry-global [data-mode-switch="global"] {
  display: none;
}

.sp-entry-inputs-product {
  display: none;
}

.sp-entry-product .sp-entry-inputs-product {
  display: block;
}

.sp-entry-product [data-mode-switch="product"] {
  display: none;
}

.sp-entry-inputs-product-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .sp-entry-inputs-product-row {
    padding-right: 69px;
  }
}

.sp-entry-input-product-col {
  float: left;
  width: 50%;
  padding: 0 3px;
}

.sp-entry-product-hint {
  color: #999999;
  font-size: 12px;
  padding: 2px 3px 0;
}

.sp-entry-inputs-document {
  display: none;
  padding: 0 3px;
}

.sp-entry-document .sp-entry-inputs-document {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-entry-inputs-document {
    padding-right: 69px;
  }
}

.sp-entry-document [data-mode-switch="document"] {
  display: none;
}

.sp-entry-advanced-input {
  padding: 0 3px;
  float: left;
  width: 33.3333333333%;
}

.sp-filters-container {
  margin-top: 20px;
  padding-bottom: 12px;
}

.sp-filters-container:after {
  content: "";
  display: table;
  clear: both;
}

.sp-filters-title {
  width: 12%;
  float: left;
  font-family: 'DINNextRoundedLTW01-Med';
  font-size: 22px;
  text-transform: none;
  margin: 1px 0 0;
}

@media screen and (max-width: 767px) {
  .sp-filters-title {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }
}

.sp-filters {
  position: relative;
  width: 88%;
  float: right;
  padding-right: 140px;
}

@media screen and (max-width: 767px) {
  .sp-filters {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.sp-filter {
  position: relative;
  display: inline-block;
  width: 20%;
  padding-right: 6px;
  vertical-align: middle;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .sp-filter {
    width: 100%;
    padding-right: 0;
  }
}

.sp-filter-trigger-text {
  margin-right: 4px;
}

.sp-filter-count {
  visibility: hidden;
  opacity: 0;
}

.sp-filter-count-on {
  visibility: visible;
  opacity: 1;
}

.sp-filter-trigger {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  background-color: #e1e1e1;
  color: #676767;
  padding: 6px 24px 6px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-filter-trigger .icon-chevron-thin-down, .sp-filter-trigger .lsn .toggle-left-nav h4 .icon-toggle, .lsn .toggle-left-nav h4 .sp-filter-trigger .icon-toggle, .sp-filter-trigger .recently-visited-ribbon .recently-visited-collapse .icon-arrow-toggle.collapsed, .recently-visited-ribbon .recently-visited-collapse .sp-filter-trigger .icon-arrow-toggle.collapsed {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp-filter-trigger,
.sp-filter-apply,
.sp-filter-reset {
  height: 30px;
}

.sp-filter-options {
  display: none;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  right: 6px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 6px 8px 16px;
  color: #676767;
}

.sp-filter-open .sp-filter-options {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-filter-options {
    position: static;
  }
}

.sp-filter-option {
  margin: 6px 0;
}

.sp-filter-option .checkbox {
  font-size: 12px;
  width: 100%;
  position: relative;
  padding-left: 18px;
  padding-right: 30px;
}

.sp-filter-option .checkbox input {
  font-size: 12px;
}

.sp-filter-option-count {
  position: absolute;
  top: 0;
  right: 0;
}

.sp-filter-clear {
  position: absolute;
  bottom: 7px;
  right: 9px;
  background: transparent;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0;
}

.sp-filter-clear:hover {
  color: #0198d9;
}

.sp-filter-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
}

@media screen and (max-width: 767px) {
  .sp-filter-buttons {
    display: block;
    width: 100%;
    position: static;
  }
}

.sp-filter-apply,
.sp-filter-reset {
  vertical-align: top;
}

.sp-filter-apply {
  display: block;
  background: #0198d9;
  color: #fff;
  text-transform: uppercase;
  padding: 6px;
  width: 100%;
}

.sp-filter-apply:hover {
  background: #000;
}

@media screen and (max-width: 767px) {
  .sp-filter-apply {
    width: auto;
    padding: 6px 20px;
    margin-right: 10px;
    display: inline-block;
    min-width: 60%;
  }
}

.sp-filter-reset {
  background: transparent;
  color: #0198d9;
  font-size: 12px;
  padding: 6px 2px;
}

.sp-filter-reset:hover {
  color: #000;
}

.sp-filter-reset-hide {
  display: none;
}

.sp-paging:after {
  content: "";
  display: table;
  clear: both;
}

.sp-paging-top {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .sp-paging-top {
    margin: 0 0 12px;
  }
}

.sp-paging-bottom {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .sp-paging-bottom {
    margin: 12px 0;
  }
}

.sp-paging-results-label {
  float: left;
  font-weight: bold;
  font-size: 15px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .sp-paging-results-label {
    float: none;
  }
}

.sp-paging-size-selector {
  float: left;
  margin-top: -13px;
}

.sp-paging-size-selector:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .sp-paging-size-selector {
    float: none;
    margin: 12px 0;
  }
}

.sp-paging-size-selector-label,
.sp-paging-size-selector .select-bg {
  display: inline-block;
  vertical-align: middle;
}

.sp-paging-size-selector-label {
  font-size: 13px;
  margin-right: 6px;
}

.sp-paging-size-selector .select-bg {
  background-color: #e1e1e1;
  color: #676767;
}

.sp-paging-size-selector select {
  font-size: 13px;
  border: none;
  padding-right: 30px;
  color: #676767;
}

.sp-paging-size-selector .pri-nav-typedir {
  font-size: 13px;
  top: 1px;
}

.sp-paging-nav {
  float: right;
}

.sp-paging-nav-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.sp-paging-nav-link,
.sp-paging-nav-first,
.sp-paging-nav-prev,
.sp-paging-nav-next,
.sp-paging-nav-last {
  font-size: 12px;
  vertical-align: middle;
  padding: 2px 4px;
  margin: 2px 0;
  background: none;
  border: 0;
  cursor: pointer;
  color: #959595;
}

.sp-paging-nav-link:hover,
.sp-paging-nav-first:hover,
.sp-paging-nav-prev:hover,
.sp-paging-nav-next:hover,
.sp-paging-nav-last:hover {
  color: #1aa3de;
}

.sp-paging-nav-link {
  margin: 2px;
}

.sp-paging-nav-link-active {
  color: #000;
}

.sp-results-container {
  border-top: 2px dotted #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sp-results-title {
  font-family: 'DINNextRoundedLTW01-Med';
  font-size: 22px;
  text-transform: none;
  margin-bottom: 10px;
}

.sp-results {
  border-bottom: 1px solid #e5e5e5;
}

.sp-result {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
  font-size: 15px;
  min-height: 52px;
}

@media screen and (max-width: 767px) {
  .sp-result {
    min-height: 45px;
  }
}

.sp-result-content {
  padding-left: 60px;
  padding-right: 210px;
}

@media screen and (max-width: 767px) {
  .sp-result-content {
    padding-left: 30px;
    padding-right: 0;
  }
}

.sp-result-icon {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 30px;
  color: #676767;
}

@media screen and (max-width: 767px) {
  .sp-result-icon {
    font-size: 22px;
  }
}

.sp-result-date {
  position: absolute;
  top: 12px;
  right: 0;
  width: 210px;
  text-align: right;
  color: #676767;
}

@media screen and (max-width: 767px) {
  .sp-result-date {
    position: static;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    margin-top: 4px;
  }
}

.sp-result-revision {
  position: absolute;
  top: 30px;
  right: 0;
  width: 210px;
  text-align: right;
  color: #676767;
}

@media screen and (max-width: 767px) {
  .sp-result-revision {
    position: static;
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }
}

.sp-result-category {
  color: #999999;
  font-size: 13px;
  margin-bottom: 3px;
}

.sp-result-title {
  margin-bottom: 3px;
}

.sp-result-title,
.sp-result-title-link {
  font-weight: bold;
}

.sp-result-text {
  color: #676767;
}

.sp-products-all {
  padding-top: 12px;
}

.sp-products-all-link {
  color: #0198d9;
  background: none;
  padding: 0;
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.sp-products-all-link span {
  font-size: 13px;
  margin-left: 6px;
}

.sp-products-all-link:hover {
  color: #000;
}

.sp-no-results {
  display: none;
  padding: 10px 0 60px;
}

.sp-no-results-show {
  display: block;
}

.sp-no-results-header {
  padding-bottom: 3px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.sp-no-results-title {
  font-weight: bold;
}

.sp-no-results-content {
  max-width: 700px;
  margin: 0 auto;
}

.sp-no-results-content:after {
  content: "";
  display: table;
  clear: both;
}

.sp-spinner {
  min-height: 250px;
  background-image: url("../images/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.sp-entry-switcher .select-bg {
  background-color: #e1e1e1;
  color: #676767;
}

.sp-entry-switcher select {
  width: 126px;
  font-family: 'DINNextRoundedLTW01-Med', Arial, 'Helvetica Neue', Helvetica,  'Microsoft Yahei','微软雅黑', STXihei, '华文细黑', sans-serif;
  font-size: 12px;
  height: 45px;
  font-size: 13px;
  border: none;
  padding-right: 30px;
  color: #676767;
}

.sp-entry-switcher select :focus {
  border: none !important;
  color: #676767;
}

.sp-entry-switcher select :focus, .sp-entry-switcher select :hover, .sp-entry-switcher select :target, .sp-entry-switcher select :active {
  border: none;
  color: #676767;
}

.sp-entry-switcher .pri-nav-typedir {
  font-size: 13px;
  top: 1px;
}

#lt-ie10 .sp-entry-switcher .select-bg {
  z-index: 0;
}

#lt-ie10 .sp-entry-switcher .select-bg:before {
  display: block;
  position: absolute;
  content: "˅";
  right: 0px;
  top: 0px;
  height: 25px;
  width: 35px;
  background: #e1e1e1;
  margin: 11px 0 0 5px;
  z-index: 11;
  font-size: 18px;
}

#lt-ie10 .sp-entry-switcher select {
  padding: 15px !important;
}

#lt-ie10 .sp-paging-size-selector .select-bg {
  z-index: 0;
}

#lt-ie10 .sp-paging-size-selector .select-bg:before {
  display: block;
  position: absolute;
  content: "˅";
  right: 0px;
  top: 0px;
  height: 25px;
  width: 35px;
  background: #e1e1e1;
  margin: 11px 0 0 5px;
  z-index: 11;
  font-size: 18px;
}

#lt-ie10 .sp-paging-size-selector select {
  padding: 15px !important;
}

.site-map-container {
  margin-top: 20px;
}

.site-map-group {
  margin-bottom: 40px;
}

.site-map-group .columns:nth-child(4) {
  margin-left: 0;
}

.site-map-title,
.site-map-links > li,
.site-map-nested-links > li {
  margin-bottom: 13px;
}

.site-map-links {
  overflow: visible;
  list-style-type: disc;
}

.site-map-links > li > a {
  font-weight: bold;
}

.site-map-nested-links {
  margin-top: 13px;
}

.site-map-nested-links > li {
  position: relative;
  margin-left: 18px;
}

.site-map-nested-links > li:last-child {
  margin-bottom: 0;
}

.no-site-map-links .site-map-title {
  margin-bottom: 0;
}

.static-tables-container {
  min-height: 400px;
  padding: 20px 0;
}

.static-tables-container .pst {
  margin: 0 0 15px;
  padding-bottom: 20px;
}

.static-tables-container .pst .pst-table .pst-part-ref {
  padding: 7px 48px 33px 14px !important;
}

.subscription-contact .columns.twelve {
  padding-left: 50px;
}

.subscription-contact .columns.twelve li a:before {
  padding-right: 5px;
}

.subscription-center button.view-archive {
  background: none;
  text-transform: uppercase;
  color: #999999;
}

.subscription-center button.view-archive:hover {
  color: #1aa3de;
}

.subscription-center.row .u-section-container {
  padding: 30px 30px 30px 0 !important;
}

.subscription-center .full-part-search {
  border-right: 2px dotted #e5e5e5;
  padding-right: 2%;
}

.subscription-center .full-part-search input, .subscription-center .full-part-search button {
  width: 100%;
}

.subscription-center .columns.six {
  margin-left: 0;
}

.quick-links-list {
  margin: 1% 0% 0%;
}

@media screen and (max-width: 767px) {
  .quick-links-list {
    margin: 0;
  }
}

.quick-links-list li {
  margin: 1% 0% 0%;
}

.quick-links-list a {
  font-weight: bold;
  font-size: 15px;
}

.call-out-box {
  padding: 7% 6% 4%;
  border: 1px #000 solid;
}

.call-out-box h4 {
  font-family: 'DINNextRoundedLTW01-Bol';
}

.call-out-box p {
  margin: 4% 0;
}

.call-out-box ul li {
  display: table;
  margin-bottom: 4%;
}

.call-out-box span {
  bottom: 6px;
  color: #000;
  font-size: 15px;
  position: relative;
}

.call-out-box .lrg-icon {
  font-size: 24px;
}

.call-out-box .btn, .call-out-box input[type="button"].btn, .call-out-box input[type="submit"].btn, .call-out-box input[type="reset"].btn {
  padding: 0;
  width: 100%;
}

.form-links-list {
  margin: 6% 0;
  font-size: 15px;
}

.form-links-list li {
  margin: 0 0 3%;
}

.form-links-list a {
  font-weight: bold;
  font-size: 15px;
}

.form-links-list a i {
  font-size: 24px;
  margin-right: 2%;
  vertical-align: top;
}

.get-in-touch {
  text-align: center;
}

.get-in-touch .icon {
  color: #676767;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  vertical-align: top;
}

.get-in-touch button {
  background: none;
  font-family: arial;
  font-weight: 400;
  color: #0198d9;
}

.get-in-touch button:hover {
  color: #000;
}

.get-in-touch a {
  margin-left: 10px;
}

.page-header-with-bg {
  border-bottom: solid 1px #000;
  min-height: 152px;
}

.page-header-with-bg h1 {
  padding-bottom: 3px;
  margin-top: 76px;
  margin-top: 4.75rem;
  margin-bottom: -14px;
  margin-bottom: -0.875rem;
}

@media screen and (max-width: 767px) {
  .page-header-with-bg h1 {
    overflow-x: hidden;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: -10px;
    margin-bottom: -0.625rem;
  }
}

.page-header-no-bg {
  border-bottom: solid 1px #000;
  min-height: 107px;
}

.page-header-no-bg h1 {
  margin-top: 31px;
  margin-top: 1.9375rem;
  margin-bottom: -11px;
  margin-bottom: -0.6875rem;
}

@media screen and (max-width: 767px) {
  .page-header-no-bg h1 {
    margin-top: 41px;
    margin-top: 2.5625rem;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
  }
}

.page-header-no-bg.page-no-border,
.page-header-with-bg.page-no-border {
  border: none;
}

@media screen and (max-width: 767px) {
  .page-header-no-bg,
  .page-header-with-bg {
    min-height: 0;
  }
}

.container-fluid.page-header {
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1400px) {
  .container-fluid.page-header {
    background-size: auto;
    background-position: 50% 0;
  }
}

.container-fluid.page-header.right {
  background-size: auto;
  background-position: right top;
}

.container-fluid.page-header.left {
  background-size: auto;
  background-position: left top;
}

.page-header-content-holder {
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.page-header-content-holder p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.page-header-content-holder .header-copy {
  padding-top: 20px;
}

.page-header-content-holder .slide-content {
  color: #808080;
}

.page-header-content-holder .slide-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
}

.page-header-content-holder img {
  max-width: 100%;
}

.page-header-content-holder .call-out-box {
  margin-top: 23px;
}

.page-header-content-holder ul li {
  list-style-type: disc;
  /*list-style-position: inside;*/
  padding: 10px 0 10px 20px;
  /*text-indent: -1em;*/
  margin: 0;
}

.page-header-content-holder ul.carousel-social li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-header-content-holder ul.carousel-social li {
    min-width: auto;
    float: left;
  }
}

.page-header-content-holder .promo-media img, .page-header-content-holder .promo-media video {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}

.page-header-content-holder .promo-media a.cta {
  display: inline-block;
  clear: both;
  font-weight: bold;
}

.page-header-content-holder .promo-media a.cta:after {
  content: ' >';
}

.page-header-content-holder .btn.gray {
  margin-top: 0;
}

.btn.secondary.opened {
  background-color: #000000;
  color: #FFFFFF;
}

.expandable-areas {
  width: 100%;
}

.expandable-areas .page-header-show-more-btn {
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

.expandable-area {
  clear: both;
  display: none;
  position: relative;
  padding: 10px 10px 10px 30px;
}

.expandable-area .icon-close {
  position: absolute;
  font-size: 14px;
  font-size: 0.875rem;
  color: #676767;
  left: 0;
  top: 14px;
  cursor: pointer;
  background: none;
}

.expandable-area h4 {
  color: #000;
}

.expandable-area ul {
  list-style-type: disc;
  margin-left: 20px;
  overflow: visible;
}

.expandable-area ul li {
  color: #676767;
  margin: 5px 0;
  padding: 0;
}

.page-header-content-holder .read-more,
.page-header-content-holder .read-less,
.read-more-container .read-more,
.read-more-container .read-less {
  font-weight: bold;
  font-family: arial;
  background: none;
  padding: 0px;
}

.page-header-content-holder .read-less,
.page-header-content-holder .hidden-area,
.read-more-container .read-less,
.read-more-container .hidden-area {
  display: none;
}

.read-more-container button.read-more,
.read-more-container button.read-less {
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0198d9;
}

.read-more-container button.read-more:hover,
.read-more-container button.read-less:hover {
  color: #000;
}

.read-more-container button.read-more span,
.read-more-container button.read-less span {
  margin-left: 5px;
}

.lt-ie10 .read-more-container .columns {
  height: auto !important;
}

h1.sm-header {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
}

.lt-ie9 .t2-page-header .page-header {
  background-size: 100% !important;
  min-width: auto;
  width: 1400px;
  margin: 0 auto;
}

.lt-ie9 .t2-page-header .page-header-content-holder {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .t2-page-header .page-header {
    background: none !important;
  }
  .t2-page-header .page-header-with-bg h1 {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

/**
 * Variations
 */
.page-header-var-0 .columns.eight,
.page-header-var-0 .columns.four {
  padding-top: 29px;
  padding-top: 1.8125rem;
}

.page-header-var-0 .photo p {
  margin-top: 0;
}

.ta-conatiner {
  display: none;
  position: absolute;
  top: 59px;
  background: #fff;
  color: #000;
  border: 1px solid #82cded;
  box-shadow: 0 2px 3px #999999;
  margin-left: 40%;
  width: 60%;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}

.ta-conatiner ul {
  overflow: visible;
}

.ta-conatiner li {
  padding: 3px 0;
  padding: 0.1875rem 0;
}

.ta-conatiner .recent-results .icon-remove {
  display: inline;
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.ta-conatiner .recent-results .icon-remove:before {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999999;
}

.ta-conatiner .recent-results .icon-remove:hover {
  cursor: pointer;
}

.ta-conatiner a {
  color: inherit;
  display: inline;
  font-size: 13px;
}

.ta-conatiner a:hover {
  color: #0198d9;
}

.ta-conatiner .blue-highlight {
  color: #0198d9;
}

.ta-conatiner .divider {
  border-top: 1px solid #82cded;
  margin: 15px 0;
  margin: 0.9375rem 0;
}

.ta-conatiner .pointer {
  position: absolute;
  width: 0;
  height: 0;
  top: -15px;
  left: 10;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

/*-------------------------------------------------*    Block Diagram Selects
\*-------------------------------------------------*/
.explore-block-diagrams select {
  border: 1px #999999 solid;
  background: transparent;
  padding: 0 16px;
  padding: 0 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.explore-block-diagrams select:focus {
  border: 1px #999999 solid;
}

.explore-block-diagrams select :-ms-expand {
  display: none;
}

.explore-block-diagrams label {
  display: block;
  overflow: hidden;
  position: relative;
}

.explore-block-diagrams label select {
  min-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.explore-block-diagrams .pri-nav-typedir.up {
  width: inherit;
  padding-right: 15px;
  border-right: 1px solid #999999;
}

.explore-block-diagrams .btn.arrow-right:after {
  display: inline-block;
  float: none;
}

.explore-block-diagrams .btn.primary {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .explore-block-diagrams {
    margin-bottom: 22px;
  }
}

@-moz-document url-prefix() {
  .borderradius .arrow-down select {
    padding: 11px 16px;
  }
  .borderradius .arrow-down:after {
    top: 10%;
  }
}

/* If used as half width */
.five .block-diagrams .cn-link {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 30px;
  font-size: 1.875rem;
  border-bottom: 2px solid #000;
  padding-bottom: 7.5px;
}

.variable-param-table table {
  border: solid 1px #d9d9d9;
}

.faq {
  position: relative;
}

.flexbox .faq.container {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.faq .expand-all:after {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 3px;
  font-family: "icomoon";
}

.faq .collapse-all {
  display: none;
}

.faq .collapse-all:after {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 3px;
  font-family: "icomoon";
}

.faq .collapse-all,
.faq .expand-all {
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #999999;
  font-size: 15px;
  padding-right: 20px;
}

.faq .collapse-all:hover,
.faq .expand-all:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .faq .collapse-all,
  .faq .expand-all {
    display: none;
  }
}

.faq .faq-lower-btn-holder {
  position: relative;
  height: 15px;
}

.faq .faq-lower-btn-holder .expand-all,
.faq .faq-lower-btn-holder .collapse-all {
  right: 0;
  top: 10px;
}

.faq .toggle {
  position: relative;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  border: 1px #999999 solid;
  border-width: 1px 0 1px 0;
  padding: 14px 0;
  padding: 0.875rem 0;
  margin: -1px 0 0;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .faq .toggle {
    font-weight: normal;
    padding: 28px 34px 28px 0;
    padding: 1.75rem 2.125rem 1.75rem 0;
    position: relative;
  }
}

.faq .toggle:after {
  position: absolute;
  color: #999999;
  top: 12px;
  right: 28px;
  float: right;
  font-family: "icomoon";
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .faq .toggle:after {
    position: absolute;
    right: 0;
    top: 24px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
  }
}

.faq .toggle:hover {
  cursor: pointer;
}

.faq .toggle.open:after {
  position: absolute;
  float: right;
  font-family: "icomoon";
}

.faq .answer {
  display: none;
  width: 90%;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .faq .answer {
    width: 100%;
  }
}

.faq .answer ul, .faq .answer ol {
  margin: 10px 0 10px 17px;
  padding-left: 20px;
}

.faq .answer ul li, .faq .answer ol li {
  margin: 5px 0;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url("../fonts/VideoJS.eot?#iefix") format("embedded-opentype");
}

/*src: url("../fonts/VideoJS.eot?#iefix") format("eot"); }*/
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA4wAAoAAAAAFfAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBGNtYXAAAAE0AAAAOgAAAUriLxC2Z2x5ZgAAAXAAAAnnAAAO5OV/F/5oZWFkAAALWAAAACsAAAA2C4eUa2hoZWEAAAuEAAAAGAAAACQOogcfaG10eAAAC5wAAAAPAAAAeNIAAABsb2NhAAALrAAAAD4AAAA+MMgtQm1heHAAAAvsAAAAHwAAACABLwB5bmFtZQAADAwAAAElAAACCtXH9aBwb3N0AAANNAAAAPkAAAF5vawAenicY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoyw7iLmSHCDOCCADu/Qo9AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/v8PUvCREUTzM0DVAwEjG8OIBwCOWgbUAAB4nI1XfVBU1xV/574vlsUlj/14grDs48FuAgaR3X2LEnY3UZSgEkTwAySAgkIwI8bRfFDjTszYCWRMW9lNa4y2meokmq+2k5ia0dpkmknbkWgSSW3GyaaNf0RTx0wxX7A3Pe/tQmIgHXf3vXvvueeee+45v3POXQYY/PCD/CBDGAYkIE2sxg+OXSJmhmH1OaFX6MU5C5PDMCZi5Rg2i+ELGSthwM14NCbgYGSBIZfhFA1H6Zu0OS0NDkMVfg+npdFm+maCvigI0JBIQIMg0BdJGdTj9ylj7nr+b97+Hl8C1+H2xNAvjPqxjIgaKtItICkSnIISeo40QQls4xxjlzgHsnGGvi7BxQiMlSlkPMhfCh67rAUEUQ6CHxW2O7JARCkKnlUQ7UEIyAEQZe4MdDW9xr5OPFuKbubpRxcPDY8da4MOelDfAYJLW+sGKn/Vlmjfv5+NdB4oOfTazJn3tGxZtL9xFNZX7PPRUbjcRg/SMB2EL+gblXn7shbO/WUbF9u/H5XQ9eKO8iMMr9tY35qYoRi20wGuXV/CHaGDk2fdgHwCk5HUXQpCcgHfBV2NjV3jkq4PHTSUSBwuOQALvxPAps6fiftk6P6yJpcm5bB4dFkgoh195mbiSTnkL3jupq7jh4ZZdvjQRVB4PPx3SsVTu5D/6kd85RU66ttXAeuuXYN1E/Y2sMMzZkZiZNRZlRS/ynr9Xr8Cql2RVNbutXslYo7B9ngsFqcDbCQO22PxeIxcpgMxkh6PjUdwkvw6hvRpZeoCFKshDQzJVr++DWyLx+hAXJcGp3TJMV1ME45xCNvHLsWRrpOZSduOoG0zERuIIwuIkhNkBREglQKLiODD45FQE0BTiE214xE2wp8zOt9NjH3GRtDMk7Ehoq2tzCzGxdyMEQJuD0qGIrQ58ApoWQE3D2h1h6zwuB14wYFIDAA5CZ11jT+92gFZ7B7/p7+hV8jFxBl4aG03wLiVXtBbCylLfIJzkPUAvWAw0yvsVdKdBbC6nnruP/RFkHqWJLZ2Auxdtgy+6qTf7l1WswTJcJ6mGVxwXj92UtfU2WXUNX+qBUCxK6D4FR4f/cufG1sZbiSkMcwdMdoxBxTTEXIp4SCXMNhHoFjvTTFP4vkoPReNRmPRCTwa+3qY0DR7qn7Vjh612wRRTaI04HWCnZ+gIzvS/ZJP0+mynphCui4hzmG0id6+aLSv2BV3FQMYDTHrlGQ/SZ+q4ZdF8aLa5Ar8GW3tVNKEj13cF0buMaesx1i9CL/Uo1tM0h+74o9HjQ+UcPaxy8mH9ccwK8KpKA3rHdIUjTKpfIBxuokpxUGBIILm84ATvHh8tAIe2iZj8KvYwUOXawHMVNgxZvlwSa0z8Zkokkxn3ey2nYTsbMO3mPh8cji7zklsPLD9a9f2s2w/uSt/FgSytWzw5bmS3PielU1P56aGrlz6NzlnbT8h/Wtb+1OxIqxBbC9g7kINUbtAEDxsKWSCe46eltCPmaiUxy2IrODIB8EmixaQrU4IAQ6THg6BFpAdWsCquT16DkL9ccIC/FGeP5AuiDExe8bx+QtzWVsmHcm0kdzqecdn5IhRkTc/zfNPm3ns5sw4Pq86l9gyofh6jkTF5iFChjYbbzZQWFvYb8qZAWyGiV9ya+5bFgnzpuWt3FuX8KYMmsiYZepPseBgGhZcOMt0+4Q8fDOTftJjHIuhdaLsFXFM9AclTi9jbGRq8ZvIOykZei77kfo53eoppVPovbGiyV63p/p/dkWETTjmhjTIm8RP284b04bcNYlRsvO6Gp2JeaiIueVHsgJGF2aASlCQLuG8EsBomzb++/AXmwhaOoLhL7iQ4/uc449gWJ56/XWDARn74v/PL1bRBB4TBEyYrqezSkUPHaWjPWCm13ogAzJ66LVpbTEuXccDZlyXxBQ/IrzKOPS7gAkkIyZ0N6joE6M246aDsO1kgucTJ/EdFWA5pbAcTfoSP4hJeBCni7nEn5IclL4kpDgmMMuH8Kpk0+WrBUIeKCyWS0nPVz7NW86Hnl55GxR5KB3+9tszL+wVRulXNTUn6D8SJvIl3PzP46eZST/tQTllTDXTzmxCaTYna7eJAqcWuD1ulBXQsMz5fQEBCfowCF5FVDF/2yysB9OW5veVEtRAFOy41FoeJEiAOZhDiFstsKAwJ8Hijs72q1jWvWx+uKU5XFZDLx189OK8ojW1u0By5dtLHUN/rwkte68PnhnYVbt0bvWiub9w1+f4C0L3hIuXZ8+xlVSt0eb3tgQsmVZnem5R3U0uf/fmFdqiLTvY3nPnet5/v4f9pLB6QX2krnnFQ1tXtN+2ePlAaUNWcfiWwrncn4ca9ml3hFeHHm+u2bq4MhxUZs3bMH/3jgaPUtlVunFjg2/8yRzf3cHsssKZqlnOqyCWworWykW9lXnspk0ffrjpfCreIpjPWbwnFxt3PAkcQgkUuH1auUMf+txJQ0hK1k1zsNaqQdaLMxfoq9AGGxtJQ+fGw53cE/TY8pWhJruZHiMAcCexFS/eGDp6hntiXGE/gvI7163b29ExfiHxNsnqub/a6/QmPoAn4GpZ2c9cZRX5/57IWUNYuubiQBAddhuxAKe6PA5vuV5dkk0VXkMM3zk42W3Awrgka8LQgjZY+tQIffd5+vnHasnHL/cczldyS4r79i6su6Nu9oPQ8lbaid2Pt9/bXtTTynevq7bkPkITV47d+3NugOzo4M3y77Zxbnb2nhWrl0T/kO4u3H1ig33e1lD6JDYjiKkCHOioF0pZv6T6gxxipxLNhFc8xERA48vq5ZfXdL/QV6c8W3PfwjIsZyI3Csvo72e4FpTVwTv/UYNAKtY+8MB84vogZ1Xr5lW38iJdPZ74xunzO4Gk7BARIkytjlyCoPVoIb3IluMfAYRhEoAO2aGXKc2TNAJaSwdzQEeq7jC7TWYF2Y2jrEIXlyVEhunBs5t7K62a7Z6qB0923/+vPT2v7mwpqV/mTEsTiCB5zz735HOP9VbVWtKKZK08uDJ7vcQN02HogGegY5iNnKUHh12ti9/zzHvsauy+tx+e375j94LuA64MV/5MQbZVNT95/re7jlxZVaVuW5Nffsd9TXfOpXcv6m2Bn3x6FgXg/oz+P0h/ce8g2mTEWxVTzzQzrTruNCcRdbu6VY87gLVXc4uSjXfosak7XxWM4oyl+ockmzCFhJXaGwK8e6sCW2T3sLmPnh5qSZtx9JHFL6QBHGnsTjdtWQ8PFygWtQTIkrI84NILfQSC65FUMFsnOYFHEoSmUCD49a4rt3985PTsd8GzB/5KEnzmhhORgVOZPM+yb5KmpRu38jQqviH6826Lrdrxx6DZdFPo2fVbTiy9AUpDJ3SxGYvpK7u+Rhz8D4BCxssAeJxjYGRgYABi/vcdWfH8Nl8ZuNkZQODSliXbkWl2BrA4BwMTiAIAKDsJfgB4nGNgZGBgZwCChWASxGZkQAVyABOTANd4nGNnYGBgHwAMADNUANMAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IAAHicY2BkYGCQY8hlYGcAASYg5gJCBob/YD4DABa6AakAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYE4CWlZSveFP8hHOY4gHhw79VLav68hMNOH6kG60mg5YhM22pr9b1vGMMEUM2TgyFGgxBwVbnCLBZZYYY07bHCPBzziCc94wSve8I4PbGeDFj/VydVSOakpG0T0VH1ZHXuq+xhoftHaHq+yV+21o1P7brWLWnvpiExNJpBb/i18q8D9ZxSOcj8oY8iVPjZBBU2+kGIIypokuqTI+cx3qXMq7Z6PQIsx1DYGrQxtLul50YV50rVcCiNJc0enX4qdkNRYe8j2g46+SIMHapXJw1GFdIWH2DfalQknZeTDWsRW2bqlBK3ORIz9AqJUapQAAAA=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgQAAAEoAAAAVmNtYXDiLxC2AAAB+AAAAUpnbHlm5X8X/gAAA4QAAA7kaGVhZAuHlGsAAADQAAAANmhoZWEOogcfAAAArAAAACRobXR40gAAAAAAAYAAAAB4bG9jYTDILUIAAANEAAAAPm1heHABLwB5AAABCAAAACBuYW1l1cf1oAAAEmgAAAIKcG9zdL2sAHoAABR0AAABeQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHgABAAAAAQAAD+/W/l8PPPUACwcAAAAAANK0pLcAAAAA0rSktwAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAeAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHQcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADxHf//AAAAAPEB//8AAA8AAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AUABmALIAxgDmAR4BSAF0AZwB8gIuAo4CugMKA44DsAPqBDgEfAS4BOgFDAWiBegGNgZsBtoHcgAAAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAOABoAAAkCEwQAAxIABSQAEwIAASYAJzYANxYAFwYAAusBwP5Alf7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uAjABUAFQAZsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiAGIAAGABMAJAAnAAABLgEnFRc2NwYHFz4BNSYAJxUWEgEHASERIQERAQYHFT4BNxc3AQcXBNABZVW4A7sCJ3ElKAX+3+Wlzvu3XwFh/p8BKwF1AT5MXU6KO5lf/WCcnAOAZJ4rpbgYGGpbcUacVPQBYziaNP70Aetf/p/+QP6LAfb+wjsdmhJEMZhfBJacnAAAAQAAAAAEqwXWAAUAAAERIQERAQILASoBdv6KBGD+QP6LBKr+iwAAAAIAAAAABWYF1gAGAAwAAAEuAScRPgEBESEBEQEFZQFlVFRl/BEBKwF1/osDgGSeK/2mK54BRP5A/osEqv6LAAADAAAAAAYgBg8ABQAMABoAABMRIQERAQUuAScRPgEDFRYSFwYCBxU2ADcmAOABKwF1/osCxQFlVVVluqXOAwPOpeUBIQUF/t8EYP5A/osEqv6L4GSeK/2mK54C85o0/vS1tf70NJo4AWL19QFiAAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gAPABMAAAEhDgEHER4BFyE+ATcRLgEDIREhBUD8gD9VAQFVPwOAP1UBAVU//IADgAXVAVU//IA/VQEBVT8DgD9V++wDgAAABgAAAAAGawZrAAcADAATABsAIAAoAAAJASYnDgEHASUuAScBBSEBNhI3JgUBBgIHFhchBR4BFwEzARYXPgE3AQK+AWROVIfwYQESA4416aH+7gLl/dABelxoAQH8E/7dXGgBAQ4CMP3kNemhARJ4/t1OVIfwYf7uA/ACaBIBAVhQ/id3pfY+/idL/XNkAQGTTU0B+GT+/5NNSEul9j4B2f4IEgEBWFAB2QAAAAUAAAAABmsF1gAPABMAFwAbAB8AAAEhDgEHER4BFyE+ATcRLgEBIRUhASE1IQUhNSE1ITUhBdX7VkBUAgJUQASqQFQCAlT7FgEq/tYC6v0WAuoBwP7WASr9FgLqBdUBVT/8gD9VAQFVPwOAP1X9rJX+1ZWVlZaVAAMAAAAABiAF1gAPACcAPwAAASEOAQcRHgEXIT4BNxEuAQEjNSMVMzUzFRQGByMuAScRPgE3Mx4BFQUjNSMVMzUzFQ4BByMuATURNDY3Mx4BFwWL++o/VAICVD8EFj9UAgJU/WtwlZVwKiDgICoBASog4CAqAgtwlZVwASog4CAqKiDgICoBBdUBVT/8gD9VAQFVPwOAP1X99yXgJUogKgEBKiABKiAqAQEqIEol4CVKICoBASogASogKgEBKiAAAAYAAAAABiAE9gADAAcACwAPABMAFwAAEzM1IxEzNSMRMzUjASE1IREhNSERFSE14JWVlZWVlQErBBX76wQV++sEFQM1lv5AlQHAlf5Alv5AlQJVlZUAAAABAAAAAAYgBmwALgAAASIGBwE2NCcBHgEzPgE3LgEnDgEHFBcBLgEjDgEHHgEXMjY3AQYHHgEXPgE3LgEFQCtKHv3sBwcCDx5OLF9/AgJ/X19/Agf98R5OLF9/AgJ/XyxOHgIUBQEDe1xcewMDewJPHxsBNxk2GQE0HSACf19ffwICf18bGf7NHCACf19ffwIgHP7KFxpcewICe1xdewAAAgAAAAAGWQZrAEMATwAAATY0Jzc+AScDLgEPASYvAS4BJyEOAQ8BBgcnJgYHAwYWHwEGFBcHDgEXEx4BPwEWHwEeARchPgE/ATY3FxY2NxM2JicFLgEnPgE3HgEXDgEFqwUFngoGB5YHGQ26OkQcAxQP/tYPFAIcRTm6DRoHlQcFC50FBZ0LBQeVBxoNujlFHAIUDwEqDxQCHEU5ug0aB5UHBQv9OG+UAgKUb2+UAgKUAzckSiR7CRoNAQMMCQVLLRzGDhEBAREOxhwtSwUJDP79DBsJeyRKJHsJGg3+/QwJBUstHMYOEQEBEQ7GHC1LBQkMAQMMGwlBApRvb5QCApRvb5QAAAAAAQAAAAAGawZrAAsAABMSAAUkABMCACUEAJUIAaYBPQE9AaYICP5a/sP+w/5aA4D+w/5aCAgBpgE9AT0BpggI/loAAAACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgABJgAnNgA3FgAXBgADgP7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uBmsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAMAAAAABmsGawALABcAIwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAAw4BBy4BJz4BNx4BA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rh0Cf19ffwICf19ffwZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAk9ffwICf19ffwICfwAAAAQAAAAABiAGIAAPABsAJQApAAABIQ4BBxEeARchPgE3ES4BASM1IxUjETMVMzU7ASEeARcRDgEHITczNSMFi/vqP1QCAlQ/BBY/VAICVP1rcJVwcJVwlgEqICoBASog/tZwlZUGIAJUP/vqP1QCAlQ/BBY/VPyClZUBwLu7ASog/tYgKgFw4AACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgATBwkBJwkBNwkBFwEDgP7D/loICAGmAT0BPQGmCAj+Wjhp/vT+9GkBC/71aQEMAQxp/vUGawj+Wv7D/sP+WggIAaYBPQE9Aab8EWkBC/71aQEMAQxp/vUBC2n+9AABAAAAAAXWBrYAFgAAAREJAREeARcOAQcuAScjFgAXNgA3JgADgP6LAXW+/QUF/b6+/QWVBgFR/v4BUQYG/q8FiwEq/ov+iwEqBP2/vv0FBf2+/v6vBgYBUf7+AVEAAAABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcABM8ADgAXACoAPQBQAFoAXQAAARE2HgIHDgEHBiYjJyY3FjY3NiYHERQFFjY3PgE3LgEnIwYfAR4BFw4BFxY2Nz4BNy4BJyMGHwEeARcUBhcWNjc+ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: '\f101';
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: '\f102';
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: '\f103';
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: '\f104';
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: '\f105';
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: '\f106';
}

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: '\f107';
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: '\f108';
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: '\f109';
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: '\f10a';
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: '\f10b';
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: '\f10c';
}

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: '\f10d';
}

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: '\f10e';
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: '\f10f';
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: '\f110';
}

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: '\f111';
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: '\f112';
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: '\f113';
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: '\f114';
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: '\f115';
}

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before {
  content: '\f116';
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: '\f117';
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: '\f118';
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: '\f119';
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: '\f11a';
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: '\f11b';
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: '\f11c';
}

.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before {
  content: '\f11d';
}

.video-js {
  width: 100% !important;
  height: auto;
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: auto !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.lt-ie9 .video-js.vjs-fluid, .lt-ie9
.video-js.vjs-16-9, .lt-ie9
.video-js.vjs-4-3 {
  height: 1px;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.lt-ie9 .video-js .vjs-tech {
  height: 100% !important;
}

.lt-ie10 .video-js .vjs-volume-menu-button,
.lt-ie10 .video-js .vjs-fullscreen-control {
  margin-top: -1.7em;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
          transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

@media �screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  top: -1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.video-js:hover .vjs-progress-control {
  font-size: 0.9em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.2);
}

.vjs-default-skin .vjs-progress-holder .vjs-play-progress {
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-progress-holder .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}

.vjs-default-skin .vjs-progress-holder .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0;
}

.vjs-default-skin .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}

.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  height: 100%;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  position: absolute;
  top: 0;
  right: -0.5em;
  font-size: 1.1em;
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -3.4em;
  right: -1.5em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  position: absolute;
  right: 20px;
  width: 12em;
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  height: 0.5em;
  left: 0;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.2em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.2em;
  right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.video-js .vjs-current-time {
  margin-left: 1em;
}

.video-js .vjs-time-divider {
  min-width: 0;
}

.video-js .vjs-remaining-time,
.vjs-no-flex .vjs-remaining-time {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -ms-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -ms-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  position: absolute;
  right: 0;
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display {
  height: 100%;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: 0;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.cn-main {
  position: fixed;
  z-index: 8000;
  right: 20px;
  text-align: center;
  bottom: 5%;
}

.cn-main .icon-up-arrow {
  font-size: 14px;
}

.cn-main .cn-icon {
  height: 26px;
  text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white;
}

.cn-main .cn-top {
  margin-bottom: 2px;
}

.cn-main i:before {
  color: #999999/9;
}

.cn-main .social-api-btn {
  position: absolute;
  left: -9999px;
}

.cn-main li {
  height: 26px;
  margin-bottom: 2px;
  list-style-type: none;
}

.cn-main li.social-wrap .cn-icon {
  top: 5px;
}

.cn-main button, .social-btn {
  display: block;
  min-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  height: 26px;
  font-size: 13px;
  background: transparent;
  position: relative;
}

.social-btn {
  padding-top: 5px;
}

.cn-main button:hover {
  color: #1aa3de;
}

.cn-main:hover, .cn-main.social-hover {
  width: 209px;
  min-width: 209px;
  max-width: 209px;
  right: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
}

.cn-main:hover li, .cn-main.social-hover li {
  min-height: 26px;
  height: 26px;
}

.cn-main:hover button, .cn-main:hover .social-btn, .cn-main.social-hover button, .cn-main.social-hover .social-btn {
  color: #e3e3e3;
  background-color: #959595;
}

.cn-main:hover button .cn-wrap, .cn-main:hover .social-btn .cn-wrap, .cn-main.social-hover button .cn-wrap, .cn-main.social-hover .social-btn .cn-wrap {
  display: block;
  min-width: 100%;
}

.cn-main:hover button .cn-txt, .cn-main:hover .social-btn .cn-txt, .cn-main.social-hover button .cn-txt, .cn-main.social-hover .social-btn .cn-txt {
  color: white;
  display: block;
  margin-left: 10px;
  margin-top: 4px;
  max-width: 140px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cn-main:hover button .cn-icon, .cn-main:hover .social-btn .cn-icon, .cn-main.social-hover button .cn-icon, .cn-main.social-hover .social-btn .cn-icon {
  height: 12px;
  width: 14px;
  position: absolute;
  right: 20px;
  top: 6px;
  text-align: center;
  color: black;
}

.cn-main:hover button:hover, .cn-main:hover .social-btn:hover, .cn-main.social-hover button:hover, .cn-main.social-hover .social-btn:hover {
  color: white;
  background-color: #1aa3de;
}

.cn-main:hover button:hover .cn-txt, .cn-main:hover .social-btn:hover .cn-txt, .cn-main.social-hover button:hover .cn-txt, .cn-main.social-hover .social-btn:hover .cn-txt {
  color: white;
}

.cn-main:hover button:hover .cn-icon, .cn-main:hover .social-btn:hover .cn-icon, .cn-main.social-hover button:hover .cn-icon, .cn-main.social-hover .social-btn:hover .cn-icon {
  color: black;
}

.cn-main:hover .social-api-btn, .cn-main.social-hover .social-api-btn {
  position: relative;
  left: auto;
  text-align: left;
  margin-left: 9px;
  margin-top: -2px;
}

.cn-contact {
  color: #000;
}

.cn-contact .icon-nav-support {
  color: initial;
}

#lt-ie10 .cn-main:hover button:hover .cn-icon i {
  color: white !important;
}

#lt-ie10 .cn-icon {
  color: #999;
}

.grid-outline .column, .grid-outline .columns {
  background: #EEE;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  min-height: 60px;
  line-height: 60px;
  margin-top: 1%;
  margin-bottom: 1%;
}

.grid-outline .column p, .grid-outline .columns p {
  margin: 0px;
}

.grid-outline .row {
  border: 1px solid #ed1c24;
}

.grid-outline .nested .column, .grid-outline .nested .columns {
  background-color: gray;
}

.hero-carousel {
  background: #fff;
  max-height: 540px;
  overflow: hidden;
  padding-bottom: 10px;
}

.heroes-small {
  display: none;
  padding-top: 0;
  color: #000;
  background-color: #fff;
}

.heroes-small .hero-content {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.heroes-small .hero-content p, .heroes-small .hero-content h1 {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-transform: none;
}

.heroes {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.panel {
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 29px;
}

.panel h4 {
  margin-bottom: 0;
}

.panel .transparency {
  background-color: #1aa3de;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all;
}

.panel .container {
  position: relative;
}

.hero-primary.panel-body {
  display: block;
}

.panel-body {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 540px;
  color: #fff;
  display: none;
}

.panel-body h2 {
  line-height: 1em;
}

.panel-body .arrow-right:after {
  content: '\e60e';
  font-family: 'icomoon';
  font-size: 13px;
  margin-left: 5px;
}

.panel-body.light-bg h2, .panel-body.light-bg p, .panel-body.light-bg span {
  color: #000;
}

.panel-body h1 {
  text-transform: none;
  line-height: 1.1em;
  font-weight: 400;
  text-align: left;
}

.hero-tagline-container {
  color: #333;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.hero-tagline-container p {
  margin: 15px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-tagline-container {
    width: 50%;
  }
}

.hero-info {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #fff;
  margin-top: 300px;
}

.hero-info span {
  font-size: 52px;
  font-size: 3.25rem;
  text-align: right;
}

.panel-title {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  color: #fff;
  font-family: 'DINNextRoundedLTW01-Med';
}

.lightest-panel-header .transparency {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
}

.light-panel-header .transparency {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
}

.med-panel-header .transparency {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.dark-panel-header .transparency {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.darkest-panel-header .transparency {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

.current-panel-header .transparency {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.panel-hover .transparency {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
}

.toggle-button, .collapse-button, .open-button {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 25px;
  height: 25px;
  width: 25px;
  background: #000;
  color: #e5e5e5;
  text-align: center;
  padding-top: 3px;
  padding-top: 0.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.toggle-button:hover, .collapse-button:hover, .open-button:hover {
  cursor: pointer;
}

.icon-controller-paus,
.icon-carousel-collapse {
  display: none;
}

.collapse-button, .open-button {
  bottom: 0px;
}

.open-button {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.hero-primary {
  margin: -30px 0 -117px 0;
  position: relative;
  overflow: hidden;
}

.hero-primary h2,
.hero-primary .tagline-content {
  display: block;
}

.hero-primary.zoom h2,
.hero-primary.zoom .tagline-content {
  display: none;
}

@media screen and (min-width: 1025px) {
  .hero-primary .zoom-background {
    -webkit-transform-origin: 67% 50%;
        -ms-transform-origin: 67% 50%;
            transform-origin: 67% 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-primary .zoom-background {
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}

.hero-primary .zoom-background {
  -webkit-transition: -webkit-transform 1.5s linear;
          transition: transform 1.5s linear;
  background: url("../images/_fpo/hero-mobile.jpg");
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.hero-primary.zoom .zoom-background {
  -webkit-transform: scale(3.3);
      -ms-transform: scale(3.3);
          transform: scale(3.3);
}

.hero-primary.zoom .zoom-background.scale {
  -webkit-transform: scale(1) rotate(0.1deg);
      -ms-transform: scale(1) rotate(0.1deg);
          transform: scale(1) rotate(0.1deg);
}

@media print {
  * {
    color: #000 !important;
    font-family: Arial, 'Helvetica Neue', Helvetica,  'Microsoft Yahei','微软雅黑', STXihei, '华文细黑', sans-serif;
    font-weight: 400;
    -webkit-print-color-adjust: exact;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 18px !important;
  }
  .pri-nav-lb {
    content: url("../images/logo-black.jpg");
    width: 100%;
    height: 100%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
  }
  .pri-nav {
    position: static !important;
  }
  .popup-header {
    height: 78px !important;
    margin-bottom: 15px !important;
  }
  .popup-header .popup-logo {
    background-image: none !important;
  }
  .row.pri-nav-bt .three.columns {
    width: 235px;
  }
  .pf:after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
  }
  .pri-nav-tr, .pri-nav-menubtn, .pri-nav-search, .breadcrumbs, .u-dotted-border, .recently-visited-ribbon, .lsn, .cn-main, .pf-tr, .pf-br .eight, .pri-nav-lb a, .slick-next, .slick-arrow,
  .expand-all, .tile-chevron, .paging-contain, .product-search-bg, .btn.primary, input.primary[type="button"].btn, input.primary[type="submit"].btn, input.primary[type="reset"].btn, input.primary[type="button"].btn, input.primary[type="submit"].btn, input.primary[type="reset"].btn,
  .btn + .btn, input[type="button"].btn + .btn, input[type="submit"].btn + .btn, input[type="reset"].btn + .btn,
  .btn + input[type="button"].btn,
  .btn + input[type="submit"].btn,
  .btn + input[type="reset"].btn, input[type="button"].btn + .btn, input[type="submit"].btn + .btn, input[type="reset"].btn + .btn, .btn + input[type="button"].btn, .btn + input[type="submit"].btn, .btn + input[type="reset"].btn,
  .product-detail-tabs .tabs, .read-less, .read-more, .filterable-listing-pagination, .page-header-show-more-btn, .expandable-area .icon-close, .header-promotion, .page-header-content-holder .one-item,
  .block-diagram-container .print-block-diagram a, .block-diagram-container .print-block-diagram p, .block-diagram canvas, .block-diagram map, .block-diagram img.blocked-diagram, .back-to-block-diagrams, .pst-header-buttons,
  .parts-table-target .row:nth-child(2) h2, .block-diagram-carousel .hotspot-parametric-container, .icon-close, .atlwdg-trigger, .pst-header-toggle, .pst-part-ref-checkbox, .pst-col-header:after, .pst-col-header:before, .pst-sticky-col {
    display: none !important;
  }
  .faq .answer, .product-detail-tabs .tabbed-content-container .tab-content, .expandable-area, .block-diagram, .hidden-area, .block-diagram-container .print-block-diagram .tab, .popup-logo-print:before,
  .block-diagram img.mapster_el, .pst-table-body, .pst-header {
    display: block !important;
  }
  .pri-nav, .page-header-with-bg, .page-header-content-holder, .pf, .block-diagram.tabs .tab, .popup-header, .popup-logo {
    background-color: #fff !important;
  }
  .block-diagram-carousel .active .hotspot-parametric-container,
  .block-diagram-carousel .active .parts-table-target .row:nth-child(2) h2 {
    display: inline-block !important;
  }
  .container-fluid, .u-section-container, .container, .page-header-with-bg h1 {
    padding: 0 !important;
    margin: 0 !important;
    background: none  !important;
  }
  .page-header-with-bg, .pri-nav-btmb, .block-diagram.tabs, .box-container-no-link {
    border-bottom: 0 !important;
    min-height: auto !important;
  }
  .pf-br .four {
    width: 100% !important;
  }
  .featured-locations .shadow-box, .shadow-box.carousel.one-item .slide, .product-container-outer, .box-container-no-link {
    box-shadow: none !important;
  }
  .t2-page-header {
    margin-top: 20px;
  }
  .block-diagram.tabs .carousel-container {
    float: left;
  }
  .block-diagram.tabs .tab.active, .box-container-no-link {
    border-width: 0 !important;
  }
  img.blockdiagram {
    max-width: 50%;
  }
  .print-full-row .columns.six {
    width: 100%;
    margin-left: 0;
  }
  .print-full-row .columns.read-more-content.eight {
    margin-left: -50px;
  }
  .block-diagram-carousel {
    margin-bottom: 30px;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  html {
    width: auto;
    position: static;
    overflow: visible;
  }
  .cn-main {
    display: none;
  }
  .pst {
    page-break-inside: avoid;
    display: table;
  }
  .pst-header-title {
    margin-left: -50px;
  }
  .pst-header {
    position: static !important;
  }
  .pst-header-ghost {
    display: none !important;
  }
  .pst-sticky-head,
  .pst-sticky-thead,
  .pst-sticky-col,
  .pst-sticky-point-x {
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  .pst-sticky-point-x {
    display: none !important;
  }
  .pst-trigger-compare,
  .pst-trigger-compare.active,
  .pst-trigger-filters,
  .pst-trigger-parameters {
    background: transparent;
    color: transparent;
  }
  .pst-trigger-filters:before {
    display: none;
  }
  .pst-modal {
    display: none !important;
  }
  .print-block-diagram .tab {
    font-size: 15px;
    overflow: hidden;
    display: block;
    font-family: 'DINNextRoundedLTW01-Med', sans-serif;
    text-align: center;
  }
  .block-diagram, .related-resources-container {
    page-break-inside: avoid;
    page-break-before: avoid;
    page-break-after: avoid;
  }
  .block-diagram-container, .block-diagram-carousel, .block-diagram, .pst, .related-resources-container {
    position: relative !important;
    overflow: hidden !important;
  }
  .pst-cell-td,
  .pst-cell-description,
  .pst-cell-sticky .pst-cell-td {
    margin: 10px 0;
  }
  .parametric-container .pst {
    display: inline-block !important;
    overflow: visible !important;
  }
  .pst-part-ref-new .pst-new {
    margin-left: 25px;
  }
  .pst-cell-description,
  .pst-cell-td {
    padding: 0 !important;
  }
  .pst-table-body tr.hover {
    background: #fff !important;
  }
  .pst-sticky-thead, .pst-header {
    background-color: #e5e5e5 !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*# sourceMappingURL=main.css.map */


/***** Privacy Popup *****/

.privacy-popup-base {
    z-index: 10000012;
    position: fixed;
    padding: 3px;
    border: 1px solid #aaaaaa;
    background-color: white;
}

.privacy-popup-base .ui-dialog-titlebar {
    display: none;
}

#privacy-popup {
    /* background: #3ea4e1; */
    background: #000000;
    min-height: 0 !important;
    padding: 8px 15px;
}

#privacy-popup .holder {
    display: table;
    margin: 3px 3px 5px 3px;
}

#privacy-popup .holder .left {
    display: table-cell;
    vertical-align: middle;
}

#privacy-popup .holder .right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

#privacy-popup .holder .left p {
    color: #ffffff;
}

#privacy-popup .holder .left p a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

#privacy-popup .holder .right button {
    background: #e1e1e1;
    color: #000000;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: DINNextRoundedLTW01-Med, arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
}


/***** COVID-19 Popup *****/

.covid-popup-base {
    z-index: 10000012;
    position: fixed;
    padding: 3px;
    border: 1px solid #aaaaaa;
    background-color: white;
}

.covid-popup-base .ui-dialog-titlebar {
    display: none;
}

#covid-popup {
    /* background: #3ea4e1; */
    background: #000000;
    min-height: 0 !important;
    padding: 8px 15px;
}

#covid-popup .holder {
    display: table;
    margin: 3px 3px 5px 3px;
}

#covid-popup .holder .left {
    display: table-cell;
    vertical-align: middle;
}

#covid-popup .holder .right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

#covid-popup .holder .left p {
    color: #ffffff;
}

#covid-popup .holder .left p a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

#covid-popup .holder .right button {
    background: #e1e1e1;
    color: #000000;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: DINNextRoundedLTW01-Med, arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
}



/***** How To Buy Menu *****/

.htb-menu {
    display: none;
    z-index: 999999; 
    position: absolute;
    left: 569px;
    top: 39px;
    background: white;
}

.htb-menu a {
    font-size: 12px;
    color: black;
    line-height: 20px;
    white-space: nowrap;
}

.htb-menu a:hover {
    color: #0198d9;
}

.htb-holder {
    background: white;
    padding: 6px 12px;
    border-left: 1px solid #27afe4;
    border-right: 1px solid #27afe4;
    border-bottom: 1px solid #27afe4;
}

.htb-menu-arrow {
  position: absolute;
  z-index: 1000;
  left: 569px;
  top: 30px;
  width: 0;
  height: 0;
  margin-bottom: -1px;
  border-style: solid;
  border-color: transparent transparent #34b2e5 transparent;
  border-width: 0 14.5px 15px 15.5px;
  display: none;
}

.htb-menu-arrow:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  margin-top: 2px;
  margin-left: -13.5px;
  content: '';
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 13.5px 14px 13.5px;
}


/* CSS hacks so frag identifier targets account for presence of sticky nav */
/* (Got this from https://css-tricks.com/hash-tag-links-padding/) */
span#channelpartner.fragIdentifier {
    margin-top: -106px;        /* Size that's tall enough to cover various layout cases (ie, desktop/mobile, recently viewed products on/off) */
    padding-bottom: 106px; 
    display: block; 
}
span#qorvosales.fragIdentifier {
    margin-top: -78px;        /* Size that's tall enough to cover various layout cases (ie, desktop/mobile, recently viewed products on/off) */
    padding-bottom: 78px; 
    display: block; 
}


/***** Technical Articles - Progressive Form *****/

div.progressive-form-box {
    background: #f4f4f4;
    border: solid 1px #999999;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 1px 2px 3px #d3d3d3;
    /* padding-top: 15px; */
    margin-top: 15px;
    margin-bottom: 35px;
}

div.progressive-form-box div.header {
    padding-bottom: 35px;
}

div.progressive-form-box div.header div.text1 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

div.progressive-form-box div.header div.text2 {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
}

div.tech-article-detail div.article-content.gated::after,
div.video-detail div.video-content.gated::after,
div.white-paper-detail div.article-content.gated::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: rgba(255, 255, 255, .2);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);        
}


/***** Technical Articles - Right Side Content Offers *****/

div.tech-article-detail div.content-offers.right,
div.white-paper-detail div.content-offers.right {
    float: right;
    margin-left: 50px;
    margin-bottom: 40px;
}

div.tech-article-detail div.content-offers.bottom,
div.white-paper-detail div.content-offers.bottom {
    display: table;
    margin: 0 auto;
}

div.tech-article-detail table.content-offers,
div.white-paper-detail table.content-offers {
    width: 281px;
}

div.tech-article-detail table.content-offers tr td.header,
div.white-paper-detail table.content-offers tr td.header {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
}

div.tech-article-detail table.content-offers tr td.text,
div.white-paper-detail table.content-offers tr td.text {
    width: 169px;
    padding: 15px 15px 15px 0;
    font-size: 14px;
    vertical-align: middle;
}

div.tech-article-detail table.content-offers tr td.image,
div.white-paper-detail table.content-offers tr td.image {
    width: 112px;
    padding: 15px 0 15px 0;
    vertical-align: middle;
}

div.tech-article-detail table.content-offers tr td.image img,
div.white-paper-detail table.content-offers tr td.image img {
    vertical-align: middle;
}

div.tech-article-detail table.content-offers tr,
div.white-paper-detail table.content-offers tr {
    border-bottom: 1px solid #999999;
}


/***** Technical Articles - Content Styles *****/

/* Lists */

div.tech-article-detail div.article-content ul,
div.white-paper-detail div.article-content ul {
    display: block;
    list-style-type: disc;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

div.tech-article-detail div.article-content ol,
div.white-paper-detail div.article-content ol {
    display: block;
    list-style-type: decimal;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

div.tech-article-detail div.article-content ul,
div.tech-article-detail div.article-content ol,
div.white-paper-detail div.article-content ul,
div.white-paper-detail div.article-content ol {
    margin-bottom: 15px;
}

div.tech-article-detail div.article-content li ul,
div.tech-article-detail div.article-content li ol,
div.white-paper-detail div.article-content li ul,
div.white-paper-detail div.article-content li ol {
    margin-bottom: 0;
}

div.tech-article-detail div.article-content ul li,
div.tech-article-detail div.article-content ol li,
div.white-paper-detail div.article-content ul li,
div.white-paper-detail div.article-content ol li {
    display: list-item;
    font-size: 15px;
    line-height: 18px;
}

div.tech-article-detail div.article-content ul.item-spacing1 li,
div.tech-article-detail div.article-content ol.item-spacing1 li,
div.white-paper-detail div.article-content ul.item-spacing1 li,
div.white-paper-detail div.article-content ol.item-spacing1 li {
    margin-top: 3px;
    margin-bottom: 3px;
}

div.tech-article-detail div.article-content ul.item-spacing2 li,
div.tech-article-detail div.article-content ol.item-spacing2 li,
div.white-paper-detail div.article-content ul.item-spacing2 li,
div.white-paper-detail div.article-content ol.item-spacing2 li {
    margin-top: 6px;
    margin-bottom: 6px;
}

div.tech-article-detail div.article-content ul.item-spacing3 li,
div.tech-article-detail div.article-content ol.item-spacing3 li,
div.white-paper-detail div.article-content ul.item-spacing3 li,
div.white-paper-detail div.article-content ol.item-spacing3 li {
    margin-top: 9px;
    margin-bottom: 9px;
}

div.tech-article-detail div.article-content ul.item-spacing4 li,
div.tech-article-detail div.article-content ol.item-spacing4 li,
div.white-paper-detail div.article-content ul.item-spacing4 li,
div.white-paper-detail div.article-content ol.item-spacing4 li {
    margin-top: 12px;
    margin-bottom: 12px;
}

div.tech-article-detail div.article-content ul.tight-indent,
div.tech-article-detail div.article-content ol.tight-indent,
div.white-paper-detail div.article-content ul.tight-indent,
div.white-paper-detail div.article-content ol.tight-indent {
    padding-left: 1.2em;      /* All browsers except Firefox */
}

@-moz-document url-prefix(){
    div.tech-article-detail div.article-content ul.tight-indent,
    div.tech-article-detail div.article-content ol.tight-indent,
    div.white-paper-detail div.article-content ul.tight-indent,
    div.white-paper-detail div.article-content ol.tight-indent {
        padding-left: 1em;      /* Firefox */
    }
}

/* Headlines */

div.tech-article-detail div.article-content h2,
div.white-paper-detail div.article-content h2 {
    font-family: 'DINNextRoundedLTW01-Med';
    text-transform: none;
    font-size: 21px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 15px;
}

div.tech-article-detail div.article-content h2.initial,
div.white-paper-detail div.article-content h2.initial {
    margin-top: 20px;
}

div.tech-article-detail div.article-content.gated h2.initial,
div.white-paper-detail div.article-content.gated h2.initial {
    margin-top: 5px;
}

div.tech-article-detail div.article-content h3,
div.white-paper-detail div.article-content h3 {
    font-family: 'DINNextRoundedLTW01-Med';
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 15px;
}

div.tech-article-detail div.article-content h4,
div.white-paper-detail div.article-content h4 {
    font-family: Arial, 'Helvetica Neue', Helvetica,  'Microsoft Yahei','微软雅黑', STXihei, '华文细黑', sans-serif;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Tables */

div.tech-article-detail div.article-content table {
    margin-bottom: 15px;
}

div.tech-article-detail div.article-content table tr th,
div.tech-article-detail div.article-content table tr td {
    font-size: 15px;
    line-height: 18px;
}

div.tech-article-detail div.article-content table.font13 tr th,
div.tech-article-detail div.article-content table.font13 tr td,
div.tech-article-detail div.article-content table.font13 tr td * {
    font-size: 13px;
    line-height: 15px;
}

div.tech-article-detail div.article-content table tr th {
    font-weight: bold;
    vertical-align: bottom;
}

div.tech-article-detail div.article-content table.style1,
div.tech-article-detail div.article-content table.style2,
div.tech-article-detail div.article-content table.style3 {
    border-collapse: collapse;
}

div.tech-article-detail div.article-content table.style1 tr th,
div.tech-article-detail div.article-content table.style1 tr td {
    padding: 5px 10px;
    border: 1px solid #666666;
}

div.tech-article-detail div.article-content table.style2 tr th,
div.tech-article-detail div.article-content table.style2 tr td {
    padding: 5px 10px;
    border: 1px solid #666666;
}

div.tech-article-detail div.article-content table.style2 tr th {
    background: black;
    color: white;
}

div.tech-article-detail div.article-content table.style3 tr th,
div.tech-article-detail div.article-content table.style3 tr td {
    padding: 5px 10px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

div.tech-article-detail div.article-content table.style3 tr td:first-child {
    border-left: none;
}

div.tech-article-detail div.article-content table.style3 tr td:last-child {
    border-right: none;
}

div.tech-article-detail div.article-content table.style3 tr th {
    background: black;
    color: white;
}

div.tech-article-detail div.article-content table.style3 tr:nth-child(even) {
    background: #eeeeee;
}

div.tech-article-detail div.article-content table.th-hcenter tr th {
    text-align: center;
}

div.tech-article-detail div.article-content table.td-hcenter tr td {
    text-align: center;
}

div.tech-article-detail div.article-content table.th-vcenter tr th {
    vertical-align: middle;
}

div.tech-article-detail div.article-content table.td-vcenter tr td {
    vertical-align: middle;
}

/* Misc Content Styles */

div.tech-article-detail div.article-content p.blue,
div.white-paper-detail div.article-content p.blue {
    color: #1aa3de;
}

div.tech-article-detail div.article-content p.figure-caption,
div.white-paper-detail div.article-content p.figure-caption {
    text-align: center;
    font-style: italic;
    margin-bottom: 0;
}

div.tech-article-detail div.article-content p.img-holder-center,
div.white-paper-detail div.article-content p.img-holder-center {
    text-align: center;
}



/***** UWB Partner Listings *****/

.filterable-listing-item-uwb-partner {
	border: solid 1px #999999;
	border-radius: 3px;
	cursor: pointer;
	padding: 10px 2% 22px 2%;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 1px 2px 3px #d3d3d3;
}

@media screen and (max-width: 767px) {
	.filterable-listing-item-uwb-partner {
	padding: 10px 2% 23px 2%;
	}
}

.filterable-listing-item-uwb-partner:hover {
	border: solid 2px #1aa3de;
}

.filterable-listing-item-uwb-partner:hover .listing-item-uwb-partner {
	margin: -1px;
}

.filterable-listing-item-uwb-partner:hover .tile-chevron {
	bottom: 19px;
	right: 19px;
}

.listing-item-uwb-partner .text p {
	text-align: left;
	font-size: 13px;
	color: black;
	margin-top: 10px;
}

.listing-item-uwb-partner .text p.name {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.listing-item-uwb-partner .text p.description {
	max-width: 350px;
}

.listing-item-uwb-partner .logo {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}


/***** UWB Partner Details *****/

div.uwb-partner-detail img.details-page-logo {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

div.uwb-partner-detail div.introduction ul li,
div.uwb-partner-detail div.introduction ol li {
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 12px;
}

div.uwb-partner-detail div.website {
	margin-top: 17px;
}

div.uwb-partner-detail h2.products-header {
	font-weight: bold;
	margin-top: 30px;
}

div.uwb-partner-detail div.product-box {
	padding: 20px;
	background: #f4f4f4;
	border: 1px solid #999999;
}

div.uwb-partner-detail div.product-box p.title {
	font-size: 18px;
	font-weight: bold;
}

div.uwb-partner-detail div.product-box div.rich-text ul li,
div.uwb-partner-detail div.product-box div.rich-text ol li {
	padding-left: 10px;
}

div.uwb-partner-detail div.product-box {
	margin-bottom: 18px;
}

div.uwb-partner-detail div.product-box table {
	border: none !important;
}

div.uwb-partner-detail div.product-box table tr {
	background: none !important;
}

div.uwb-partner-detail div.product-box table tr td {
	font-size: 15px;
	padding: 3px 20px 5px 0;
}

div.uwb-partner-detail p.return {
	margin-top: 35px;
}

div.uwb-partner-detail p.return a {
	font-weight: bold;
}


