@charset "UTF-8";
.row, .wrap, .content-body, .filter, .product-img {
  *zoom: 1; }
  .row:before, .wrap:before, .content-body:before, .filter:before, .product-img:before, .row:after, .wrap:after, .content-body:after, .filter:after, .product-img:after {
    content: '';
    display: table; }
  .row:after, .wrap:after, .content-body:after, .filter:after, .product-img:after {
    clear: both; }

.custom-dropdown:after, .img-overlay, .shine, .button, .button.grey, .button.blue, .button.slate, .share-box a, .icon-security {
  behavior: url("/assets/js/PIE.php"); }

.ie8 .contact * {
  behavior: none; }

html {
  background-color: #FFF;
  box-sizing: border-box;
  font-family: sans-serif;
  height: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

body {
  background: #F5F5F5;
  color: #415563;
  font: normal normal 100%/1.5 "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  overflow: hidden; }

body.cke_editable {
  background: white; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

::selection, ::-webkit-selection {
  background: #415563;
  color: #FFF; }

::-moz-selection {
  background: #415563;
  color: #FFF; }

.hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

body:hover .hide a,
body:hover .hide input,
body:hover .hide button {
  display: none !important; }

.nb {
  list-style: none;
  margin: 0;
  padding: 0; }

nav li, .ftr-icons li {
  display: inline-block; }

article [style] {
  color: inherit !important; }

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

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

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

.no-svg .mobile-icons .icon-calculator:before,
.no-svg .mobile-icons .icon-phone:before, .ftr-social:before {
  background: url(../img/sprites.png) no-repeat;
  content: '';
  display: inline-block; }

.custom-dropdown:after {
  background: linear-gradient(#C8102E, #990c23);
  -pie-background: linear-gradient(#C8102E, #990c23); }

svg {
  fill: currentColor;
  height: 16px;
  width: 16px; }

.icon-question svg {
  height: 13px; }

.icon-email svg {
  height: 12px; }

[class^="icon-"] span,
[class*=" icon-"] span {
  font-size: 0;
  display: inline-block;
  height: 0; }

.desktop-only {
  display: none; }

.desktop-only {
  display: block; }

span.desktop-only {
  display: inline; }

.mobile-only {
  display: none !important; }

[class^="col"],
[class*=" col"] {
  float: left;
  text-align: left; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33333%; }

.row {
  position: relative;
  width: 100%;
  z-index: 2; }
  .content-body .row {
    background-color: #FFF; }
    .content-body .row.alt {
      background-color: #f2f2f2; }

.box {
  background-color: #F5F5F5;
  border-radius: 3px; }
  .box.dark {
    background-color: #415563;
    color: #FFF; }

.circle-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  position: relative; }
  .circle-btn svg {
    fill: #FFF !important;
    height: 65%;
    width: 65%;
    margin: 0 !important;
    position: relative;
    left: 0;
    top: 3px;
    vertical-align: top; }
  .circle-btn.alt {
    -pie-background: none; }
  .alt .circle-btn, .button .circle-btn, .item-action .circle-btn {
    border: 0;
    font-size: 24px;
    width: 16px;
    height: 16px;
    top: .1em;
    vertical-align: top; }
  .item-action .circle-btn {
    margin-right: 3px; }
  .button .circle-btn {
    margin-left: 10px;
    top: .05em;
    vertical-align: text-top; }
  button.button .circle-btn {
    top: .15em; }
    button.button .circle-btn svg {
      left: 3px; }
  .circle-btn.btn-down:before {
    background: url(../img/arrow-down-white.png) 50% 90% no-repeat;
    content: '';
    display: block;
    text-align: center;
    width: 100%;
    height: 100%; }
  .circle-btn.btn-up:before {
    background: url(../img/arrow-down-white.png) 50% 20% no-repeat;
    content: '';
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
  .ie8 .circle-btn {
    display: none; }

.arrow-right {
  margin-right: 5px;
  vertical-align: text-bottom; }
  .ie8 .arrow-right {
    display: none; }
  .button .arrow-right {
    margin: 0 0 0 10px; }

.rule {
  border-bottom: 1px solid #CBCBCB;
  margin: 0;
  padding: 1.5em 0; }

.notice {
  font-size: .9375em;
  font-weight: 600;
  margin: 1em 0 0; }

.no-margin {
  margin: 0; }

.cta-call {
  font-size: 1em;
  font-weight: 600;
  margin: 0; }

.cta-talk {
  font-size: .6875em;
  font-weight: 400; }

.img-overlay {
  background-color: rgba(255, 255, 255, 0.3);
  -pie-background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  font-size: .625em;
  padding: .25em 10px; }
  .boxshadow .img-overlay {
    box-shadow: 0 0 5px #CBCBCB; }

.v-centre {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.shadow {
  margin-bottom: 2em;
  position: relative; }
  .shadow > .row {
    padding-bottom: 2em; }
  .shadow:after {
    content: '';
    display: inline-block;
    position: absolute; }
  .shadow:after {
    box-shadow: 0 0 12px #CBCBCB;
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 200px/20px; }

.highlight {
  color: #C8102E; }

.shine {
  background: linear-gradient(to bottom, #FFF 0%, #F5F5F5 15%, #F5F5F5 100%);
  -pie-background: linear-gradient(to bottom, #FFF 0%, #F5F5F5 15%, #F5F5F5 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8); }

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a {
  color: #415563;
  text-decoration: none;
  vertical-align: baseline; }

a:link {
  -webkit-tap-highlight-color: #C8102E; }

a:hover, a:focus, a:active {
  color: #C8102E;
  text-decoration: underline; }

a.makeitblue {
  color: #0997C1; }

a.makeitblue:hover, a.makeitblue:focus, a.makeitblue:active {
  text-decoration: underline;
  color: #0997C1; }

a:focus {
  outline: thin dotted; }

a:active {
  outline: none; }

a, button {
  transition: color .5s ease; }

h1, h2, h3, #alt-title, .sidepanel-title {
  color: #415563;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizelegibility; }
  h1 a, h2 a, h3 a, #alt-title a, .sidepanel-title a {
    color: inherit;
    text-decoration: none !important; }

h1, .h1 {
  font-size: 1.625em;
  font-weight: 300;
  margin-bottom: 0.75em; }

h2, .h2, #alt-title, .sidepanel-title {
  font-size: 1.11719em;
  margin-bottom: 0.75em; }

h3, .h3 {
  font-size: 1.01563em;
  margin-bottom: 1em; }

#alt-title, .sidepanel-title {
  display: block; }

#brand-title {
  font-weight: 600;
  display: block; }

p, ol, ul, dl, th, td {
  font-size: 0.8125em;
  margin: 0 0 1.5em; }

ul, ol {
  margin-left: 1em;
  padding-left: 1em; }
  ul ul, ul ol, ul p, ol ul, ol ol, ol p {
    font-size: 1em; }

dl {
  margin: 1em 0;
  padding: 0; }

dt, dd {
  line-height: 1;
  margin: 0 0 .5em; }

dt {
  clear: left;
  float: left;
  font-weight: bold; }

dd {
  overflow: hidden; }

.makeitred {
  color: #C8102E !important; }

.makeitgrey {
  color: #415563 !important; }

.makeitsmaller {
  font-size: 0.77188em; }

.redbullets li:before {
  content: ">";
  line-height: 1.5;
  padding: 0 5px;
  color: #C8102E;
  font-weight: bold;
  font-size: 9.75;
  position: relative;
  top: -2px; }

.redbullets-sq li:before {
  content: "■";
  line-height: 1.5;
  padding: 0 5px;
  color: #C8102E;
  font-weight: bold;
  font-size: 9.75;
  position: relative;
  top: -2px; }

.redbullets li li:before, .redbullets-sq li li:before {
  content: "-";
  color: #415563; }

.redbullets li {
  text-indent: -18px;
  padding-left: 18px; }

img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%; }

.img-r {
  float: right;
  margin: .5em 0 1em 15px; }

.img-l {
  float: left;
  margin: .5em 15px 1em 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button:active, button:active {
  bottom: -1px; }

.button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #C8102E;
  border-color: #990c23;
  border-bottom-color: fadein(#2d3b44, 15%);
  color: #fff;
  border-radius: 3px;
  background: linear-gradient(color-stops(#C8102E, #C8102E 25%, #990c23));
  -pie-background: linear-gradient(top, #C8102E 0, #990c23 100%); }
  .button:hover, .button:focus {
    background-color: #990c23; }
  .button:hover, .button:focus {
    color: #fff; }
  .button:hover, .button:focus, .button:active {
    background: linear-gradient(color-stops(#C8102E, #b00e29 25%, #6a0818));
    -pie-background: linear-gradient(top, #C8102E 5%, #6a0818 100%); }
  .button.red:after {
    content: "\00BB";
    padding-left: 1.125em; }
  .button.grey {
    background-color: #415563;
    border-color: #2d3b44;
    border-bottom-color: fadein(#2d3b44, 15%);
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(color-stops(#415563, #415563 25%, #2d3b44));
    -pie-background: linear-gradient(top, #415563 0, #2d3b44 100%); }
    .button.grey:hover, .button.grey:focus {
      background-color: #2d3b44; }
    .button.grey:hover, .button.grey:focus {
      color: #fff; }
    .button.grey:hover, .button.grey:focus, .button.grey:active {
      background: linear-gradient(color-stops(#415563, #374854 25%, #192025));
      -pie-background: linear-gradient(top, #415563 5%, #192025 100%); }
    .button.grey:after {
      content: "\00BB";
      padding-left: 1.125em; }
  .button.blue {
    background-color: #0997C1;
    border-color: #077190;
    border-bottom-color: fadein(#2d3b44, 15%);
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(color-stops(#0997C1, #0997C1 25%, #077190));
    -pie-background: linear-gradient(top, #0997C1 0, #077190 100%); }
    .button.blue:hover, .button.blue:focus {
      background-color: #077190; }
    .button.blue:hover, .button.blue:focus {
      color: #fff; }
    .button.blue:hover, .button.blue:focus, .button.blue:active {
      background: linear-gradient(color-stops(#0997C1, #0884a9 25%, #044b60));
      -pie-background: linear-gradient(top, #0997C1 5%, #044b60 100%); }
    .button.blue:after {
      content: "\00BB";
      padding-left: 1.125em; }
  .button.slate {
    background-color: #182E3E;
    border-color: #0a1319;
    border-bottom-color: fadein(#2d3b44, 15%);
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(color-stops(#182E3E, #182E3E 25%, #0a1319));
    -pie-background: linear-gradient(top, #182E3E 0, #0a1319 100%); }
    .button.slate:hover, .button.slate:focus {
      background-color: #0a1319; }
    .button.slate:hover, .button.slate:focus {
      color: #fff; }
    .button.slate:hover, .button.slate:focus, .button.slate:active {
      background: linear-gradient(color-stops(#182E3E, #11202c 25%, black));
      -pie-background: linear-gradient(top, #182E3E 5%, black 100%); }
    .button.slate:after {
      content: "\00BB";
      padding-left: 1.125em; }
  .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }

input.button, button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em; }
  input.button.tiny, button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em; }
  input.button.small, button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em; }

@media only screen {
  .button {
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; } }
fieldset {
  border: 0;
  margin: 0;
  padding: 20px;
  position: relative; }

.fieldset-hd {
  color: #415563;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1; }
  .fieldset-hd span {
    position: absolute;
    left: 20px;
    top: 20px; }

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

label, button {
  cursor: pointer; }

input {
  line-height: normal; }

label, input, textarea {
  font-size: 13px;
  padding: 5px; }

input, textarea {
  border: 1px solid #CBCBCB;
  border-radius: 3px;
  margin-bottom: .5em; }

.hz-label {
  float: left;
  padding: 0; }

.field {
  position: relative;
  transition-property: height, border-width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in; }
  .field label {
    display: block;
    font-size: 12px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.3s ease-in; }
  .field.show-label [placeholder]::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease-in; }
  .field.show-label label {
    max-height: 1.5em; }

textarea {
  overflow: auto;
  vertical-align: top; }

.custom-dropdown {
  background: #FFF;
  border: 1px solid #415563;
  border-radius: 3px;
  display: inline-block;
  height: 28px;
  position: relative;
  vertical-align: middle; }
  [role=banner] .custom-dropdown {
    background: #F5F5F5;
    width: 182px; }
  .dark .custom-dropdown {
    border-color: #FFF; }
  .filter .custom-dropdown {
    border-color: #CBCBCB;
    display: block;
    margin-bottom: 10px; }
    .filter .custom-dropdown select {
      padding: 0.4em 0 0.5em 0.8em; }
  .custom-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 1px solid transparent;
    color: #415563;
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
    padding: 0 2.5em 0 1em;
    outline: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
    .custom-dropdown select:focus {
      outline: none;
      box-shadow: 0 0 1px 3px #b4defa;
      background-color: transparent;
      color: #222;
      border: 1px solid #aaa; }
    .custom-dropdown select:focus::-ms-value {
      background: transparent;
      color: #222; }
  .custom-dropdown:after {
    border-radius: 3px;
    color: #FFF;
    content: url(../img/arrow-down-white.png);
    display: block;
    font-size: 20px;
    height: 26px;
    width: 26px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    pointer-events: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-dropdown select::-ms-expand {
    display: none; } }
.custom-dropdown, x:-moz-any-link, x:default {
  overflow: hidden;
  width: 100%; }

.custom-dropdown select, x:-moz-any-link, x:default {
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  padding: .6em 0 .5em .8em;
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: ""; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

option {
  font-weight: normal; }

[type="radio"], [type="checkbox"] {
  border: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto !important; }

.custom-checkbox:not(:checked),
.custom-checkbox:checked {
  position: absolute;
  left: -9999px; }
  .custom-checkbox:not(:checked) + label,
  .custom-checkbox:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer; }
    .custom-checkbox:not(:checked) + label:before,
    .custom-checkbox:checked + label:before {
      border: 1px solid #CBCBCB;
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      width: 20px;
      height: 20px; }
    .custom-checkbox:not(:checked) + label:after,
    .custom-checkbox:checked + label:after {
      color: #35A035;
      content: '✓';
      font-size: 17px;
      position: absolute;
      top: 1px;
      left: 4px;
      transition: all .2s; }
  .filter .custom-checkbox:not(:checked) + label, .filter
  .custom-checkbox:checked + label {
    display: inline-block;
    padding: 0 25px 0 0;
    width: 100%; }
    .filter .custom-checkbox:not(:checked) + label:before, .filter
    .custom-checkbox:checked + label:before {
      background-color: #FFF;
      left: auto;
      right: 0;
      top: 0; }
    .filter .custom-checkbox:not(:checked) + label:after, .filter
    .custom-checkbox:checked + label:after {
      left: auto;
      right: 2px;
      top: -2px; }

.alt .custom-checkbox:not(:checked) + label:before,
.alt .custom-checkbox:checked + label:before {
  background-color: #FFF; }

.custom-checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.custom-checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.custom-checkbox:disabled:not(:checked) + label:before,
.custom-checkbox:disabled:checked + label:before {
  border-color: gray; }

.custom-checkbox:disabled:checked + label:after {
  color: #999; }

.custom-checkbox:disabled + label {
  color: #aaa; }

.custom-checkbox:checked:focus + label:before,
.custom-checkbox:not(:checked):focus + label:before {
  border: 1px dotted gray; }

.custom-checkbox:hover:before {
  border: 1px solid gray !important; }

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

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

button, [type="submit"] {
  cursor: pointer;
  overflow: visible;
  position: relative;
  -webkit-appearance: button; }

.btn-arrow {
  padding-right: 1em; }

.blank {
  background-color: transparent;
  border: 0;
  padding: 0; }

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

label.error {
  color: #C00;
  display: block;
  float: none;
  margin-left: 7em;
  width: auto; }

input.error, input.error, textarea.error {
  border-color: #9d261d; }

.help {
  display: none; }
  input:focus + .help, input:invalid + .help {
    display: inline-block; }

::-moz-placeholder {
  color: #415563;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #415563; }

:-ms-input-placeholder {
  color: #415563; }

[placeholder] {
  color: #415563;
  cursor: pointer; }

[placeholder]:active, [placeholder]:focus {
  cursor: text;
  color: #415563;
  outline: none; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.field {
  position: relative;
  transition-property: height, border-width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in; }
  .field label {
    float: none;
    font-size: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in; }
  .field .freeform_file {
    font-size: 13px;
    font-weight: bold;
    max-height: none;
    margin-bottom: .25em; }
  .field.show-label [placeholder]::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease-in; }
  .field.show-label label {
    max-height: 1.5em; }

.freeform {
  max-width: 300px; }
  .freeform input, .freeform textarea {
    width: 100%; }
  .freeform button {
    margin-top: 1em; }

.modal #content {
  padding: 20px; }
.modal label {
  display: block;
  font-weight: bold; }
.modal input, .modal textarea {
  width: 280px; }
.modal label {
  float: left;
  width: 110px; }
.modal button {
  position: relative;
  left: 100px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 1em; }

.table, #product_view_techdata table {
  margin-bottom: 2em;
  width: 100%;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040; }
  .table tr, #product_view_techdata table tr {
    vertical-align: top; }
  .table th, .table td, #product_view_techdata table th, #product_view_techdata table td {
    margin: 0;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #404040; }
    .table th.text-centre, .table td.text-centre, #product_view_techdata table th.text-centre, #product_view_techdata table td.text-centre {
      text-align: center; }
    .table th.text-right, .table td.text-right, #product_view_techdata table th.text-right, #product_view_techdata table td.text-right {
      text-align: right; }
  .table th, .table .subheading, .table td.tdname, #product_view_techdata table th, #product_view_techdata table .subheading, #product_view_techdata table td.tdname {
    font-weight: normal; }
  .table thead th, .table .subheading, #product_view_techdata table thead th, #product_view_techdata table .subheading {
    background-color: #e6e6e6 !important;
    padding-right: 20px; }
  .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td, #product_view_techdata table thead:first-child tr:first-child th, #product_view_techdata table thead:first-child tr:first-child td {
    border-top: 0; }
  .table table, #product_view_techdata table table {
    border: 0 none;
    margin: 0; }
    .table table th, .table table td, #product_view_techdata table table th, #product_view_techdata table table td {
      border: 0 none; }

.table-striped tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th, #product_view_techdata table tr:nth-child(odd) td, #product_view_techdata table tbody tr:nth-child(odd) th {
  background-color: #f2f2f2; }
.table-striped table tr:nth-child(odd) td, .table-striped table tr:nth-child(odd) th, #product_view_techdata table table tr:nth-child(odd) td, #product_view_techdata table table tr:nth-child(odd) th {
  background-color: inherit; }

@media only screen and (max-width: 29.9375em) {
  table {
    border: 0;
    padding-bottom: 0;
    display: block;
    width: 100%; }
    table thead {
      display: none;
      visibility: hidden; }
    table tbody, table tr, table th, table td {
      display: block;
      white-space: normal; }
    table a, table span {
      display: block;
      margin-left: 80px; }
    table [data-title]:before {
      content: attr(data-title) ": ";
      float: left;
      font-weight: bold;
      width: 80px; }
    table th:not([data-title]) {
      font-weight: bold; }
    table td:empty {
      display: none; }

  .table tbody td {
    border: 0; } }
.wrap {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 960px; }

#content {
  clear: both;
  position: relative;
  z-index: 2;
  padding-top: 3.5em; }
  #content .wrap {
    padding: 0; }
  #content .wrap {
    padding: 0 10px; }
  #content > .wrap {
    padding: 0; }

.content-body {
  background-color: #FFF;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin: 20px 0;
  padding: 20px; }

article {
  float: right;
  width: 680px; }
  .home article, .detail article, .wide article {
    float: none;
    width: auto; }
  .detail article, .contact article, .wide article {
    padding: 0 40px; }
  .brand article {
    padding: 0 30px; }
  .detail article {
    padding-right: 20px; }
  .brand article, .contact article, .resources.detail article, .landing article {
    float: left;
    padding-top: 20px; }
  .brand article, .resources.detail article, .landing article {
    width: 640px; }
  .contact article {
    width: 680px; }
  .onecolumn article {
    width: 100%; }

[role=complementary] {
  float: left;
  width: 200px; }
  .contact [role=complementary] {
    width: 220px; }
  .brand [role=complementary], .resources.detail [role=complementary], .landing [role=complementary] {
    float: right;
    padding: 20px 20px 0 0;
    width: 240px; }

[role=banner], [role=contentinfo] {
  background-color: #FFF; }

[role=banner] {
  position: relative;
  z-index: 3;
  min-height: 60px;
  min-height: 90px;
  min-height: 0; }
  [role=banner] .wrap {
    min-height: 140px; }

.skip {
  margin: 0; }
  .skip a {
    background-color: #C8102E;
    color: #FFF;
    font-size: .7692em;
    left: -9999em;
    top: 0;
    line-height: 1;
    position: absolute;
    padding: .3em 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 3; }
    .skip a:focus, .skip a:active {
      left: 0; }

.logo {
  float: left;
  margin: 30px 0 0;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  margin-bottom: 30px; }

.technical-descriptor {
  position: absolute;
  top: 70px;
  left: 74px; }

.hd-search input {
  margin: 0; }
.hd-search svg {
  fill: #C8102E;
  width: 16px;
  height: 15px; }

.hd-utilities {
  position: relative;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 10px;
  text-align: right; }
  .hd-utilities a {
    font-size: .8125em;
    margin-right: 5px; }
    .hd-utilities a:before {
      color: #C8102E;
      content: '\203a';
      margin-right: 5px; }
  .hd-utilities .tel {
    font-size: 1em;
    font-weight: bold; }
    .hd-utilities .tel:before {
      display: none; }

.hd-search {
  clear: both;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 480px; }
  .hd-search input {
    border-color: #415563;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 25px 10px 5px;
    position: relative;
    z-index: 1;
    width: 100%; }
  .hd-search button {
    position: absolute;
    right: 8px;
    top: 20px;
    z-index: 2;
    outline: none; }
    .hd-search button:active {
      top: 21px;
      bottom: auto; }

.hd-phone .tel {
  font-size: 1.3125em; }

#dl-menu {
  position: absolute;
  left: 0;
  top: 140px; }

@-moz-document url-prefix() {
  [role=banner] .custom-dropdown select {
    position: relative;
    top: -.2em; } }
@media only screen and (max-width: 50em) {
  .logo {
    margin-top: 15px;
    max-width: 140px;
    max-width: none; }

  .hd-search {
    background-color: #F5F5F5;
    margin: 0 -10px;
    padding: 10px;
    width: auto; }
    .hd-search input, .hd-search input[type=search], .hd-search input:focus, .hd-search input[type=search]:focus {
      padding: 5px 25px 5px 5px;
      font-size: 16px; }
    .hd-search button {
      right: 15px;
      top: 14px; }

  .mobile-icons {
    background-image: linear-gradient(#FCFCFC, #EFEFEF);
    border-left: 1px solid #F3F3F3;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 157px;
    z-index: 2;
    height: 90px;
    width: 272px; }
    .mobile-icons [class^="icon-"] {
      border-left: 1px solid #F3F3F3;
      color: #C8102E;
      float: left;
      height: 60px;
      line-height: 60px;
      position: relative;
      text-align: center;
      width: 52px;
      height: 85px;
      line-height: 85px;
      width: 90px; }
      .mobile-icons [class^="icon-"]:before {
        background-color: rgba(255, 255, 255, 0.8);
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px; }
    .mobile-icons svg {
      height: 26px;
      width: 21px;
      margin: -5px 0 0 5px;
      vertical-align: middle;
      height: 39px;
      width: 31px; }
    .mobile-icons .mobile-only {
      position: absolute;
      right: 0;
      top: 0; }
    .mobile-icons [class$="alt"] {
      background: #C8102E;
      color: #FFF; } }
.no-svg .mobile-icons .icon-calculator:before,
.no-svg .mobile-icons .icon-phone:before {
  margin: 18px 0 0 16px; }
.no-svg .mobile-icons .icon-calculator:before {
  background-position: -340px 0;
  width: 20px;
  height: 26px; }
.no-svg .mobile-icons .icon-phone:before {
  background-position: -290px -50px;
  width: 19px;
  height: 26px; }

.dl-menuwrapper h2, .dl-menuwrapper h3 {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  margin: 0; }
.dl-menuwrapper li > h3 {
  color: #FFF;
  padding: 15px 20px; }
.dl-menuwrapper a {
  font-weight: 300;
  text-decoration: none; }

@media only screen and (max-width: 50em) {
  .dl-menuwrapper {
    float: left;
    position: relative;
    perspective: 1000px;
    perspective-origin: 50% 200%;
    width: 52px;
    width: 90px; }
    .dl-menuwrapper button {
      border: none;
      cursor: pointer;
      width: 52px;
      height: 60px;
      outline: none;
      overflow: hidden;
      position: relative;
      text-indent: -900em;
      height: 85px;
      width: 90px; }
    .dl-menuwrapper button:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 4px;
      background: #C8102E;
      top: 19px;
      left: 50%;
      margin-left: -15px;
      box-shadow: 0 7px 0 #C8102E, 0 14px 0 #C8102E;
      top: 36px; }
    .dl-menuwrapper .dl-active {
      background-image: linear-gradient(#C8102E, #990c23);
      -pie-background: linear-gradient(#C8102E, #990c23);
      behavior: url("/assets/js/PIE.php"); }
      .dl-menuwrapper .dl-active:after {
        background: #FFF;
        box-shadow: 0 7px 0 #FFF, 0 14px 0 #FFF; }
    .dl-menuwrapper ul {
      background: #415563;
      margin: 0;
      padding: 0;
      list-style: none;
      transform-style: preserve-3d; }
    .dl-menuwrapper li {
      display: block;
      position: relative; }
    .dl-menuwrapper a {
      background-image: linear-gradient(#415563, #374854);
      -pie-background: linear-gradient(#415563, #374854);
      behavior: url("/assets/js/PIE.php");
      color: #FFF;
      display: block;
      font-size: 16px;
      position: relative;
      padding: 15px 20px;
      outline: none; }
    .dl-menuwrapper li > a:after {
      right: 10px;
      color: rgba(0, 0, 0, 0.15); }
    .dl-menuwrapper li .dl-submenu {
      display: none; }

  .dl-menu, .dl-submenu {
    margin: 0; }

  .dl-menu {
    border-top: 5px solid #990c23;
    position: absolute;
    right: -104px;
    top: 60px;
    width: 320px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    transform: translateY(10px);
    backface-visibility: hidden;
    right: -182px;
    top: 85px; }

  .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease; }

  .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

  .dl-back > a {
    background: #C8102E !important;
    color: #FFF !important;
    padding-left: 30px; }
    .dl-back > a:after {
      display: none; }

  .dl-back:after,
  li > a:not(:only-child):after {
    color: inherit;
    content: "\25B6";
    line-height: 50px;
    position: absolute;
    top: 0;
    speak: none;
    -webkit-font-smoothing: antialiased; }

  .dl-back:after {
    left: 10px;
    color: #FFF;
    /*transform: rotate(180deg);*/
    /*instead of rotate, change content*/
    content: "\25c0"; }

  .no-touch .dl-menuwrapper a:hover {
    text-decoration: none; }

  /*
  When a submenu is openend, we will hide all li siblings.
  For that we give a class to the parent menu called "dl-subview".
  We also hide the submenu link.
  The opened submenu will get the class "dl-subviewopen".
  All this is done for any sub-level being entered.
  */
  .dl-menu.dl-subview li,
  .dl-menu.dl-subview .dl-subviewopen > h2,
  .dl-menu.dl-subview .dl-subviewopen > a,
  .dl-menu.dl-subview .dl-subview > a {
    display: none; }

  .dl-menu.dl-subview .dl-subview,
  .dl-menu.dl-subview .dl-subview .dl-submenu,
  .nav-products.dl-subview .dl-back,
  .dl-menu.dl-subview .dl-subviewopen,
  .dl-menu.dl-subview .dl-subviewopen > .dl-submenu,
  .dl-menu.dl-subview .dl-subviewopen > .dl-submenu > li,
  .dl-menu.dl-subview .dl-subviewopen > .sf-mega li {
    display: block; }

  /* Dynamically added submenu outside of the menu context */
  .dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0; }

  .dl-submenu a {
    background-image: linear-gradient(#FCFCFC, #EFEFEF);
    -pie-background: linear-gradient(#FCFCFC, #EFEFEF);
    behavior: url("/assets/js/PIE.php");
    color: #415563; }
    .dl-submenu a:after {
      color: #415563; }
    .dl-submenu a:hover, .dl-submenu a:focus {
      background-image: linear-gradient(#FCFCFC, #EFEFEF);
      -pie-background: linear-gradient(#FCFCFC, #EFEFEF);
      color: #C8102E; }
      .dl-submenu a:hover:after, .dl-submenu a:focus:after {
        color: #C8102E; }

  .dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out; }

  @-webkit-keyframes MenuAnimOut2 {
    100% {
      -webkit-transform: translateX(-100%);
      opacity: 0; } }
  @keyframes MenuAnimOut2 {
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0; } }
  .dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out; }

  @-webkit-keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; } }
  @keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; } }
  .dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out; }

  @-webkit-keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1; } }
  @keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; } }
  .dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out; }

  @-webkit-keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(100%);
      opacity: 0; } }
  @keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0; } }
  .no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  .no-js .dl-menuwrapper li .dl-submenu {
    display: block; }
  .no-js .dl-menuwrapper .dl-back {
    display: none; }
  .no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1); }
  .no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: ''; } }
.dl-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-bottom: 1em;
  width: 100%; }
  .dl-menu li {
    display: block; }
    .dl-menu li:first-child a {
      border-left: 0; }
  .dl-menu .sf-level-2 {
    position: static; }
  .dl-menu > li {
    background: #FFF;
    float: left; }
    .dl-menu > li:hover, .dl-menu > li.sfHover {
      background: linear-gradient(#5f7d91, #415563);
      -pie-background: linear-gradient(#5f7d91, #415563);
      behavior: url("/assets/js/PIE.php"); }
      .dl-menu > li:hover > li, .dl-menu > li:hover > .sf-mega, .dl-menu > li.sfHover > li, .dl-menu > li.sfHover > .sf-mega {
        display: block; }
    .dl-menu > li > a {
      border-left: 5px solid #F5F5F5;
      color: #415563;
      display: block;
      font-weight: 600;
      padding: .75em 1em;
      position: relative;
      zoom: 1; }
      .dl-menu > li > a:hover, .dl-menu > li > a:focus {
        color: #FFF; }
  .dl-menu > .sfHover h2, .dl-menu > .sfHover a {
    color: #FFF;
    font-size: 1em; }
  .dl-menu > .sfHover .sf-single a {
    color: inherit; }
    .dl-menu > .sfHover .sf-single a:hover, .dl-menu > .sfHover .sf-single a:focus {
      color: #C8102E; }
  .dl-menu ul {
    background-color: #415563;
    color: #FFF;
    display: none;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99; }
  .dl-menu .sf-single {
    background-color: #FFF;
    color: #415563;
    padding: 20px;
    left: 5px;
    width: 100%; }

.sf-level-2 > a {
  display: block;
  padding: 10px 30px;
  white-space: nowrap; }
.sf-level-2 > a:hover, .sf-level-2 > a:focus, .sf-level-2.sfHover > a {
  background-color: #C8102E;
  color: #FFF; }

.dl-menu .sf-mega {
  background-color: #FFF; }

.sf-mega {
  display: none;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  padding: 40px 40px 40px 10px;
  position: absolute;
  top: 3em;
  left: 0;
  width: 960px;
  z-index: 99;
  *zoom: 1; }
  .sf-mega:before, .sf-mega:after {
    content: '';
    display: table; }
  .sf-mega:after {
    clear: both; }
  .sf-mega .col {
    float: left;
    padding-left: 30px;
    width: 25%; }
  .sf-mega .col-img {
    float: right; }
  .sf-mega ul {
    background-color: #FFF;
    display: block !important;
    padding: 0;
    position: static;
    margin-bottom: 0; }
    .sf-mega ul:first-child {
      margin-top: 0; }
  .sf-mega li h3, .sf-mega li .h3 {
    font-size: 1.230769231em;
    font-weight: 600;
    padding: 0; }
  .sf-mega .sf-level-2 > a {
    padding: 0; }
    .sf-mega .sf-level-2 > a:after {
      display: none; }
  .sf-mega .sf-level-2 h2,
  .sf-mega .sf-level-2 > a:hover,
  .sf-mega .sf-level-2 > a:focus {
    background-color: #FFF;
    color: #415563; }

.nav-solutions .col {
  width: auto; }

.nav-products .sf-mega {
  min-height: 100%;
  padding: 1em;
  top: 0;
  left: 100%;
  width: 690px; }
  .nav-products .sf-mega ul {
    margin-top: 1em; }

.nav-about,
.nav-contact,
.nav-resources {
  position: relative; }

.nav-contact .sf-single {
  width: 170px; }

.sfHover .sf-mega li h3, .sfHover .sf-mega li a {
  color: #415563; }
.sfHover .sf-mega li a:hover, .sfHover .sf-mega li a:focus {
  color: #C8102E; }

.sf-arrows .sf-with-ul {
  position: relative; }
.sf-arrows .sf-with-ul:after {
  border: 5px solid transparent;
  border-top-color: #C8102E;
  content: '';
  display: none;
  margin-right: -5px;
  height: 0;
  width: 0;
  position: absolute;
  top: 105%;
  left: 45%;
  z-index: 100; }
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  display: block; }
.sf-arrows ul .sf-with-ul:after {
  border-color: transparent;
  border-left-color: #C8102E;
  display: block;
  margin-top: -5px;
  margin-right: -3px;
  top: 50%;
  left: auto;
  right: 1em; }
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #FFF; }

.breadcrumb, .share {
  background-color: #FFF;
  display: inline-block;
  height: 1.875em; }
  .breadcrumb a, .breadcrumb span, .share a, .share span {
    display: block; }
  .breadcrumb a, .share a {
    text-decoration: none; }

.breadcrumb {
  border-radius: 3px;
  float: left;
  padding: 0 20px 0 10px;
  position: relative; }
  .breadcrumb:after {
    border: solid .9375em;
    border-color: #F5F5F5 #F5F5F5 #F5F5F5 #FFF;
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .breadcrumb ul {
    line-height: 1; }
  .breadcrumb li {
    margin: 0; }
  .breadcrumb a, .breadcrumb span {
    padding: 10px 20px 10px 5px; }
  .breadcrumb a {
    background: url(../img/breadcrumb_divider.png) 100% 50% no-repeat; }
  .breadcrumb .breadcrumb-last {
    background: none; }

.share {
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05);
  padding: 5px 10px 7px;
  position: relative;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0; }
  .share a {
    font-size: .75em; }
  .share svg {
    fill: #CBCBCB;
    margin-right: 5px;
    position: relative;
    top: .1em; }

.share-box {
  background-color: #FFF;
  box-shadow: 0 0 4px #CBCBCB;
  display: none;
  padding: 15px 15px 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  z-index: 2;
  width: 460px;
  width: 500px; }
  .ie8 .share-box {
    width: 520px; }
  .share-box a, .share-box span {
    background-color: #FFF;
    border-radius: 3px;
    display: inline-block;
    padding: .25em 10px;
    position: relative;
    width: 100px; }
  .share-box a {
    border: 1px solid #e6e6e6;
    color: #FFF;
    margin: 0 0 15px 30px;
    padding-right: 0;
    text-align: left;
    margin-left: 5px;
    margin-left: 19px; }
    .share-box a:first-child {
      margin-left: 0; }
  .share-box #google {
    background: linear-gradient(#e25837, #c93e1d);
    -pie-background: linear-gradient(#e25837, #c93e1d); }
  .share-box #linked {
    background: linear-gradient(#6cb6d9, #43a2cf);
    -pie-background: linear-gradient(#6cb6d9, #43a2cf); }
  .share-box #twitter {
    background: linear-gradient(#61ccef, #33bdea);
    -pie-background: linear-gradient(#61ccef, #33bdea); }
  .share-box #email {
    background: linear-gradient(#c1102c, #920c21);
    -pie-background: linear-gradient(#c1102c, #920c21); }
  .share-box span {
    border-radius: 3px 2px 2px 3px;
    color: #415563;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 30px;
    height: 100%; }

a.item-action {
  text-decoration: none; }

.item-action {
  background-color: #F5F5F5;
  height: 3em;
  line-height: 3em;
  border-radius: 3px;
  display: block;
  margin-bottom: 3px;
  padding: 0 10px; }
  .item-action svg {
    fill: #C8102E;
    margin-right: 10px;
    position: relative; }
  .item-action:hover, .item-action:focus, .item-action a {
    text-decoration: none; }
  .item-action.alt {
    background-color: #C8102E;
    color: #FFF; }
    .item-action.alt svg {
      fill: #FFF; }
    .item-action.alt:hover, .item-action.alt:focus {
      background-color: #990c23; }
  .item-action.icon-question svg {
    left: -2px; }
  .item-action.icon-email svg {
    left: -4px; }
  .item-action.icon-event svg {
    width: 12px;
    height: 12px; }
  .product-actions .item-action {
    height: 3em;
    line-height: 3em;
    padding: 0 10px; }

.related-content h2 {
  font-size: 1.25em;
  font-weight: 300; }
.related-content .rule {
  border-color: #CBCBCB;
  margin-bottom: .5em;
  padding: 0 0 .5em; }
.related-content a:hover, .related-content a:focus {
  text-decoration: none; }
.related-content [class^="icon-"],
.related-content [class*=" icon-"] {
  display: block;
  position: relative; }
  .related-content [class^="icon-"] svg,
  .related-content [class*=" icon-"] svg {
    position: absolute;
    left: 0;
    top: 0; }
.related-content .icon-news svg {
  width: 30px;
  height: 28px; }
.related-content .icon-blog svg {
  width: 30px;
  height: 21px; }
.related-content .icon-events svg {
  width: 26px;
  height: 26px; }
.related-content .icon-promotions svg {
  width: 22px;
  height: 22px; }
.related-content .icon-whitepaper svg {
  width: 30px;
  height: 29px; }
.related-content .icon-case-study svg {
  width: 30px;
  height: 28px; }
.brand .related-content .highlight.rule {
  padding-bottom: .75em; }
.brand .related-content [class^="icon-"] svg,
.brand .related-content [class*=" icon-"] svg {
  fill: #415563;
  left: auto;
  right: 0;
  bottom: -.1em; }
.landing .related-content {
  margin-top: 2em; }

.product .related-content [class^="icon-"] svg,
.product .related-content [class*=" icon-"] svg {
  fill: #415563;
  left: auto;
  right: 0; }
.product .related-content .icon-news svg {
  top: -.3em; }

.news-list li {
  margin-bottom: 1em; }
.news-list a {
  display: block;
  padding-left: 35px;
  position: relative; }
  .news-list a:hover, .news-list a:focus {
    text-decoration: none; }
.news-list svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 21px; }
.news-list .icon-blog svg {
  width: 25px;
  height: 18px; }

.tabs .tab-content {
  border: 1px solid #e6e6e6;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
  margin-bottom: 2em;
  padding: 40px 20px 20px; }
.tabs .tab-nav li {
  display: block; }
.tabs .tab-nav .shine {
  background: linear-gradient(to bottom, #FFF 0%, #F5F5F5 25%, #F5F5F5 100%); }
.tabs .tab-content {
  border-top-width: 1px;
  border-radius: 0 3px 3px 3px; }
.tabs .tab-nav {
  margin-bottom: -1px; }
  .tabs .tab-nav li {
    display: inline-block;
    margin-left: -3px; }
    .tabs .tab-nav li:first-child {
      margin-left: 0; }
.tabs .tab-hd {
  border: 1px solid #e6e6e6;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px; }
  .tabs .tab-hd:hover {
    cursor: pointer; }

.widget {
  background-color: #FFF;
  border: 1px solid #CBCBCB;
  border-right: 0;
  box-shadow: 0 0 5px #CBCBCB;
  position: fixed;
  top: 170px;
  right: -290px;
  z-index: 3;
  width: 290px; }
  .widget .shine {
    background: linear-gradient(to bottom, #FFF 0%, #F5F5F5 35%, #F5F5F5 100%);
    -pie-background: #F5F5F5;
    border: 1px solid #CBCBCB;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 4px #CBCBCB;
    font-size: .75em;
    font-weight: 600; }
  .widget .widget-active {
    background: linear-gradient(to bottom, #FFF 0%, #e8e8e8 35%, #e8e8e8 100%);
    -pie-background: #e8e8e8; }
  .widget .icon-calculator, .widget .icon-star, .widget .icon-media-brochure {
    position: absolute;
    right: 20px;
    top: 1.1em; }
    .widget .icon-calculator svg, .widget .icon-star svg, .widget .icon-media-brochure svg {
      fill: #C8102E;
      width: 21px;
      height: 27px; }
  .widget input, .widget textarea {
    width: 100%; }
  .widget .button {
    margin: 1em 0 0;
    width: 100%; }

.widget-tabs, .widget-qty, .widget-close-btn {
  position: absolute;
  z-index: 1; }

.widget-tabs li:hover, .widget-close-btn:hover {
  cursor: pointer; }

.widget-tabs {
  font-size: 1em;
  height: 148px;
  top: 93px;
  left: -132px;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }
  .widget-tabs li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: -3px;
    padding: 0 30px;
    position: relative;
    text-align: center; }

.widget-request {
  z-index: 3; }

.widget-saved {
  z-index: 2; }

.widget-recent {
  z-index: 1; }

.widget-body {
  background-color: #FFF;
  min-height: 20.6875em;
  padding: 20px;
  position: relative;
  z-index: 2; }
  .widget-body .sidepanel-scroll-request, .widget-body .sidepanel-scroll {
    overflow-y: auto;
    height: auto;
    max-height: 360px;
    width: 265px; }
  .widget-body .sidepanel-scroll {
    max-height: 450px; }

.widget-list {
  margin: 0 0 2em; }
  .widget-list .rule {
    padding: 1em 0;
    position: relative; }
  .widget-list img {
    margin-right: 10px;
    vertical-align: middle; }
  .widget-list h3 {
    display: block;
    height: 27px;
    left: 50px;
    overflow: hidden;
    position: absolute;
    top: 1.5em;
    width: 150px;
    line-height: 1;
    margin: 0; }

.widget-qty {
  top: 1.5em;
  right: 0; }
  .widget-qty input {
    border-color: #415563;
    border-radius: 0;
    font-weight: bold;
    padding: 0;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px; }

.widget-close-btn {
  height: 30px;
  width: 65px;
  line-height: 30px;
  top: -31px;
  left: -1px;
  text-align: center; }

.pagination li {
  display: inline-block;
  line-height: 1;
  margin: 0; }
.pagination a {
  background-color: #CBCBCB;
  color: #FFF;
  display: block;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none; }
  .pagination a:hover, .pagination a:focus, .pagination a.here {
    background-color: #C8102E; }

.entry-linking {
  font-size: .75em;
  margin-bottom: 2em;
  text-align: right; }

.entry-prev {
  float: left; }

.modal, .page-cover {
  display: none; }

.modal {
  background-color: #FFF;
  box-shadow: 1px 2px 13px 0 rgba(50, 50, 50, 0.66);
  left: 30%;
  position: absolute;
  padding: 40px 40px 0 20px;
  top: 100px;
  z-index: 11; }

.page-cover {
  background-color: #000;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.4;
  width: 100%;
  z-index: 10; }

#close_button {
  color: #C8102E;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
  text-decoration: none; }

.drop-in {
  background-color: #FFF;
  border-bottom: 1px solid #CBCBCB;
  box-shadow: none;
  margin-top: 0;
  padding: 20px;
  position: absolute;
  top: -99em;
  left: 0;
  width: 100%;
  z-index: 3; }
  .drop-in .widget-close-btn {
    font-size: .75em;
    top: 10px;
    left: auto;
    right: 10px; }

.mb-locations strong {
  font-size: 1.5em; }

.page-slider {
  margin: 20px 0 -20px; }

@media only screen and (max-width: 50em) {
  .modal {
    left: 5px; }
    .modal textarea {
      width: 280px !important; } }
.filter {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 20px; }

.clearfilters {
  font-size: 0.8125em;
  float: right;
  margin-right: 1px; }

.mobile-only.filters {
  background: #C8102E;
  position: fixed;
  top: 100%;
  z-index: 3;
  width: 100%; }
  .mobile-only.filters #filter-tab {
    background: #C8102E;
    color: white;
    display: block;
    padding: 5px 0 9px 10px;
    line-height: 16px;
    position: relative;
    top: -29px;
    width: 90px;
    cursor: pointer; }
  .mobile-only.filters .dropwrap {
    width: 200px;
    margin: 10px;
    float: left; }
    .mobile-only.filters .dropwrap select, .mobile-only.filters .dropwrap select:focus {
      font-size: 16px; }

/*
@media only screen and (max-width: emCalc(800)) { 
.dropwrap select, .dropwrap select:focus { font-size: 16px; }
}
*/
.accordion-container {
  padding-bottom: 0; }

.filter-hd {
  border: 1px solid #e6e6e6;
  border-bottom-width: 0;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1;
  margin: -21px -21px 0;
  padding: 15px 20px;
  position: relative; }
  .filter-hd .circle-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    text-align: center; }
    .filter-hd .circle-btn:before {
      background: url(../img/arrow-down-grey.png) no-repeat;
      content: '';
      display: inline-block;
      width: 11px;
      height: 6px;
      position: relative;
      top: -.1em; }
    .filter-hd .circle-btn:hover {
      cursor: pointer; }

.accordion-open .filter-hd {
  border-bottom-width: 2px;
  margin-bottom: 5px; }
.accordion-open .circle-btn:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.accordion-list {
  margin: 0 -10px; }
  .accordion-list li {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #FFF;
    margin: 0;
    padding: .5em 10px; }
    .accordion-list li:first-child {
      border-top: 0; }
    .accordion-list li:last-child {
      border-bottom: 0; }

#results-brand-filter {
  font-size: 1em;
  line-height: 1.9; }

[role=contentinfo] {
  clear: both;
  padding: 2em 0;
  position: relative;
  text-align: center;
  z-index: 1;
  background: #FFF url(../img/ftr_shadow.png) 50% 0 no-repeat; }

.ftr-slogan {
  font-size: 1.3125em;
  font-weight: 600; }
  .ftr-slogan strong {
    color: #C8102E; }

.ftr-rule {
  background: url(../img/rule_mb.png) 50% 100% no-repeat;
  background-size: contain;
  padding-bottom: 1.5em;
  background-image: url(../img/rule.png); }

.ftr-links {
  margin-bottom: 1.5em; }
  .ftr-links .col {
    width: 16.666666667%; }
  .ftr-links a {
    font-weight: 400; }
  .ftr-links table {
    border: 0;
    width: 100%; }
  .ftr-links td, .ftr-links th {
    border: 0;
    text-align: left; }
  .ftr-links th {
    padding-bottom: 1em;
    color: #415563;
    font-size: 1.01562em;
    font-weight: 600;
    line-height: 1.25;
    margin: 0; }
  .ftr-links td {
    padding-bottom: .1em; }

.ftr-copy {
  font-size: .6875em;
  text-align: left; }

.ftr-icons {
  position: absolute;
  right: 0;
  bottom: -1em; }

.icon-security {
  background-image: linear-gradient(#35A035, #287a28);
  -pie-background: linear-gradient(#35A035, #287a28);
  border-color: #217B21;
  height: 32px;
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
  text-transform: none; }
  .icon-security:hover, .icon-security:focus {
    background-image: linear-gradient(#287a28, #1c531c);
    -pie-background: linear-gradient(#287a28, #1c531c); }
  .icon-security img {
    margin-right: 5px;
    vertical-align: middle; }

.ftr-social {
  background-color: #136D9D;
  color: #FFF;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center; }
  .ftr-social:hover, .ftr-social:focus {
    background-color: #0d4d70;
    color: #FFF; }
  .ftr-social svg {
    position: relative;
    left: 1px;
    vertical-align: text-top; }

.icon-twitter {
  background-color: #28AAE1; }
  .icon-twitter:hover, .icon-twitter:focus {
    background-color: #1a8cbc; }

.icon-youtube {
  background-color: #EE3138; }
  .icon-youtube:hover, .icon-youtube:focus {
    background-color: #da1219; }

.no-svg .icon-linkedin:before {
  background-position: -590px -50px;
  width: 14px;
  height: 14px; }
.no-svg .icon-twitter:before {
  background-position: -540px -50px;
  width: 14px;
  height: 14px; }
.no-svg .icon-youtube:before {
  background-position: -563px -50px;
  width: 14px;
  height: 17px;
  position: relative;
  top: 3px; }

.oldie .custom-dropdown {
  padding: 0 5px; }
  .oldie .custom-dropdown select {
    padding: 0; }
  .oldie .custom-dropdown:after {
    display: none; }

.ie9 .custom-dropdown {
  width: auto !important; }

.ie8 .logo img,
.ie8 .icon-security img {
  max-width: none; }
.ie8 .sf-mega,
.ie8 .sf-single {
  border: 1px solid #e6e6e6; }
.ie8 .sf-with-ul:after {
  display: none !important; }
.ie8 .filter li {
  position: relative; }
.ie8 .filter .custom-checkbox {
  position: absolute;
  right: 0;
  top: 10px; }
.ie8 .widget-tabs {
  top: 50px;
  left: -40px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  .ie8 .widget-tabs li {
    padding: 0 20px; }
.ie8 .widget-body .sidepanel-scroll-request, .ie8 .widget-body .sidepanel-scroll {
  max-height: 260px; }
.ie8 .contact .shine {
  background: #F5F5F5; }
.ie8 .contact .icon-social {
  display: none; }

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    color: black;
    font: 10pt Verdana, sans-serif;
    width: 600px; }

  thead {
    display: table-header-group; }

  article, tr, ul, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  #wrap {
    width: 100% !important; }

  h1, h2, h3 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    margin: 15px 0 5px; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

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

  .nav, .skip, .aux-nav,
  .hide, form,
  [role=complementary],
  [role=contentinfo] a {
    display: none; } }
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }
.home #content > .wrap,
.home .content-body {
  padding: 0; }
.home .content-body {
  margin-top: -16px; }
.home .content-body,
.home .content-body .row {
  background-color: transparent; }

.home .desktop-only > .row {
  margin-bottom: 60px; }

.slide {
  display: none; }
  .slide:first-child {
    display: block; }
  .slide img {
    vertical-align: bottom; }

.mad-cycle, .mad-cycle .slide {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0; }

.home-slider {
  position: relative;
  margin: -1em 0 60px; }
  .home-slider img {
    vertical-align: bottom; }

.mad-cycle {
  min-height: 110px; }

#home-slider-pager,
.slide-overlay,
.promise {
  position: absolute; }

#home-slider-pager,
.promise {
  z-index: 100; }

.slide-overlay {
  color: #FFF;
  left: 0;
  top: 0;
  height: 100%;
  text-align: left;
  padding: 20px 30% 0 10px;
  padding-right: 40%;
  padding-right: 50%;
  padding-top: 45px;
  padding-top: 75px;
  padding: 60px 40px 0 260px;
  width: 700px; }
  .slide-overlay h2, .slide-overlay p {
    position: relative;
    z-index: 2; }
  .slide-overlay h2, .slide-overlay h1 {
    color: #FFF;
    font-size: .875em;
    font-weight: 300;
    font-size: 1.4375em; }
  .slide-overlay p {
    display: none;
    display: block; }

.promise {
  right: 10px;
  bottom: 10px;
  display: none;
  display: inline-block; }

#home-slider-pager {
  background-color: #FFF;
  left: 10px;
  top: 10px;
  width: 220px;
  height: 325px; }
  #home-slider-pager li {
    height: 12.5%;
    margin: 0; }
    #home-slider-pager li:first-child a {
      border-top: 0; }
  #home-slider-pager a {
    display: block;
    border-top: 1px solid #CBCBCB;
    font-weight: 600;
    height: 41px;
    line-height: 41px;
    padding: 0 10px 0 12px;
    position: relative;
    text-decoration: none;
    transition: background .2s ease; }
  #home-slider-pager a:hover, #home-slider-pager a:focus, #home-slider-pager .cycle-pager-active a {
    background-color: #415563;
    color: #FFF; }
    #home-slider-pager a:hover:before, #home-slider-pager a:focus:before, #home-slider-pager .cycle-pager-active a:before {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid #C8102E;
      left: 0;
      top: 50%;
      margin-top: -6px; }

.home-features {
  padding: 0 20px; }
  .home-features .col-1-3 {
    margin-left: 40px;
    position: relative;
    width: 280px; }
    .home-features .col-1-3:first-child {
      margin-left: 0; }
  .home-features img {
    display: block; }

.home-feature-hd {
  background-color: #415563;
  color: #FFF;
  font-size: 1.25em;
  height: 60px;
  line-height: 1.1;
  margin: 0;
  padding: 10px 0 10px 20px; }
  .home-feature-hd span {
    font-size: .65em;
    display: block; }

.home-feature-more {
  background-color: #C8102E;
  border-radius: 3px 0 0 3px;
  color: #FFF;
  font-size: .8125em;
  padding: 5px;
  position: absolute;
  bottom: 15px;
  right: 0;
  transition: all .3s ease; }
  .home-feature-more:hover, .home-feature-more:focus {
    background-color: #990c23;
    color: #FFF;
    text-decoration: none; }

.home-case-study,
.home-latest-news {
  margin-left: auto;
  margin-right: auto;
  width: 920px; }

.home-case-study {
  background: #FFF url(../img/logo_circle.svg) 620px -100px no-repeat;
  padding: 30px 200px 30px 140px;
  position: relative; }
  .home-case-study h2 {
    font-size: 1.25em;
    margin-bottom: .25em;
    text-transform: uppercase; }
  .home-case-study p {
    margin: 0; }

.home-case-study-img,
.home-case-study-btn {
  position: absolute; }

.home-case-study-img {
  left: 40px;
  top: 60px; }

.home-case-study-btn {
  right: 20px;
  top: 70px; }

.home-latest-news div {
  position: relative; }
.home-latest-news h3 {
  font-size: .9375em;
  margin: 0;
  text-transform: uppercase; }
.home-latest-news p {
  margin-bottom: 0; }
.home-latest-news svg {
  fill: #FFF;
  position: absolute;
  z-index: 2; }
.home-latest-news a {
  display: block; }
.home-latest-news a:hover, .home-latest-news a:focus {
  color: inherit;
  text-decoration: none; }

.home-latest-news-hd {
  font-size: 1.5625em;
  text-align: center;
  text-transform: uppercase; }

.home-latest-news-img {
  width: 238px; }
  .home-latest-news-img .pad {
    margin: 10px 15px; }
  .home-latest-news-img svg {
    left: 15px;
    top: 270px; }
  .home-latest-news-img .icon-case-study svg {
    width: 21px;
    height: 20px; }

.home-latest-news-boxes,
.home-latest-news-boxes a,
.home-latest-news-boxes h3 {
  color: #FFF; }

.home-latest-news-boxes {
  margin-left: 20px;
  width: 180px; }
  .home-latest-news-boxes > div a {
    padding: 90px 20px 20px;
    position: relative; }

.home-latest-news-box-top a,
.home-latest-news-box-btm a {
  height: 185px; }
.home-latest-news-box-top svg,
.home-latest-news-box-btm svg {
  width: 30px;
  height: 30px;
  top: 20px;
  left: 50%;
  margin-left: -17px; }

.home-latest-news-box-top {
  margin-bottom: 30px; }
  .home-latest-news-box-top a {
    background-color: #0997C1; }

.home-latest-news-box-btm a {
  background-color: #415563; }

.home-latest-news-box-tall {
  width: 200px; }
  .home-latest-news-box-tall a {
    background-color: #182E3E;
    height: 400px; }
  .home-latest-news-box-tall svg {
    width: 61px;
    height: 58px;
    left: 50%;
    margin-left: -30px; }

.home-latest-news-box-btm a:after,
.home-latest-news-box-tall a:after {
  background-color: inherit;
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -18px; }
.home-latest-news-box-btm .base,
.home-latest-news-box-tall .base {
  position: absolute;
  left: 20px;
  top: 220px;
  width: 160px; }

.home .mobile-only .news-list {
  margin-top: 2em; }

@media only screen and (max-width: 50em) {
  .results-hd {
    background-color: #F5F5F5;
    font-size: 1em;
    font-weight: bold;
    margin: -20px -20px 0;
    padding: .5em 100px .5em 20px; }
    .results-hd:before {
      content: '\203a';
      margin-right: 5px; } }
.results-actions {
  margin-bottom: 1em;
  padding: 10px 20px; }
  .results-actions .custom-dropdown {
    width: 160px; }
  .results-actions .circle-btn {
    margin-left: 10px;
    position: relative;
    top: .1em; }

.results-num {
  color: #FFF;
  text-align: left;
  float: left;
  height: 28px;
  line-height: 28px;
  margin: 0; }

.mb-results-num {
  margin: 0;
  position: absolute;
  right: 0;
  top: -0.875em; }

.row-list {
  margin-bottom: 1em; }
  .row-list .rule {
    padding: .5em 0;
    padding: 1.5em 0; }
  .row-list .rule:last-child {
    overflow: hidden; }

.list-img {
  float: left;
  margin: 0 15px 0 0;
  width: 65px; }
  .list-img a:hover, .list-img a:focus, .list-img a:active {
    color: inherit; }
  .list-img svg {
    width: 65px;
    height: 65px;
    padding: 10px;
    /*border: 1px solid $grayLight;*/
    background-color: currentcolor;
    fill: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

html.ie .list-img {
  /*mark wants that we should hide svg in all IE on list views*/ }
  html.ie .list-img svg {
    display: none; }
  html.ie .list-img a {
    width: 65px;
    height: 65px;
    display: block;
    background-size: 278px 111px;
    background-repeat: no-repeat;
    background-position: center center; }
  html.ie .list-img a.icon-media-blog {
    background-image: url("../img/placeholders/icon-media-blog.png"); }
  html.ie .list-img a.icon-media-casestudy {
    background-image: url("../img/placeholders/icon-media-casestudy.png"); }
  html.ie .list-img a.icon-media-catalogue {
    background-image: url("../img/placeholders/icon-media-catalogue.png"); }
  html.ie .list-img a.icon-media-events {
    background-image: url("../img/placeholders/icon-media-events.png"); }
  html.ie .list-img a.icon-media-promotions {
    background-image: url("../img/placeholders/icon-media-promotions.png"); }
  html.ie .list-img a.icon-media-video {
    background-image: url("../img/placeholders/icon-media-video.png"); }
  html.ie .list-img a.icon-media-whitepaper {
    background-image: url("../img/placeholders/icon-media-whitepaper.png"); }
  html.ie .list-img a.icon-media-brochure {
    background-image: url("../img/placeholders/icon-media-brochure.png"); }

.item-view {
  margin: 0;
  padding: .5em 15px;
  position: absolute;
  right: 0;
  top: 1.875em; }

.product-list-actions {
  clear: both; }

.list-categories-hd {
  display: inline-block;
  font-size: .846153846em;
  margin-right: 10px; }

.pill-list {
  display: inline-block; }
  .pill-list li {
    display: inline-block; }

.pill {
  background-color: #CBCBCB;
  border-radius: 3px;
  color: #FFF;
  display: block;
  margin: 0 3px 10px 0;
  padding: .25em 10px; }
  .pill:hover, .pill:focus {
    background-color: gray;
    color: #FFF;
    text-decoration: none; }

.list-img {
  margin: 0;
  width: auto; }
  .list-img svg {
    width: 140px;
    height: 140px;
    padding: 30px; }

html.ie .list-img a {
  width: 140px;
  height: 140px;
  background-size: 600px 240px; }

.item-list-description {
  overflow: hidden;
  padding-left: 20px;
  position: absolute;
  top: 1.5em;
  left: 140px;
  right: 200px; }
  .blog .item-list-description, .resources .item-list-description {
    position: static;
    top: auto; }
  .resources.detail .item-list-description {
    position: absolute; }
  .item-list-description h2 {
    margin-bottom: 5px; }
  .item-list-description p {
    height: auto;
    line-height: 17px;
    overflow: visible; }
    .item-list-description p:after {
      display: none; }

.product-list-actions {
  clear: none;
  float: right;
  width: 180px; }

@media only screen and (max-width: 50em) {
  .item-list-description {
    min-height: 4em;
    margin-right: 70px; }
    .item-list-description h2 {
      margin: 0; }
    .item-list-description p {
      height: 3.2em;
      margin-bottom: 0;
      overflow: hidden;
      position: relative; }
      .item-list-description p:after {
        content: '\2026';
        position: absolute;
        bottom: .2em;
        right: 0; } }
.product-details h1 {
  margin-bottom: 0; }
.product-details .rule {
  margin: 0 0 1em; }
.product-details dl {
  margin: .5em 0 1.5em; }
.product-details dt {
  margin-right: 3px; }
.product-details .rule {
  padding: 0 0 1em; }

.more-content span {
  display: none; }

.more-link {
  font-weight: bold; }

.product-logo, .product-actions {
  margin-bottom: 1em; }

.product-actions .product-action {
  font-size: .846153846em; }
.product-actions .icon-question svg {
  width: 13px;
  height: 12px; }
.product-actions .icon-datasheet svg {
  width: 13px;
  height: 15px; }
.product-actions .icon-star svg {
  width: 12px;
  height: 12px; }
.product-actions .icon-email svg {
  width: 13px;
  height: 9px; }

.product-img {
  margin: 0 0 2em 20px; }

.product-img-main, .product-img-thumbs {
  clear: left;
  float: left;
  position: relative; }

.product-img-main {
  margin-bottom: 1em; }
  .product-img-main img {
    vertical-align: bottom; }
  .product-img-main .img-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px; }

.product-img-thumbs li {
  display: inline-block;
  margin-right: 2px; }
.product-img-thumbs img {
  border: 1px solid #CBCBCB;
  border-radius: 3px; }
.product-img-thumbs .circle-btn {
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -10px; }
.product-img-thumbs #prev {
  left: -25px; }
.product-img-thumbs #next {
  right: -25px; }

.product-config {
  margin-bottom: 1em;
  width: 260px; }
  .product-config .col {
    margin-bottom: 1em; }
  .product-config p {
    font-size: .6875em;
    margin-bottom: .5em; }
  .product-config .hz-label {
    width: 100%; }
  .product-config .custom-dropdown {
    overflow: hidden;
    width: 100%; }
  .product-config input {
    width: 163px; }
  .product-config button {
    display: block;
    margin: 1em 0 0;
    width: 100%; }

.product-details, .product-actions {
  float: left; }
  .product-details .rule, .product-actions .rule {
    height: 9.375em; }

.product-details {
  margin-left: 250px;
  width: 350px; }

.product-actions {
  float: right;
  padding-left: 20px;
  width: 220px; }

.product-logo {
  white-space: nowrap; }
  .product-logo img {
    vertical-align: middle; }

.product-img {
  clear: left;
  margin: 0;
  position: absolute;
  left: -5px;
  top: 30px;
  width: 223px; }

.product-extra {
  width: 620px; }
  .product-extra .col {
    margin-bottom: 0;
    min-height: 130px; }
  .product-extra .col-1 {
    width: 173px; }
  .product-extra .col-2 {
    border: 1px solid #CBCBCB;
    border-width: 0 1px;
    margin: 0 15px;
    padding: 0 15px;
    width: 240px; }
    .product-extra .col-2 input {
      width: 152px; }
  .product-extra .col-3 {
    width: 133px; }

.product-config {
  width: auto; }

.detail .related-content {
  float: right;
  width: 200px; }

.item-img {
  margin-bottom: 2em;
  margin-left: -60px;
  max-width: none; }

@media only screen and (max-width: 50em) {
  .product.detail .shadow {
    margin-bottom: 0; }

  .product-img {
    position: relative; }

  .product-img,
  .product-img-main {
    margin: 0; }

  .product-img-main {
    float: none;
    text-align: center; }

  .product-img-thumbs {
    position: absolute;
    left: 0;
    top: 107px;
    width: 100%; }
    .product-img-thumbs #prev {
      left: 0; }
    .product-img-thumbs #next {
      right: 0; }

  .product-config label {
    display: none; }
  .product-config input, .product-config .custom-dropdown {
    width: 100%; }
  .product-config .button {
    font-size: .8125em; }
    .product-config .button svg {
      margin-right: 5px;
      vertical-align: bottom; } }
.brand h1, .brand-logo, .onecolumn main h1 {
  margin-bottom: 25px;
  padding: 0 0 20px;
  min-height: 54px; }

.brand-logo {
  border-color: #CBCBCB; }
  .brand-logo img {
    display: block;
    margin: 0 auto; }

.brand-actions {
  margin-bottom: 30px; }
  .brand-actions .circle-btn {
    border: 0;
    width: 13px;
    height: 13px;
    margin-right: 10px; }

.brands article {
  width: 100%; }
.brands .grid-item {
  width: 204px !important; }

.brand .grid {
  margin-left: -10px; }
.brand .grid-item {
  display: inline-block;
  font-size: 1.125em;
  text-align: center;
  vertical-align: top;
  margin: 0 0 2em 10px;
  width: 180px; }
  .brand .grid-item a {
    text-decoration: none;
    color: #777;
    font-size: 11px; }
  .brand .grid-item img {
    display: block;
    margin: 0 auto; }
  .brand .grid-item .brand-image {
    min-height: 60px;
    margin: 30px 0; }
  .brand .grid-item .brand-title {
    margin: 0 0 15px 0; }

.resources .related-content, .landing .related-content {
  margin-top: 2em;
  width: 100%; }
  .resources .related-content ul, .landing .related-content ul {
    margin: 1em 0 2em; }
  .resources .related-content li, .landing .related-content li {
    margin-bottom: 1em; }
    .resources .related-content li a, .landing .related-content li a {
      min-height: 30px;
      padding-left: 40px; }
      .ie8 .resources .related-content li a, .ie8 .landing .related-content li a {
        padding-left: 0; }

.resource-item-logo {
  margin-bottom: 2em;
  padding-top: 0; }
  .resource-item-logo img {
    display: block;
    margin: 0 auto; }

.v2-loader {
  display: none;
  padding: 20px;
  text-align: center;
  width: 100%; }

.event-date {
  float: right;
  margin: 0 0 2em 25px; }
  .event-date span {
    display: block; }

.event-data,
.event-arrow {
  float: left; }

.event-data {
  border: 2px solid #C8102E;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 85px; }

.event-day {
  background-color: #C8102E;
  color: #FFF;
  font-size: 2em;
  padding: 5px 0; }
  .event-day sup {
    font-size: .375em; }

.event-month {
  font-size: .75em;
  padding: 10px 0; }

.event-arrow {
  font-size: 30px;
  margin: .5em 5px 0; }

.experts .pagination {
  margin: 1em 0 0 -5px;
  margin: 0; }
  .experts .pagination li {
    margin-left: 5px; }
.experts .custom-dropdown {
  width: 200px;
  margin-right: 20px; }

#expert-division {
  margin-bottom: 1em;
  margin-bottom: 0; }

.expert-links {
  margin-bottom: 2em; }

.experts-list {
  margin-bottom: 2em;
  padding-bottom: 0; }

.expert-list-item {
  margin-bottom: 1em;
  border-top: 1px solid #CBCBCB;
  padding-top: 20px;
  display: inline-block;
  vertical-align: top;
  width: 50%; }
  .expert-list-item .expert-img {
    width: 120px;
    float: left;
    margin-right: 25px; }

.expert-img img {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  vertical-align: bottom; }
.expert-img a:hover img, .expert-img a:focus img {
  border-color: #C8102E; }

.expert-details {
  padding-right: 40px;
  overflow: hidden; }
  .expert-details h2, .expert-details h3 {
    margin-bottom: 5px; }
  .expert-details h2 {
    font-size: 1em; }
  .expert-details h3 {
    font-size: .875em; }

.expert-related.box {
  margin-bottom: 1em;
  padding: 20px; }

.expert-single .expert-img,
.expert-related {
  float: left;
  margin-right: 25px;
  width: 180px; }

.expert-single .expert-details {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1em;
  min-height: 180px; }

.expert-summary {
  overflow: hidden; }

.expert-details .col-1-2 {
  float: left; }
  .expert-details .col-1-2 dl {
    margin: 0;
    padding-left: 50px; }

.contact h1.rule,
.contact h2.rule {
  line-height: 1;
  margin-bottom: 25px;
  padding: 0 0 25px; }
.contact h2.rule {
  margin-top: 1.5em; }
.contact aside h3 {
  color: #C8102E;
  margin-bottom: 15px;
  padding: 0 0 15px;
  position: relative; }
.contact .col-1-2, .contact .col-1-3 {
  display: inline-block;
  margin-bottom: 1em;
  vertical-align: top; }
.contact .col-1-2 {
  float: none;
  padding-right: 3px;
  width: 49.6%; }
  .contact .col-1-2.second {
    padding: 0 0 0 3px; }
  .contact .col-1-2.contact-required {
    float: right; }
.contact .col-1-3 {
  width: 32.8333%; }
.contact .col-1-3 {
  width: 33.33333%; }
.contact .shadow > .row {
  padding-bottom: 0; }
.contact .custom-dropdown {
  border-color: #CBCBCB; }
.contact .icon-social {
  background-color: #415563;
  color: #FFF;
  display: block;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -.1em;
  width: 30px;
  height: 30px;
  text-align: center; }

.contact-offices,
.contact-form {
  margin-top: 3em; }

.contact-offices .rule {
  padding: 1em 0;
  position: relative; }
.contact-offices div.rule {
  padding-right: 95px; }
.contact-offices .vcard h3, .contact-offices .vcard p {
  margin: 0 0 .25em; }
.contact-offices h3 {
  color: #C8102E; }
.contact-offices h3 span {
  font-size: .8125em;
  font-style: italic;
  font-weight: normal;
  margin-left: 15px; }
.contact-offices .button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 2em;
  margin-top: -16px;
  top: 50%; }
  .contact-offices .button:active {
    bottom: auto; }
.contact-offices p.tel span.value-title {
  font-weight: bold; }

@-moz-document url-prefix() {
  .contact-form .custom-dropdown select {
    position: relative;
    top: .2em; } }
.fax-wrap {
  display: block;
  display: inline-block;
  margin-left: 20px; }

.mb-locations .fax-label, .mb-locations .fax-label + span {
  display: none; }

.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; }
.contact-form input, .contact-form textarea {
  padding: 10px; }
.contact-form .custom-dropdown {
  height: 40px;
  width: 100%; }
  .contact-form .custom-dropdown:after {
    line-height: 30px;
    width: 38px;
    height: 38px; }
  .contact-form .custom-dropdown select {
    line-height: 3; }

.contact-enquiry {
  margin-bottom: .5em; }

.contact-state {
  margin-bottom: .5em;
  padding: 0 10px; }

@media only screen and (max-width: 50em) {
  .mb-locations .fax-wrap {
    display: none; } }
.sitemap-list {
  margin-bottom: 2em;
  padding-right: 50px; }
  .sitemap-list li {
    line-height: 1.25;
    margin-bottom: .75em; }

.sitemap-brands ul {
  column-count: 3;
  column-gap: 40px; }

/*v2 stands for v2, with this new layout i ll prefix every css class using v2 so that things remain separate */
div.v2-loader {
  width: 100%;
  display: none;
  text-align: center;
  padding: 20px; }

div.v2-loadmore {
  width: 55%;
  text-align: center;
  margin: 15px auto 0;
  background-color: #F5F5F5;
  padding: 10px;
  border: 1px solid #CBCBCB; }
  div.v2-loadmore span {
    padding: 0 10px;
    font-weight: bold; }
  div.v2-loadmore:hover {
    color: #C8102E !important;
    border: 1px solid #C8102E;
    cursor: pointer; }

body.level1category article div.shadow div.row {
  height: 300px;
  overflow: hidden; }

.fadeout {
  position: absolute;
  bottom: 0em;
  width: 100%;
  height: 2em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }
  .fadeout .readmore {
    float: right;
    font-size: 12px;
    text-decoration: underline;
    margin-right: 10px; }

#sidepanel_saved form#savedsend p {
  margin: 0 0 3px; }
#sidepanel_saved form#savedsend div.field input {
  margin: 0; }
#sidepanel_saved form#savedsend button {
  margin: 5px 0 0; }

/*
Used for product view image
*/
div.image-zoomer {
  -webkit-box-shadow: 1px 2px 13px 0px rgba(50, 50, 50, 0.66);
  -moz-box-shadow: 1px 2px 13px 0px rgba(50, 50, 50, 0.66);
  box-shadow: 1px 2px 13px 0px rgba(50, 50, 50, 0.66);
  display: none;
  position: absolute;
  left: 270px;
  top: -20px;
  width: 633px;
  height: 370px;
  background-image: url("<?php echo $this->helper('catalog/image')->init($_product, 'image') ?> ");
  z-index: 99;
  background-size: 1024px 1000px;
  background-position: 0px -500px;
  background-color: #ffffff;
  background-position: left top;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  overflow: hidden; }

/* Lists */
ul, ol {
  list-style: none; }

.brand .grid-item {
  margin: 0 0 2em 10px;
  overflow: hidden;
  vertical-align: top; }

.product-img-thumbs .the-mask {
  width: 223px;
  height: 75px;
  overflow: hidden;
  position: relative; }

.product-img-thumbs .the-thumbs {
  position: absolute;
  height: 75px; }

.product-img-thumbs .the-thumbs img {
  float: left;
  margin-right: 5px; }

.prod-module-item {
  float: left;
  margin-right: 10px;
  width: 160px; }

.prod-module-item a.product-image {
  text-align: center; }

.clearer {
  clear: both; }

.product-details .rule h1 {
  overflow: hidden;
  display: block;
  height: 90px;
  font-size: 22px; }

.cat-ul {
  margin: 0;
  padding: 0;
  overflow: auto; }

ul.cat-ul li {
  float: left;
  width: 280px;
  margin: 0 0 20px 0;
  padding: 0; }

ul.cat-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  font-weight: bold; }

ul.cat-ul li a img {
  /* vertical-align: middle; */
  float: left; }

ul.cat-ul li div.one {
  float: right;
  width: 180px;
  display: table;
  height: 90px;
  overflow: hidden; }

ul.cat-ul li div div.two {
  display: table-cell;
  vertical-align: middle; }

.multiselect {
  font-size: 13px;
  padding: 5px;
  width: 255px;
  height: 100px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  margin-bottom: 0.5em; }

span.icon-bin {
  cursor: pointer;
  cursor: hand; }

div.sidepanel-scroll-request, div.sidepanel-scroll {
  overflow-y: auto;
  height: auto;
  max-height: 250px;
  width: 265px; }

div.sidepanel-scroll {
  max-height: 450px; }

div.productview-data,
div.productview-data p,
div.productview-data ul,
div.productview-data tr,
div.productview-data td,
div.productview-data font,
div.productview-data font p,
div.productview-data table {
  font-size: 13px;
  color: #000000; }

div#product_view_shortdescription,
div#product_view_shortdescription p,
div#product_view_shortdescription ul,
div#product_view_shortdescription tr,
div#product_view_shortdescription td,
div#product_view_shortdescription font,
div#product_view_shortdescription font p,
div#product_view_shortdescription table {
  font-size: 13px; }

div.productview-data h1, div.productview-data h2, div.productview-data h3 {
  font-size: 14px; }

div#product_view_shortdescription h1, div#product_view_shortdescription h2, div#product_view_shortdescription h3 {
  font-size: 14px; }

div.productview-data ul {
  list-style-type: disc;
  padding: 0px; }

div.productview-data table, th, td {
  border: none;
  vertical-align: top; }

div.currentfilters ol {
  margin-left: 0;
  padding-left: 0; }

div.currentfilters .actions {
  font-size: 12px;
  text-align: right; }

div.sidepanel-scroll-request .custom-dropdown {
  margin-bottom: .5em;
  width: 100%; }

div.sidepanel-scroll-request .custom-dropdown select {
  padding: 0; }

.sicherheitsmassnahmen {
  left: -9999px;
  position: absolute; }

body.garland {
  background: none repeat scroll 0 0 #e8e8ef; }
  body.garland .breadcrumb a:hover {
    color: #2a338f; }
  body.garland .contact-offices h3 {
    color: #2a338f; }
  body.garland header .hd-phone {
    display: none; }
  body.garland .dl-menu > .sfHover .sf-single a:hover,
  body.garland .dl-menu > .sfHover .sf-single a:focus {
    color: #2a338f; }
  body.garland .dl-menu > li {
    background: #ededed;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 60%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(60%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 60%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%, #ffffff 60%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%, #ffffff 60%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%, #ffffff 60%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  body.garland .dl-menu > li > a:hover, body.garland .dl-menu > li > a:focus {
    color: #ffffff; }
  body.garland .dl-menu > li:hover, body.garland .dl-menu > li.sfHover, body.garland .dl-menu > li > ul {
    background: #2a338f; }
  body.garland .dl-menu .sf-mega {
    background-color: #fff; }
  body.garland .dl-menu .sf-single {
    background-color: #fff; }
  body.garland .dl-menuwrapper button:after {
    background: none repeat scroll 0 0 #2a338f;
    box-shadow: 0 7px 0 #2a338f, 0 14px 0 #2a338f; }
  body.garland .widget .icon-calculator svg, body.garland .widget .icon-star svg, body.garland .widget .icon-media-brochure svg {
    fill: #2a338f; }
  body.garland .widget .shine {
    background: #2a338f;
    color: white; }
  body.garland .mobile-icons [class^="icon-"] {
    color: #2a338f; }
  body.garland .sf-arrows .sf-with-ul:after {
    border-color: #0098cf transparent transparent; }
  body.garland .sf-arrows ul .sf-with-ul:after {
    border-color: transparent transparent transparent #0098cf; }
  body.garland .sf-arrows ul li > .sf-with-ul:focus:after, body.garland .sf-arrows ul li:hover > .sf-with-ul:after, body.garland .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #0098cf; }
  body.garland .sf-level-2 > a:hover, body.garland .sf-level-2 > a:focus, body.garland .sf-level-2.sfHover > a {
    background-color: #fff;
    color: black; }
  body.garland .sfHover .sf-mega li a:hover, body.garland sfHover sf-mega li a:focus {
    color: black; }
  body.garland .hd-search input {
    background-color: #e8e8ef !important;
    border-color: transparent;
    padding: 10px 25px 10px 15px; }
  body.garland .breadcrumb:after {
    border-color: #e8e8ef #e8e8ef #e8e8ef #fff; }
  body.garland div.widget ul li.widget-request, body.garland div.widget #sidepanel_request {
    display: none; }
  body.garland .widget-tabs {
    height: 38px;
    left: -117px;
    top: 123px; }
  body.garland .product-list-actions a.icon-calculator {
    display: none; }
  body.garland .product-actions a.icon-calculator {
    display: none; }
  body.garland .hd-search svg {
    fill: #2a338f; }
  body.garland .item-action svg {
    fill: #0098cf; }
  body.garland .item-action {
    background-color: #e8e8ef; }
  body.garland .item-action.alt {
    background-color: #2a338f; }
  body.garland .highlight {
    color: #2a338f; }
  body.garland .button {
    background: #2a338f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2a338f 0%, #1d2576 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a338f), color-stop(100%, #1d2576));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2a338f 0%, #1d2576 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2a338f 0%, #1d2576 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2a338f 0%, #1d2576 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2a338f 0%, #1d2576 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a338f', endColorstr='#1d2576',GradientType=0 );
    /* IE6-9 */
    border-color: #2a338f; }
  body.garland .icon-security {
    background-image: linear-gradient(#35a035, #287a28);
    border-color: #217b21; }
  body.garland .custom-dropdown:after {
    background: #2a338f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2a338f 0%, #1d2576 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a338f), color-stop(100%, #1d2576));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2a338f 0%, #1d2576 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2a338f 0%, #1d2576 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2a338f 0%, #1d2576 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2a338f 0%, #1d2576 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a338f', endColorstr='#1d2576',GradientType=0 );
    /* IE6-9 */ }
  body.garland [role="contentinfo"] {
    background: url("../img/garland-drop-shadow.jpg") no-repeat scroll 50% 0 transparent; }
  body.garland hr {
    border-color: white transparent #b3b3ce; }
  body.garland footer hr {
    margin-bottom: 25px; }
  body.garland .ftr-links th {
    padding-bottom: 0; }
  body.garland .ftr-links {
    margin-bottom: 0; }
  body.garland .ftr-links table {
    margin-left: 40px; }
  body.garland .home-slider {
    margin: -1em 0 20px; }
  body.garland ul#home-slider-pagination {
    bottom: 20px;
    position: absolute;
    right: 30px;
    z-index: 500; }
  body.garland ul#home-slider-pagination li {
    float: left;
    padding-right: 15px; }
  body.garland #home-slider-pagination a {
    background-color: white;
    border-radius: 50%;
    display: block;
    float: right;
    height: 30px;
    width: 30px; }
  body.garland #home-slider-pagination li.cycle-pager-active a {
    background-color: #0998c1; }
  body.garland .home-feature-hd {
    background-color: #ffffff;
    color: #415563; }
  body.garland .home-features div.col-1-3:nth-child(1) a.home-feature-more {
    background-color: #0998c1; }
  body.garland .home-features div.col-1-3:nth-child(2) a.home-feature-more {
    background-color: #2f3ba2; }
  body.garland .home-features div.col-1-3:nth-child(3) a.home-feature-more {
    background-color: #980747; }
  body.garland .home-features a.home-feature-more:hover {
    color: #f5f5f5; }
  body.garland .home-case-study-btn a.button {
    background: #425563; }
  body.garland .home-case-study {
    background: white; }
  body.garland .home-case-study-img {
    top: auto; }
  body.garland .home-solutions {
    padding-left: 15px; }
  body.garland .home-solutions a {
    background-color: white;
    background-image: url("../img/arrow.png");
    background-position: 90% 95%;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 15px;
    width: 220px; }
  body.garland .home-solutions a:hover {
    color: inherit;
    text-decoration: none; }
  body.garland .home-solutions h3 {
    border-bottom: 2px solid #c8c8de;
    color: #2a338f;
    margin-bottom: 10px;
    padding: 0 0 10px;
    text-indent: 10px; }
  body.garland .home-solutions .solText {
    padding: 20px 10px 0; }
  body.garland .home-solutions .solText > p {
    padding-left: 10px;
    margin-bottom: 40px;
    min-height: 98px; }
  body.garland .home-solutions .imgWrapper {
    width: 220px;
    height: 100px;
    background-position: center center; }
  body.garland .ftr-icons {
    top: 0;
    bottom: auto; }
  body.garland .icon-security {
    top: -15px; }
  body.garland .toplink {
    background-image: url("/assets/img/arrow.png");
    width: 38px;
    height: 38px;
    display: block;
    position: relative;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  body.garland footer .mobile-only.row ul li a {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase; }
  body.garland footer .mobile-only.row ul li a:hover {
    text-decoration: none;
    color: #2f3ba2; }
  body.garland main {
    background-position: center top;
    background-repeat: no-repeat; }
  body.garland .product-details {
    min-height: 320px; }
  body.garland a:hover, body.garland a:focus, body.garland a:active {
    color: #2a338f; }
  body.garland div.v2-loadmore:hover {
    border: 1px solid #2a338f;
    color: #2a338f !important; }
  @media only screen and (max-width: 50em) {
    body.garland .home-solutions .solText p {
      display: none; }
    body.garland .home-solutions {
      padding-left: 0; }
    body.garland .home-solutions a {
      width: 100%;
      background-position: 98% 85%;
      margin-bottom: 15px; }
    body.garland .home-solutions .imgWrapper {
      width: 100%;
      height: 100px; }
    body.garland .home-features {
      padding: 0; }
    body.garland .home-features .col-1-3 {
      float: left;
      margin: 0 15px 15px 0;
      width: 46%; }
    body.garland .home-feature-hd {
      padding: 10px 0 10px 5px; }
    body.garland .hd-search button {
      right: 20px;
      top: 23px; }
    body.garland header div.mobile-icons div.mobile-only a.icon-calculator {
      display: none; }
    body.garland .mobile-icons {
      width: 100px;
      width: 180px; } }

.garland.magento label[for=manufacturer] {
  display: none; }

.home.garland article .row {
  margin-bottom: 20px; }
.home.garland .content-body {
  margin-top: 0; }
@media only screen and (max-width: 50em) {
  .home.garland .content-body, .home.garland .content-body .row {
    background-color: transparent; } }

.contact.garland aside h3 {
  color: #2a338f !important; }

/*# sourceMappingURL=ie.css.map */
