/*!
 * Bootstrap v2.0.3
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

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

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

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

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

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

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

.checkbox-custom,
.radio-custom {
  display: none;
}

.checkbox-custom.input-lg + label,
.radio-custom.input-lg + label {
  padding-left: 23px;
  font-size: 16px;
  line-height: 23px;
}

.checkbox-custom.input-lg + label > span,
.radio-custom.input-lg + label > span {
  top: 3px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
}

.checkbox-custom + label,
.radio-custom + label {
  position: relative;
  padding-left: 21px;
  font-size: 14px;
  line-height: 19px;
}

.checkbox-custom + label > span,
.radio-custom + label > span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox-custom + label > span > i,
.radio-custom + label > span > i {
  display: none;
}

.checkbox-custom + label:hover > span,
.radio-custom + label:hover > span,
.checkbox-custom + label:active > span,
.radio-custom + label:active > span {
  background-color: #effce9;
}

.checkbox-custom + label:active > span > i,
.radio-custom + label:active > span > i {
  color: #4e8c38;
}

.checkbox-custom:checked + label > span,
.radio-custom:checked + label > span {
  color: #6ebe49;
}

.checkbox-custom:checked + label > span > i,
.radio-custom:checked + label > span > i {
  display: block;
}

.checkbox-custom[disabled] + label > span,
.radio-custom[disabled] + label > span,
.checkbox-custom[disabled] + label:hover > span,
.radio-custom[disabled] + label:hover > span,
.checkbox-custom[disabled] + label:active > span,
.radio-custom[disabled] + label:active > span {
  background: #e8e8e8 !important;
  border-color: #999 !important;
}

.checkbox-custom[disabled]:checked + label > span > i,
.radio-custom[disabled]:checked + label > span > i {
  color: #9ad280;
}

.radio-custom.input-lg + label > span {
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 16px;
}

.radio-custom.input-lg + label > span > i {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}

.radio-custom + label > span,
.radio-custom + label > span > i {
  border-radius: 50%;
}

.radio-custom + label > span > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background-color: transparent;
}

.radio-custom:checked + label:active > span > i {
  background-color: #4e8c38;
}

.radio-custom:checked + label > span > i {
  background-color: #6ebe49;
}

.radio-custom[disabled]:checked + label > span > i,
.radio-custom[disabled]:checked + label:active > span > i {
  background-color: #9ad280;
}

.checkbox-custom + label > span {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.checkbox-custom.checkbox-indet + label > span > i,
.checkbox-custom:indeterminate + label > span > i {
  display: none;
}

.checkbox-custom.checkbox-indet:checked + label > span:after,
.checkbox-custom:indeterminate:checked + label > span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  margin-top: -1px;
  margin-left: -4px;
  background-color: #6ebe49;
  content: "";
}

.checkbox-custom.checkbox-indet:active + label > span:after,
.checkbox-custom:indeterminate:active + label > span:after {
  background-color: #4e8c38;
}

.checkbox-custom.checkbox-indet[disabled]:checked + label > span:after,
.checkbox-custom:indeterminate[disabled]:checked + label > span:after,
.checkbox-custom.checkbox-indet[disabled]:checked + label:active > span:after,
.checkbox-custom:indeterminate[disabled]:checked + label:active > span:after {
  background-color: #9ad280;
}

.checkbox-custom.checkbox-indet.input-lg:checked + label > span:after,
.checkbox-custom:indeterminate.input-lg:checked + label > span:after {
  width: 10px;
  margin-left: -5px;
}

.form-inline .checkbox-custom + label,
.form-inline .radio-custom + label {
  padding-left: 21px;
  margin-bottom: 0;
  font-weight: normal;
}

.form-inline .checkbox-custom.input-lg + label,
.form-inline .radio-custom.input-lg + label {
  padding-left: 23px;
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #00a1dd;
  text-decoration: none;
}

a:hover {
  color: #00a1dd;
  text-decoration: underline;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

/* Styles for transitional grid with 8px gutters. Currently used for Home Page only */

.gutter8 .row {
  margin-left: -8px;
}

.gutter8 [class*="span"] {
  margin-left: 8px;
}

.container.gutter8 {
  width: 952px;
}

.gutter8 .span12 {
  width: 952px;
}

.gutter8 .span9 {
  width: 712px;
}

.gutter8 .span3 {
  width: 232px;
}

.gutter0 [class*="span"] {
  margin-left: 0;
}

.gutter0 .span4 {
  width: 33.33333333%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

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

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 11.5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 979px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }
}

p small {
  font-size: 14px;
  color: #999999;
}

@media (max-width: 979px) {
  p small {
    font-size: 12px;
  }
}

.lead {
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 200;
  line-height: 34.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 300;
  color: #333333;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 300;
  color: #999999;
}

h1 {
  font-size: 40px;
  line-height: 46px;
}

h2 {
  font-size: 33px;
  line-height: 37px;
}

@media (max-width: 979px) {
  h1,
  h2 {
    font-size: 25px;
    line-height: 29px;
  }
}

h1 small,
h2 small {
  font-size: 24px;
}

@media (max-width: 979px) {
  h1 small,
  h2 small {
    font-size: 15px;
  }
}

h3 {
  font-size: 30px;
  line-height: 34px;
}

@media (max-width: 979px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

h3 small {
  font-size: 23px;
}

@media (max-width: 979px) {
  h3 small {
    font-size: 15px;
  }
}

h4 {
  font-size: 25px;
  line-height: 29px;
}

@media (max-width: 979px) {
  h4 {
    font-size: 22px;
    line-height: 27px;
  }
}

h4 small {
  font-size: 21px;
}

@media (max-width: 979px) {
  h4 small {
    font-size: 15px;
  }
}

h5 {
  font-size: 22px;
  line-height: 26px;
}

@media (max-width: 979px) {
  h5 {
    font-size: 19px;
    line-height: 24px;
  }
}

h6 {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 979px) {
  h6 {
    font-size: 16px;
    line-height: 23px;
  }
}

.page-header {
  padding-bottom: 22px;
  margin: 23px 0;
  /*border-bottom: 1px solid @grayLighter; // Remove bottom border */

}

.page-header h1 {
  line-height: 1;
}

.headline-jumbo {
  font-size: 60px;
  font-weight: 300;
  line-height: 57px;
}

@media (max-width: 979px) {
  .headline-jumbo {
    font-size: 33px;
    line-height: 37px;
  }
}

.headline-big {
  font-size: 45px;
  font-weight: 300;
  line-height: 49px;
}

@media (max-width: 979px) {
  .headline-big {
    font-size: 30px;
    line-height: 34px;
  }
}

ul,
ol {
  padding: 0;
  margin: 0 0 11.5px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 23px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 23px;
}

dt,
dd {
  line-height: 23px;
}

dt {
  font-weight: 600;
  line-height: 22px;
}

dd {
  margin-left: 11.5px;
}

.dl-horizontal dt {
  float: left;
  width: 120px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 130px;
}

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

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.muted {
  color: #999999;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #ddd;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 23px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28.75px;
}

blockquote small {
  display: block;
  line-height: 23px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 23px;
  font-style: normal;
  line-height: 23px;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

.body-small {
  margin: 0 0 9.5px;
  font-size: 14px;
  line-height: 19px;
}

.descriptor-text {
  margin: 0 0 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 979px) {
  .descriptor-text {
    margin: 0 0 8.5px;
    font-size: 12px;
    line-height: 17px;
  }
}

.smallcap-text {
  margin: 0 0 7.5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

.timestamp-text {
  margin: 0 0 7px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  color: #999999;
}

.footer-text {
  margin: 0 0 5.5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  color: #999999;
}

.text-hint {
  color: #999999;
}

.text-ghost {
  color: #bbbbbb;
}

.text-danger {
  color: #ea1d2c;
}

.text-success {
  color: #3fae49;
}

.text-warning {
  color: #ff8300;
}

.text-info {
  color: #005897;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  color: #999999;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 14.8px;
  line-height: 23px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 23px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 23px;
}

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

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

legend small {
  font-size: 17.25px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
}

input,
button,
select,
textarea {
  font-family: Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 23px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 23px;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

label input,
label textarea,
label select {
  display: block;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 \9;
  /* IE9 and down */

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

input[type="image"] {
  border: 0;
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  background-color: #ffffff;
  background-color: initial;
  border: initial;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

input[type="file"] {
  line-height: 18px \9;
}

select {
  width: 220px;
  background-color: #ffffff;
}

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

input[type="image"] {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: auto;
}

input[type="hidden"] {
  display: none;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

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

input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  /*outline: 0;*/

  outline: thin dotted \9;
  /* IE6-9 */

  /*.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)");*/

}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #ff8300;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #ff8300;
  border-color: #ff8300;
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #cc6900;
  -webkit-box-shadow: 0 0 6px #ffb566;
     -moz-box-shadow: 0 0 6px #ffb566;
          box-shadow: 0 0 6px #ffb566;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #ff8300;
  background-color: #f4f0db;
  border-color: #ff8300;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #ea1d2c;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ea1d2c;
  border-color: #ea1d2c;
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #c2121f;
  -webkit-box-shadow: 0 0 6px #f37a83;
     -moz-box-shadow: 0 0 6px #f37a83;
          box-shadow: 0 0 6px #f37a83;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ea1d2c;
  background-color: #ead6d6;
  border-color: #ea1d2c;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #3fae49;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #3fae49;
  border-color: #3fae49;
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #318939;
  -webkit-box-shadow: 0 0 6px #81d289;
     -moz-box-shadow: 0 0 6px #81d289;
          box-shadow: 0 0 6px #81d289;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #3fae49;
  background-color: #d7e8d0;
  border-color: #3fae49;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 22px 20px 23px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}

.form-actions:after {
  clear: both;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

:-moz-placeholder {
  color: #999999;
}

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

.help-block,
.help-inline {
  color: #666666;
}

.help-block {
  display: block;
  margin-bottom: 11.5px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-prepend,
.input-append {
  margin-bottom: 5px;
}

.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}

.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}

.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 23px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend .active,
.input-append .active {
  background-color: #a7dfac;
  border-color: #3fae49;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 11.5px;
}

legend + .control-group {
  margin-top: 23px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 23px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 160px;
}

.form-horizontal .help-block {
  margin-top: 11.5px;
  margin-bottom: 0;
}

.form-horizontal .form-actions {
  padding-left: 160px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 23px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 23px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: 600;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

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

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

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.icon-white {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.icon-download {
  width: 8px;
  height: 12px;
  background-image: url("../images/icn_load.gif");
  background-position: 0 0;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

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

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 10.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 23px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00a1dd;
}

.open {
  *z-index: 1000;
}

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

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

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

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

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
      -ms-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

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

a.btn,
.btn {
  display: inline-block;
  height: auto;
  padding: 10px 22px 9px 22px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #6ebe49;
  background-image: none;
  border: 1px solid #4e8c38;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: background-color 0.4s;
     -moz-transition: background-color 0.4s;
      -ms-transition: background-color 0.4s;
       -o-transition: background-color 0.4s;
          transition: background-color 0.4s;
}

a.btn span,
.btn span {
  height: auto;
  padding: 0;
  margin: 0;
  background-image: none;
}

a.btn:hover,
.btn:hover {
  text-decoration: none;
  background-color: #4e8c38;
}

button.btn:hover {
  color: #ffffff;
  background-color: #4e8c38;
  border: 1px solid #4e8c38;
}

button.btn-primary:hover {
  color: #ffffff;
  background-color: #4e8c38;
  border: 1px solid #4e8c38;
}

a.btn:focus,
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a.btn.active,
.btn.active,
a.btn:active,
.btn:active {
  color: #ffffff;
  background-color: #4e8c38;
  border-color: #4e8c38;
  outline: 0;
}

a.btn.disabled,
.btn.disabled,
a.btn[disabled],
.btn[disabled] {
  color: #bbbbbb;
  cursor: default;
  background-color: #eeeeee;
  border-color: #cccccc;
}

a.btn-large,
.btn-large {
  padding: 12px 28px 10px 28px;
  font-size: 16px;
  line-height: 21px;
}

a.btn-large [class^="icon-"],
.btn-large [class^="icon-"] {
  margin-top: 1px;
}

a.btn-small,
.btn-small {
  padding: 9px 18px 6px 18px;
  font-size: 12px;
  line-height: 15px;
}

a.btn-small [class^="icon-"],
.btn-small [class^="icon-"] {
  margin-top: -1px;
}

a.btn-mini,
.btn-mini {
  padding: 3px 10px 3px 10px;
  font-size: 11px;
  line-height: 13px;
}

a.btn-primary,
.btn-primary,
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary.active,
.btn-primary.active,
a.btn-info,
.btn-info,
a.btn-info:hover,
.btn-info:hover,
a.btn-info:active,
.btn-info:active,
a.btn-info.active,
.btn-info.active {
  color: #ffffff;
}

a.btn-primary,
.btn-primary {
  background-color: #6ebe49;
  border-color: #4e8c38;
}

a.btn-primary:hover,
.btn-primary:hover {
  background-color: #4e8c38;
}

a.btn-primary:active,
.btn-primary:active,
a.btn-primary.active,
.btn-primary.active {
  background-color: #4e8c38;
  border-color: #4e8c38;
}

a.btn-primary.disabled,
.btn-primary.disabled,
a.btn-primary[disabled],
.btn-primary[disabled] {
  color: #bbbbbb;
  background-color: #eeeeee;
  border-color: #cccccc;
}

a.btn-warning,
.btn-warning {
  background-color: #6ebe49;
  *background-color: #6ebe49;
  background-image: -moz-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: -ms-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ebe49), to(#6ebe49));
  background-image: -webkit-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: -o-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: linear-gradient(top, #6ebe49, #6ebe49);
  background-repeat: repeat-x;
  border-color: #6ebe49 #6ebe49 #4d8931;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ebe49', endColorstr='#6ebe49', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

a.btn-warning:hover,
.btn-warning:hover,
a.btn-warning:active,
.btn-warning:active,
a.btn-warning.active,
.btn-warning.active,
a.btn-warning.disabled,
.btn-warning.disabled,
a.btn-warning[disabled],
.btn-warning[disabled] {
  background-color: #6ebe49;
  *background-color: #62af3e;
}

a.btn-warning:active,
.btn-warning:active,
a.btn-warning.active,
.btn-warning.active {
  background-color: #589c38 \9;
}

a.btn-danger,
.btn-danger {
  background-color: #6ebe49;
  *background-color: #6ebe49;
  background-image: -moz-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: -ms-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ebe49), to(#6ebe49));
  background-image: -webkit-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: -o-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: linear-gradient(top, #6ebe49, #6ebe49);
  background-repeat: repeat-x;
  border-color: #6ebe49 #6ebe49 #4d8931;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ebe49', endColorstr='#6ebe49', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

a.btn-danger:hover,
.btn-danger:hover,
a.btn-danger:active,
.btn-danger:active,
a.btn-danger.active,
.btn-danger.active,
a.btn-danger.disabled,
.btn-danger.disabled,
a.btn-danger[disabled],
.btn-danger[disabled] {
  background-color: #6ebe49;
  *background-color: #62af3e;
}

a.btn-danger:active,
.btn-danger:active,
a.btn-danger.active,
.btn-danger.active {
  background-color: #589c38 \9;
}

a.btn-success,
.btn-success {
  background-color: #6ebe49;
  *background-color: #6ebe49;
  background-image: -moz-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: -ms-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ebe49), to(#6ebe49));
  background-image: -webkit-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: -o-linear-gradient(top, #6ebe49, #6ebe49);
  background-image: linear-gradient(top, #6ebe49, #6ebe49);
  background-repeat: repeat-x;
  border-color: #6ebe49 #6ebe49 #4d8931;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ebe49', endColorstr='#6ebe49', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

a.btn-success:hover,
.btn-success:hover,
a.btn-success:active,
.btn-success:active,
a.btn-success.active,
.btn-success.active,
a.btn-success.disabled,
.btn-success.disabled,
a.btn-success[disabled],
.btn-success[disabled] {
  background-color: #6ebe49;
  *background-color: #62af3e;
}

a.btn-success:active,
.btn-success:active,
a.btn-success.active,
.btn-success.active {
  background-color: #589c38 \9;
}

a.btn-info,
.btn-info {
  background-color: #6ebe49;
  border-color: #4e8c38;
}

a.btn-info:hover,
.btn-info:hover {
  background-color: #4e8c38;
}

a.btn-info:active,
.btn-info:active,
a.btn-info.active,
.btn-info.active {
  background-color: #4e8c38;
  border-color: #4e8c38;
}

a.btn-info.disabled,
.btn-info.disabled,
a.btn-info[disabled],
.btn-info[disabled] {
  color: #bbbbbb;
  background-color: #eeeeee;
  border-color: #cccccc;
}

a.btn-inverse,
.btn-inverse {
  color: #ffffff;
  background-color: #5c5c5c;
  *background-color: #4d4d4d;
  background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
  background-image: -ms-linear-gradient(top, #666666, #4d4d4d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
  background-image: -o-linear-gradient(top, #666666, #4d4d4d);
  background-image: linear-gradient(top, #666666, #4d4d4d);
  background-repeat: repeat-x;
  border-color: #4d4d4d #4d4d4d #262626;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#4d4d4d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

a.btn-inverse:hover,
.btn-inverse:hover,
a.btn-inverse:active,
.btn-inverse:active,
a.btn-inverse.active,
.btn-inverse.active,
a.btn-inverse.disabled,
.btn-inverse.disabled,
a.btn-inverse[disabled],
.btn-inverse[disabled] {
  background-color: #4d4d4d;
  *background-color: #404040;
}

a.btn-inverse:active,
.btn-inverse:active,
a.btn-inverse.active,
.btn-inverse.active {
  background-color: #333333 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 23px;
  color: #ff8300;
  text-align: left;
  background-color: #f4f0db;
  border: 1px solid #f3e6cd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.alert .ss-icon {
  position: relative;
  top: 0;
  right: -1.5em;
  float: right;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #3fae49;
  background-color: #d7e8d0;
  border-color: #cee1be;
}

.alert-danger,
.alert-error {
  color: #ea1d2c;
  background-color: #ead6d6;
  border-color: #e6cbcf;
}

.alert-info {
  color: #005897;
  background-color: #d1e5ef;
  border-color: #b4e0e9;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

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

.nav {
  margin-bottom: 23px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #dddddd;
}

.nav > .pull-right {
  float: right;
}

.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: 600;
  line-height: 23px;
  color: #cccccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #00a1dd;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 10.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 23px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #dddddd #dddddd #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #bbbbbb;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #00a1dd;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #00a1dd;
  border-bottom-color: #00a1dd;
}

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #00a1dd;
  border-bottom-color: #00a1dd;
}

.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #cccccc;
}

.tabbable {
  *zoom: 1;
}

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

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

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

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #dddddd #dddddd #dddddd #dddddd;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #dddddd #dddddd #dddddd #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.pagination {
  height: 46px;
  margin: 23px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 44px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #cccccc;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #cccccc;
  cursor: default;
  background-color: transparent;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

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

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

.modal-open .dropdown-menu {
  z-index: 31002;
}

.modal-open .dropdown.open {
  *z-index: 31002;
}

.modal-open .popover {
  z-index: 31012;
}

.modal-open .tooltip {
  z-index: 31022;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30002;
  width: 670px;
  margin: -250px 0 0 -345px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

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

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 10px;
}

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

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

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

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 23px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.thumbnail:hover {
  border-color: #00a1dd;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
}

.label,
.badge {
  font-size: 13.536px;
  font-weight: 600;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #cccccc;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #ea1d2c;
}

.label-important[href],
.badge-important[href] {
  background-color: #c2121f;
}

.label-warning,
.badge-warning {
  background-color: #ff8300;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #cc6900;
}

.label-success,
.badge-success {
  background-color: #3fae49;
}

.label-success[href],
.badge-success[href] {
  background-color: #318939;
}

.label-info,
.badge-info {
  background-color: #005897;
}

.label-info[href],
.badge-info[href] {
  background-color: #003a64;
}

.label-inverse,
.badge-inverse {
  background-color: #999999;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #808080;
}

.accordion {
  margin-bottom: 23px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 23px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 27px;
  height: 27px;
  margin-top: -20px;
  font-size: 28px;
  font-weight: 100;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #666666;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #999999;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

.carousel-position {
  position: absolute;
  right: -1%;
  bottom: 3%;
  width: 118px;
  margin-left: -50px;
  font-size: 30px;
  color: #999;
  text-align: center;
}

.carousel-position .on {
  color: #00a1dd;
}

.carousel-illustrated .item {
  padding-right: 50px;
  padding-left: 50px;
}

.carousel-illustrated .carousel-position {
  right: 0;
  bottom: auto;
  left: 50%;
  margin-top: -13px;
  font-size: 40px;
  line-height: 18px;
}

.carousel-illustrated .carousel-control {
  width: 40px;
  height: 40px;
  font-size: 60px;
  line-height: 30px;
}

.carousel-control.disable,
.carousel-control.disable:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.carousel-control.right.carousel-mediaPopup.disable,
.carousel-control.left.carousel-mediaPopup.disable {
  display: none;
}

.carousel-illustrated .carousel-control.right {
  right: 0;
}

.carousel-illustrated .carousel-control.left {
  left: 0;
}

.carousel-illustrated span3,
.carousel-illustrated span4 {
  padding: 4px;
}

.carousel-wrapper {
  position: relative;
}

.modal-tile img {
  margin-bottom: 10px;
}

.modal-tile-download-links {
  font-size: 11px;
  border-top: 1px solid #CCC;
}

.modal-tile-download-links-title {
  font-size: 11px;
  font-weight: normal;
  color: #999;
}

.carousel-illustrated .modal .link-list {
  font-size: 11px;
}

.swipe {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.swipe-wrap {
  position: relative;
  overflow: hidden;
}

.swipe-wrap div {
  position: relative;
  float: left;
  width: 100%;
}

.carousel-illustrated.m-carousel .m-item {
  width: 25%;
  padding: 0 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel-illustrated.m-carousel .m-item a {
  font-size: 14px;
  line-height: 1.4;
}

.carousel-illustrated.m-carousel .m-carousel-controls.m-carousel-pagination a {
  font-size: 40px;
  line-height: 18px;
  color: #999;
  background-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.carousel-illustrated.m-carousel .m-carousel-controls.m-carousel-pagination a.m-active {
  color: #00a1dd;
}

.carousel-illustrated.m-carousel .m-carousel-controls.m-carousel-arrows {
  padding: 0;
}

.carousel-illustrated.m-carousel .m-carousel-controls.m-carousel-arrows a {
  position: absolute;
  top: 20%;
  width: 10px;
  height: 40px;
  font-size: 0;
  line-height: 0;
}

.carousel-illustrated.m-carousel .m-carousel-controls.m-carousel-arrows a:after {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  padding: 0;
  margin-top: -7px;
  font-size: 0;
  line-height: 0;
  border-color: #333;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.carousel-illustrated.m-carousel .m-carousel-controls.m-carousel-arrows a[data-slider="prev"] {
  left: 3px;
}

.carousel-illustrated.m-carousel .m-carousel-controls.m-carousel-arrows a[data-slider="prev"]:after {
  left: 0;
  border-width: 0 0 3px 3px;
}

.carousel-illustrated.m-carousel .m-carousel-controls.m-carousel-arrows a[data-slider="next"] {
  right: 3px;
}

.carousel-illustrated.m-carousel .m-carousel-controls.m-carousel-arrows a[data-slider="next"]:after {
  right: 0;
}

/* STX Display Views */

.nm-container {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
  background-color: #161b1f;
}

.nav-mega {
  position: relative;
  z-index: 3;
  height: 127px;
  background-color: #fff;
}

.nav-mega a {
  color: #6ebe49;
}

.nm-no-nav .nav-mega {
  height: 59px;
}

.nm-no-nav .nm-logo {
  margin: 0 0 0 -10px;
}

.logo-wrapper {
  position: relative;
  z-index: 3;
}

.nm-logo {
  position: relative;
  float: left;
  padding: 10px;
  margin: 7px 0 6px -10px;
  background: transparent;
}

.nm-logo a {
  display: block;
  width: 162px;
  height: 39px;
  font-size: 0;
  line-height: 39px;
  text-align: center;
  background-image: url('../images/stx-staticlogo-green-nopad-324x78.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
}

.nm-logo .seagate-portal-logo {
  top: 20px;
  left: 211px;
  display: inline-block;
  font-size: 17px;
  color: #333;
}

.nm-app {
  position: absolute;
  top: 8px;
  left: 179px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.nm-app > p,
.nm-app > a {
  display: inline-block;
  height: 39px;
  padding: 10px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 39px;
  color: #000;
  vertical-align: top;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.nm-side-toggle,
.nm-user,
.nm-cart,
.nm-globe,
.nm-search {
  float: right;
  margin-top: 17px;
}

.nm-icon {
  margin-left: 20px;
}

.nm-icon > .nm-icon-container {
  display: block;
  padding: 9px 0;
  font-size: 0;
  line-height: 0;
  color: #868589;
  cursor: pointer;
}

.nm-icon > .nm-icon-container > span {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: 0;
  line-height: 21px;
  text-align: center;
  vertical-align: top;
  background: url('../images/nm/sprite-icn-nm.png') no-repeat;
}

.nm-icon > .nm-icon-container {
  text-decoration: none;
}

.nm-icon > .nm-icon-container:hover {
  text-decoration: none;
}

.nm-icon > .nm-icon-container:hover > span.ss-icon {
  color: #6ebe49;
  background-color: transparent;
}

.nm-user {
  position: relative;
  z-index: 3;
}

.nm-user > .nm-icon-container {
  position: relative;
}

.nm-user > .nm-icon-container > span {
  background-position: -57px 0;
}

.nm-user > .nm-icon-container > i {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 20px;
  padding: 5px 0 0 22px;
  font-size: 12px;
  line-height: 20px;
  color: #6ebe49;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0);
}

.nm-user:hover .nm-user-drop-container,
.nm-user.nm-user-pulled .nm-user-drop-container {
  display: block;
}

.nm-user:hover > .nm-icon-container > span,
.nm-user.nm-user-pulled > .nm-icon-container > span {
  background-position: -57px -21px;
}

.nm-user .nm-user-drop-container {
  position: absolute;
  right: -12px;
  z-index: 3;
  display: none;
  min-width: 160px;
  padding: 16px 0 0;
}

.nm-user .nm-user-drop {
  padding: 8px 0 0;
  color: #333333;
  text-align: right;
  background: #ffffff;
  border: 1px solid #333333;
}

.nm-user .nm-user-drop:before,
.nm-user .nm-user-drop:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 100%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
}

.nm-user .nm-user-drop:after {
  right: 16px;
  margin-top: 3px;
  margin-left: -8px;
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 7px;
}

.nm-user .nm-user-drop:before {
  margin-top: 1px;
  margin-left: -16px;
  border-color: transparent;
  border-bottom-color: #333333;
  border-width: 8px;
}

.nm-user .nm-user-drop > p,
.nm-user .nm-user-drop > a {
  display: block;
  padding: 0 10px;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 15px;
  color: #868589;
  white-space: nowrap;
  vertical-align: top;
}

.nm-user .nm-user-drop > a:hover {
  color: #6ebe49;
}

.nm-user .nm-user-drop > hr {
  margin: 0 0 8px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

.nm-cart {
  position: relative;
}

.nm-cart > .nm-icon-container > span {
  width: 24px;
  background-position: -33px 0;
}

.nm-cart > .nm-icon-container > i {
  position: absolute;
  top: 0;
  right: -5px;
  height: 20px;
  min-width: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #e53e2f;
  border-radius: 50%;
}

.nm-cart > .nm-icon-container:hover > span {
  background-position: -33px -21px;
}

.nm-globe {
  position: relative;
  z-index: 3;
}

.nm-globe .globe-icon {
  padding: 9px 0;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  background: none;
}

.nm-globe .globe-icon > span {
  background-position: -12px 0;
}

.nm-globe .globe-icon > #currentCountryText {
  display: inline-block;
  padding-left: 5px;
  font-size: 13px;
  line-height: 21px;
}

.nm-globe .globe-icon:hover > span {
  background-position: -12px -21px;
}

.nm-globe .globe-icon:hover > #currentCountryText {
  color: #6ebe49;
}

.nm-search {
  position: relative;
  margin-right: 13px;
}

.nm-search form {
  margin: 0;
}

.nm-search form > * {
  height: 25px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.nm-search .nm-search-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 9px;
  line-height: 30px;
}

.nm-search .nm-search-btn > span {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/nm/sprite-icn-nm.png') no-repeat 0 0;
}

.nm-search .nm-search-input {
  width: 254px;
  height: 30px;
  padding: 6px 30px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 9999px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
}

.nm-search .nm-search-input:focus {
  color: #333;
  border-color: #999;
  outline: 0;
}

.nm-search .nm-search-input::-ms-clear {
  display: none;
}

.nm-search .nm-search-clear {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #999999;
  text-align: center;
}

.nm-search .nm-search-clear > span {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
}

.nm-search .nm-search-submit {
  display: none;
}

.nm-menu {
  height: 55px;
  clear: both;
}

.nm-menu:after {
  position: absolute;
  top: 72px;
  right: 0;
  left: 0;
  z-index: -1;
  height: 55px;
  background-color: #161b1f;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
}

.nm-menu > ul {
  margin: 0;
  list-style: none;
}

.nm-menu > ul > li {
  float: left;
  list-style: none;
}

.nm-menu > ul > li.nm-menu-pulled .nm-dropdown {
  display: block;
}

.nm-menu > ul > li.nm-menu-pulled .nm-menu-item-1lvl > a {
  color: #6ebe49;
}

.nm-menu > ul > li.nm-menu-pulled .nm-menu-item-1lvl > [class^="ss-"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
}

.nm-menu > ul > li:last-of-type .nm-menu-item-1lvl > a {
  padding-right: 0;
}

.nm-menu > ul > li:last-of-type .nm-menu-item-1lvl > [class^="ss-"] {
  margin-right: -4px;
}

.nm-menu.nm-m-segment {
  overflow: hidden;
  -webkit-transition: height 0.2s ease-out;
     -moz-transition: height 0.2s ease-out;
      -ms-transition: height 0.2s ease-out;
       -o-transition: height 0.2s ease-out;
          transition: height 0.2s ease-out;
}

.nm-menu.nm-m-segment > ul {
  float: right;
}

.nm-menu.nm-m-segment > p {
  position: relative;
  z-index: 2;
  float: left;
  padding: 17px 0;
  margin-bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
      -ms-transition: opacity 0.2s ease-out;
       -o-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
}

.nm-menu.nm-m-segment > p,
.nm-menu.nm-m-segment > p > a {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
}

.nm-menu.nm-m-segment .nm-menu-item-1lvl > a {
  padding-right: 30px;
  font-size: 11px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
      -ms-transition: opacity 0.2s ease-out;
       -o-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
}

.nm-menu.nm-m-segment .nm-menu-item-1lvl > [class^="ss-"] {
  margin-right: 11px;
}

.nm-menu.nm-m-segment.nm-version-internal > ul > li.nm-mi-internal {
  display: none;
}

.nm-menu.nm-m-segment.nm-version-enterprise > ul > li.nm-mi-enterprise {
  display: none;
}

.nm-menu.nm-m-segment.nm-version-story > ul > li.nm-mi-story {
  display: none;
}

.nm-menu.nm-m-segment.nm-version-external > ul > li.nm-mi-external {
  display: none;
}

.nm-menu.nm-m-segment.nm-version-partners > ul > li.nm-mi-partners {
  display: none;
}

.nm-menu.nm-m-segment.nm-version-support > ul > li.nm-mi-support {
  display: none;
}

.nm-dropdown {
  position: absolute;
  top: 127px;
  right: 0;
  left: 0;
  display: none;
  background: #f4f4f4;
  border-top: 1px solid #6ebe49;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.nm-menu-item-1lvl {
  position: relative;
}

.nm-menu-item-1lvl > img[title="Edit item"] {
  position: relative;
  z-index: 3;
}

.nm-menu-item-1lvl > a {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 55px;
  padding-right: 45px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #868589;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}

.nm-menu-item-1lvl > a:hover {
  color: #6ebe49;
  text-decoration: none;
}

.nm-menu-item-1lvl > a > em {
  display: none;
  font-style: normal;
}

.nm-menu-item-1lvl > a > span {
  display: block;
}

.nm-menu-item-1lvl > [class^="ss-"] {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 1;
  width: 9px;
  height: 10px;
  margin-top: -6px;
  margin-right: 18px;
  font-size: 9px;
  line-height: 10px;
  color: #6ebe49;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  visibility: hidden;
}

.nm-menu-item-1lvl > .directup {
  top: auto;
  bottom: -4px;
  margin-top: 0;
  visibility: visible;
}

.nm-menu-item-2lvl > p,
.nm-menu-item-2lvl > a {
  display: block;
  margin-bottom: 7px;
  font-size: 19px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
}

.nm-dropdown-menu {
  min-height: 260px;
  padding: 20px 0;
}

.nm-dropdown-menu ul {
  margin: 0;
  list-style: none;
}

.nm-dropdown-menu ul > li {
  padding: 3px 0 2px;
  font-size: 12px;
  line-height: 15px;
  list-style: none;
}

.nm-menu-box-3lvl > ul > li a {
  display: inline-block;
  color: #868589;
}

.nm-menu-box-3lvl > ul > li a:hover {
  color: #6ebe49;
}

.nm-side-overlay,
.nm-drop-overlay {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -2;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
}

.nm-side-overlay {
  top: 0;
}

.nm-drop-overlay {
  top: 127px;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s ease;
     -moz-transition: opacity 0.3s ease, visibility 0s 0.3s ease;
      -ms-transition: opacity 0.3s ease, visibility 0s 0.3s ease;
       -o-transition: opacity 0.3s ease, visibility 0s 0.3s ease;
          transition: opacity 0.3s ease, visibility 0s 0.3s ease;
}

.nm-side-opened .nm-side-overlay {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.nm-drop-pulled .nm-drop-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.sticky-header-top .nav-mega {
  height: 65px;
}

.sticky-header-top .nav-mega .nm-menu {
  display: none;
}

.seagategov .nm-logo a {
  width: 272px;
  background-image: url('../images/seagate-government-logo-2color-horizontal-272x36.png');
}

.maxtor .nm-logo a {
  width: 272px;
  background-image: url('../images/maxtor-black-150x36.png');
}

@media print {
  .nm-container {
    display: none;
  }
}

.nav-mega-secondary {
  position: relative;
  padding: 20px 0;
  background-color: #161b1f;
  border-color: #6ebe49;
  border-style: solid;
  border-width: 1px 0 0;
}

.nms-media {
  *zoom: 1;
}

.nms-media:before,
.nms-media:after {
  display: table;
  content: "";
}

.nms-media:after {
  clear: both;
}

.nms-media:hover .nms-m-icn {
  cursor: pointer;
  background-position: 0 -160px;
}

.nms-media:hover .nms-m-icn:after {
  background-color: #6ebe49;
}

.nms-media:hover .nms-m-icn svg * {
  fill: #6ebe49 !important;
}

.nms-m-icn {
  position: relative;
  float: left;
  width: 90px;
  height: 80px;
  color: #868589;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.nms-m-icn.nms-m-icn-has-bg:after {
  display: none;
}

.nms-m-icn:after {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 1px;
  content: "";
}

.nms-m-icn svg * {
  transition: all .2s;
  fill: #868589 !important;
}

.nms-m-txt > a:hover {
  color: #6ebe49;
}

.nav-mega-secondary .container .primary-row + .tertiary-row:before,
.global-secondary .primary-row + .tertiary-row:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a9a9a9;
  content: "";
}

.nav-mega-secondary .container .tertiary-row,
.global-secondary .tertiary-row {
  display: flex;
}

.tertiary-row a:hover {
  color: #6ebe49 !important;
  text-decoration: none !important;
}

.tertiary-row .span3 {
  position: relative;
}

.tertiary-row .span3:hover .nms-media-dropdown {
  display: block;
}

.tertiary-row .nms-media-dropdown {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.tertiary-row .nms-media-dropdown:before {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  background: #161b1f;
  content: "";
}

.tertiary-row .nms-media-dropdown .nms-media-dropdown-menu {
  padding: 15px 20px;
  background: #2C2C2C;
}

.tertiary-row .nms-media-dropdown .nms-media-dropdown-menu a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 17px;
  color: #868589;
}

.tertiary-row .nms-media {
  margin-top: 10px;
}

.tertiary-row .nms-media .nms-m-txt {
  padding-bottom: 0;
  margin-left: 40px;
}

.tertiary-row .nms-media .nms-m-txt > p {
  padding-top: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #868589;
}

.tertiary-row .nms-media .nms-m-txt > a {
  padding-top: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #868589;
}

.tertiary-row .nms-media .nms-m-txt > a:hover {
  color: #6ebe49;
}

.tertiary-row .nms-media:hover .nms-m-icn {
  background-position: 0 -80px;
}

.tertiary-row .nms-m-icn {
  width: 40px;
  height: 40px;
  background-size: cover;
}

.tertiary-row .nms-m-icn:after {
  top: 10px;
}

.nm-container-external-2 .nms-m-icn svg * {
  fill: #3c3c3c !important;
}

.nms-m-txt {
  padding-bottom: 16px;
  margin-left: 90px;
  color: #fff;
}

.nms-m-txt > p,
.nms-m-txt > a {
  display: block;
  padding: 16px 8px 8px;
  margin: 0;
  font-size: 19px;
  line-height: 24px;
  color: inherit;
  text-decoration: none;
}

.nms-m-txt-sub {
  padding-left: 8px;
}

.nms-m-txt-sub > p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 15px;
  color: #a9a9a9;
}

.nms-m-txt-sub > p:first-child {
  margin-top: 0;
}

.nms-m-txt-sub > p a {
  color: inherit;
}

.nms-m-txt-sub > strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  color: #6ebe49;
}

.nms-m-txt-sub > ul {
  margin: 0;
}

.nms-m-txt-sub > ul,
.nms-m-txt-sub > ul > li {
  list-style: none;
}

.nms-m-txt-sub > ul > li {
  padding: 6px 0 0;
  font-size: 12px;
  line-height: 15px;
  color: #a9a9a9;
}

.nms-m-txt-sub > ul > li a {
  color: inherit;
}

.nms-m-txt-sub > ul > li:first-child {
  padding-top: 0;
}

.nms-m-txt-sub:first-child {
  margin-top: 0;
}

.home-page .nm-container {
  margin-bottom: 0;
}

.home-page .nm-container .sticky-header-active {
  background-color: #fff;
}

.sticky-header-active .nm-menu.nm-m-segment {
  display: none;
  height: 0;
}

.sticky-header-active .nm-menu.nm-m-segment > p,
.sticky-header-active .nm-menu.nm-m-segment .nm-menu-item-1lvl > a {
  opacity: 0;
  filter: alpha(opacity=0);
}

.sticky-header-active .nm-app {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sticky-header-active .nm-app > p,
.sticky-header-active .nm-app > a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-in;
     -moz-transition: opacity 0.3s ease-in;
      -ms-transition: opacity 0.3s ease-in;
       -o-transition: opacity 0.3s ease-in;
          transition: opacity 0.3s ease-in;
}

.sticky-header-active .nav-mega-secondary {
  padding: 8px 0 7px;
  border-width: 0 0 1px;
}

.sticky-header-active .nav-mega-secondary.nm-version-enterprise .nms-m-icn:after {
  top: 15px;
}

.sticky-header-active .nav-mega-secondary .tertiary-row {
  display: none;
}

.sticky-header-active .nms-media:hover .nms-m-icn {
  background-position: 0 -80px;
}

.sticky-header-active .nms-m-txt-sub {
  display: none;
}

.sticky-header-active .nms-m-icn {
  width: 45px;
  height: 40px;
  background-size: 45px 120px;
}

.sticky-header-active .nms-m-txt {
  padding-bottom: 0;
  margin-left: 45px;
}

.sticky-header-active .nms-m-txt > p,
.sticky-header-active .nms-m-txt > a {
  padding: 9px 8px 8px;
  font-size: 16px;
  line-height: 23px;
}

.sticky-header-active .nm-m-segment .tertiary-row {
  display: none;
}

.nm-app,
.nm-menu,
.nav-mega-secondary {
  display: none;
}

.nm-container-global .nm-m-global {
  display: block;
}

.nm-container-external .nm-version-external {
  display: block;
}

.nm-container-internal .nm-version-internal {
  display: block;
}

.nm-container-enterprise .nm-version-enterprise {
  display: block;
}

.nm-container-story .nm-version-story {
  display: block;
}

.nm-container-partners .nm-version-partners {
  display: block;
}

.nm-container-support .nm-version-support {
  display: block;
}

.nm-container-external .sticky-header-active .nav-mega,
.nm-container-internal .sticky-header-active .nav-mega,
.nm-container-enterprise .sticky-header-active .nav-mega,
.nm-container-story .sticky-header-active .nav-mega,
.nm-container-partners .sticky-header-active .nav-mega,
.nm-container-support .sticky-header-active .nav-mega {
  height: 72px;
}

.nav-mega-secondary.nm-version-enterprise .nms-media .nms-m-icn:after {
  display: block;
}

.nav-mega-secondary.nm-version-enterprise .nms-media .nms-m-icn.nms-m-icn-has-bg:after {
  display: none;
}

.secondary-row.items-5.row-fluid .span3 {
  width: 18.2978723408%;
}

.secondary-row.items-5.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

:lang(en-as) .nm-menu-item-1lvl > a {
  padding-right: 40px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  :lang(en-as) .nm-menu-item-1lvl > a {
    padding-right: 22px;
    font-size: 11px;
  }
  :lang(en-as) .nm-menu.nm-m-segment .nm-menu-item-1lvl > a {
    padding-right: 15px;
    font-size: 10px;
  }
}

/**typeahead**/

_:-ms-input-placeholder,
:root .nm-search .nm-search-box {
  transform: translate(0, 0px);
}

.force-hide {
  display: none!important;
}

.ellipsis-fade {
  position: relative;
  overflow: hidden;
}

.ellipsis-fade:after {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  width: 75%;
  height: 18px;
  text-align: right;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 100%);
  content: "";
}

.nm-search .keymatch-description.ellipsis-fade:after {
  background: linear-gradient(to right, rgba(110, 190, 73, 0), #6ebe49 100%);
}

.nm-search.nm-icon {
  z-index: 2;
  width: auto;
  height: 72px;
  margin: 0;
  overflow: hidden;
}

.nm-search.nm-icon.expand {
  z-index: 4;
  margin: 0;
  overflow: visible!important;
}

.nm-search.nm-icon.expand > .nm-icon-container {
  position: absolute;
  top: 0;
  right: 0;
}

.nm-search.nm-icon.expand > .nm-icon-container > div {
  width: 21px;
  padding-right: 10px;
  padding-left: 20px;
  opacity: 0;
}

.nm-search.nm-icon.expand .nm-search-close {
  z-index: 14;
  display: inline-block;
  opacity: 1;
  -webkit-animation: opacityOut .5s forwards;
          animation: opacityOut .5s forwards;
}

.nm-search.nm-icon.expand .nm-search-close:hover > span {
  background-position: -99px -21px;
}

.nm-search.nm-icon.expand .nm-search-box {
  pointer-events: all;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}

.nm-search.nm-icon.expand .nm-search-bg {
  background-color: #f5f5f5;
  transform: scaleX(1);
}

.nm-search.nm-icon > .nm-icon-container {
  position: relative;
  z-index: 13;
  float: right;
  padding: 9px 0;
  margin: 17px 0 16px;
  font-size: 0;
  line-height: 0;
}

.nm-search.nm-icon > .nm-icon-container > span {
  background-position: -78px 0;
}

.nm-search.nm-icon > .nm-icon-container > div {
  display: inline-block;
  padding-left: 5px;
  font-size: 13px;
  line-height: 21px;
  transition: width .3s, padding .3s;
}

.nm-search.nm-icon > .nm-icon-container:hover > span {
  background-position: -78px -21px;
}

.nm-search.nm-icon > .nm-icon-container:hover > div {
  color: #6ebe49;
}

.nm-search.nm-icon > .nm-search-close {
  position: absolute;
  top: 17px;
  right: 0;
  display: none;
  padding: 9px 10px;
  vertical-align: top;
  opacity: 0;
}

.nm-search.nm-icon > .nm-search-close > span {
  display: block;
  width: 21px;
  height: 21px;
  margin-top: 0;
  line-height: 21px;
  vertical-align: top;
  background: url(../images/nm/sprite-icn-nm.png) no-repeat -99px 0;
}

.nm-search .nm-search-box {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 12;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 16px;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(150px, 0);
  transition: transform .4s .1s, opacity .2s .1s;
}

.nm-search .nm-search-box form {
  position: relative;
}

.nm-search .nm-search-input {
  width: 100%;
  height: 39px;
  padding: 6px 80px 6px 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #333;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.nm-search .nm-search-input::-webkit-input-placeholder {
  color: #c9c9c9;
}

.nm-search .nm-search-input:-moz-placeholder {
  color: #c9c9c9;
}

.nm-search .nm-search-input::-moz-placeholder {
  color: #c9c9c9;
}

.nm-search .nm-search-input:-ms-input-placeholder {
  color: #c9c9c9;
}

.nm-search .nm-search-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: scaleX(0.8);
  transition: transform 0.4s 0.1s, background-color 0.2s 0.1s;
  transform-origin: right;
}

.nm-search .nm-search-drop {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  width: 100%;
  min-width: 764px;
  pointer-events: none;
  background: #fafafa;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
  box-shadow: rgba(0, 0, 0, 0.1) 0 30px 70px 0px;
  transition: all .4s;
}

.nm-search .nm-search-drop.drop-visible {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.nm-search .nm-search-drop .nm-search-drop-box {
  display: flex;
  margin: 0;
  align-items: stretch;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left {
  display: flex;
  float: left;
  width: 40%;
  padding: 10px 25px 20px 24px;
  margin: 0;
  background: #fafafa;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  flex-direction: column;
  flex: 1;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left ul {
  padding: 0;
  margin: 0;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left ul li {
  list-style: none;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .prior-list > ul > li.active {
  position: relative;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .prior-list > ul > li.active > a {
  position: relative;
  z-index: 3;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .prior-list > ul > li.active:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  z-index: 2;
  background: #F5F5F5;
  content: "";
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .prior-list > ul > li > a {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list {
  position: relative;
  margin-top: 20px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > p:before {
  position: absolute;
  top: 4px;
  left: -12px;
  display: inline-block;
  width: 4px;
  height: 12px;
  background-color: #6ebe49;
  content: "";
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li {
  margin-top: 10px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li:first-child {
  margin-top: 0;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li.active > a {
  color: #6ebe49;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li.more > a {
  display: inline-block;
  color: #6ebe49;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li.more > a > i {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  font-size: 10px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right {
  float: left;
  width: 60%;
  padding-bottom: 20px;
  margin: unset;
  background: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  flex: 2;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches {
  position: relative;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches .overlay {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #6ebe49;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches .overlay:before {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #4d8533;
  border-left: 10px solid transparent;
  content: "";
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches .overlay:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #4d8533;
  border-right: 10px solid transparent;
  content: "";
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches .box-item .item-body > p {
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .products .box-item:first-child {
  margin-top: 15px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item {
  position: relative;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item:last-child {
  border-bottom: none;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight {
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: -5px;
  border-bottom: none;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-left .item-object {
  width: 140px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-left + .item-body {
  margin-left: 155px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-body .item-heading {
  padding-top: 10px;
  color: #fff;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-body .item-heading > a {
  color: #fff;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-body > p > a {
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-left {
  float: left;
  padding-right: 15px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-left .item-object {
  width: 120px;
  max-width: initial;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-left + .item-body {
  margin-left: 135px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body .item-heading {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body .item-heading > a {
  display: inline-block;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body > p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #868589;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body > p > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #6ebe49;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body > p > a > i {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  font-size: 10px;
}

@media (min-width: 980px) {
  .nm-search .nm-search-drop .nm-search-drop-box .box-item .item-body .product-description {
    position: relative;
    max-height: 36px;
    overflow: hidden;
  }
}

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

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

.nm-mi-product-style2.nm-m-global:after {
  position: absolute;
  top: 72px;
  right: 0;
  left: 0;
  z-index: -1;
  height: 55px;
  background-color: #013A81;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
}

.nm-mi-product-style2.nm-menu.nm-m-segment:after {
  background-color: #013A81;
}

.nm-mi-product-style2.nav-mega-secondary {
  padding: 12px 8px 8px 8px;
}

.nm-mi-product-style2 .secondary-row {
  display: flex;
  width: 100%;
}

.nm-mi-product-style2 .secondary-row .secondary-column {
  position: relative;
}

.nm-mi-product-style2 .secondary-row .secondary-column:last-child:after {
  display: none;
}

.nm-mi-product-style2 .secondary-row .secondary-column:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #013A81;
  content: "";
}

.nm-mi-product-style2 .secondary-row .secondary-column:only-child:after {
  display: none;
}

.nm-mi-product-style2 .secondary-row .secondary-column:only-child .secondary-column-title:empty {
  margin-bottom: 0;
}

.nm-mi-product-style2 .secondary-row .secondary-column .secondary-column-title {
  margin-bottom: 6px;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #013A81;
  text-transform: uppercase;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item {
  float: left;
  width: 95px;
  margin: 0 11px;
  text-align: center;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item.mnav-extra {
  background: #0084cb;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item.mnav-extra > a {
  display: block;
  height: 100%;
  color: #fff;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item.mnav-extra .mnav-item-text {
  padding-top: 16px;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item.mnav-extra .mnav-item-text a,
.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item.mnav-extra .mnav-item-text p {
  color: #fff;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item > a {
  display: block;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item > a:hover {
  text-decoration: none;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item .mnav-item-img {
  margin: 0 0 5px 0;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item .mnav-item-img img {
  width: 59px;
  height: 59px;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item:hover .mnav-item-text {
  color: #0084CB;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item .mnav-item-text {
  color: #013A81;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item .mnav-item-text p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.nm-mi-product-style2 .secondary-row .secondary-column .mnav-item-list .mnav-item .mnav-item-text p.new-flag {
  color: red;
  text-transform: uppercase;
}

.nm-menu.nm-m-segment.nm-version-products > ul > li.nm-mi-products {
  display: none;
}

.nm-menu.nm-m-segment.nm-version-solutions > ul > li.nm-mi-solutions {
  display: none;
}

.nm-menu.nm-m-segment.nm-version-services > ul > li.nm-mi-services {
  display: none;
}

.nm-menu.nm-m-segment.nm-version-lacie-support > ul > li.nm-mi-lacie-support {
  display: none;
}

.nm-menu.nm-m-segment.nm-version-lacie-partners > ul > li.nm-mi-lacie-partners {
  display: none;
}

.nm-container-products .nm-version-products {
  display: block;
}

.nm-container-solutions .nm-version-solutions {
  display: block;
}

.nm-container-services .nm-version-services {
  display: block;
}

.nm-container-lacie-support .nm-version-lacie-support {
  display: block;
}

.nm-container-lacie-partners .nm-version-lacie-partners {
  display: block;
}

.nm-container-products .sticky-header-active .nav-mega,
.nm-container-solutions .sticky-header-active .nav-mega,
.nm-container-services .sticky-header-active .nav-mega,
.nm-container-lacie-support .sticky-header-active .nav-mega,
.nm-container-lacie-partners .sticky-header-active .nav-mega {
  height: 72px;
}

/**typeahead**/

_:-ms-input-placeholder,
:root .nm-search .nm-search-box {
  transform: translate(0, 0px);
}

.force-hide {
  display: none!important;
}

.ellipsis-fade {
  position: relative;
  overflow: hidden;
}

.ellipsis-fade:after {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  width: 75%;
  height: 18px;
  text-align: right;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 100%);
  content: "";
}

.nm-search .keymatch-description.ellipsis-fade:after {
  background: linear-gradient(to right, rgba(110, 190, 73, 0), #6ebe49 100%);
}

.nm-search.nm-icon {
  z-index: 2;
  width: auto;
  height: 72px;
  margin: 0;
  overflow: hidden;
}

.nm-search.nm-icon.expand {
  z-index: 4;
  margin: 0;
  overflow: visible!important;
}

.nm-search.nm-icon.expand > .nm-icon-container {
  position: absolute;
  top: 0;
  right: 0;
}

.nm-search.nm-icon.expand > .nm-icon-container > div {
  width: 21px;
  padding-right: 10px;
  padding-left: 20px;
  opacity: 0;
}

.nm-search.nm-icon.expand .nm-search-close {
  z-index: 14;
  display: inline-block;
  opacity: 1;
  -webkit-animation: opacityOut .5s forwards;
          animation: opacityOut .5s forwards;
}

.nm-search.nm-icon.expand .nm-search-close:hover > span {
  background-position: -99px -21px;
}

.nm-search.nm-icon.expand .nm-search-box {
  pointer-events: all;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}

.nm-search.nm-icon.expand .nm-search-bg {
  background-color: #f5f5f5;
  transform: scaleX(1);
}

.nm-search.nm-icon > .nm-icon-container {
  position: relative;
  z-index: 13;
  float: right;
  padding: 9px 0;
  margin: 17px 0 16px;
  font-size: 0;
  line-height: 0;
}

.nm-search.nm-icon > .nm-icon-container > span {
  background-position: -78px 0;
}

.nm-search.nm-icon > .nm-icon-container > div {
  display: inline-block;
  padding-left: 5px;
  font-size: 13px;
  line-height: 21px;
  transition: width .3s, padding .3s;
}

.nm-search.nm-icon > .nm-icon-container:hover > span {
  background-position: -78px -21px;
}

.nm-search.nm-icon > .nm-icon-container:hover > div {
  color: #6ebe49;
}

.nm-search.nm-icon > .nm-search-close {
  position: absolute;
  top: 17px;
  right: 0;
  display: none;
  padding: 9px 10px;
  vertical-align: top;
  opacity: 0;
}

.nm-search.nm-icon > .nm-search-close > span {
  display: block;
  width: 21px;
  height: 21px;
  margin-top: 0;
  line-height: 21px;
  vertical-align: top;
  background: url(../images/nm/sprite-icn-nm.png) no-repeat -99px 0;
}

.nm-search .nm-search-box {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 12;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 16px;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(150px, 0);
  transition: transform .4s .1s, opacity .2s .1s;
}

.nm-search .nm-search-box form {
  position: relative;
}

.nm-search .nm-search-input {
  width: 100%;
  height: 39px;
  padding: 6px 80px 6px 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #333;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.nm-search .nm-search-input::-webkit-input-placeholder {
  color: #c9c9c9;
}

.nm-search .nm-search-input:-moz-placeholder {
  color: #c9c9c9;
}

.nm-search .nm-search-input::-moz-placeholder {
  color: #c9c9c9;
}

.nm-search .nm-search-input:-ms-input-placeholder {
  color: #c9c9c9;
}

.nm-search .nm-search-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: scaleX(0.8);
  transition: transform 0.4s 0.1s, background-color 0.2s 0.1s;
  transform-origin: right;
}

.nm-search .nm-search-drop {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  width: 100%;
  min-width: 764px;
  pointer-events: none;
  background: #fafafa;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
  box-shadow: rgba(0, 0, 0, 0.1) 0 30px 70px 0px;
  transition: all .4s;
}

.nm-search .nm-search-drop.drop-visible {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.nm-search .nm-search-drop .nm-search-drop-box {
  display: flex;
  margin: 0;
  align-items: stretch;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left {
  display: flex;
  float: left;
  width: 40%;
  padding: 10px 25px 20px 24px;
  margin: 0;
  background: #fafafa;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  flex-direction: column;
  flex: 1;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left ul {
  padding: 0;
  margin: 0;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left ul li {
  list-style: none;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .prior-list > ul > li.active {
  position: relative;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .prior-list > ul > li.active > a {
  position: relative;
  z-index: 3;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .prior-list > ul > li.active:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  z-index: 2;
  background: #F5F5F5;
  content: "";
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .prior-list > ul > li > a {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list {
  position: relative;
  margin-top: 20px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > p:before {
  position: absolute;
  top: 4px;
  left: -12px;
  display: inline-block;
  width: 4px;
  height: 12px;
  background-color: #6ebe49;
  content: "";
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li {
  margin-top: 10px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li:first-child {
  margin-top: 0;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li.active > a {
  color: #6ebe49;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li.more > a {
  display: inline-block;
  color: #6ebe49;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-left .kds-list > ul > li.more > a > i {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  font-size: 10px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right {
  float: left;
  width: 60%;
  padding-bottom: 20px;
  margin: unset;
  background: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  flex: 2;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches {
  position: relative;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches .overlay {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #6ebe49;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches .overlay:before {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #4d8533;
  border-left: 10px solid transparent;
  content: "";
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches .overlay:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #4d8533;
  border-right: 10px solid transparent;
  content: "";
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .keymatches .box-item .item-body > p {
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .products .box-item:first-child {
  margin-top: 15px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item {
  position: relative;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item:last-child {
  border-bottom: none;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight {
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: -5px;
  border-bottom: none;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-left .item-object {
  width: 140px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-left + .item-body {
  margin-left: 155px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-body .item-heading {
  padding-top: 10px;
  color: #fff;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-body .item-heading > a {
  color: #fff;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item.highlight .item-body > p > a {
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-left {
  float: left;
  padding-right: 15px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-left .item-object {
  width: 120px;
  max-width: initial;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-left + .item-body {
  margin-left: 135px;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body .item-heading {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body .item-heading > a {
  display: inline-block;
  color: #333;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body > p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #868589;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body > p > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #6ebe49;
}

.nm-search .nm-search-drop .nm-search-drop-box .box-right .box-item .item-body > p > a > i {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  font-size: 10px;
}

@media (min-width: 980px) {
  .nm-search .nm-search-drop .nm-search-drop-box .box-item .item-body .product-description {
    position: relative;
    max-height: 36px;
    overflow: hidden;
  }
}

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

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

/* Universal caret style */

.caret-switch {
  margin-top: -2px;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #00a1dd;
  opacity: 1;
  filter: alpha(opacity=100);
}

.caret-switch-white {
  margin-top: -2px;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Universal button style - Light Teal */

.btn-mini-right-angle-quote {
  font-family: "Andale Mono", "Monotype.com", Arial;
  font-size: 16px;
  font-weight: 600;
}

/*Universal error tip styles*/

.error input[type=text] {
  border-color: #cc0001;
}

.error-message {
  position: absolute;
  left: 50%;
  z-index: 3;
  display: none;
  width: 130px;
  padding: 7px 10px;
  margin: 8px 0 8px -75px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #333;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #cc0001;
}

.error-message:before {
  position: absolute;
  left: 70px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid outset solid solid;
  content: "";
}

.error-message-down {
  top: 100%;
}

.error-message-down:before {
  top: -8px;
  border-color: transparent transparent #CC0001 transparent;
  border-width: 0 8px 8px 8px;
}

.error-message-up {
  bottom: 100%;
}

.error-message-up:before {
  bottom: -8px;
  border-color: #CC0001 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}

.error .error-message {
  display: block;
}

/* Background Colors */

.gray-fade {
  background: #d3d3d3;
  /* Old browsers */

  background: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #d3d3d3 0%, #ffffff 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

}

/* For Page Layout C Only */

.span4.vertical-rule-left {
  padding-left: 11px;
  margin-left: 7px;
  border-left: 1px solid #CCC;
}

/* Base Style for Sticky Header JavaScript functionality */

.sticky-header-active {
  top: 0;
  right: 0;
  left: 0;
  z-index: 150;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}

/* Utility Styles */

.padding-mini {
  padding: 5px;
}

.padding-small {
  padding: 10px;
}

.padding-medium {
  padding: 20px;
}

.padding-large {
  padding: 40px;
}

.bullet-disc-light-medium-item:before,
.bullet-disc-light-medium-bullet {
  position: absolute;
  top: 4px;
  left: -14px;
  width: 10px;
  height: 10px;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #8c8c8c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #8c8c8c));
  background: -webkit-linear-gradient(top, #ffffff 0%, #8c8c8c 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #8c8c8c 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #8c8c8c 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #8c8c8c 100%);
  border-radius: 10px;
  content: "";
}

/*Fancybox styles - social icons styles*/

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1104;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  overflow: hidden;
  cursor: pointer;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../images/global/fancybox/fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11000;
  display: none;
  width: 100%;
  height: 100%;
}

#fancybox-tmp {
  display: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  border: 0;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11001;
  display: none;
  padding: 20px;
  outline: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  position: relative;
  z-index: 1102;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0 solid #fff;
  outline: none;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1101;
  width: 100%;
  height: 100%;
  background: transparent;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1103;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent url('../images/global/fancybox/fancybox.png') -40px 0;
}

#fancybox-error {
  padding: 14px;
  margin: 0;
  font: normal 12px/20px Arial;
  color: #444;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  vertical-align: top;
  border: none;
  outline: none;
}

#fancybox-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0;
  z-index: 1102;
  display: none;
  width: 35%;
  height: 100%;
  cursor: pointer;
  background: transparent url('../images/global/fancybox/blank.gif');
  outline: none;
}

#fancybox-left {
  left: 0;
}

#fancybox-right {
  right: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  z-index: 1102;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
}

#fancybox-left-ico {
  background-image: url('../images/global/fancybox/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('../images/global/fancybox/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  right: 20px;
  left: auto;
}

.fancybox-bg {
  position: absolute;
  z-index: 1001;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/global/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../images/global/fancybox/fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../images/global/fancybox/fancybox-y.png');
  background-position: -20px 0;
}

#fancybox-bg-se {
  right: -20px;
  bottom: -20px;
  background-image: url('../images/global/fancybox/fancybox.png');
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/global/fancybox/fancybox-x.png');
  background-position: 0 -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../images/global/fancybox/fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../images/global/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../images/global/fancybox/fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  z-index: 1102;
  font-family: Helvetica;
  font-size: 12px;
}

.fancybox-title-inside {
  position: relative;
  padding-bottom: 10px;
  color: #333;
  text-align: center;
  background: #fff;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  display: block;
  padding: 10px;
  background-image: url('../images/global/fancybox/fancy_title_over.png');
}

.fancybox-title-float {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 32px;
}

#fancybox-title-float-wrap {
  width: auto;
  border: none;
  border-collapse: collapse;
}

#fancybox-title-float-wrap td {
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding-left: 15px;
  background: url('../images/global/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  padding-bottom: 3px;
  font-weight: 600;
  line-height: 29px;
  color: #FFF;
  background: url('../images/global/fancybox/fancybox-x.png') 0 -40px;
}

#fancybox-title-float-right {
  padding-left: 15px;
  background: url('../images/global/fancybox/fancybox.png') -55px -90px no-repeat;
}

.fancybox-ie .fancybox-bg {
  background: transparent!important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

.socList {
  padding: 11px 0 0;
  margin: 0!important;
  list-style: none;
}

.socList li {
  float: left;
  padding: 0 7px 2px 10px;
  background: url(../images/icn_divider_soc.gif) no-repeat;
}

.socList li:first-child {
  padding-left: 6px;
  background: none;
}

.socList li a {
  display: block;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  background: url(../images/btn_soc.gif) no-repeat;
}

.socList li a span {
  margin: 0!important;
  visibility: hidden;
}

li.btnPrint a {
  width: 13px;
  background-position: 0 -126px;
}

li.btnAdd a {
  width: 10px;
  height: 11px;
  padding: 4px 0;
  background: url(../images/icn_add.gif) no-repeat 50% 50%;
}

li.btnMail a {
  width: 16px;
}

li.btnShare a {
  width: 16px;
  background-position: 0 -31px;
}

li.btnLike a {
  width: auto;
  padding: 0!important;
  text-indent: 0;
  background: none;
}

.videoPopup {
  width: 648px;
  padding: 17px 20px 19px;
  background: #fff;
  border: 1px solid #ccc;
}

.videoPopup .title {
  display: block;
  margin: 0 0 15px;
  font-size: 154%;
  font-weight: normal;
  line-height: 122%;
  color: #333;
}

.videoPopup .caption {
  position: relative;
  padding: 0 9px 0 2px;
}

#fancybox-close {
  position: absolute;
  top: 10px!important;
  right: 11px!important;
  width: 30px!important;
  height: 30px!important;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../../images/global/btn/btn_close_popup.png) no-repeat !important;
}

#fancybox-wrap .fancybox-close-CMP {
  top: -25px !important;
  right: -25px !important;
}

#fancybox-close:hover {
  background-position: 0 -30px !important;
}

.videoPopup .videoBox {
  position: static;
  width: 100%;
  margin: 0 auto;
}

.videoPopup .socList {
  padding-top: 19px;
}

/*Start default tab to drop styles*/

.tab-drop {
  position: relative;
  margin: 0 0 18px;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.tab-drop > li.selected,
.tab-drop > li.drop > a.drop-toggle {
  display: none;
}

.tab-drop .drop {
  margin-bottom: 0;
}

.tab-drop .drop-menu {
  position: static;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.tab-drop .drop-menu > li {
  float: left;
  margin-bottom: -1px;
}

.tab-drop .drop-menu > li a {
  padding: 8px 12px;
}

.tab-drop .drop-menu > li a:hover {
  background-color: #eee;
}

.tab-drop .drop-menu > li.active a,
.tab-drop .drop-menu > li.active a:hover {
  color: #666;
  cursor: default;
  background-color: #fff;
  border-bottom-color: transparent;
}

/*End default tab to drop styles*/

.divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  *zoom: 1;
}

/* Hide lazy load img tags */

img.lazy:not([src]) {
  visibility: hidden;
}

/* Various STX Box Styles */

/* Portal Box */

.portal-box {
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.5);
     -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.5);
          box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.5);
}

.portal-box-title {
  display: block;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #3d4545;
  background-image: -ms-linear-gradient(top, #4f5959, #373f3f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4f5959), to(#373f3f));
  background-image: -webkit-linear-gradient(top, #4f5959, #373f3f);
  background-image: -o-linear-gradient(top, #4f5959, #373f3f);
  background-image: -moz-linear-gradient(top, #4f5959, #373f3f);
  background-image: linear-gradient(top, #4f5959, #373f3f);
}

.portal-box-title-link,
.portal-box-title-link:hover {
  position: relative;
  color: #00a1dd;
}

.portal-box-title-link.bullet-disc-light-medium-item {
  margin-left: 21px;
}

.portal-box-footer {
  display: block;
  height: 38px;
  padding: 0 15px;
  line-height: 38px;
  background-color: #fff;
  border-top: 1px solid #c3c3c3;
}

.portal-box-item-list li,
.portal-box-list-item {
  padding: 12px 10px;
  background-color: #fff;
  background-image: -moz-linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  background-image: -o-linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  background-image: linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  border-top: 1px solid #c3c3c3;
}

.portal-box-item-list li:first-of-type,
.portal-box-list-item:first-of-type {
  border-top: none;
}

.tabular-content-table {
  width: 100%;
  font-size: 90%;
  text-align: center;
}

.tabular-content-table td,
.tabular-content-table th {
  padding: 8px 10px;
  vertical-align: baseline;
  border: solid #B1B1B1;
  border-width: 0 1px 1px;
}

.tabular-content-table th {
  color: white;
  vertical-align: bottom;
  background: #afafaf;
  background: -moz-linear-gradient(top, #bfbfbf 0%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #bfbfbf 0%, #787878 100%);
  background: -o-linear-gradient(top, #bfbfbf 0%, #787878 100%);
  background: -ms-linear-gradient(top, #bfbfbf 0%, #787878 100%);
  background: linear-gradient(to bottom, #bfbfbf 0%, #787878 100%);
}

.tabular-content-table-align-left,
.tabular-content-table-align-left th,
.tabular-content-table-align-left td {
  text-align: left;
}

.tabular-content-table tr:nth-child(even) {
  background-color: #f3f3f3;
}

.tabular-content-table-footer {
  border-top: none;
}

#mega-nav-container.sticky-nav {
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.35);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.35);
}

#mega-nav-container {
  z-index: 100;
  width: 100%;
  height: 106px;
  margin-bottom: 20px;
  -webkit-transition: background .2s ease .15s;
     -moz-transition: background .2s ease .15s;
      -ms-transition: background .2s ease .15s;
       -o-transition: background .2s ease .15s;
          transition: background .2s ease .15s;
}

#mega-nav-container.no-nav {
  height: 54px;
  margin-bottom: 20px;
}

#nav-separator {
  position: absolute;
  top: 96px;
  left: auto;
  width: 100%;
  margin: 10px 0;
  color: #464343;
  border-top: none;
  opacity: .20;
}

#mega-nav-container.no-nav #nav-separator {
  top: 54px;
}

#nav-wrapper {
  position: relative;
  z-index: 500;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}

.home-page #mega-nav-container.light > #nav-wrapper > a#seagate-logo {
  background: url("../images/logo_w131_wht.png") no-repeat;
}

#mega-nav-container.light > #nav-wrapper > a#seagate-logo {
  background: url("../images/logo_w131_blk.png") no-repeat;
}

#mega-nav-container.light #nav-separator {
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
  opacity: 1;
}

a#seagate-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 900;
  width: 131px;
  height: 42px;
}

.seagate-portal-logo {
  position: absolute;
  top: 28px;
  left: 150px;
  font-size: 20px;
  color: #000;
}

.home-page #mega-nav-container.light .seagate-portal-logo {
  color: #fff;
}

.home-page #mega-nav-container.light.sticky-nav .seagate-portal-logo {
  color: #000;
}

.mobile-portal-logo {
  display: none;
}

.mega-nav,
.mega-nav a,
.mega-nav ul,
.mega-nav li,
.mega-nav form,
.mega-nav input {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.mega-nav a {
  text-decoration: none;
}

.mega-nav li {
  list-style: none;
}

.mega-nav {
  position: absolute;
  z-index: 500;
  display: inline-block;
  width: 100%;
  cursor: default;
}

.mega-nav > li {
  display: block;
}

.mega-nav > li > a {
  position: relative;
  z-index: 510;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fcfcfc;
}

.mega-nav > li > a > u {
  word-wrap: nowrap;
}

.mega-nav .first {
  margin-left: -10px;
}

#mega-nav-container.light {
  position: relative;
  background-color: #ffffff;
}

#mega-nav-container.light .mega-nav > li > a {
  color: #333333;
}

#mega-nav-container.light .nav-store-link > a > div.cart-qty {
  color: #ffffff;
}

.home-page #mega-nav-container {
  background: none;
}

.home-page #mega-nav-container.sticky-nav {
  background: #ffffff;
}

.home-page #mega-nav-container.light .mega-nav > li > a {
  color: #fcfcfc;
}

.home-page #mega-nav-container.light .nav-store-link > a > div.cart-qty {
  color: #000000;
}

.home-page #mega-nav-container.sticky-nav .mega-nav > li > a {
  color: #333333;
}

.home-page #mega-nav-container.sticky-nav .nav-store-link > a > div.cart-qty {
  color: #ffffff;
}

.home-page #mega-nav-container.light #nav-separator {
  border-top: none;
  opacity: 0;
}

.home-page #mega-nav-container.light > #nav-wrapper > a#seagate-logo {
  background: url("../images/logo_w131_wht.png") no-repeat;
}

.home-page #mega-nav-container.light.sticky-nav > #nav-wrapper > a#seagate-logo {
  background-image: url("../images/logo_w131_blk.png");
}

u {
  position: relative;
  padding: 0 20px 2px;
  text-decoration: none;
}

.mega-nav > li:hover > a > u.underline {
  width: 100%;
  color: #00a1dd;
  border-bottom: 5px solid #00a1dd;
}

.mega-nav > li > a:hover {
  color: #00a1dd;
}

.mega-nav > li > div.lev1-rollover {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 434px;
  margin-top: -7px;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  visibility: hidden;
  -webkit-transition: all .2s ease .15s;
     -moz-transition: all .2s ease .15s;
      -ms-transition: all .2s ease .15s;
       -o-transition: all .2s ease .15s;
          transition: all .2s ease .15s;
}

.mega-nav > li:hover > a > u.noborder {
  color: #00a1dd;
}

.mega-nav-links {
  z-index: 501;
}

.search-box {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 2px;
  opacity: .9;
}

.mega-nav > li.search-rollover > div.error {
  overflow: visible;
}

.mega-nav > li.search-rollover > div.error .search-box {
  overflow: visible;
  border-color: #cc0001;
}

.mega-nav .seagate-search {
  padding: 0 25px 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mega-nav .error-message {
  left: 0;
  width: 100%;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mega-nav .error-message:before {
  left: 50%;
  margin-left: -4px;
}

input.seagate-search[type="search"] {
  height: 25px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.seagate-search {
  width: 100%;
}

.search-submit {
  display: none;
}

.mega-nav > li.search-rollover > div {
  position: absolute;
  top: 70px;
  right: 10px;
  z-index: 200;
  display: block;
  height: 28px;
  max-width: 185px;
  overflow: hidden;
  opacity: .9;
}

.close-icon {
  position: absolute;
  right: 10px;
  bottom: 4px;
  width: 0.3em;
  height: 1.5em;
  font-size: 10px;
  background: #2C2C2C;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3em;
  height: 1.5em;
  background: #2C2C2C;
  content: "";
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.arrow-down-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #00a1dd;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.magnify-icon {
  position: absolute;
  top: -16px;
  right: 18px;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: 25% auto;
  font-size: 10px;
  border: solid .3em #333333;
  border-radius: 50%;
}

.magnify-icon:after {
  position: absolute;
  top: .9em;
  right: -0.3em;
  width: .4em;
  height: .8em;
  background: #333333;
  border-radius: .2em;
  content: "";
  -webkit-transform: rotate(-40deg);
     -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
       -o-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

li.search-rollover > a.hide {
  display: none;
}

.nav-store-link > a > u {
  padding-right: 5px;
  color: #00a1dd;
}

.nav-store-link > a > div.cart-qty {
  position: relative;
  top: -12px;
  right: 10px;
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  background-color: #00a1dd;
  border-radius: 2px;
}

.mega-nav > li:hover > div.lev1-rollover {
  overflow: visible;
  opacity: 1;
  visibility: visible;
}

.login-rollover > a > u {
  margin-right: 0 !important;
}

.mega-nav > li.login-rollover > div {
  position: absolute;
  top: 38px;
  right: 0;
  display: none;
  background: #efeeee;
  border: solid 1px #cccccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.mega-nav > li.login-rollover:hover > div {
  z-index: 600;
  display: block;
}

#login-box {
  width: 350px;
  height: 100px;
}

#logged-in-hello {
  display: none;
}

.logged-in #logged-in-hello {
  display: inherit;
  margin-left: 10px;
  color: #00a1dd;
}

#nav-my-account {
  margin: 10px 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

#nav-my-account a {
  color: #00a1dd;
}

#nav-my-account span {
  font-weight: 600;
  color: #333333;
}

.mega-nav .mega-nav-column {
  overflow: hidden;
}

.mega-nav #login-box {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.mega-nav #login-box > div > a {
  color: #00a1dd;
}

.mega-nav #login-box > div {
  display: inline-block;
  width: 49%;
  text-align: center;
}

.mega-nav #login-box > div.left {
  border-right: solid 1px #cccccc;
}

#logged-in {
  display: none;
}

.login-rollover.logged-in > #not-logged-in {
  display: none;
}

.login-rollover.logged-in > #logged-in {
  display: inherit;
}

.logged-box #login-text {
  display: none;
}

.logged-box #logged-in-hello {
  display: inline;
}

.logged-box:hover #not-logged-in {
  display: none;
}

.logged-box:hover #logged-in {
  display: block;
}

.mega-nav-tab {
  display: block;
  min-height: 434px;
  margin-left: 20%;
  line-height: 16px;
}

.mega-nav-contentblock {
  display: block;
  height: 434px;
  overflow: hidden;
  color: #ffffff;
}

.mega-nav-contentblock.hidden {
  display: none;
}

.mega-nav-contentblock > div.with-feature {
  display: inline-block;
  width: 65.6%;
  height: 99.5%;
  background: #fff;
  background: rgba(241, 241, 241, 0.95);
  border: 1px solid #cccccc;
}

ul.vtab {
  float: left;
  width: 20%;
  min-height: 433px;
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

.vtab > li {
  /*border-left: 1px solid #d1d1d1;	jira 1601*/

}

.vtab > li:last-child {
  /*border-bottom: 1px solid #d1d1d1;  jira 1601*/

  height: 61px;
}

.vtab li.avail-item {
  display: block;
  height: 61px;
  overflow: hidden;
  border-bottom: 1px solid #d1d1d1;
}

.vtab li.avail-item a {
  display: block;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
}

.vtab li.avail-item a:hover {
  color: #ffffff;
  background: #00a1dd;
  -webkit-transition: all .1s ease .1s;
     -moz-transition: all .1s ease .1s;
      -ms-transition: all .1s ease .1s;
       -o-transition: all .1s ease .1s;
          transition: all .1s ease .1s;
}

.vtab li.avail-item a strong {
  display: block;
  margin-top: 5px;
}

.vtab li.open a {
  width: 100%;
  color: #ffffff;
  background: #00a1dd;
}

.vtab li a span {
  display: table-cell;
  height: 62px;
  padding-right: 25px;
  padding-left: 10px;
  vertical-align: middle;
}

.vtab > li.avail-item:after {
  position: absolute;
  left: 18%;
  width: 8px;
  height: 8px;
  margin-top: -36px;
  border-color: #333333;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.vtab > li.open:after {
  border-color: #ffffff;
}

.empty-nav {
  background: #f1f1f1;
}

.nav-content-topcopy {
  padding: 10px 15px 0;
}

.nav-link {
  font-size: 18px;
  color: #00a1dd;
}

a.nav-learn-more {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #6ebe49;
  border: 1px solid #4e8c38;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .4s ease 0s;
     -moz-transition: all .4s ease 0s;
      -ms-transition: all .4s ease 0s;
       -o-transition: all .4s ease 0s;
          transition: all .4s ease 0s;
}

a.nav-learn-more:hover {
  text-decoration: none;
  background-color: #4e8c38;
}

a.nav-learn-more:active {
  background-color: #4e8c38;
  border-color: #4e8c38;
}

.l3-copy-center {
  width: 100%;
  text-align: center;
}

.nav-content-wrapper {
  padding-top: 24px;
}

.nav-1up {
  display: inline-block;
  width: 75%;
  padding-top: 26px;
  margin-left: 12%;
  overflow: hidden;
  vertical-align: top;
}

.nav-1up > div > div {
  text-align: center;
}

.nav-2up > .mega-nav-image img,
.nav-3up > .mega-nav-image img,
.nav-4up > .mega-nav-image img,
.nav-2up-wfeat > .mega-nav-image img,
.nav-4up-wfeat > .mega-nav-image img {
  width: 100px;
}

.nav-2up {
  display: inline-block;
  width: 45%;
  margin-top: 10%;
  overflow: hidden;
  vertical-align: middle;
}

.left-2up {
  margin-right: 7px;
  margin-left: 40px;
}

.right-2up {
  margin-left: 7px;
}

.nav-2up-wfeat {
  display: inline-block;
  width: 70%;
  margin-left: 15%;
  overflow: hidden;
}

.nav-2up-wfeat.row2 {
  margin-top: 30px;
}

.nav-3up {
  display: inline-block;
  width: 45%;
  margin-bottom: 52px;
  margin-left: 15px;
  overflow: hidden;
  vertical-align: top;
}

.nav-3up.first-up {
  margin-left: 4%;
}

.nav-3up.row2 {
  margin-left: 28%;
}

.nav-4up {
  display: inline-block;
  width: 45%;
  margin-left: 15px;
  overflow: hidden;
  vertical-align: top;
}

.nav-4up.row2 {
  margin-top: 24px;
}

.nav-4up.first-up {
  margin-left: 4%;
}

.mega-nav-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  margin-bottom: 13px;
  overflow: hidden;
}

.mega-nav-image img {
  max-width: 100%;
}

.l3-copy {
  font-family: Helvetica, Arial, sans-serif;
}

.l3-copy > p {
  margin: 0;
  font-size: 14px;
  color: #666666;
}

.mega-lev1-left {
  float: left;
}

.feature-block {
  position: relative;
  right: 5px;
  display: inline-block;
  float: right;
  width: 33.4%;
  height: 432px;
  border: 1px solid #d1d1d1;
}

.feature-block:first-child {
  width: 100%;
}

.mega-lev1-left > a {
  margin: 69px 0 10px;
  line-height: 40px;
}

.mega-lev1-right {
  float: right;
}

.mega-lev1-right > a {
  margin: 15px 0 0;
}

.mega-lev1-right > a > u {
  padding: 3px 10px 5px;
  margin: 0 10px;
}

.mega-lev1-right u:hover {
  border-bottom: none !important;
}

.search-rollover {
  float: right;
}

button#burger {
  display: none;
}

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

.desk-only {
  display: block !important;
}

.nav-header {
  font-size: 11px;
  background-color: #282828;
  background-image: -moz-radial-gradient(50% 100%, ellipse farthest-side, #4d4d4d, #282828 100%);
  background-image: -webkit-radial-gradient(50% 100%, ellipse farthest-side, #4d4d4d, #282828 100%);
  background-image: -o-radial-gradient(50% 100%, ellipse farthest-side, #4d4d4d, #282828 100%);
  background-image: -ms-radial-gradient(50% 100%, ellipse farthest-side, #4d4d4d, #282828 100%);
  background-image: radial-gradient(50% 100%, ellipse farthest-side, #4d4d4d, #282828 100%);
}

.wrapper {
  background-color: #282828;
}

.nav-header-logo {
  line-height: 64px;
}

.nav-header .span8 {
  float: right;
}

.nav-header-right {
  position: relative;
  float: right;
  width: 100%;
  clear: right;
}

.nav-header-subnav {
  float: right;
  margin: 0;
  list-style: none;
}

.nav-header-divider {
  width: 1px;
  height: 28px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #4b4b4b;
  *background-color: #4b4b4b;
  background-image: -moz-linear-gradient(top, #282828 0%, #737373 51%, #282828 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(51%, #737373), color-stop(100%, #282828));
  background-image: -webkit-linear-gradient(top, #282828 0%, #737373 51%, #282828 100%);
  background-image: -o-linear-gradient(top, #282828 0%, #737373 51%, #282828 100%);
  background-image: -ms-linear-gradient(top, #282828 0%, #737373 51%, #282828 100%);
  background-image: linear-gradient(top, #282828 0%, #737373 51%, #282828 100%);
  border: none;
}

.nav-header-subnav > li {
  display: block;
  float: left;
  padding: 0 10px;
  line-height: 18px;
}

.nav-header-subnav .nav-header-divider {
  padding: 0;
}

.nav-header-subnav .nav-header-drop-opener {
  padding-right: 4px;
}

.nav-header-drop-opener-divider {
  margin-right: 8px;
}

.nav-header-drop-opener:hover {
  background-color: #6d6c6c;
}

.nav-header-subnav > li > a {
  display: block;
  padding: 6px 0 0 0;
  color: #0cc;
}

.nav-header-subnav > li > a:hover {
  text-decoration: underline;
}

.nav-header-lang-choice > li > a:hover {
  text-decoration: none;
}

.icon-global {
  width: 30px;
  height: 15px;
  margin-right: 8px;
  text-indent: -9999px;
  background-image: url(../images/choice-lang-sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.nav-header-lang-choice li:hover .icon-global {
  background-position: 0 100%;
}

.nav-header-subnav .nav-header-drop-opener > a {
  padding-bottom: 4px;
}

.nav-header-drop-opener:hover > a .caret-switch {
  margin: 0 2px;
  border-top: 4px solid #099;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.lang-choice-open .lang-choice-location {
  margin-right: 8px;
}

.lang-choice-open span {
  color: #b7b7b7;
}

.nav-header-drop {
  position: absolute;
  right: 0;
  z-index: 9999;
  display: none;
  padding: 0 20px 20px;
  overflow: hidden;
  font-size: 12px;
  color: white;
  border: 1px solid #6c6c6c;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.5), -1px 1px 2px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.5), -1px 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.5), -1px 2px 1px 1px rgba(0, 0, 0, 0.2);
}

.nav-header-drop-opener:hover .nav-header-drop {
  display: block;
}

.lang-choice-drop {
  width: 480px;
  background-color: #6d6c6c;
  /* Old browsers */

  background-image: -moz-linear-gradient(top, #6d6c6c 0%, #2b2b2b 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6c6c), color-stop(100%, #2b2b2b));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #6d6c6c 0%, #2b2b2b 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #6d6c6c 0%, #2b2b2b 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #6d6c6c 0%, #2b2b2b 100%);
  /* IE10+ */

  background-image: linear-gradient(top, #6d6c6c 0%, #2b2b2b 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6c6c', endColorstr='#2b2b2b', GradientType=0);
  /* IE6-9 */

}

.lang-col {
  float: left;
  width: 140px;
  margin-left: 20px;
}

.lang-col-emea {
  width: 160px;
}

.lang-choice-drop .lang-choice-title {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-rendering: optimizelegibility;
}

.lang-choice-remember {
  padding-top: 10px;
}

.lang-choice-remember label {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.lang-choice-remember .cb-lang-choice-remember {
  float: left;
  margin-right: 5px;
}

.lang-choice-list {
  padding-top: 6px;
  margin: 0;
}

.lang-choice-list li {
  float: none;
  width: 100%;
  padding: 2px 0 3px;
  overflow: hidden;
  line-height: 16px;
  list-style: none;
}

.lang-choice-list li span {
  float: left;
  max-width: 59%;
  color: #ccc;
}

.lang-choice-list li a {
  float: right;
  max-width: 50%;
  color: #0cc;
}

.lang-choice-list li a em {
  font-style: normal;
}

.nav-header-login,
.nav-header-logout {
  font-weight: 600;
}

.nav-header-login li,
.nav-header-logout li {
  padding-right: 0;
}

.nav-header-logout > li > a {
  color: #099;
}

.nav-header-logout > li.nav-header-user-name > a {
  display: inline-block;
}

.nav-header-user-name span {
  color: #fff;
}

.icon-gear-color {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-image: url(../images/btn-gear.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.nav-header-user-name .icon-gear-color {
  margin-top: -2px;
}

.login-choice-drop {
  width: 220px;
  padding: 10px 5px 10px 15px;
  font-weight: normal;
  background-color: #6d6c6c;
  /* Old browsers */

  background-image: -moz-linear-gradient(top, #6d6c6c 0%, #474747 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6c6c), color-stop(100%, #474747));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #6d6c6c 0%, #474747 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #6d6c6c 0%, #474747 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #6d6c6c 0%, #474747 100%);
  /* IE10+ */

  background-image: linear-gradient(top, #6d6c6c 0%, #474747 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6c6c', endColorstr='#474747', GradientType=0);
  /* IE6-9 */

}

.login-choice-drop ul {
  margin: 0;
  list-style: none;
}

.login-choice-drop li a {
  color: #0cc;
}

.subnav-cart-counter {
  padding-left: 10px;
  margin-top: 6px;
  margin-left: 10px;
  border-left: 1px dotted #555;
}

.cart-amount {
  padding-left: 3px;
}

.icon-cart {
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  background-image: url(../images/icon-cart.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.nav-header-form-search {
  position: relative;
  margin: 6px 4px 6px 0;
}

.nav-header-form-search.collapse.in {
  height: auto!important;
}

.nav-header-input-medium {
  float: left;
  width: 130px;
  padding: 0 30px 0 12px;
  margin: 0;
  font-size: 11px;
  line-height: 17px;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
  outline: none;
}

.nav-header-search-submit {
  position: absolute;
  right: -1px;
  width: 24px;
  height: 20px;
  padding: 0 1px;
  margin: 0;
  overflow: hidden;
  letter-spacing: -9999px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../images/btn-search-submit.png);
  background-position: 49% 50%;
  border: none;
  -webkit-border-radius: 0 14px 14px 0px;
     -moz-border-radius: 0 14px 14px 0px;
          border-radius: 0 14px 14px 0px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.nav-header .nav-header-search-submit {
  width: 24px;
  height: 20px;
}

.nav-header-form-search.error .nav-header-search-submit {
  border-left: none;
}

.nav-header-toggle-btn,
.subnav-cart-counter .ss-icon {
  display: none;
}

a.btn-split-left,
.btn-split-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

a.btn-split-right,
.btn-split-right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.nav-breadcrumb {
  margin-left: 0;
  list-style: none;
}

.nav-breadcrumb li {
  display: inline-block;
  *display: inline;
  font-size: 11px;
  color: #999999;
  *zoom: 1;
}

.nav-breadcrumb .divider {
  padding: 0 3px;
  color: #999999;
}

.nav-tab {
  margin-bottom: 30px;
  color: #fff;
  background: #73c9c8;
  background: -moz-linear-gradient(-45deg, #73c9c8 0%, #1fa19f 25%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #73c9c8), color-stop(25%, #1fa19f));
  background: -webkit-linear-gradient(-45deg, #73c9c8 0%, #1fa19f 25%);
  background: -o-linear-gradient(-45deg, #73c9c8 0%, #1fa19f 25%);
  background: -ms-linear-gradient(-45deg, #73c9c8 0%, #1fa19f 25%);
  background: linear-gradient(-45deg, #73c9c8 0%, #1fa19f 25%);
  background-color: #23A1A1;
  border: 1px solid #528388;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73c9c8', endColorstr='#1fa19f', GradientType=1);
}

.nav-tab h1 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 13px;
  font-weight: normal;
  color: #fff;
}

.nav-tab-list {
  margin-bottom: 0;
  margin-left: 0;
  border-top: 1px solid #528388;
}

.nav-tab-list li {
  display: inline-block;
  border-right-color: #528388;
  border-right-style: solid;
  border-right-width: 1px;
}

.nav-tab a:link,
.nav-tab a:visited {
  display: inline-block;
  padding: 9px 13px 18px 13px;
  margin-bottom: -9px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.nav-tab a:hover,
.nav-tab a:active {
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: -9px;
  background-image: url(../images/nav-tab-sprite.gif);
  background-position: 50% -1px;
  background-repeat: no-repeat;
}

.nav-tab a.active:link,
.nav-tab a.active:visited,
.nav-tab a.active:hover,
.nav-tab a.active:active {
  text-decoration: none;
  background-image: url(../images/nav-tab-sprite.gif);
  background-position: 50% -47px;
  background-repeat: no-repeat;
}

/* Gray */

.nav-tab-gray {
  color: #fff;
  background: #9fa3a4;
  background: -moz-linear-gradient(-45deg, #9fa3a4 0%, #616d6d 25%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #9fa3a4), color-stop(25%, #616d6d));
  background: -webkit-linear-gradient(-45deg, #9fa3a4 0%, #616d6d 25%);
  background: -o-linear-gradient(-45deg, #9fa3a4 0%, #616d6d 25%);
  background: -ms-linear-gradient(-45deg, #9fa3a4 0%, #616d6d 25%);
  background: linear-gradient(-45deg, #9fa3a4 0%, #616d6d 25%);
  background-color: #616C6C;
  border-color: #666;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fa3a4', endColorstr='#616d6d', GradientType=1);
}

.nav-tab-gray .nav-tab-list {
  border-color: #595959;
}

.nav-tab-gray .nav-tab-list li {
  border-right-color: #595959;
}

.nav-tab-gray a:hover,
.nav-tab-gray a:active {
  background-position: 50% -94px;
}

.nav-tab-gray a.active:link,
.nav-tab-gray a.active:visited,
.nav-tab-gray a.active:hover,
.nav-tab-gray a.active:active {
  background-position: 50% -140px;
}

/* Chrome */

.nav-tab-chrome {
  color: #333;
  background-color: #616C6C;
  background-image: url(../images/nav-tab-chrome-bg.jpg);
  background-position: right top;
  border-color: #999;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.nav-tab-chrome h1 {
  color: #333;
}

.nav-tab-chrome .nav-tab-list {
  border-color: #999;
}

.nav-tab-chrome .nav-tab-list li {
  border-right-color: #999;
}

.nav-tab-chrome a:link,
.nav-tab-chrome a:visited {
  color: #333;
}

.nav-tab-chrome a:hover,
.nav-tab-chrome a:active {
  color: #fff;
}

.nav-tab-chrome a.active:link,
.nav-tab-chrome a.active:visited,
.nav-tab-chrome a.active:hover,
.nav-tab-chrome a.active:active {
  color: #fff;
}

/* Light */

.nav-tab-light {
  color: #333;
  background: transparent;
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.nav-tab-light h1 {
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  color: #333;
}

/*
.nav-tab-light .nav-tab-list {
	border-top: none;
	border-bottom: 2px solid #999;
}

.nav-tab-light .nav-tab-list li {
	border-right: none;
	margin-bottom: -2px;
}

.nav-tab-light a:link,
.nav-tab-light a:visited {
	color: #099;
	margin-bottom: 0;
	padding-bottom: 11px;
	border-right: 1px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #999;
	border-radius: 12px 12px 0 0;
	border-top: 1px solid #999;
	margin-right: 4px;
	
}

.nav-tab-light a:hover,
.nav-tab-light a:active {
	color: #099;
	background-image: none;
	margin-bottom: 0;
	padding-bottom: 11px;
}

.nav-tab-light li:first-child a:link,
.nav-tab-light li:first-child a:visited,
.nav-tab-light li:first-child a:hover,
.nav-tab-light li:first-child a:active {
	margin-left: 6px;
}

.nav-tab-light a.active:link,
.nav-tab-light a.active:visited,
.nav-tab-light a.active:hover,
.nav-tab-light a.active:active {
	color: #000;
	background-image: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #999;
	padding-bottom: 11px;
	padding-right: 12px;
	padding-top: 8px;
	
}

.nav-tab-light li:first-child a.active:link,
.nav-tab-light li:first-child a.active:visited,
.nav-tab-light li:first-child a.active:hover,
.nav-tab-light li:first-child a.active:active {
	margin-left: 6px;
}
*/

/*Start nav tab tab to drop styles*/

.nav-tab-list.tab-drop {
  margin-bottom: 0;
  border-bottom: 0;
}

.nav-tab-list.tab-drop > li {
  border: 0;
}

.nav-tab-list.tab-drop .drop-menu > li {
  float: none;
}

.nav-tab-list.tab-drop .drop-menu > li a:link,
.nav-tab-list.tab-drop .drop-menu > li a:visited,
.nav-tab-list.tab-drop .drop-menu > li a:hover,
.nav-tab-list.tab-drop .drop-menu > li a:active {
  padding: 9px 13px 9px 13px;
  margin-right: 0;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tab-list.tab-drop .drop-menu > li a:hover {
  text-decoration: underline;
  background: #35bcbc;
}

.nav-tab-gray .nav-tab-list.tab-drop .drop-menu > li a:hover {
  background: #878f8f;
}

.nav-tab-list.tab-drop .drop-menu > li.active a:link,
.nav-tab-list.tab-drop .drop-menu > li.active a:visited,
.nav-tab-list.tab-drop .drop-menu > li.active a:hover,
.nav-tab-list.tab-drop .drop-menu > li.active a:active {
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
  background-color: #015959;
  background-image: none;
  background-image: -moz-linear-gradient(top, #015959 0%, #017b7b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #015959), color-stop(100%, #017b7b));
  background-image: -webkit-linear-gradient(top, #015959 0%, #017b7b 100%);
  background-image: -o-linear-gradient(top, #015959 0%, #017b7b 100%);
  background-image: -ms-linear-gradient(top, #015959 0%, #017b7b 100%);
  background-image: linear-gradient(to bottom, #015959 0%, #017b7b 100%);
  background-position: 0 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015959', endColorstr='#017b7b', GradientType=0);
}

.nav-tab-list.tab-drop .drop-menu > li.active a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -16px;
  overflow: hidden;
  border-color: #017b7b transparent transparent;
  border-style: solid;
  border-width: 8px 16px 0 16px;
  content: "";
}

.nav-tab-gray .nav-tab-list.tab-drop .drop-menu > li.active a:link,
.nav-tab-gray .nav-tab-list.tab-drop .drop-menu > li.active a:visited,
.nav-tab-gray .nav-tab-list.tab-drop .drop-menu > li.active a:hover,
.nav-tab-gray .nav-tab-list.tab-drop .drop-menu > li.active a:active {
  background-color: #484848;
  background-image: -moz-linear-gradient(top, #484848 0%, #656565 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #484848), color-stop(100%, #656565));
  background-image: -webkit-linear-gradient(top, #484848 0%, #656565 100%);
  background-image: -o-linear-gradient(top, #484848 0%, #656565 100%);
  background-image: -ms-linear-gradient(top, #484848 0%, #656565 100%);
  background-image: linear-gradient(to bottom, #484848 0%, #656565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484848', endColorstr='#656565', GradientType=0);
}

.nav-tab-gray .nav-tab-list.tab-drop .drop-menu > li.active a:before {
  border-color: #656565 transparent transparent;
}

/*
.nav-tab-light .nav-tab-list.tab-drop {
	border-bottom: 2px solid #999;
}
.nav-tab-light .nav-tab-list.tab-drop .drop-menu > li {
	margin-bottom: 0;
}
.nav-tab-light .nav-tab-list.tab-drop .drop-menu > li a {
	padding-bottom: 11px;
	border: 1px solid #999;
	border-bottom-width: 2px;
	border-radius: 12px 12px 0 0;
	margin-right: 4px;
}
.nav-tab-light .nav-tab-list.tab-drop .drop-menu > li a:hover {
	background: transparent;
	text-decoration: underline;
}
.nav-tab-light .nav-tab-list.tab-drop .drop-menu > li:first-child a {
	margin-left: 6px;
}
.nav-tab-light .nav-tab-list.tab-drop .drop-menu > li.active a:link, 
.nav-tab-light .nav-tab-list.tab-drop .drop-menu > li.active a:visited, 
.nav-tab-light .nav-tab-list.tab-drop .drop-menu > li.active a:hover, 
.nav-tab-light .nav-tab-list.tab-drop .drop-menu > li.active a:active {
	background: transparent;
	color: #000;
	filter: none;
	border-width: 2px;
	border-bottom-color: #fff;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 11px;
	text-decoration: none;
}
.nav-tab-light .nav-tab-list.tab-drop .drop-menu > li.active a:before {
	display: none;
}
*/

/* New Nav Tab Light "Flat" and "Sticky" */

ul.flat-tabs {
  float: left;
  width: 100%;
  height: 36px;
  margin: 0;
  font-size: 16px;
  border-bottom: 3px solid #b2b2b2;
}

ul.flat-tabs li {
  float: left;
  line-height: 1em;
  list-style: none;
}

ul.flat-tabs li .flat-tab {
  float: right;
  padding: 10px;
  font-size: 16px;
  color: #666;
  background: #f1f1f1;
  border-right: 1px solid #6ebe49;
  border-bottom: 3px solid #6ebe49;
}

ul.flat-tabs li .flat-tab:hover {
  color: #fff;
  text-decoration: none;
  background: #4e8c38;
}

ul.flat-tabs li .active-flat-tab {
  font-weight: 400;
  color: #fff;
  background: #6ebe49;
  border-bottom: 3px solid #287515;
}

ul.flat-tabs li .active-flat-tab:hover {
  color: #fff;
  text-decoration: none;
  cursor: default;
  background: #4e8c38;
}

.last-flat-tab {
  border-right: none !important;
}

.flat-tabs-fixed {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 44px;
  height: 36px;
  padding: 0;
  background: none repeat scroll 0 0 #FFFFFF;
  background: #fff;
  border-bottom: 3px solid #B2B2B2;
  -webkit-box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.15);
}

.flat-tabs-fixed li .flat-tab {
  padding: 12px 10px 10px 10px;
}

/*End nav tab tab to drop styles*/
.nav-list {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.nav-list ul {
  list-style: none;
}

.nav-list-level-1 {
  margin-left: 0;
}

.nav-list-level-1 > li {
  margin-bottom: 4px;
}

.nav-list-level-1 > li > a {
  font-size: 14px;
  text-transform: uppercase;
}

.nav-list-level-1 > li.open {
  padding-top: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.nav-list-level-1 > li.open > a {
  font-weight: 600;
}

.nav-list-level-1 > li.active > a {
  font-weight: 600;
  color: #333;
}

.nav-list-level-2 {
  padding-bottom: 5px;
  padding-bottom: 0;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 25px;
  border-bottom: 1px solid #666;
  border-bottom: none;
}

.nav-list-level-2 > li {
  margin-bottom: 2px;
}

.nav-list-level-2 a {
  text-transform: none;
}

.nav-list-level-2 > .open > a {
  font-weight: 600;
}

.nav-list-level-2 > .active > a {
  font-weight: 600;
  color: #333;
}

.nav-list-level-3 > li {
  margin-bottom: 2px;
}

.nav-list-level-3 .active a {
  font-weight: 600;
  color: #333;
}

.page-title {
  display: table;
  margin-bottom: 23px;
}

.page-title-content {
  display: table-cell;
  vertical-align: middle;
}

.page-title-heading {
  margin-bottom: 12px;
  font-size: 250%;
  line-height: 97%;
}

.page-title-image {
  display: block;
  max-width: none;
  margin-right: 20px;
}

.content-row {
  padding-bottom: 50px;
  margin-bottom: 0;
  clear: both;
}

.content-row-2-column {
  display: inline-block;
  width: 48%;
  padding-top: 50px;
  margin-right: 2%;
}

.content-row-1-column {
  width: 98%;
  padding-top: 50px;
  margin-right: 2%;
}

.content-row-abstract {
  font-style: italic;
  border-left: none;
}

.search-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.search-wrapper a {
  color: #6ebe49;
}

.search-wrapper .search-header {
  padding: 4px 0 24px;
}

.search-wrapper .search-header .search-info {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #868589;
}

.search-wrapper .search-header .search-header-box {
  position: relative;
  border-radius: 3px;
}

.search-wrapper .search-header .search-header-box form {
  margin-bottom: 0;
}

.search-wrapper .search-header .search-header-box .search-input {
  width: 100%;
  height: 56px;
  padding: 8px 56px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  color: #333;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  box-shadow: none;
  box-sizing: border-box;
  transition: background-color 0.3s;
}

.search-wrapper .search-header .search-header-box .search-input::-webkit-input-placeholder {
  color: #c9c9c9;
}

.search-wrapper .search-header .search-header-box .search-input:hover {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
}

.search-wrapper .search-header .search-header-box .search-input:focus {
  background: #fff;
  border: 1px solid #EAEAEA;
}

.search-wrapper .search-header .search-header-box .search-glass {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 21px;
  height: 21px;
  background: url(../images/nm/sprite-icn-nm.png) no-repeat -78px 0;
}

.search-wrapper .search-header .search-header-box .search-clear {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url(../images/nm/sprite-icn-nm.png) no-repeat -141px 0;
}

.search-wrapper .search-header .search-header-box .search-clear:hover {
  background-position-y: -21px;
}

.search-wrapper .search-nav {
  position: relative;
  border-bottom: 2px solid #EBEBEB;
}

.search-wrapper .search-nav ul {
  position: relative;
  top: 2px;
  z-index: 1;
  display: flex;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.search-wrapper .search-nav ul li {
  position: relative;
  display: flex;
  float: left;
  min-height: 52px;
  padding-bottom: 18px;
  padding-left: 40px;
  margin-right: 32px;
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.3s;
  justify-content: center;
  flex-direction: column;
}

.search-wrapper .search-nav ul li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EBEBEB;
  content: "";
  transition: background .3s;
}

.search-wrapper .search-nav ul li:last-of-type {
  margin-right: 0;
}

.search-wrapper .search-nav ul li i {
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  font-style: normal;
}

.search-wrapper .search-nav ul li[data-type="all"] {
  padding-left: 0;
}

.search-wrapper .search-nav ul li[data-type="product"] i {
  background-image: url(../images/nm/sprite-icn-tab-product-36x108.png);
}

.search-wrapper .search-nav ul li[data-type="software-download"] i {
  background-image: url(../images/nm/sprite-icn-tab-download-36x108.png);
}

.search-wrapper .search-nav ul li[data-type="knowledge-base"] i {
  background-image: url(../images/nm/sprite-icn-tab-knowledge-36x108.png);
}

.search-wrapper .search-nav ul li[data-type="document"] i {
  background-image: url(../images/nm/sprite-icn-tab-document-36x108.png);
}

.search-wrapper .search-nav ul li[data-type="article"] i {
  background-image: url(../images/nm/sprite-icn-tab-article-36x108.png);
}

.search-wrapper .search-nav ul li p {
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
}

.search-wrapper .search-nav ul li span,
.search-wrapper .search-nav ul li em {
  display: inline;
  transition: color .3s;
}

.search-wrapper .search-nav ul li span {
  padding-right: 6px;
  font-size: 16px;
  line-height: 18px;
  color: #666666;
}

.search-wrapper .search-nav ul li em {
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  color: #A6A6A6;
}

.search-wrapper .search-nav ul li:hover i {
  background-position-y: -36px;
}

.search-wrapper .search-nav ul li:hover span {
  color: #333;
}

.search-wrapper .search-nav ul li:hover em {
  color: #666;
}

.search-wrapper .search-nav ul li:hover:after {
  background: #868589;
}

.search-wrapper .search-nav ul li:active:after {
  background: #333;
}

.search-wrapper .search-nav ul li.active i {
  background-position-y: -72px;
}

.search-wrapper .search-nav ul li.active span {
  font-weight: 600;
  color: #6ebe49;
}

.search-wrapper .search-nav ul li.active em {
  color: #6ebe49;
}

.search-wrapper .search-nav ul li.active:after {
  background: #6ebe49;
}

.search-wrapper .search-nav.disabled ul li {
  cursor: default;
}

.search-wrapper .search-nav.disabled ul li:hover i {
  background-position-y: 0;
}

.search-wrapper .search-nav.disabled ul li:hover span {
  color: #666;
}

.search-wrapper .search-nav.disabled ul li:hover:after {
  background: #EBEBEB;
}

.search-wrapper .search-nav.disabled ul li:active:after {
  background: #EBEBEB;
}

.search-wrapper .search-filters {
  padding-top: 24px;
  padding-right: 15px;
  border-right: 1px solid #EBEBEB;
}

.search-wrapper .search-filters > h4 {
  position: relative;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  color: #868589;
}

.search-wrapper .search-filters .search-filter-close {
  display: none;
}

.search-wrapper .search-filters .search-filter {
  padding-top: 10px;
  padding-bottom: 16px;
}

.search-wrapper .search-filters .search-filter:first-child {
  padding-top: 0;
}

.search-wrapper .search-filters .search-filter > p {
  padding: 5px 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #333;
}

.search-wrapper .search-filters .search-filter .control-group {
  margin-bottom: 0;
}

.search-wrapper .search-filters .search-filter .control-group .controls .checkbox {
  padding: 5px 0;
}

.search-wrapper .search-filters .search-filter .control-group .controls .checkbox-custom + label {
  padding-left: 24px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #868589;
  transition: color .3s;
}

.search-wrapper .search-filters .search-filter .control-group .controls .checkbox-custom + label > span {
  top: 1px;
  width: 16px;
  height: 16px;
  line-height: 17px;
  border-color: #868589;
  transition: border-color 0.3s;
}

.search-wrapper .search-filters .search-filter .control-group .controls .checkbox-custom + label:hover {
  color: #333;
}

.search-wrapper .search-filters .search-filter .control-group .controls .checkbox-custom + label:hover > span {
  border-color: #333;
}

.search-wrapper .search-filters .search-filter .control-group .controls .checkbox-custom:checked + label {
  color: #333;
}

.search-wrapper .search-filters .search-filter .control-group .controls .checkbox-custom:checked + label > span {
  border-color: #333;
}

.search-wrapper .searched-filters {
  padding: 24px 0 14px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #EBEBEB;
}

.search-wrapper .searched-filters ul {
  display: flex;
  float: left;
  width: 80%;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  flex-wrap: wrap;
}

.search-wrapper .searched-filters ul li {
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  align-items: center;
}

.search-wrapper .searched-filters ul li i {
  padding: 8px 10px 6px;
  font-size: 10px;
  line-height: 16px;
  color: #C9C9C9;
  cursor: pointer;
}

.search-wrapper .searched-filters ul li i:hover {
  color: #333;
}

.search-wrapper .searched-filters ul li span {
  padding: 6px 10px 6px 0;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.search-wrapper .searched-filters ul li:hover {
  background-color: #FAFAFA;
  border-color: #868589;
}

.search-wrapper .searched-filters ul li:active {
  background-color: #F5F5F5;
  border-color: #333;
}

.search-wrapper .searched-filters .filter-clear {
  float: right;
  line-height: 34px;
  color: #6ebe49;
  cursor: pointer;
}

.search-wrapper .searched-filters .filter-clear:hover {
  text-decoration: underline;
}

.search-wrapper .search-list .search-item h6 {
  padding: 5px 0;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}

.search-wrapper .search-list .search-item h6 > a {
  display: inline-block;
  color: #333;
}

.search-wrapper .search-list .search-item p {
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #868589;
}

.search-wrapper .search-list .search-item p > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}

.search-wrapper .search-list .search-item p > a > i {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  font-size: 10px;
}

.search-wrapper .search-list .search-products {
  padding: 24px 0;
  border-bottom: 1px solid #EBEBEB;
}

.search-wrapper .search-list .search-products > h4 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  color: #868589;
}

.search-wrapper .search-list .search-products .search-product .product-image {
  margin-bottom: 16px;
  text-align: center;
}

.search-wrapper .search-list .search-products > [class*="span"]:empty + [class*="span"] {
  float: right;
}

.search-wrapper .search-list .search-products > [class*="span"]:empty + [class*="span"] .search-product.keymatch {
  margin-top: 0;
}

.search-wrapper .search-list .search-items .search-item {
  position: relative;
  display: flex;
  padding: 24px 0 24px 24px;
  border-bottom: 1px solid #EBEBEB;
}

.search-wrapper .search-list .search-items .search-item:before {
  position: absolute;
  top: 29px;
  left: 0;
  width: 18px;
  height: 26px;
  background-image: url("../images/nm/sprite-icn-results-list.png");
  background-position: -240px 50%;
  background-repeat: no-repeat;
  content: "";
}

.search-wrapper .search-list .search-items .search-item[data-type="product"]:before {
  background-position: 0 50%;
}

.search-wrapper .search-list .search-items .search-item[data-type="software-download"]:before {
  background-position: -48px 50%;
}

.search-wrapper .search-list .search-items .search-item[data-type="knowledge-base"]:before {
  background-position: -96px 50%;
}

.search-wrapper .search-list .search-items .search-item[data-type="document"]:before {
  background-position: -144px 50%;
}

.search-wrapper .search-list .search-items .search-item[data-type="article"]:before {
  background-position: -192px 50%;
}

.search-wrapper .search-list .search-items .search-item .item-image {
  margin-left: 24px;
}

.search-wrapper .search-list .search-items .search-item .item-body {
  flex: 1;
}

.search-wrapper .search-list .search-items > div:last-of-type > div:last-of-type .search-item {
  border: 0;
}

.search-wrapper .search-list .load-more-button {
  width: 100%;
  padding: 12px 16px;
  margin: 48px 0;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  border: none;
  border: 1px solid #ddd;
  border-color: #ccc;
  border-radius: 3px;
  transition: background-color 0.3s;
}

.search-wrapper .search-list .load-more-button:hover {
  color: #333;
  background-color: #FAFAFA;
  border-color: #868589;
}

.search-wrapper .search-list .load-more-button:active {
  color: #333;
  background-color: #F5F5F5;
  border-color: #333;
}

.search-wrapper .search-list .no-results {
  padding-top: 24px;
}

.search-wrapper .search-list .no-results h4 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}

.search-wrapper .search-list .no-results h5 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  color: #868589;
}

.search-wrapper .search-keymatch {
  padding: 16px;
  margin-top: 24px;
  background: #6ebe49;
  border-radius: 3px;
}

.search-wrapper .search-keymatch .image {
  margin-bottom: 16px;
  text-align: center;
}

.search-wrapper .search-keymatch .text h6 {
  padding: 5px 0;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}

.search-wrapper .search-keymatch .text h6 > a {
  display: inline-block;
  color: #fff;
}

.search-wrapper .search-keymatch .text p {
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.search-wrapper .search-keymatch .text p > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.search-wrapper .search-keymatch .text p > a > i {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  font-size: 10px;
}

.search-wrapper .loading-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -11;
  min-height: 600px;
  pointer-events: none;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.search-wrapper .loading-box .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.55) url(../images/seagate-spinner.gif) no-repeat 50% 50%;
}

.search-wrapper .loading-box .search-header .search-info {
  width: 180px;
  height: 18px;
  font-size: 0;
  background: #f5f5f5;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper .loading-box .search-header .search-header-box {
  height: 56px;
  background: #f5f5f5;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper .loading-box .search-nav ul {
  width: 100%;
}

.search-wrapper .loading-box .search-nav ul li {
  background: #f5f5f5;
  animation: fadingBG 1.8s infinite;
  flex: 1;
}

.search-wrapper .loading-box .search-nav ul li span,
.search-wrapper .loading-box .search-nav ul li em {
  height: 18px;
  font-size: 0;
}

.search-wrapper .loading-box .search-nav ul li i {
  background: none;
}

.search-wrapper .loading-box .search-nav ul li.active:after {
  background: #EBEBEB;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper .loading-box .search-filters > h4 {
  width: 64px;
  height: 32px;
  font-size: 0;
  background: #f5f5f5;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper .loading-box .search-filters .search-filter-list {
  *zoom: 1;
}

.search-wrapper .loading-box .search-filters .search-filter-list:before,
.search-wrapper .loading-box .search-filters .search-filter-list:after {
  display: table;
  content: "";
}

.search-wrapper .loading-box .search-filters .search-filter-list:after {
  clear: both;
}

.search-wrapper .loading-box .search-filters .search-filter > p {
  width: 88px;
  height: 22px;
  padding: 0;
  margin: 5px 0 10px;
  font-size: 0;
  background: #f5f5f5;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper .loading-box .search-filters .search-filter .control-group .controls .checkbox label {
  width: 90%;
  height: 18px;
  margin: 0;
  font-size: 0;
  background: #f5f5f5;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper .loading-box .search-filters .search-filter .control-group .controls .checkbox label > span {
  display: none;
}

.search-wrapper .loading-box .search-list .search-item h6 > a {
  display: inline-block;
  width: 80%;
  height: 26px;
  vertical-align: top;
  background: #f5f5f5;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper .loading-box .search-list .search-item p {
  width: 100%;
  height: 36px;
  padding: 0;
  margin: 5px 0;
  background: #f5f5f5;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper .loading-box .search-list .search-items .search-item:before {
  background: #f5f5f5 none;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper .loading-box .search-list .load-more-button {
  height: 50px;
  background: #f5f5f5;
  border: 0;
  animation: fadingBG 1.8s infinite;
}

.search-wrapper.loading .loading-box {
  z-index: 3;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

@keyframes fadingBG {
  0%,
  100% {
    background: #f5f5f5;
  }
  50% {
    background: #dbdbdb;
  }
}

.link-list-title {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
}

/* Are these only good for this link list style or should it be for all lists? */

.link-list ul {
  margin-left: 0;
  list-style-type: none;
}

.link-list ul li {
  margin-bottom: 4px;
  clear: left;
}

.link-list ul li a.pdf {
  padding-bottom: 5px;
  padding-left: 20px;
  background-image: url(../images/icn_pdf.png);
  background-position: left 0;
  background-repeat: no-repeat;
}

.link-list ul li a.folder {
  padding-bottom: 5px;
  padding-left: 20px;
  background-image: url(../images/icn_folder.gif);
  background-position: left 0;
  background-repeat: no-repeat;
}

.link-list ul li a.video {
  padding-bottom: 5px;
  padding-left: 20px;
  background-image: url(../images/icn_video.gif);
  background-position: left 0;
  background-repeat: no-repeat;
}

.link-list ul li a img {
  float: left;
  margin-right: 5px;
  margin-bottom: 4px;
}

.link-list-footer {
  clear: both;
  font-style: italic;
}

.link-list-right {
  display: block;
  text-align: right;
}

/* link-list-button styles */

.link-list-button ul li {
  margin-bottom: 20px;
}

.link-list-button ul li a img {
  margin-bottom: 10px;
}

.link-list-icon-tile {
  clear: both;
}

.link-list-icon-tile .link-list {
  padding: 0;
  margin: 0 0 20px 0;
}

.link-list-icon-tile .link-list-heading {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #666;
  border-bottom: 1px solid #DDD;
}

.link-list-icon-tile .link-list-item {
  display: block;
  float: left;
  width: 49%;
  padding: 0;
  margin: 0 0 15px 0;
  color: #fff;
  background-color: #00ade6;
}

.link-list-icon-tile .link-list-item:nth-child(odd) {
  clear: left;
}

.link-list-icon-tile .link-list-item:nth-child(even) {
  float: right;
}

.link-list-icon-tile .link-list-item-image {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.link-list-icon-tile .link-list-item-content-wrapper {
  display: block;
  margin-left: 110px;
}

.link-list-icon-tile .link-list-item-content {
  display: block;
  padding: 20px 10px 10px 10px;
}

.link-list-icon-tile .link-list-item-heading {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  background-color: #00ade6;
}

.link-list-icon-tile .link-list-item-sub-heading {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
  background-color: #00ade6;
}

.link-list-icon-tile .link-list-item-body-content p {
  margin: 0 0 9px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

.link-list-icon-tile .link-list-item-content a {
  color: #CCC;
}

.link-item {
  display: block;
  padding: 12px 12px 10px;
  margin-bottom: 5px;
}

.link-item:hover {
  text-decoration: none;
}

.link-item-image {
  display: block;
  float: left;
}

.link-item-content {
  display: block;
}

.link-item-image + .link-item-content {
  margin-left: 82px;
}

.link-item-title {
  display: block;
  margin-bottom: 0;
}

.link-item-desc {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
  color: #333;
}

.link-item-cta {
  display: block;
  color: #00a1dd;
}

.link-item:hover .link-item-cta {
  display: block;
  color: #00a1dd;
  text-decoration: underline;
}

/* Link Item Dark */

.link-item-dark {
  background-color: #343434;
  border-bottom: none;
}

.link-item-dark .link-item-title {
  color: #F0F0F0;
  text-transform: uppercase;
}

.link-item-dark .link-item-desc {
  color: #F0F0F0;
}

.link-item-dark .link-item-cta {
  font-size: 14px;
  font-weight: 600;
}

/* Link Item Background Image */

.link-item-background-image {
  background: no-repeat scroll right 0 transparent;
  border-bottom: none;
  -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.5);
     -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.5);
          box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.5);
}

.link-item-background-image .link-item-title {
  font-weight: 600;
  color: #333;
}

.link-item-background-image .link-item-cta {
  font-size: 14px;
  line-height: 19px;
}

.link-item-background-image .link-item-content {
  padding-right: 130px;
}

.link-item-background-image .link-item-desc {
  color: #000;
}

/* Link Item Box */

.link-item[class*=link-item-box] {
  padding: 15px;
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}

.link-item[class*=link-item-box] .link-item-cta {
  font-weight: 600;
}

.link-item[class*="link-item-box"] .link-item-image + .link-item-content {
  margin-left: 70px;
}

/* Link Item Box Dark */

.link-item.link-item-box-dark {
  background-color: #c2edfd;
  border: 1px solid #c2edfd;
}

/* .home-tile = link background image hover */

.home-tile {
  position: relative;
  display: block;
  height: 228px;
  margin-bottom: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-tile .btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.home-tile-content {
  padding: 10px;
}

.home-tile-content h3 {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-tile-content h4 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.home-tile-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.home-tile-content.reverse h3,
.home-tile-content.reverse h4,
.home-tile-content.reverse p {
  color: #fff;
}

.home-tile-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 228px;
  background-color: #00678d;
  background-color: rgba(0, 103, 141, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  table-layout: fixed;
  transition: all .5s ease;
}

.home-tile-hover-content {
  display: table-cell;
  padding: 0 14px 0 14px;
  vertical-align: middle;
}

.home-tile-hover-content h5 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.home-tile-hover-content p {
  color: #fff;
}

.home-tile:hover {
  text-decoration: none;
}

.home-tile:hover .home-tile-hover {
  opacity: 1;
  filter: alpha(opacity=85);
}

.link-background-image-button {
  position: relative;
  min-height: 96px;
  margin-bottom: 8px;
  background-color: #ebe9e2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-background-image-button h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.link-background-image-button-content {
  padding: 10px;
}

.link-background-image-button p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.link-background-image-button .btn {
  position: absolute;
  bottom: 10px;
}

.link-background-image-button .nolinkbtn {
  cursor: auto;
}

.teaser,
.teaser-row {
  margin-bottom: 20px;
}

.teaser-title {
  margin-bottom: 8px;
}

.teaser-title-link {
  font-weight: normal;
}

.teaser-sub-title {
  display: block;
  margin-bottom: 4px;
}

.teaser-sub-title-link {
  color: #333;
}

.teaser p {
  margin-bottom: 4px;
}

.teaser-image {
  margin-bottom: 13px;
}

/* Teaser Product */

.teaser-product .teaser-image {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  clear: right;
}

.teaser-product .teaser-title {
  margin-bottom: 0;
  margin-left: 115px;
}

.teaser-product .teaser-body {
  margin-left: 115px;
}

.span4 .teaser-product .teaser-image,
.span3 .teaser-product .teaser-image,
.span2 .teaser-product .teaser-image,
.span1 .teaser-product .teaser-image {
  display: block;
  float: none;
  margin-right: 0;
}

.span4 .teaser-product .teaser-title,
.span3 .teaser-product .teaser-title,
.span2 .teaser-product .teaser-title,
.span1 .teaser-product .teaser-title {
  margin-left: 0;
}

.span4 .teaser-product .teaser-body,
.span3 .teaser-product .teaser-body,
.span2 .teaser-product .teaser-body,
.span1 .teaser-product .teaser-body {
  margin-left: 0;
}

.teaser-latest-news {
  position: relative;
  min-height: 124px;
  margin-bottom: 8px;
  background-color: #ebe9e2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.teaser-latest-news-content {
  padding: 10px;
}

.teaser-latest-news h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.teaser-latest-news p {
  margin-bottom: 0;
}

/*my style*/

.blog-list-content {
  margin-bottom: 15px;
}

.blog-list-content-title {
  display: block;
  padding: 6px 15px;
  font-size: 12px;
  color: #fff;
  background-color: #333333;
}

.blog-list-list {
  margin: 0;
  list-style: none;
}

.blog-list-list li {
  padding: 12px 15px;
  font-size: 12px;
  border-top: 1px solid #c3c3c3;
  *zoom: 1;
}

.blog-list-list li:before,
.blog-list-list li:after {
  display: table;
  content: "";
}

.blog-list-list li:after {
  clear: both;
}

.blog-list-list li:first-of-type {
  border-top: none;
}

.blog-list-list-time {
  display: block;
  color: #666;
}

.blog-list-list-text {
  margin-top: 15px;
}

.blog-list-list-tag {
  margin: 0;
}

.blog-list-list-tag dt,
.blog-list-list-tag dd {
  display: inline;
}

.blog-list-list-pic {
  float: left;
  margin: 2px 13px 5px 0;
}

.blog-list-content-footer {
  display: block;
  height: 38px;
  padding: 0 15px;
  line-height: 38px;
  background-color: #fff;
  border-top: 1px solid #c3c3c3;
}

/*my style*/

.buzz-content {
  padding: 26px 16px 6px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.buzz-content-title {
  display: block;
  margin-bottom: 11px;
  color: #333;
}

.dialogue-box {
  position: relative;
  padding: 10px 20px 10px 10px;
  margin-bottom: 8px;
  background-color: #f2f2f2;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.dialogue-box:before {
  position: absolute;
  right: 30px;
  bottom: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-color: #f2f2f2 transparent transparent;
  border-style: solid outset solid solid;
  border-width: 17px 24px 0 0;
  content: "";
}

.dialogue-box-text {
  display: inline;
  font: italic 600 120% Times, "Times New Roman", serif;
}

.dialogue-box-link {
  display: inline;
  margin-left: 6px;
}

.dialogue-box-link-read,
.dialogue-box-link-read:hover {
  padding: 0 10px 0 0;
  margin: 0 0 0 7px;
  font-size: 12px;
  white-space: nowrap;
}

.buzz-caption-time,
.buzz-caption-source {
  display: block;
  font-size: 11px;
  line-height: 14px;
}

.buzz-caption-time {
  font-style: normal;
  color: #999;
}

.buzz-caption-source {
  margin-bottom: 10px;
}

/*different color of dialogue boxes*/

.buzz-content .span6:nth-of-type(1) .dialogue-box:nth-of-type(2) {
  background-color: #02b4b4;
}

.buzz-content .span6:nth-of-type(1) .dialogue-box:nth-of-type(2):before {
  border-top-color: #02b4b4;
}

.buzz-content .span6:nth-of-type(1) .dialogue-box:nth-of-type(3) {
  background-color: #00a5a5;
}

.buzz-content .span6:nth-of-type(1) .dialogue-box:nth-of-type(3):before {
  border-top-color: #00a5a5;
}

.buzz-content .span6:nth-of-type(1) .dialogue-box:nth-of-type(4) {
  background-color: #029090;
}

.buzz-content .span6:nth-of-type(1) .dialogue-box:nth-of-type(4):before {
  border-top-color: #029090;
}

.buzz-content .span6:nth-of-type(2) .dialogue-box:nth-of-type(1) {
  background-color: #018a8a;
}

.buzz-content .span6:nth-of-type(2) .dialogue-box:nth-of-type(1):before {
  border-top-color: #018a8a;
}

.buzz-content .span6:nth-of-type(2) .dialogue-box:nth-of-type(2) {
  background-color: #017979;
}

.buzz-content .span6:nth-of-type(2) .dialogue-box:nth-of-type(2):before {
  border-top-color: #017979;
}

.buzz-content .span6:nth-of-type(2) .dialogue-box:nth-of-type(3) {
  background-color: #016666;
}

.buzz-content .span6:nth-of-type(2) .dialogue-box:nth-of-type(3):before {
  border-top-color: #016666;
}

.buzz-content .span6:nth-of-type(2) .dialogue-box:nth-of-type(4) {
  background-color: #015757;
}

.buzz-content .span6:nth-of-type(2) .dialogue-box:nth-of-type(4):before {
  border-top-color: #015757;
}

.buzz-head {
  margin-bottom: 8px;
}

.buzz-title {
  float: left;
  font-size: 21px;
  font-weight: normal;
  line-height: 23px;
}

.buzz-nav-tabs {
  display: inline;
  float: right;
  margin: 0 -10px 0 0;
  list-style: none;
}

.buzz-nav-tabs li {
  position: relative;
  float: left;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}

.buzz-nav-tabs li:first-child {
  border-left: none;
}

.buzz-nav-tabs li.active:before {
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  overflow: hidden;
  border-color: transparent transparent #f0f0f0;
  border-style: solid outset solid solid;
  border-width: 8px;
  content: "";
}

.buzz-nav-tabs li.active a {
  color: #666;
}

.buzz-nav-tabs.tab-drop {
  margin: 0 -10px 0 0;
  border: 0;
}

.buzz-nav-tabs.tab-drop > li {
  padding: 0;
  border: 0;
}

.buzz-nav-tabs.tab-drop > li:before {
  display: none;
}

.buzz-nav-tabs.tab-drop .drop-menu > li a {
  padding: 0;
  color: #099;
  border: 0;
}

.buzz-nav-tabs.tab-drop .drop-menu > li a:hover {
  text-decoration: underline;
  background-color: transparent;
}

.buzz-nav-tabs.tab-drop .drop-menu > li.active a,
.buzz-nav-tabs.tab-drop .drop-menu > li.active a:hover {
  font-weight: normal;
  color: #666;
  text-decoration: none;
  border: 0;
}

/* Local Styles */

.product-usage strong {
  color: #333;
}

.product-usage .product-usage-divider {
  margin-left: 0;
  border-left: 1px solid #ccc;
}

.product-usage-item {
  margin-bottom: 20px;
  clear: both;
}

.product-usage-item h3 {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: normal;
}

.product-usage-main-image {
  padding: 20px 15px 25px 0;
}

.product-usage-feature-list {
  margin-top: 7px;
  margin-left: 0;
  list-style-type: none;
}

.product-usage-feature-list li {
  font-size: 11px;
  line-height: 1.3;
}

.product-usage-product {
  display: block;
  float: left;
  width: 49%;
  margin-left: 0;
  border-top: 1px solid #ccc;
}

.product-usage-product-image {
  float: left;
  min-height: 155px;
  padding-left: 12px;
}

.product-usage-product-container {
  padding: 22px 20px 10px 10px;
}

.product-usage-last-row {
  margin-bottom: 22px;
  border-bottom: 1px solid #ccc;
}

.product-usage-product-list {
  margin-bottom: 20px;
}

.product-specs-table-selector {
  width: 100%;
}

.product-specs-table-box {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.product-specs-table-shadow-right {
  position: absolute;
  top: -10%;
  right: 0;
  z-index: 5;
  width: 7px;
  height: 120%;
  -webkit-box-shadow: inset -3px 0 5px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: inset -3px 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: inset -3px 0 5px rgba(0, 0, 0, 0.4);
}

.product-specs-table {
  overflow-x: auto;
}

.product-specs-table td {
  font-size: 14px;
  font-weight: normal;
}

.product-specs-table th {
  font-size: 14px;
}

.product-specs-table table tr.highlight {
  background-color: #FCF5E2;
}

.product-specs-table-content-icon {
  text-align: center;
}

.tabular-content-table th.product-specs-table-content-model-num {
  color: #333;
  background-color: transparent;
  background-image: none;
}

.tabular-content-table .chec {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/icn_check.png) no-repeat 50%;
}

.product-specs-table-content {
  table-layout: fixed;
}

.product-specs-table-content th {
  background: none;
}

.product-specs-table-content tr:nth-child(even) {
  background-color: #fff;
}

.product-specs-table-content td,
.product-specs-table-content th {
  padding-right: 20px;
  padding-left: 0;
  color: #333;
  border: solid #e6e6e6;
  border-width: 1px 0;
}

.product-specs-table-content th {
  width: 140px;
  vertical-align: top;
}

.product-specs-table-content tr:first-child td {
  border-top: none;
  border-bottom: 1px solid #999;
}

.product-specs-table-content tr th:first-child {
  width: 140px;
}

.pstable-view-left .product-specs-table-content tr td:first-child {
  font-weight: 600;
}

.pstable-view-right .product-specs-table-content tr td:first-child {
  text-align: left;
}

.product-specs-table-content .model-image {
  text-align: center;
}

.product-specs-table-content th ul li .model-name,
.product-specs-table-content td ul li .model-name {
  font-size: 16px;
  color: #000;
}

.product-specs-table-content th ul li .model-number,
.product-specs-table-content td ul li .model-number {
  font-size: 12px;
  color: #999;
}

.product-specs-table-content td ul li.buy select {
  width: 200px;
  font-size: 12px;
}

.product-specs-table-content th ul li.buy .stock-status,
.product-specs-table-content td ul li.buy .stock-status {
  float: left;
  margin: 0;
  font-size: 10px;
  line-height: 38px;
  color: #999;
}

.product-specs-table-content th ul li.buy .price-block,
.product-specs-table-content td ul li.buy .price-block {
  float: right;
  margin: 0 0 7px 0;
}

.product-specs-table-content th ul li.buy .price-label,
.product-specs-table-content td ul li.buy .price-label {
  font-size: 10px;
  color: #999;
}

.product-specs-table-content th ul li.buy .price,
.product-specs-table-content td ul li.buy .price {
  color: #000;
}

.product-specs-table-content th ul li.buy .add-to-cart,
.product-specs-table-content td ul li.buy .add-to-cart {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.product-specs-table-content th ul li.buy .add-to-cart.disabled,
.product-specs-table-content td ul li.buy .add-to-cart.disabled {
  background-color: #c9c9c9;
}

.product-specs-table-content a.pdf {
  display: block;
  padding-top: 3px;
  padding-left: 22px;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 2.1;
  text-transform: uppercase;
  background-image: url(../images/Datasheet_Icon_16x19.png);
  background-position: left 3px;
  background-repeat: no-repeat;
}

.product-specs-table-content td ul li:last-child a.pdf {
  background-image: url(../images/Manual_Icon_16x19.png);
}

.product-specs-table-content th ul li:last-child a.pdf,
.product-specs-table-content td ul li:last-child a.pdf {
  margin-bottom: 9px;
}

.pstable-view-right .pstable-body {
  overflow: auto;
}

.pstable-view-left {
  position: absolute;
  left: 0;
  z-index: 2;
}

.pstable-view-right {
  position: absolute;
  right: 0;
  z-index: 1;
}

.product-specs-table .pstable-view-left {
  width: 200px;
}

.product-specs-table .pstable-view-right {
  width: 740px;
}

.product-specs-table .pstable-view-right td {
  width: 200px;
  margin: 0;
}

.product-specs-table .pstable-view-right .product-specs-table-content td .pstable-cell {
  width: 200px;
}

.product-specs-table-content .model-image {
  min-height: 110px;
  margin-bottom: 6px;
}

/*3931*/

.product-specs-table-mode.mode-2 table tr.subHeader > td {
  color: #fff;
  background-color: #00a0dd;
  border: 1px solid #00a0dd;
}

.product-specs-table-mode table {
  width: 100%;
  font-size: 14px;
  line-height: 19px;
}

.product-specs-table-mode table tr > td {
  padding: 4px 10px;
  text-align: center;
  border: 1px solid #888;
}

.product-specs-table-mode table tr > td:first-child {
  text-align: left;
}

.product-specs-table-mode table tr.mainHeader > td {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.product-specs-table-mode table tr.subHeader > td {
  color: #fff;
  background-color: #7f8184;
  border: 1px solid #7f8184;
}

.product-specs-table-mode .product-specs-table-footnote {
  margin-top: 15px;
}

.PDFpage .specsTable {
  width: 100%;
}

.PDFpage .specsTable .mainHeader td {
  color: #ffffff;
  background-color: #000000;
}

.PDFpage .specsTable .subHeader td {
  color: #ffffff;
  background-color: #8a898f;
}

.PDFpage .specsTable.mode2 .subHeader td {
  background-color: #00A0DD;
}

.PDFpage .specsTable td:first-child {
  text-align: left;
  border-left: 1px solid #000000;
}

.PDFpage .specsTable td:first-child .pull-right {
  padding-right: 3px;
}

.PDFpage .specsTable td {
  padding-left: 3px;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  border-top: 1px solid #000000;
  border-right: 1px solid #888;
}

.PDFpage .specsTable tr:last-child > td {
  border-bottom: 1px solid #000000;
}

.PDFpage .PDFfootnotes {
  margin: 1em 0;
  font-size: 9px;
  line-height: 12px;
}

.PDFpage .PDFtop {
  margin-bottom: 50px;
}

.PDFpage .PDFtopImage {
  float: right;
  width: 45%;
  text-align: right;
}

.PDFpage .PDFtopTitles {
  width: 45%;
  font-size: 12px;
}

.PDFpage .PDFspecsLogo {
  width: 150px;
  max-width: 45%;
}

.events-content-table {
  font-size: 100%;
  text-align: left;
}

.events-content-table td {
  padding: 12px 10px;
  background-color: #fff;
  background-image: -moz-linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  background-image: -o-linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  background-image: linear-gradient(90deg, #f0f0f0 0%, #ffffff 10%);
  border-top: 1px solid #c3c3c3;
}

.events-content-table .events-content-table-date {
  width: 66px;
  padding: 0;
  font-size: 140%;
  font-weight: 600;
  color: #ccc;
  text-align: center;
  background: #666666 url("../images/bg_date_calend.gif") no-repeat;
  border-right: 1px solid #ccc;
}

.events-content-table-title {
  display: block;
  font-size: 90%;
  line-height: 120%;
}

/* DV132 Events Listing */

.events-listing h4 {
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
}

.events-listing h5 {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.events-listing p {
  font-size: 16px;
}

.events-listing ul {
  margin-left: 0;
}

.events-listing li {
  margin-left: 0;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  list-style: none;
}

.events-listing > ul > li {
  margin-bottom: 20px;
}

.events-listing-cta {
  font-size: 16px;
}

.event-listing-body p {
  font-size: 16px;
}

.event-listing-body ul li {
  margin-left: 20px;
  font-size: 16px;
  list-style: disc;
}

.spp-newsletter {
  margin-bottom: 15px;
}

.spp-newsletter-list li {
  margin-bottom: 6px;
}

.news-alerts-bar {
  min-height: 25px;
  padding: 8px 10px 8px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ebebeb;
}

.news-alerts-bar-links,
.news-alerts-bar-icons {
  margin-left: 0;
  list-style: none;
}

.news-alerts-bar-icons {
  float: right;
}

.news-alerts-bar-icons li {
  float: left;
  margin-bottom: 3px;
  margin-left: 3px;
}

.news-alerts-bar-icons li a {
  display: block;
  width: 27px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../../images/global/bg/bg_home_sprite.png) no-repeat 0 0;
}

.news-alerts-bar-icons li a.social_linkedin {
  background-position: 0 -1758px;
}

.news-alerts-bar-icons li a.social_twitter {
  background-position: -26px -1758px;
}

.news-alerts-bar-icons li a.social_youtube {
  width: 27px;
  background-position: -52px -1758px;
}

.news-alerts-bar-icons li a.social_facebook {
  background-position: -79px -1758px;
}

.news-alerts-bar-icons li a.social_weibo {
  background-position: -105px -1758px;
}

.news-alerts-bar-icons li a.social_google-plus {
  background-position: -129px -1758px;
}

.news-alerts-bar-icons li a.social_instagram {
  background-position: -156px -1758px;
}

.news-alerts-bar-icons li a.social_linkedin:hover {
  background-position: 0 -1783px;
}

.news-alerts-bar-icons li a.social_twitter:hover {
  background-position: -26px -1783px;
}

.news-alerts-bar-icons li a.social_youtube:hover {
  width: 27px;
  background-position: -52px -1783px;
}

.news-alerts-bar-icons li a.social_facebook:hover {
  background-position: -79px -1783px;
}

.news-alerts-bar-icons li a.social_weibo:hover {
  background-position: -105px -1783px;
}

.news-alerts-bar-icons li a.social_google-plus:hover {
  background-position: -129px -1783px;
}

.news-alerts-bar-icons li a.social_instagram:hover {
  background-position: -156px -1783px;
}

.news-alerts-bar-links {
  padding-top: 4px;
}

.video {
  margin-bottom: 20px;
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-carousel {
  margin-bottom: 20px;
  *zoom: 1;
}

.video-carousel:before,
.video-carousel:after {
  display: table;
  content: "";
}

.video-carousel:after {
  clear: both;
}

.video-carousel-content {
  float: left;
  width: 48%;
}

.video-carousel-videos {
  float: right;
  width: 50%;
}

.video-carousel-list {
  position: relative;
  padding: 0;
  margin: 0 0 10px 0;
}

.video-carousel-list li {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.video-carousel-list li.current {
  display: block;
}

.video-carousel-nav {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.video-carousel-nav ul {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.video-carousel-nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.video-carousel-nav li.stx-hide {
  display: none;
}

.video-carousel-nav li a {
  position: relative;
  display: block;
}

.video-carousel-nav img {
  width: 100px;
}

.video-carousel-nav li a:hover:before,
.video-carousel-nav li a.current:before {
  position: absolute;
  left: 0;
  display: block;
  width: 100px;
  height: 56px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  content: " ";
}

.video-carousel-nav li a:hover:after,
.video-carousel-nav li a.current:after {
  position: absolute;
  top: 35%;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #fff;
  content: " ";
}

.video-carousel-nav li.image a:hover:before,
.video-carousel-nav li.image a.current:before,
.video-carousel-nav li.image a:hover:after,
.video-carousel-nav li.image a.current:after {
  display: none;
}

.video-carousel-nav .nav-left {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #666;
  border-bottom: 10px solid transparent;
  content: " ";
}

.video-carousel-nav .nav-right {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #666;
  content: " ";
}

.video-carousel-content-list {
  position: relative;
  padding: 75px 0 0 0;
  margin: 0;
}

.video-carousel-content-list li {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.video-carousel-content-list li.current {
  display: block;
}

/* Search Box Display View */

ul.search-nav {
  height: 36px;
  border-bottom: 3px solid #b2b2b2;
}

ul.search-nav li a {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 1em;
  color: #666;
  background: #f1f1f1;
  border: none;
  border-right: 1px solid #008fc3;
  border-bottom: 3px solid #008fc3;
  border-radius: 0;
}

ul.search-nav li a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #007aa6;
  border-bottom: 3px solid #008fc3;
}

ul.search-nav li.active a {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: #008fc3;
  border: none;
  border-right: 1px solid #008fc3;
  border-bottom: 3px solid #00678d;
}

ul.search-nav li.active a:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: default;
  background: #007aa6;
  border-top: none;
  border-right: 1px solid #008fc3;
  border-bottom: 3px solid #00678d;
  border-left: none;
}

.form-search-input-wrapper {
  position: relative;
  display: inline-block;
}

input.search-query {
  height: 22px;
  margin-right: 5px;
  margin-bottom: 23px;
  font-weight: 600;
  color: #333;
  border: 1px solid #999;
}

input.search-submit {
  margin-bottom: 23px;
}

p.search-term {
  margin-bottom: 3px;
  font-size: 15px;
}

p.search-term a {
  font-style: italic;
}

/* Search Results Display View */

.search-results-list li {
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
}

.search-results-list li:after {
  display: block;
  clear: both;
  content: "";
}

.search-results br {
  /* fix for gsa default results formatting */

  display: none;
}

.search-result-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.search-result-title {
  font-size: 15px;
  line-height: 1.48;
}

.search-result-desc {
  margin-bottom: 0;
  line-height: 1.48;
}

.search-result-url {
  font-size: 10px;
  line-height: 1.48;
}

.search-result-url > a {
  word-wrap: break-word;
}

.search-result-url a:link,
.search-result-url a:visited,
.search-result-url a:hover,
.search-result-url a:active {
  color: #999;
}

.search-result-title a.pdf {
  padding-right: 20px;
  padding-bottom: 5px;
  background-image: url(../images/icn_pdf.png);
  background-position: right 0;
  background-repeat: no-repeat;
}

.search-results-pagination ul {
  border: none;
  box-shadow: none;
}

.search-results-pagination ul li.active a,
.search-results-pagination a:hover {
  background-color: inherit;
}

.search-results-pagination ul li a {
  line-height: 24px;
  border: none;
}

.search-results-pagination ul li.hidden-phone a {
  padding: 10px 15px;
  line-height: 12px;
}

.search-results-pagination ul li span {
  float: left;
  padding: 0 14px;
}

/* Search Results Arrow Style Button */

.search-results-pagination .arrow-button {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.search-results-pagination .arrow-button > .button {
  display: block;
  min-width: 50px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  background-color: #6ebe49;
  border: 1px solid #4e8c38;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.search-results-pagination .arrow-button:hover > .button {
  background-color: #4e8c38;
}

.search-results-pagination .arrow-button:active > .button {
  color: #ffffff;
  background-color: #4e8c38;
  border-color: #4e8c38;
}

.search-results-pagination .arrow-button > .arrow-inner {
  position: absolute;
  top: 1px;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  border: 16px solid transparent;
}

.search-results-pagination .arrow-button > .arrow {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  border: 17px solid transparent;
  /* 34px height */

}

.search-results-pagination .arrow-button.next > .arrow-inner {
  right: 17px;
  border-left-color: #6ebe49;
}

.search-results-pagination .arrow-button.next > .arrow {
  float: right;
  border-left-color: #4e8c38;
}

.search-results-pagination .arrow-button.next .button {
  float: right;
  border-width: 1px 0 1px 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.search-results-pagination .arrow-button.next:hover > .arrow-inner {
  border-left-color: #4e8c38;
}

.search-results-pagination .arrow-button.next:active > .arrow-inner {
  border-left-color: #4e8c38;
}

.search-results-pagination .arrow-button.next:active > .arrow {
  border-left-color: #4e8c38;
}

.search-results-pagination .arrow-button.previous > .arrow-inner {
  left: 17px;
  border-right-color: #6ebe49;
}

.search-results-pagination .arrow-button.previous > .arrow {
  float: left;
  border-right-color: #4e8c38;
}

.search-results-pagination .arrow-button.previous > .button {
  float: left;
  border-width: 1px 1px 1px 0;
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

.search-results-pagination .arrow-button.previous:hover > .arrow-inner {
  border-right-color: #4e8c38;
}

.search-results-pagination .arrow-button.previous:active > .arrow-inner {
  border-right-color: #4e8c38;
}

.search-results-pagination .arrow-button.previous:active > .arrow {
  border-right-color: #4e8c38;
}

.search-results-pagination .arrow-button.disabled > .button,
.search-results-pagination .arrow-button.disabled:hover > .button,
.search-results-pagination .arrow-button.disabled:active > .button {
  color: #bbb;
  background-color: #eee;
  border-color: #ccc;
}

.search-results-pagination .arrow-button.disabled.previous > .arrow,
.search-results-pagination .arrow-button.disabled:hover.previous > .arrow,
.search-results-pagination .arrow-button.disabled:active.previous > .arrow {
  border-right-color: #ccc;
}

.search-results-pagination .arrow-button.disabled.previous > .arrow-inner,
.search-results-pagination .arrow-button.disabled:hover.previous > .arrow-inner,
.search-results-pagination .arrow-button.disabled:active.previous > .arrow-inner {
  border-right-color: #eee;
}

.search-results-pagination .arrow-button.disabled.next > .arrow,
.search-results-pagination .arrow-button.disabled:hover.next > .arrow,
.search-results-pagination .arrow-button.disabled:active.next > .arrow {
  border-left-color: #ccc;
}

.search-results-pagination .arrow-button.disabled.next > .arrow-inner,
.search-results-pagination .arrow-button.disabled:hover.next > .arrow-inner,
.search-results-pagination .arrow-button.disabled:active.next > .arrow-inner {
  border-left-color: #eee;
}

.search-results-featured {
  margin-bottom: 20px;
}

.search-results-featured img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.search-results-featured-title a {
  color: #333;
}

.search-results-featured-desc {
  margin-bottom: 2px;
  line-height: 1.38;
}

.search-results-featured li:after {
  display: block;
  clear: both;
  content: "";
}

.search-results-featured.two-up li,
.search-results-featured.three-up li {
  display: inline-block;
  width: 47%;
  margin-right: 2%;
  vertical-align: top;
}

.search-results-featured.two-up li:after,
.search-results-featured.three-up li:after {
  clear: none;
  content: none;
}

.search-results-featured.three-up img {
  float: none;
}

.search-results-featured.three-up li {
  width: 30%;
}

/* Search Filter Knowledge Base Display View */

.search-filter-kb {
  margin-bottom: 20px;
}

.search-filter-kb .accordion-group {
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.search-filter-kb-title {
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
}

.search-filter-kb .search-filter-kb-toggle {
  display: block;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #3d3d3d;
}

.search-filter-kb-toggle:hover {
  color: #fff;
  text-decoration: none;
}

.open .search-filter-kb-toggle {
  background-color: #3d4545;
}

.search-filter-kb-toggle .caret-switch-white {
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}

.open .search-filter-kb-toggle .caret-switch-white {
  margin: 0 4px 0 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
}

.search-filter-kb-toggle,
.search-filter-kb-more-toggle {
  cursor: pointer;
}

.search-filter-kb-more-heading.open {
  display: none;
}

.search-filter-kb-list {
  background-color: #616969;
}

.search-filter-kb-list ul {
  padding: 11px 15px 6px;
  margin: 0;
}

.search-filter-kb-list,
.search-filter-kb-list ul ul {
  padding: 0;
  border: 0;
}

.search-filter-kb-list li {
  list-style: none;
}

.search-filter-kb-list label {
  padding-left: 0;
  color: #fff;
}

.search-filter-kb-list input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.search-filter-kb-list label span {
  cursor: pointer;
}

.search-filter-kb-list input[type="checkbox"]:disabled + span {
  cursor: default;
  opacity: .5;
}

.search-filter-kb-list input[type="checkbox"] + span::before {
  display: inline-block;
  width: 14px;
  height: 13px;
  margin: 0 6px 3px 0;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
}

.search-filter-kb-list input[type="checkbox"]:checked + span::before {
  font-size: 13px;
  color: #00a1dd;
  content: "\2714";
}

.search-filter-kb-footer {
  padding: 12px 10px;
  background-color: #727979;
  border-top: 1px solid #9ea3a3;
}

/* Search Related Results Display Views */

.search-related-results {
  margin-bottom: 30px;
}

.search-related-results-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.search-related-results-list > li {
  margin-bottom: 18px;
  margin-left: 10px;
}

.search-related-results-list-products > li {
  margin-left: 0;
}

.search-related-results-list > li:after {
  display: block;
  clear: both;
  content: " ";
}

.search-related-results-list li img {
  float: left;
  margin-right: 10px;
}

.search-related-results-list li ul {
  float: left;
}

.search-related-results-list li .search-related-result-box {
  overflow: hidden;
}

.search-related-result-title a {
  font-size: 13px;
  font-weight: 600;
}

.search-related-results-list br {
  display: none;
}

.nav-global {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  vertical-align: bottom;
  list-style-type: none;
  background: #565656;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(45%, #292929), color-stop(100%, #101010));
  background: -webkit-linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  background: -o-linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  background: -ms-linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  background: linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#101010', GradientType=0);
}

.nav-global-wrapper {
  margin-bottom: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(45%, #292929), color-stop(100%, #101010));
  background: -webkit-linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  background: -o-linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  background: -ms-linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  background: linear-gradient(top, #565656 0%, #292929 45%, #101010 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#101010', GradientType=0);
}

.nav-global a {
  display: block;
  white-space: nowrap;
}

.nav-global .nav-global-secondary-link a {
  white-space: normal;
}

.nav-global .nav-global-first-level-item-link {
  height: 28px;
  padding: 8px 12px 9px 12px;
  overflow: hidden;
  white-space: normal;
}

.nav-global-first-level-item-link span {
  display: table-cell;
  height: 28px;
  line-height: 14px;
  vertical-align: bottom;
}

.nav-global a:hover,
.nav-global a:hover {
  color: #0FF;
  text-decoration: underline;
}

.nav-global-first-level-item a,
.nav-global-first-level-item:visited,
.nav-global-second-level-item a,
.nav-global-second-level-item:visited {
  color: #FFF;
}

.nav-global-first-level-item {
  position: relative;
  display: block;
  float: left;
  width: 16.55%;
  height: 45px;
  font-size: 12px;
  border-top: 2px solid #565656;
  border-right: 1px solid #656565;
  border-bottom: 1px solid #565656;
  border-left: 0px solid #656565;
}

.nav-global-first-level-item:hover {
  background-color: #696969;
}

.nav-global-first-level-item:hover ul {
  left: 0;
}

.nav-global-first-level-item:hover ul.nav-global-right-item {
  right: 0;
  left: auto;
}

.nav-global-first-level-item-last {
  border-right: none;
}

.nav-global .nav-global-first-level-item-link.nav-global-first-level-item-link-store {
  color: #fff;
  text-shadow: none;
  background-color: #60a9a9;
  background-image: -moz-linear-gradient(top, #70b6b6, #499696);
  background-image: -ms-linear-gradient(top, #70b6b6, #499696);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70b6b6), to(#499696));
  background-image: -webkit-linear-gradient(top, #70b6b6, #499696);
  background-image: -o-linear-gradient(top, #70b6b6, #499696);
  background-image: linear-gradient(top, #70b6b6, #499696);
  background-repeat: repeat-x;
  border: 1px solid #499696;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70b6b6', endColorstr='#499696', GradientType=0);
  box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px inset;
}

.nav-global .nav-global-first-level-item-link.nav-global-first-level-item-link-store:hover {
  color: #fff;
}

/* fix for non responsive enabled universal pages */

.nav-global-first-level-item.visible-phone {
  display: none;
}

.nav-global-second-level-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 9997;
  width: 150%;
  margin-left: 0;
  list-style: none;
  list-style-type: none;
  background-color: #696969;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjNiM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #696969), color-stop(45%, #4d4d4d), color-stop(100%, #3b3b3b));
  background-image: -webkit-linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
  background-image: -o-linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
  background-image: -ms-linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
  background-image: linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
}

.nav-global-second-level-item {
  position: relative;
  display: block;
  float: none;
  padding: 15px 15px 0 15px;
  border-right: 1px solid #676767;
  border-left: 1px solid #676767;
}

.nav-global-right-item .nav-global-second-level-item:hover .nav-global-third-level-wrapper {
  right: 100%;
  left: auto;
}

.nav-global-right-item .nav-global-second-level-item:hover .nav-global-third-level-wrapper {
  right: 100%;
  left: auto;
}

.nav-global-second-level-item:hover .nav-global-third-level-wrapper {
  left: 0;
}

.nav-global-secondary-link {
  display: inline-block;
  width: 100%;
  padding-right: 25px;
  padding-bottom: 10px;
  white-space: normal;
  background: url("../images/nav-global-arrows.png") no-repeat scroll 100% -84px transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-global-secondary-link:hover {
  background: url("../images/nav-global-arrows.png") no-repeat scroll 100% 3px transparent;
}

.nav-global-third-level-wrapper {
  position: absolute;
  top: 0;
  left: -99999px;
  display: table;
  padding-top: 7px;
  padding-bottom: 20px;
  margin-left: 100%;
  background: #696969;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjNiM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #696969), color-stop(45%, #4d4d4d), color-stop(100%, #3b3b3b));
  background: -webkit-linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
  background: -o-linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
  background: -ms-linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
  background: linear-gradient(top, #696969 0%, #4d4d4d 45%, #3b3b3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#3b3b3b', GradientType=0);
}

.nav-global-third-level-wrapper a {
  display: inline;
  padding-right: 14px;
  color: #0FF;
  white-space: nowrap;
}

.nav-global-third-level-wrapper .thin-grey-bottom-line {
  margin-right: 20px;
  margin-left: 20px;
}

.nav-global-third-level {
  display: table-cell;
  padding-top: 8px;
}

.nav-global-third-level strong {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
}

.nav-global-third-level ul {
  position: relative;
  left: -9999px;
}

.nav-global-third-level ul li {
  position: relative;
  display: block;
  float: none;
  padding-top: 6px;
  padding-right: 20px;
  margin-left: -5px;
  white-space: nowrap;
}

.global-nav-browse {
  padding-top: 13px;
  padding-bottom: 7px;
}

.bold {
  font-weight: 600;
}

.table-row {
  display: table-row;
}

.thin-grey-bottom-line {
  border-bottom: 1px solid #787878;
}

.clear-background,
.clear-background:hover {
  background: none;
}

#ClearCartIframe {
  position: absolute;
  width: 1px;
  height: 1px;
  border: none;
}

.nav-footer-wrapper {
  /* class should be renamed, this just provides a 100% width background color for footer */

  background-color: #161b1f;
}

.clear-both {
  clear: both;
}

#LocaleSelector div.modal-body {
  padding-right: 0;
}

.nav-footer-line {
  min-height: 1px;
  margin-bottom: 14px;
  background-color: #868589;
}

.nav-footer {
  padding-top: 10px;
  padding-bottom: 15px;
  clear: both;
  font-size: 12px;
  background-color: #161b1f;
}

.nav-footer-wrapper {
  background-color: #161b1f;
}

.nav-footer-wrapper-legacy {
  padding-bottom: 21px;
}

.nav-footer-links.nav-footer-top {
  margin-bottom: 3px;
}

.nav-footer-top li:first-child {
  padding-right: 10px;
  padding-left: 0;
}

.nav-footer-top li {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-footer-top li:first-child {
  border-left: none;
}

.nav-footer-right-link {
  float: right;
  margin-bottom: 7px;
}

.nav-footer-copy {
  font-size: 11px;
  color: #999999;
}

.nav-footer-links.nav-footer-copy li {
  font-size: 11px;
  color: #868589;
}

.nav-footer-links.nav-footer-copy li > a {
  color: #868589;
}

.nav-footer-copy li a#LegalPrivacy {
  white-space: nowrap;
}

.nav-footer-links {
  padding-bottom: 5px;
  margin-right: 0;
  margin-bottom: 11.5px;
  margin-left: 0;
}

.nav-footer-links li.nav-footer-divider {
  margin-right: 6px;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #868589;
}

.nav-footer-links li {
  display: inline-block;
  margin-right: 0;
  font-size: 12px;
  line-height: 23px;
}

.nav-footer-links li > a {
  color: #868589;
}

.nav-footer-links li > a:hover {
  color: #6ebe49;
  text-decoration: none;
}

/* .nav-footer-links li a:link,.nav-footer-links li a:visited,.nav-footer-links li a:hover,.nav-footer-links li a:active {
	color:#099;
} */

.nav-footer-links.center {
  text-align: center;
}

.nav-footer-links.left {
  text-align: left;
}

.nav-footer-links.right {
  text-align: right;
}

.nav-footer-locale {
  font-weight: 700;
}

.nav-footer-selector a > span {
  padding-bottom: 2px;
}

.link-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  text-indent: -9999px;
  background-image: url(../images/nav-sprite.png);
  background-repeat: no-repeat;
}

.nav-footer-socials {
  float: right;
  clear: both;
}

.nav-footer-links li {
  position: relative;
}

.nav-footer-links li .wechat-small:hover + .qr-code {
  display: flex;
  background: #fff;
  justify-content: space-between;
}

.nav-footer-links li .qr-code {
  position: absolute;
  right: 5px;
  bottom: 40px;
  z-index: 100;
  display: none;
  width: 280px;
  border: 1px solid #333;
}

.nav-footer-links li .qr-code > img:first-child {
  padding-right: 10px;
  border-right: 1px solid #333;
}

.tencent-small {
  background-position: -290px -239px;
}

.vk-small {
  background-position: -258px -233px;
}

.wechat-small {
  background-position: -225px -233px;
}

.google-plus-small {
  background-position: -192px -233px;
}

.instagram-small {
  background-position: -162px -233px;
}

.weibo-small {
  background-position: -129px -233px;
}

.facebook-small {
  background-position: -96px -233px;
}

.linkedin-small {
  background-position: -66px -233px;
}

.twitter-small {
  background-position: -33px -233px;
}

.youtube-small {
  background-position: 0 -233px;
}

.globe-icon {
  display: block;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 24px;
  background-image: url(../images/nav-sprite.png);
  background-position: -23px -127px;
  background-repeat: no-repeat;
}

.nav-footer-top-container {
  float: left;
  margin-top: 14px;
}

.nav-footer-tablet-only {
  display: none;
}

#LocaleSelector {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30002;
  width: 750px;
  height: auto;
  margin-top: -329px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -375px;
  overflow: auto;
  background-color: #eaeaea;
  border: 1px solid #999;
  border-radius: 0;
}

#LocaleSelector div.modal-body {
  max-height: 650px;
  padding-right: 8px;
  padding-left: 8px;
  overflow: hidden;
  overflow-y: auto;
}

.nav-footer-selector-header {
  text-align: center;
}

.nav-footer-checked,
.nav-footer-unchecked {
  width: 13px;
  height: 13px;
  margin-right: 12px;
  background-image: url(../images/nav-sprite.png);
}

.nav-footer-checked {
  display: inline-block;
  background-position: -166px -109px;
}

.nav-footer-unchecked {
  display: none;
  background-position: -179px -109px;
}

.nav-footer-heading {
  margin-top: 23px;
  margin-bottom: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #000;
}

.nav-footer-checkbox {
  display: inline-block;
  text-align: left;
}

.cbnav-footer-remember {
  display: none;
}

.nav-footer-remember {
  display: block;
  margin-bottom: 18px;
  clear: both;
}

.nav-footer-remember > label {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;
}

.nav-footer-cart-warning {
  font-size: 15px;
  font-weight: 700;
  color: red;
}

.nav-footer-selector {
  font-size: 12px;
}

.nav-footer-selector ul {
  margin-left: 4px;
  list-style: none outside none;
}

.nav-footer-selector a {
  display: block;
  padding-bottom: 2px;
  font-size: 12px;
}

.nav-footer-selector-col {
  padding-left: 11px;
  margin: 0 0 16px 0;
  clear: both;
}

.nav-footer-selector-col ul li:after {
  clear: both;
  content: "";
}

.nav-footer-selector-col ul li {
  display: inline-block;
  width: 25%;
  padding: 2px 10px 10px 0;
  margin-left: -4px;
  overflow: hidden;
  line-height: 12px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-footer-selector-col ul li > span {
  display: block;
}

.nav-footer-region {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.nav-footer-subregion,
.nav-footer-additional-subregion {
  font-size: 13px;
  font-weight: 700;
}

.nav-footer-additional-subregion {
  margin-top: 20px;
}

.nav-footer-checkbox-desc {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
}

div.nav-footer-close {
  display: none;
}

#remember {
  display: none;
}

.nav-footer-wrapper .nav-footer .globe-icon {
  padding-left: 0;
  background: none;
}

.nav-footer-wrapper .nav-footer .globe-icon > .ss-icon {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  color: #333;
}

.nav-footer-wrapper .nav-footer .globe-icon:hover > .ss-icon {
  color: #00a1dd;
}

@media print {
  .globe-icon,
  .nav-footer-line,
  .nav-footer-top-container,
  .nav-footer-socials {
    display: none;
  }
}

.nav-footer-code {
  margin-bottom: 10px;
  text-align: center;
}

.nav-footer-code-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flex-container .text-content {
  width: 310px!important;
  text-align: left;
}

#text1 {
  color: #A9A9A9;
}

.flex-container .span6 img {
  height: 139px;
  margin-bottom: 5px;
}

.flex-container .span6 img:nth-child(2) {
  margin-left: 10px;
}

/*Added for absolutely positioned placeholder span*/

label {
  position: relative;
}

/*Placeholder styles*/

span.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  overflow: hidden;
  color: #999;
  cursor: text;
}

span.placeholder-hide-except-screenreader {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
}

span.placeholder-hide {
  display: none;
}

/* Overwrite Webfont */

[class*="ss-"].right {
  text-align: left;
}

[class*="ss-"]:before {
  padding-right: 0.5em;
}

[class*="ss-"].right:after {
  padding-left: 0.5em;
}

/* Universal new buttons */

.button {
  display: inline-block;
  height: auto;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #6ebe49;
  border: 1px solid #4e8c38;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.4s;
     -moz-transition: background-color 0.4s;
      -ms-transition: background-color 0.4s;
       -o-transition: background-color 0.4s;
          transition: background-color 0.4s;
}

.button-m {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
}

.button-s {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 16px;
}

.button-xs {
  padding: 4px 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4e8c38;
}

.button:active {
  color: #fff;
  text-decoration: none;
  background-color: #4e8c38;
  border-color: #4e8c38;
}

.button:focus {
  outline: none;
}

a.button-,
.button-disabled,
a.button-disabled[disabled],
.button-disabled[disabled] {
  color: #bbbbbb;
  cursor: default;
  background-color: #eeeeee;
  border-color: #cccccc;
}

.button-orange {
  color: #fff;
  background-color: #6ebe49;
  border-color: #4e8c38;
}

.button-orange:hover {
  background-color: #4e8c38;
}

.button-orange:active {
  background-color: #4e8c38;
  border-color: #4e8c38;
}

.button-orange.button-disabled,
.button-orange.button-disabled:hover,
.button-orange.button-disabled:active {
  color: #bbbbbb;
  background-color: #eeeeee;
  border-color: #cccccc;
}

.button-teal {
  color: #fff;
  background-color: #6ebe49;
  border-color: #4e8c38;
}

.button-teal:hover {
  background-color: #4e8c38;
}

.button-teal:active {
  background-color: #4e8c38;
  border-color: #4e8c38;
}

.button-teal.button-disabled,
.button-teal.button-disabled:hover,
.button-teal.button-disabled:active {
  color: #bbbbbb;
  background-color: #eeeeee;
  border-color: #cccccc;
}

/* Universal Separator */

.ds-btm {
  padding-bottom: 50px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

.background-img .ds-btm,
.background-color .ds-btm {
  padding-bottom: 0;
  border-bottom: none;
}

.pdp-feature-row.no-hr {
  padding-top: 50px;
}

/* Universal Carousel */

.m-carousel {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

.m-carousel.m-fluid > .m-carousel-inner > * {
  width: 100%;
}

.m-carousel.m-fluid.m-center > .m-carousel-inner > *:first-child {
  margin-left: 0;
}

.m-carousel.m-fluid-2 > .m-carousel-inner > * {
  width: 50%;
}

.m-carousel.m-fluid-2.m-center > .m-carousel-inner > *:first-child {
  margin-left: 25%;
}

.m-carousel.m-fluid-3 > .m-carousel-inner > * {
  width: 33.333%;
}

.m-carousel.m-fluid-3.m-center > .m-carousel-inner > *:first-child {
  margin-left: 33.333%;
}

.m-carousel.m-fluid-4 > .m-carousel-inner > * {
  width: 25%;
}

.m-carousel.m-fluid-4.m-center > .m-carousel-inner > *:first-child {
  margin-left: 37.5%;
}

.m-carousel.m-fluid-5 > .m-carousel-inner > * {
  width: 20%;
}

.m-carousel.m-fluid-5.m-center > .m-carousel-inner > *:first-child {
  margin-left: 40%;
}

.m-carousel.m-fluid-6 > .m-carousel-inner > * {
  width: 16.667%;
}

.m-carousel.m-fluid-6.m-center > .m-carousel-inner > *:first-child {
  margin-left: 41.667%;
}

.m-carousel img {
  -ms-interpolation-mode: bicubic;
}

.m-carousel-inner {
  position: relative;
  font-size: 0;
  text-align: left;
  white-space: nowrap;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: left;
     -moz-transition-property: left;
      -ms-transition-property: left;
       -o-transition-property: left;
          transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
     -moz-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
      -ms-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
       -o-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
          transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
}

.m-carousel-inner > * {
  display: inline-block;
  font-size: 16px;
  white-space: normal;
  vertical-align: top;
}

.m-fluid > .m-carousel-inner > * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.m-center:not(.m-fluid) > .m-carousel-inner {
  display: inline-block;
  margin-right: -20000px !important;
  margin-left: 0  !important;
}

.m-center:not(.m-fluid) > .m-carousel-inner > * {
  position: relative;
  left: -20000px;
}

.m-center:not(.m-fluid) > .m-carousel-inner > *:first-child {
  left: 0;
  float: left;
  margin-right: 20000px;
}

.m-center:not(.m-fluid) > .m-carousel-inner > *:first-child:last-child {
  margin-right: 0;
}

.m-center:not(.m-fluid) > .m-carousel-inner > *:last-child {
  margin-right: -30000px;
}

/* 
  Carousel control base styling 
*/

.m-carousel-controls {
  padding-top: 15px;
  text-align: center;
}

.m-carousel-controls a {
  padding: 5px;
  -webkit-user-select: none;
     -moz-user-select: -moz-none;
          user-select: none;
  -webkit-user-drag: none;
          user-drag: none;
}

/* Carousel controls: Bulleted */

.m-carousel-bulleted a {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 6px;
  margin: 0 6px;
  overflow: hidden;
  line-height: 0;
  color: #333;
  text-decoration: none;
  text-indent: -999px;
  background-color: #aaaaaa;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 0.1s ease-in;
     -moz-transition: background-color 0.1s ease-in;
       -o-transition: background-color 0.1s ease-in;
          transition: background-color 0.1s ease-in;
}

.m-carousel-bulleted a:hover,
.m-carousel-bulleted a:focus {
  text-decoration: none;
  background-color: #cccccc;
}

.m-carousel-bulleted a.m-active {
  background-color: #00a1dd;
}

/* Carousel controls: Pagination */

.m-carousel-pagination {
  padding-top: 10px;
}

.m-carousel-pagination a {
  display: inline-block;
  padding: 3px 10px;
  margin: 1px 0;
  color: #333;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background-color 0.1s ease-in;
     -moz-transition: background-color 0.1s ease-in;
       -o-transition: background-color 0.1s ease-in;
          transition: background-color 0.1s ease-in;
}

.m-carousel-pagination a:hover,
.m-carousel-pagination a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
}

.m-carousel-pagination a.m-active {
  background-color: #ffffff;
}

/* Carousel controls: HUD */

.m-carousel-hud {
  padding-top: 0;
}

.m-carousel-hud a {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: -25px 0 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-indent: -999px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
     -moz-transition: opacity 0.1s ease-in;
       -o-transition: opacity 0.1s ease-in;
          transition: opacity 0.1s ease-in;
}

.m-carousel:hover .m-carousel-hud a {
  opacity: 0.3;
}

.m-carousel .m-carousel-hud a:hover,
.m-carousel .m-carousel-hud a:focus {
  opacity: 1;
}

.m-carousel-hud a:after {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 9;
  display: block;
  width: 47px;
  height: 50px;
  font-size: 25px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  text-indent: 0;
  content: "\25c0";
}

.m-carousel-hud .m-carousel-prev {
  left: 10px;
}

.m-carousel-hud .m-carousel-next {
  right: 10px;
}

.m-carousel-hud .m-carousel-next:after {
  right: 0;
  left: auto;
  content: "\25b6";
}

/* extra bits */

/* captions */

.m-caption {
  height: auto;
  padding: 10px;
  margin: 0;
  text-align: center;
}

/* scaled slides */

.m-scaled .m-item {
  opacity: 0.7;
  -webkit-transform: scale(0.75);
     -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: -webkit-transform cubic-bezier(0.33, 0.66, 0.66, 1) 0.25s, opacity ease-out 0.25s;
  -moz-transition-timing-function: -moz-transform cubic-bezier(0.33, 0.66, 0.66, 1) 0.25s, opacity ease-out 0.25s;
    -o-transition-timing-function: -o-transform cubic-bezier(0.33, 0.66, 0.66, 1) 0.25s, opacity ease-out 0.25s;
       transition-timing-function: transform cubic-bezier(0.33, 0.66, 0.66, 1) 0.25s, opacity ease-out 0.25s;
  -webkit-backface-visibility: hidden;
}

.m-scaled .m-active {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* Default Themes/Sytles for Slider */

.m-fluid .m-item {
  margin-right: 20px;
  text-align: center;
  /* To centralize the image */

}

/* Fluid Width Photo Carousel
 * .m-carousel.m-fluid.m-carousel-photos
 */

.m-carousel-photos {
  padding: 0 10px;
  margin: 0 -10px;
}

.m-carousel-photos .m-item > img {
  width: 100%;
  height: auto;
  max-width: none;
  padding: 0;
  margin: 0;
}

.m-carousel-photos .m-caption {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

/* Inner Cards for Carousel */

.m-card-dark,
.m-card-light {
  padding: 20px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
     -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
      -ms-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
       -o-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
}

.m-card-dark {
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
}

.m-card-light {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}

.m-card-dark .m-caption,
.m-card-light .m-caption {
  padding: 10px 0 0 0;
  margin: 0;
}

.m-fade-out {
  -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 5%, #000000 95%, rgba(0, 0, 0, 0) 100%);
}

/* END of mobify carousel styles */

/* Override for showing responsive global header and nav */

.nav-global-wrapper.collapse,
.nav-header-form-search {
  height: auto;
  overflow: visible;
}

/* Billboard */

.billboard {
  padding: 30px 0;
  margin-top: -20px;
  background-color: #fff;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  box-shadow: inset 0 -5px 7px rgba(0, 0, 0, 0.1);
}

.billboard h1 {
  margin-bottom: 0.6em;
  line-height: 1.14em;
}

/*
.billboard .container > h1 {
	display: none;
}
*/

.billboard-image-box {
  line-height: 300px;
  text-align: center;
}

.billboard-text-box {
  padding-top: 40px;
}

.billboard-text-box h2 {
  margin-bottom: 0.1em;
  line-height: 1em;
}

.billboard-text-box h3 {
  font-weight: normal;
  line-height: 1.14em;
  color: #636363;
}

/* pdp main tab */

.pdp-tab-control {
  position: relative;
  z-index: 8;
  margin-top: -20px;
}

.pdp-tab-control .button {
  position: relative;
  max-width: 212px;
  padding: 8px 20px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  white-space: normal;
  background-color: #838888;
  border: 0;
}

.pdp-tab-control .button:hover {
  background-color: #CDD1D1;
}

.pdp-tab-control .button:active {
  background-color: #5C5F5F;
}

.pdp-main-tab {
  margin-bottom: 18px;
  border: none;
}

.pdp-main-tab > .dropdown > .dropdown-menu {
  border: none;
}

.pdp-main-tab-side {
  margin: 0 0 18px;
  list-style: none;
}

.pdp-main-tab-dropdown-menu .button + a[data-toggle="tab"] {
  display: none;
}

.pdp-main-tab-dropdown-menu a.button {
  position: relative;
}

.pdp-main-tab-dropdown-menu > li:nth-of-type(1) a.button {
  z-index: 10;
}

.pdp-main-tab-dropdown-menu > li:nth-of-type(2) a.button {
  z-index: 9;
}

.pdp-main-tab-dropdown-menu > li:nth-of-type(3) a.button {
  z-index: 8;
}

.pdp-main-tab-side-stay-informed {
  position: relative;
}

.pdp-main-tab-side-stay-informed .stay-informed-open {
  z-index: 4;
  background-color: #838888;
}

.pdp-main-tab-side-stay-informed .stay-informed-open:hover {
  background-color: #CDD1D1;
}

.pdp-main-tab-side-stay-informed .stay-informed-open:active {
  background-color: #5C5F5F;
}

.stay-informed-open span,
.stay-informed-open strong {
  margin-left: 10px;
}

.stay-informed-open strong {
  display: none;
}

.stay-informed-open.active {
  background-color: #6ebe49;
}

.pdp-main-tab-side-stay-informed .pdp-main-tab-cell {
  position: relative;
  float: right;
}

.stay-informed-content {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 3;
  display: none;
  width: 370px;
  padding: 15px;
  color: #666;
  background-color: #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.stay-informed-content .button-teal {
  background-color: #6ebe49;
  border: 1px solid #4e8c38;
}

.stay-informed-content .button-teal:hover {
  color: #fff;
  background-color: #4e8c38;
  border: 1px solid #4e8c38;
}

.stay-informed-content .button-teal:active {
  background-color: #4e8c38;
  border-color: #4e8c38;
}

.stay-informed-content .button-teal.button-disabled,
.stay-informed-content .button-teal.button-disabled:hover,
.stay-informed-content .button-teal.button-disabled:active {
  color: #bbbbbb;
  background-color: #eeeeee;
  border-color: #cccccc;
}

.stay-informed-close {
  margin: 0 0 10px 10px;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 2px #333;
}

.stay-informed-close:hover {
  text-decoration: none;
  text-shadow: none;
}

.stay-informed-form .alert {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 9px;
}

.stay-informed-content input,
.stay-informed-content select {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.stay-informed-content select {
  height: 30px;
}

.stay-informed-content input {
  height: 36px;
  padding: 8px 6px;
}

.stay-informed-content .button + p {
  margin-top: 10px;
}

.pdp-main-tab-cell .icn-arrow-down {
  width: 22px;
  height: 16px;
  margin: 0;
  background-position: -120px -53px;
}

.pdp-tab-control > .row-fluid > [class*="span"] {
  margin-left: 0;
}

.pdp-tab-control .row-fluid [class*="span"].pull-right {
  float: right;
}

.tab-to-drop > .tab-to-drop-dropdown {
  float: left;
  width: 100%;
  margin: 0;
}

.tab-to-drop-display,
.tab-to-drop-dropdown > .dropdown-toggle {
  display: none;
}

.tab-to-drop-dropdown > .dropdown-menu {
  position: static;
  display: block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  box-shadow: none;
}

.tab-to-drop-dropdown > .dropdown-menu > li {
  float: left;
  margin-left: -7px;
}

.pdp-main-tab .pdp-main-tab-dropdown-menu {
  width: 100%;
  margin-left: 7px;
}

.pdp-main-tab-dropdown-menu li.pdp-main-tab-support {
  margin-left: 13px;
}

.pdp-main-tab-dropdown-menu > li > a.button:hover {
  background-color: #CDD1D1;
}

.pdp-main-tab-dropdown-menu > li > a.button:active {
  background-color: #5C5F5F;
}

.pdp-main-tab-dropdown-menu > li.active > a.button,
.pdp-main-tab-dropdown-menu > li.active > a.button:hover,
.pdp-main-tab-dropdown-menu > li.active > a.button:active {
  cursor: default;
  background-color: #6ebe49;
}

.pdp-tab-content {
  position: relative;
  z-index: 7;
  overflow: visible;
}

.pdp-feature-cell-text img {
  float: left;
  margin: 0 10px 10px 0;
}

.pdp-feature-cell-text p,
.pdp-feature-cell-text li {
  font-size: 18px;
  line-height: 1.6em;
}

.pdp-feature-cell-text li {
  list-style: disc;
}

/* summary */

.product-summary .pdp-feature-cell-image {
  max-width: 400px;
  margin: 0 auto;
  word-wrap: normal;
}

.product-summary .video {
  margin-top: 30px;
  margin-bottom: 40px;
  /* Give more space to swip since video itself not swippable*/

}

/* configure &　buy */

.pdp-buy > .row-fluid {
  background: url(data:image/gif;base64,R0lGODlhAgABAIAAAN3d3QAAACH5BAAAAAAALAAAAAACAAEAAAICBAoAOw==) 49% top repeat-y, url(data:image/gif;base64,R0lGODlhAgABAIAAAN3d3QAAACH5BAAAAAAALAAAAAACAAEAAAICBAoAOw==) 75.5% top repeat-y;
}

/* two-column class added to pdp-buy for non dr enabled countries */

.pdp-buy.two-column > .row-fluid {
  background: url(data:image/gif;base64,R0lGODlhAgABAIAAAN3d3QAAACH5BAAAAAAALAAAAAACAAEAAAICBAoAOw==) 49% top repeat-y;
}

.pdp-buy > .row-fluid > .span6 + .span3 {
  width: 24.404255317%;
  width: 24.531914891%;
  padding-right: 2%;
  margin-left: 2%;
}

.pdp-buy > .row-fluid > .span3 + .span3 {
  width: 22.404255317%;
  width: 22.531914891%;
  padding: 0;
  margin-left: 2%;
}

.pdp-buy-title {
  margin-bottom: 5px;
}

.pdp-buy-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.pdp-buy-title .pdp-buy-modelno {
  float: right;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.pdp-buy-loading p {
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #00a1dd;
  background: transparent url(../images/icn_loading_indicator32x32.gif) no-repeat left center;
}

.pdp-buy-loading.done p {
  padding-left: 0;
  background: none;
}

.pdp-buy-filter,
.pdp-buy-image {
  float: left;
}

.pdp-buy > .row-fluid > .span6 .pdp-buy-title,
.pdp-buy-filter {
  width: 349px;
}

.pdp-buy p,
.pdp-buy li {
  font-size: 14px;
}

.pdp-buy-image {
  width: 110px;
}

.pdp-buy-filter-molecule,
.pdp-buy-filter-atom {
  margin: 0;
  list-style: none;
  *zoom: 1;
}

.pdp-buy-filter-molecule:before,
.pdp-buy-filter-molecule:after,
.pdp-buy-filter-atom:before,
.pdp-buy-filter-atom:after {
  display: table;
  content: "";
}

.pdp-buy-filter-molecule:after,
.pdp-buy-filter-atom:after {
  clear: both;
}

.pdp-buy-filter-molecule li,
.pdp-buy-filter-atom > li a {
  float: left;
  vertical-align: top;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.pdp-buy-filter-molecule > li {
  width: 48%;
  padding: 10px 2%;
  margin-bottom: 4%;
  background-color: #efefef;
}

.pdp-buy-filter-molecule > li:nth-child(odd) {
  margin-right: 2%;
}

.pdp-buy-filter-molecule > li:nth-child(even) {
  margin-left: 2%;
}

.pdp-buy-filter-molecule h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #555;
}

.tooltip-trigger.ss-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 9px;
  font-size: 13px;
  line-height: 16px;
  color: #666;
  background-color: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.tooltip-trigger.ss-icon:hover {
  color: #999;
  text-decoration: none;
}

.pdp-buy-filter-atom > li {
  min-width: 40px;
  margin: 0 5px 5px 0;
  text-align: center;
  background-color: #ffffff;
}

.pdp-buy-filter-atom > li a {
  display: block;
  width: 100%;
  padding: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: #333;
  text-decoration: none;
  border: 2px solid #333;
}

.pdp-buy-filter-atom > li a:hover {
  border: 2px solid #333;
}

.pdp-buy-filter-atom > li.selected a,
.pdp-buy-filter-atom > li.selected a:hover {
  color: #fff;
  cursor: default;
  background-color: #00a1dd;
  border: 2px solid #00a1dd;
}

.pdp-buy-filter-atom > li.unselected a,
.pdp-buy-filter-atom > li.unselected a:hover {
  background-color: #333;
  border: 2px solid  #333;
}

.pdp-buy-filter-atom > li.disabled a,
.pdp-buy-filter-atom > li.disabled a:hover {
  color: #999;
  border: 2px solid #999;
}

.pdp-buy-new-price {
  color: #900;
}

.pdp-buy-old-price {
  margin-right: 2px;
  text-decoration: line-through;
}

.pdp-buy-legend {
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.pdp-buy-legend li {
  position: relative;
  float: left;
  padding-left: 28px;
  margin-left: 8px;
  font-size: 12px;
}

.pdp-buy-legend li span {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 20px;
  height: 10px;
}

.pdp-buy-selected span {
  background: #00a1dd;
  border: 2px solid #00a1dd;
}

.pdp-buy-available span {
  border: 2px solid #333;
}

.pdp-buy-unavailable span {
  border: 2px solid #999;
}

.pdp-buy-toggle {
  padding: 15px 0 5px;
  text-align: center;
}

.pdp-buy-toggle-icon {
  position: relative;
  padding: 0 20px;
  font-size: 28px;
  line-height: 1em;
  cursor: pointer;
}

.pdp-buy-toggle-icon:hover {
  text-decoration: none;
}

.pdp-buy-toggle-icon span {
  display: none;
}

.pdp-buy-toggle-icon.collapsed span {
  display: inline-block;
}

.pdp-buy-toggle-icon strong {
  font-weight: normal;
}

.pdp-buy-toggle-icon.collapsed strong {
  display: none;
}

.pdp-buy-toggle-icon i {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 45%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(45%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 45%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 45%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 45%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 45%);
}

.pdp-buy-toggle-icon.collapsed i {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 25%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(25%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 25%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 25%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 25%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 25%);
}

.buy-box {
  padding: 0 7px;
  margin-bottom: 9px;
  border: 1px solid #efefef;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}

.buy-box-table {
  display: table;
  width: 100%;
  margin: 0;
  table-layout: fixed;
}

.pdp-buy-seagate .buy-box-table {
  padding: 10px 0 0 0;
}

.buy-box-table li {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}

.buy-box-table li + li {
  width: 30%;
}

.pdp-buy-seagate .buy-box-table li {
  vertical-align: top;
}

.pdp-buy-seagate .buy-box-table li + li {
  vertical-align: middle;
}

.resellersPulldown .buy-box-table li,
.pdp-buy-distributor .buy-box-table li {
  padding: 9px 0;
}

.buy-box-table li em,
.buy-box-table li strong {
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1em;
}

.buy-box-table li strong {
  font-size: 18px;
  font-weight: 600;
}

.configurator-wtb {
  min-height: 313px;
}

/* alternate stock status css */

.buy-box-table li small {
  float: right;
  margin: 5px 5px 0 0;
  clear: both;
  font-size: 11px;
  white-space: nowrap;
}

.stock-status,
.stock-status-outofstock {
  float: right;
  margin: 5px;
  clear: left;
  font-size: 11px;
  white-space: nowrap;
}

.stock-status-outofstock {
  font-size: 10px;
  font-weight: 600;
  color: #ff0000;
}

.pdp-buy-seagate .buy-box-table li span + strong {
  display: inline;
  width: auto;
  text-align: left;
}

.buy-box-table li img + strong {
  margin-left: 8px;
}

.buy-box-table li select {
  width: 100%;
  margin: 0;
  white-space: nowrap;
}

.buy-box-offer {
  margin-top: 8px;
  margin-bottom: 18px;
}

.buy-box-offer h4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
}

.buy-box-offer h4:first-child {
  margin-top: 5px;
}

.pdp-buy .buy-box-offer h4,
.pdp-buy .buy-box-offer li {
  font-size: 13px;
  line-height: 16px;
}

.buy-box-offer ul {
  margin: 0 0 0 9px;
  list-style: none;
}

.pdp-buy-why p {
  margin: 0;
  line-height: 1.2em;
}

.pdp-buy-resellers .pdp-buy-resellers-more {
  font-size: 16px;
}

.pdp-buy-distributor + .pdp-resellers .pdp-buy-title {
  padding-top: 13px;
  border-top: 1px solid #888888;
}

.pdp-resellers .ps-widget {
  margin-bottom: 27px;
}

/* info tabs */

.tab-to-accordion .accordion-heading {
  display: none;
}

.tab-to-accordion .accordion-body.collapse {
  height: auto;
}

.pdp-info {
  margin: 15px 0;
}

.pdp-info .container {
  width: 880px;
}

.pdp-info-tab-items {
  position: relative;
  z-index: 2;
  background-color: #ececec;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}

.pdp-info-tab {
  margin: 0;
  border: none;
  border-left: 2px solid #ccc;
}

.pdp-info-tab > li {
  float: left;
  margin: 0;
  list-style: none;
}

.pdp-info-tab > li.active {
  margin-top: -10px;
  border-top: 10px solid #fff;
  box-shadow: 0 10px 0 #fff;
}

.pdp-info-tab > li a {
  display: block;
  padding: 30px;
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 2px 0 0;
  border-radius: 0;
}

.pdp-info-tab > li a:hover {
  color: #666;
  text-decoration: none;
  background-color: #f5f5f5;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 2px 0 0;
}

.pdp-info-tab > li a:hover [class*="icn-"] {
  background-image: url("../images/icn-sprite-gray.png");
}

.pdp-info-tab > li.active > a,
.pdp-info-tab > li.active > a:hover {
  color: #999;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 2px 0 0;
  outline: none;
}

.pdp-info-tab > li.active > a:hover {
  color: #666;
}

.pdp-info-tab > li.active > a [class*="icn-"],
.pdp-info-tab > li.active > a:hover [class*="icn-"] {
  background-image: url("../images/icn-sprite-gray-light.png");
}

.pdp-info-tab > li.active > a:hover [class*="icn-"] {
  background-image: url("../images/icn-sprite-gray.png");
}

.pdp-info-tab > li.active > a .icn-arrowhead-down,
.pdp-info-tab > li.active > a:hover .icn-arrowhead-down {
  background-image: url("../images/icn-sprite.png");
  background-position: -180px 0;
}

.pdp-info-tab > li.active > a:hover .icn-arrowhead-down {
  background-image: url("../images/icn-sprite-gray.png");
  background-position: -180px 0;
}

.pdp-info-tab-content {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ececec);
  background-image: -ms-linear-gradient(top, #ffffff, #ececec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
  background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
  background-image: -o-linear-gradient(top, #ffffff, #ececec);
  background-image: linear-gradient(top, #ffffff, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
}

.pdp-info-tab-content .accordion-inner {
  padding: 30px 0;
}

.pdp-info-tab-pane-photos .m-carousel-bulleted a {
  width: 70px;
  height: 70px;
  padding: 0;
  text-indent: 0;
  background-color: #fff;
  border: 2px solid rgba(255, 255, 255, 0);
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-background-clip: padding;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.pdp-info-tab-pane-photos .m-carousel-bulleted a.m-carousel-bullet-video {
  position: relative;
  margin-left: 20px;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
}

.pdp-info-tab-pane-photos .m-carousel-bulleted a.m-carousel-bullet-video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -7px 0 0 -6px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7px 7px 7px 15px;
  content: "";
}

.pdp-info-tab-pane-photos .m-carousel-bulleted a.m-carousel-bullet-video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background-color: rgba(0, 153, 153, 0.6);
  border-radius: 50%;
  content: "";
}

.pdp-info-tab-pane-photos .m-carousel-bulleted a.m-carousel-bullet-video:hover:before {
  background-color: #009999;
}

.pdp-info-tab-pane-photos .m-carousel-bulleted a.m-carousel-bullet-video ~ a.m-carousel-bullet-video {
  margin-left: 3px;
}

.pdp-info-tab-pane-photos .m-carousel-bulleted a:hover,
.pdp-info-tab-pane-photos .m-carousel-bulleted a:focus {
  border: 2px solid #ccc;
}

.pdp-info-tab-pane-photos .m-carousel-bulleted a.m-active,
.pdp-info-tab-pane-photos .m-carousel-bulleted a.m-active:hover,
.pdp-info-tab-pane-photos .m-carousel-bulleted a.m-active:focus {
  border: 2px solid #099;
}

/* Guides Data sheets content */

.pdp-info-guides-list {
  width: 99%;
  margin: 0 auto;
  list-style: none;
}

.pdp-info-guides-list > li {
  padding: 15px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.pdp-info-guides-list > li:first-of-type {
  margin-top: 0;
}

.pdp-info-guides-list > li > a {
  display: block;
}

.pdp-info-guides-list p {
  margin: 0;
}

.pdp-info-guides-doc-type > [class*="icn-large-"],
.pdp-info-guides-doc-format > [class*="icn-large-"] {
  float: left;
  margin: 0 3px 0 0;
}

p.pdp-info-guides-doc-type {
  float: left;
  width: 12%;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  text-transform: uppercase;
}

p.pdp-info-guides-doc-name {
  float: left;
  width: 68%;
  padding-left: 10px;
  overflow: hidden;
  font-size: 19px;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.pdp-info-guides-list a:hover p.pdp-info-guides-doc-name {
  text-decoration: underline;
}

p.pdp-info-guides-doc-format {
  float: right;
  width: 20%;
  line-height: 36px;
  color: #333;
}

/* marketing items */

.pdp-feature-row {
  padding-bottom: 50px;
}

.pdp-feature-row > .container {
  padding-top: 50px;
}

.row-fluid.row-reverse [class*="span"] {
  margin-left: 0;
}

.row-fluid.row-reverse > [class*="span"] {
  float: right;
  margin-left: 2.127659574%;
}

.row-fluid.row-reverse > [class*="span"] + [class*="span"] {
  float: left;
  margin-left: 0;
}

.pdp-feature-cell-text {
  padding: 20px 0 10px;
}

.pdp-feature-cta {
  font-size: 16px;
}

.pdp-feature-row .pdp-feature-text-header {
  margin-bottom: 10px;
  text-align: left;
}

blockquote.blockquote-bold {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 15px 0 25px;
  border: none;
  quotes: "\201C" "\201D";
}

blockquote.blockquote-bold p {
  font-style: italic;
}

blockquote.blockquote-bold cite {
  display: block;
  font-style: italic;
  color: #099;
  text-indent: 0;
}

blockquote.blockquote-bold:before {
  position: relative;
  top: 26px;
  float: left;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 130px;
  content: open-quote;
}

blockquote.blockquote-bold:after {
  content: no-close-quote;
}

/*blockquote.blockquote-bold:after {
	right: 0;
	bottom: -18px;
	background-position: 0 -80px;
}
blockquote.blockquote-bold p:after {
	content:"";
	display: inline-block;
	background-color: transparent;
	width: 50px;
	height: 1em;
}*/

.pdp-feature-row-quote [class*="row"] + [class*="row"] {
  margin-top: 13px;
}

.pdp-feature-row.background-img {
  min-height: 560px;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.pdp-feature-row.background-img .ds-btm,
.pdp-feature-row.background-color .ds-btm {
  background-color: transparent;
}

.pdp-feature-row.background-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.pdp-feature-row.no-hr .ds-btm:after,
.pdp-feature-row.background-img .ds-btm:after,
.pdp-feature-row.background-color .ds-btm:after {
  display: none;
}

.pdp-feature-cell-text .background p,
.pdp-feature-cell-text .background li {
  color: inherit;
}

.pdp-feature-row.centered {
  text-align: center;
}

.pdp-feature-row.centered .pdp-feature-cell-text {
  width: 80%;
  margin: auto;
}

.pdp-feature-row.background-cover {
  background-size: cover;
}

/* Related Products */

.pdp-related-products-col {
  float: left;
  width: 25%;
  padding: 0 2%;
  border-color: #666;
  border-style: solid;
  border-width: 0 1px 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.pdp-related-products ul > :nth-child(4n+4) {
  border-color: transparent;
}

.pdp-related-products-col p {
  text-align: center;
}

.pdp-related-products-info {
  margin-top: 10px;
}

.pdp-related-products-info p,
.pdp-related-products-info li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2em;
}

.article-related-products p.pdp-related-products-price {
  padding-bottom: 11px;
  margin-bottom: 0;
}

p.pdp-related-products-price .button,
p.pdp-related-products-price .btn {
  margin: 6px 0 6px 10px;
}

/* Accessories */

.pdp-accessories-row .ds-btm {
  padding: 25px 0;
}

.pdp-accessories-row:last-child .container:after {
  content: none;
  box-shadow: none;
}

.pdp-accessories-image.span2,
.pdp-accessories-info.span8 {
  float: left;
}

.pdp-accessories-buy.span2 {
  float: right;
}

.pdp-accessories-info h3 {
  margin-bottom: 8px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2em;
  color: #000;
}

.pdp-accessories-info p,
.pdp-accessories-info li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6em;
}

.pdp-accessories-info .note {
  font-size: 14px;
}

.pdp-accessories-buy > strong,
.pdp-accessories-buy small,
.pdp-accessories-buy del {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
}

.pdp-accessories-buy > strong {
  font-size: 16px;
}

.pdp-accessories-buy p {
  font-size: 14px;
  line-height: 1.4em;
}

.pdp-accessories-buy .button {
  min-width: 120px;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 22px;
}

.pdp-accessories-buy .btn {
  margin: 10px 0;
}

/* DO MORE - TECH INSIGHT - POINT OF VIEW */

.teaser-background-image-cell {
  position: relative;
  float: left;
  width: 31.491712705%;
  margin: 20px 0 20px 1.84%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.teaser-background-image > :nth-child(3n+1) {
  margin-left: 0;
}

.teaser-background-image-cell a,
.teaser-background-image-cell a:hover {
  display: block;
  color: #fff;
}

.teaser-background-image-cell-play:after {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -14px 0 0 -12px;
  border-color: transparent transparent transparent #347f94;
  border-style: solid;
  border-width: 14px 14px 14px 30px;
  content: "";
}

.teaser-background-image-cell-play:before {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: "";
}

.teaser-background-image-cell a:hover .teaser-background-image-cell-play:before {
  background-color: #ffffff;
}

.teaser-background-image-cell-text {
  height: 100px;
  padding: 15px 10px 10px 13px;
  margin-top: 133px;
  color: #fff;
  background-color: rgba(184, 184, 184, 0.8);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.teaser-background-image-cell-text h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
  color: #fff;
}

.modal .video {
  margin: 0;
}

/* distributor modal */

.modal-distributor .section + .section {
  margin-top: 24px;
}

.modal-distributor .distributorTbale table th,
.modal-distributor .distributorTbale table td {
  padding: 6px 8px;
  text-align: left;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.modal-distributor .distributorTbale table th {
  line-height: 14px;
  vertical-align: bottom;
  border-width: 0 0 2px 0;
}

.modal-distributor .distributorTbale table tr th:last-child,
.modal-distributor .distributorTbale table tr td:last-child {
  border-right-width: 0;
}

.modal-distributor .distributorTbale table td {
  vertical-align: top;
}

.modal-distributor .distributorTbale table .phone {
  width: 140px !important;
}

.modal-distributor .distributorTbale table td.internal,
.modal-distributor .distributorTbale table td.external {
  text-align: center;
}

.modal-distributor .distributorTbale table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.modal-distributor .distributorTbale table tbody tr:hover td {
  background-color: #f5f5f5;
}

.modal-distributor .section .btnTealLrg {
  display: inline-block;
  height: auto;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #33adad;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #33adad 0%, #017b7b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33adad), color-stop(100%, #017b7b));
  background-image: -webkit-linear-gradient(top, #33adad 0%, #017b7b 100%);
  background-image: -o-linear-gradient(top, #33adad 0%, #017b7b 100%);
  background-image: -ms-linear-gradient(top, #33adad 0%, #017b7b 100%);
  background-image: linear-gradient(to bottom, #33adad 0%, #017b7b 100%);
  border: none;
  border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33adad', endColorstr='#017b7b', GradientType=0);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-distributor .section .btnTealLrg:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #46b8b8;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YjhiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjhiOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #46b8b8 0%, #028b8b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46b8b8), color-stop(100%, #028b8b));
  background-image: -webkit-linear-gradient(top, #46b8b8 0%, #028b8b 100%);
  background-image: -o-linear-gradient(top, #46b8b8 0%, #028b8b 100%);
  background-image: -ms-linear-gradient(top, #46b8b8 0%, #028b8b 100%);
  background-image: linear-gradient(to bottom, #46b8b8 0%, #028b8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46b8b8', endColorstr='#028b8b', GradientType=0);
}

.modal-distributor .section .btnTealLrg:active {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #017b7b;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxN2I3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzM2FkYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #017b7b 0%, #33adad 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #017b7b), color-stop(100%, #33adad));
  background-image: -webkit-linear-gradient(top, #017b7b 0%, #33adad 100%);
  background-image: -o-linear-gradient(top, #017b7b 0%, #33adad 100%);
  background-image: -ms-linear-gradient(top, #017b7b 0%, #33adad 100%);
  background-image: linear-gradient(to bottom, #017b7b 0%, #33adad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017b7b', endColorstr='#33adad', GradientType=0);
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
}

.modal-video.hide.in {
  top: 40%;
  overflow: visible;
}

.modal .socList {
  padding: 0;
}

.social-list {
  margin: 0;
}

.social-list li {
  float: left;
}

.social-list li > .ss-icon {
  position: relative;
  display: block;
  padding: 3px 10px;
  font-size: 14px;
}

.social-list li > .ss-icon:hover {
  color: #00b0b0;
  text-decoration: none;
}

.social-list li > .ss-icon span {
  margin: 0!important;
  visibility: hidden;
}

.social-list li > .ss-icon > span {
  position: absolute;
}

.safari-windows .pdp-main-content.active .collapse-content.collapse > .collapse-inner > .video .video-wrapper {
  box-shadow: none;
}

.safari-windows .pdp-main-content.active .collapse-content.collapse > .collapse-inner > .video iframe {
  position: relative;
  margin-top: -25px;
}

.safari-windows .pdp-main-content.active.in .collapse-content.collapse.in > .collapse-inner > .video .video-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.safari-windows .pdp-main-content.active.in .collapse-content.collapse.in > .collapse-inner > .video iframe {
  position: absolute;
  margin-top: 0;
}

/*Need to adjust the position of AddThis popup when it's opened from a modal window*/

.modal-open #at15s.atm {
  position: fixed!important;
  margin-top: -280px;
}

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

.span12.span-center {
  margin-left: 0;
}

.span10.span-center {
  margin-left: 9%;
}

/*DV148 Product Icon Anchor Row Display View*/

.pdp-anchor-row {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.pdp-anchor-row .pdp-ar-box {
  margin: 0;
  overflow: hidden;
}

.pdp-anchor-row .pdp-ar-box li {
  position: relative;
  float: left;
  width: 20%;
  list-style: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.pdp-anchor-row .pdp-ar-box li > a {
  display: block;
  padding: 10px 15px;
}

.pdp-anchor-row .pdp-ar-box li > a:hover {
  text-decoration: none;
  cursor: pointer;
}

.pdp-anchor-row .pdp-ar-box li:before {
  position: absolute;
  width: 2px;
  height: 60px;
  margin-top: 5px;
  margin-right: 10px;
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}

.pdp-anchor-row .pdp-ar-box li:first-of-type:before {
  display: none;
}

.pdp-anchor-row .pdp-ar-box li:first-child:before {
  display: none;
}

.pdp-anchor-row li .pdp-ar-item-icon {
  display: block;
  margin-bottom: 10px;
}

.pdp-anchor-row li .pdp-ar-item-title {
  display: inline-block;
}

.pdp-anchor-row li .pdp-ar-item-text {
  display: block;
  color: #333;
}

.pdp-anchor-row li .pdp-ar-item-link {
  display: block;
}

#NotifyMe,
#wtbModal {
  overflow: hidden;
}

#NotifyMe .modal-body {
  max-height: 700px;
}

#DrNotifyForm {
  display: block;
  width: 400px;
  height: 615px;
  margin: auto;
  margin-top: 24px;
  border: 0;
}

#wtbIframe {
  display: block;
  width: 100%;
  height: 615px;
  margin: auto;
  margin-top: 24px;
  border: 0;
}

.pdp-get-alert {
  margin-top: 5px;
  font-size: 13px;
}

.wtb-widget {
  padding: 0 0 0 0;
  margin: 15px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  word-wrap: normal;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-tap-highlight-color: transparent;
}

.resellersContent .wtb-widget {
  margin-bottom: 27px;
}

.retailer td {
  width: 25%;
  padding: 17px 0 15px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e0e0e0;
}

.contactModule {
  margin: -3px 0 0;
  line-height: 125%;
}

.wtbModal {
  max-width: 625px;
}

.regionFrm label {
  display: inline;
  float: left;
  margin: 4px 5px 0 0;
  font-size: 92%;
}

.regionFrm .sel {
  float: left;
  width: 295px !important;
  margin-top: 5px;
}

/*3342*/

.pdp-feature-row-slides .pdp-feature-slides-title {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
}

.pdp-feature-row-slides .pdp-feature-slides {
  position: relative;
  width: 70%;
  height: auto;
  margin: 0 auto;
  background-color: transparent;
}

.pdp-feature-row-slides .pdp-feature-slides .pdp-slide-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.pdp-feature-row-slides .pdp-feature-slides .pdp-slide-item.pdp-slide-item-visible {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.pdp-feature-row-slides .pdp-feature-slides .pdp-slide-item.pdp-slide-item-visible .pdp-slide-text {
  margin-top: 0;
}

.pdp-feature-row-slides .pdp-feature-slides .pdp-slide-item .pdp-slide-text {
  position: absolute;
  top: 100%;
  padding-top: 20px;
  text-align: left;
}

.pdp-feature-row-slides .pdp-slide-controls {
  position: relative;
  top: 100%;
  left: 0;
  width: auto;
  height: auto;
  padding: 15px 0 0 0;
  margin: 0;
  text-align: left;
  list-style: none;
}

.pdp-feature-row-slides .pdp-slide-controls > li {
  display: inline-block;
  margin-bottom: 12px;
  list-style: none;
}

.pdp-feature-row-slides .pdp-slide-controls > li > a {
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-left: 0;
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.pdp-feature-row-slides .pdp-slide-controls > li > a:hover {
  background-color: #bbb;
}

.pdp-feature-row-slides .pdp-slide-controls > li > a:active {
  color: #ffffff;
  background-color: #333333;
  border-color: #666666;
}

.pdp-feature-row-slides .pdp-slide-controls > li > a.current {
  color: #fff;
  background-color: #00a1dd;
  border-color: #007aa6;
}

.pdp-feature-row-slides .pdp-slide-controls > li > a.current:hover {
  color: #fff;
  background-color: #007aa6;
}

.pdp-feature-row-slides .pdp-slide-controls > li > a.current:active {
  background-color: #00678d;
  border-color: #008fc3;
}

.pdp-feature-row-anchor {
  position: relative;
  top: -127px;
  display: block;
  visibility: hidden;
}

.refresh-nav-tabs {
  margin-left: 7px;
  border-bottom: none;
}

.refresh-nav-tabs > li {
  margin-bottom: 0;
  margin-left: -7px;
}

.refresh-nav-tabs > li > a.button {
  position: relative;
  padding: 8px 20px;
  margin: 0;
  line-height: 24px;
  border: none;
  border-radius: 6px;
}

.refresh-nav-tabs > li:nth-of-type(1) > a.button {
  z-index: 10;
}

.refresh-nav-tabs > li:nth-of-type(2) > a.button {
  z-index: 9;
}

.refresh-nav-tabs > li:nth-of-type(3) > a.button {
  z-index: 8;
}

.refresh-nav-tabs > .active > a.button {
  color: #fff;
  background-color: #33adad;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzYWRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTdiN2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #33adad 0%, #017b7b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33adad), color-stop(100%, #017b7b));
  background-image: -webkit-linear-gradient(top, #33adad 0%, #017b7b 100%);
  background-image: -o-linear-gradient(top, #33adad 0%, #017b7b 100%);
  background-image: -ms-linear-gradient(top, #33adad 0%, #017b7b 100%);
  background-image: linear-gradient(to bottom, #33adad 0%, #017b7b 100%);
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33adad', endColorstr='#017b7b', GradientType=0);
}

.refresh-nav-tabs > .active > a.button:active {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.refresh-btn-group {
  margin-bottom: 1em;
}

.refresh-btn-group .button {
  border-radius: 0;
}

.refresh-btn-group .buttonBorderFirst {
  border-radius: 3px 0 0 3px;
}

.refresh-btn-group .buttonBorderLast {
  border-radius: 0 3px 3px 0;
}

.refresh-btn-group .buttonBorder {
  border-radius: 3px 3px 3px 3px;
}

.billboard h1 + h4 {
  margin: -1.1em 0 1.1em;
  font-size: 16px;
  line-height: 1.2em;
}

.billboard .form-search {
  margin-bottom: 0;
  clear: both;
}

.billboard .form-search input {
  margin-bottom: 0;
  vertical-align: top;
}

.billboard .form-search input.search-query {
  width: 165px;
  height: 35px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.support-pdp p,
.support-pdp li {
  font-size: 16px;
  line-height: 1.4em;
}

.support-pdp h3 {
  font-size: 14px;
  text-transform: uppercase;
}

.support-pdp-list {
  margin-bottom: 9px;
}

.support-pdp-list .support-pdp-list {
  margin-bottom: 0;
}

.support-pdp .collapse-inner {
  padding: 4px 24px;
}

.support-pdp .collapse-inner > .video {
  margin: 8px 0 10px;
}

.support-pdp-list li {
  padding: 3px 0;
}

.support-pdp-list li > * {
  vertical-align: middle;
}

.support-pdp a.collapse-toggle [class*="ss-"] {
  margin-left: 6px;
  font-size: 12px;
  color: #099;
}

.support-pdp .collapse-toggle > .ss-navigatedown {
  display: none;
}

.support-pdp .collapse-toggle > .ss-navigateup,
.support-pdp .collapse-toggle.collapsed > .ss-navigatedown {
  display: inline;
}

.support-pdp .collapse-toggle.collapsed > .ss-navigateup {
  display: none;
}

.support-pdp-list li > [class*="ss-"] {
  float: left;
  color: #999;
}

.support-pdp-list li > .support-pdp-list-item {
  margin-left: 24px;
}

.support-pdp-list-item p {
  margin-bottom: 0;
}

.support-pdp-list .label {
  background-color: #fd7b24;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkN2IyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTVjMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #fd7b24 0%, #e55c01 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7b24), color-stop(100%, #e55c01));
  background-image: -webkit-linear-gradient(top, #fd7b24 0%, #e55c01 100%);
  background-image: -o-linear-gradient(top, #fd7b24 0%, #e55c01 100%);
  background-image: -ms-linear-gradient(top, #fd7b24 0%, #e55c01 100%);
  background-image: linear-gradient(to bottom, #fd7b24 0%, #e55c01 100%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* Tile List and Tile Categories Display Views */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property: -moz-transform, opacity;
      -ms-transition-property: -ms-transform, opacity;
       -o-transition-property: -o-transform, opacity;
          transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.tiles {
  padding-top: 7px;
}

.tile {
  position: relative;
  background: #fff;
  border: 0;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tile:hover {
  transform: translate(0, -4px);
  box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.08), 3px 0 3px 0 rgba(0, 0, 0, 0.08), 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

.tile h3 {
  padding: 0 0 0 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.tile img {
  width: 100%;
  margin-bottom: 13px;
  border-radius: 4px 4px 0 0;
}

.tile .cta {
  display: block;
  height: 15px;
  padding: 5px 0 2px 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.3;
  color: #00a1dd;
}

.tiles li a:link,
.tiles li a:visited,
.tiles li a:hover,
.tiles li a:active {
  text-decoration: none;
}

.tiles .span3 .tile .cta {
  height: 18px;
  padding: 0;
}

/* Tile Categories */

.tile-category-tab-control {
  position: relative;
  z-index: 8;
}

.tile-category-tab-control .button {
  position: relative;
  padding: 8px 12px;
  font-weight: normal;
  line-height: 16px;
  color: #fff;
  white-space: normal;
  border: 0;
}

.tile-category-tab {
  margin-bottom: 18px;
  border: none;
}

.tile-category-tab > .dropdown > .dropdown-menu {
  border: none;
}

.tile-category-tab-dropdown-menu > li:nth-of-type(1) a.button {
  z-index: 10;
}

.tile-category-tab-dropdown-menu > li:nth-of-type(2) a.button {
  z-index: 9;
}

.tile-category-tab-dropdown-menu > li:nth-of-type(3) a.button {
  z-index: 8;
}

.tile-category-tab .tile-category-tab-dropdown-menu {
  width: 100%;
}

.tile-category-tab-dropdown-menu a.button {
  font-size: 13px;
  color: #00a1dd;
  text-align: left;
  text-transform: none;
  background: transparent none;
  border-radius: 0;
}

.tile-category-tab-dropdown-menu a.button:hover {
  background-color: #CDD1D1;
}

.tile-category-tab-dropdown-menu a.button:active {
  background-color: #5C5F5F;
}

.tile-category-tab-dropdown-menu > .active > a.button,
.tile-category-tab-dropdown-menu > .active > a.button:hover,
.tile-category-tab-dropdown-menu > .active > a.button:active {
  color: #ffffff;
  cursor: default;
  background-color: #00a1dd;
}

.tile-category-tab-control .tab-to-drop-dropdown > .dropdown-menu > li {
  float: none;
  margin-left: 0;
}

.tile-category-group-title {
  margin-bottom: .4em;
  font-size: 24px;
  line-height: 1.4;
}

.tile-category-tab-control + .tile-category-group-title {
  margin-top: .4em;
}

.thumbnail {
  padding: 0;
}

.tile-title {
  display: block;
  padding: 0 13px 13px;
}

.tile-category-tab-dropdown-menu a.button:hover {
  color: #00a1dd;
  background: #cfeffc;
}

.tile-category-tab-dropdown-menu a.button:active {
  color: #ffffff;
  background: #007aa6;
}

.tiles .span3 .tile h3 {
  transition: color .3s;
}

.tile:hover h3 {
  color: #00a1dd;
}

/* Standard Responsive Nav Tabs Display View */

.rwd-nav-tabs-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  background: url("../images/bg-rwd-nav-tabs.png") 50% 50% repeat-x;
}

.rwd-nav-tabs {
  position: relative;
  z-index: 8;
  margin-bottom: 0;
  border: none;
}

.rwd-nav-tabs > li {
  margin-bottom: 0;
}

.rwd-nav-tabs .button {
  position: relative;
  padding: 8px 20px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  white-space: normal;
  background-color: #838888;
  border: 0;
}

.rwd-nav-tabs .button:hover {
  background-color: #CDD1D1;
}

.rwd-nav-tabs .button:active {
  background-color: #5C5F5F;
}

.rwd-nav-tabs-dropdown {
  float: left;
  width: 100%;
  margin: 0;
}

.rwd-nav-tabs-display,
.rwd-nav-tabs-dropdown > .dropdown-toggle {
  display: none;
}

.rwd-nav-tabs-dropdown-menu {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-left: 7px;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.rwd-nav-tabs-dropdown-menu > li {
  float: left;
  margin-left: -7px;
}

.rwd-nav-tabs-dropdown-menu > li > a.button:hover {
  background-color: #CDD1D1;
}

.rwd-nav-tabs-dropdown-menu > li > a.button:active {
  background-color: #5C5F5F;
}

.rwd-nav-tabs-dropdown-menu > li.active > a.button {
  background-color: #00a1dd;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(1) a.button {
  z-index: 20;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(2) a.button {
  z-index: 19;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(3) a.button {
  z-index: 18;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(4) a.button {
  z-index: 17;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(5) a.button {
  z-index: 16;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(6) a.button {
  z-index: 15;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(7) a.button {
  z-index: 14;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(8) a.button {
  z-index: 13;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(9) a.button {
  z-index: 12;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(10) a.button {
  z-index: 11;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(11) a.button {
  z-index: 10;
}

.rwd-nav-tabs-dropdown-menu > li:nth-of-type(12) a.button {
  z-index: 9;
}

.rwd-nav-tabs-dropdown-menu > .active > a.button:hover {
  cursor: default;
}

.teaser-product-grid-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}

.teaser-product-grid-item {
  float: left;
  width: 31.491712705%;
  padding: 20px 0;
  margin: 0 0 30px 2.762430939%;
  font-weight: 300;
}

.teaser-product-grid > div:nth-of-type(3n+1) {
  margin-left: 0;
}

.teaser-product-grid-item-proposition {
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.teaser-product-grid-item-name {
  margin: 5px 0;
}

.teaser-product-grid-item-name a {
  font-size: 22px;
  line-height: 1.3em;
}

.teaser-product-grid-item-img {
  padding: 0 50px;
  margin-bottom: 5px;
  text-align: center;
}

.teaser-product-grid-item-img a {
  display: block;
}

.teaser-product-grid-item-specs {
  position: relative;
  min-height: 24px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}

.teaser-product-grid-item-capacity p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
}

.color-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
}

.teaser-product-grid-item-color .color-dot {
  float: left;
  margin-bottom: 4px;
  margin-left: 8px;
}

.teaser-product-grid-item-color-more .color-dot {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.teaser-product-grid-item-message {
  padding: 5px 0;
}

.teaser-product-grid-item-message p,
.teaser-product-grid-item-message li {
  font-size: 16px;
  line-height: 1.3em;
}

a.teaser-product-grid-item-button {
  display: block;
}

.teaser-product-grid-item-price {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  text-align: right;
}

.teaser-product-grid-item-price .price {
  margin-bottom: 10px;
}

.teaser-product-grid-item-price .price.sale {
  text-decoration: line-through;
}

.teaser-product-grid-item-price .price-discount {
  margin-bottom: 5px;
  font-weight: 600;
  color: red;
}

.teaser-product-grid-item-price .price-discount-message {
  padding: 6px 4px 3px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: red;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  border: 0;
  outline: 0;
}

.ui-helper-clearfix:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera */
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-state-disabled {
  cursor: default!important;
}

.ui-icon {
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion {
  width: 100%;
}

.ui-accordion .ui-accordion-header {
  position: relative;
  margin-top: 1px;
  cursor: pointer;
  zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0!important;
}

.ui-accordion .ui-accordion-header a {
  display: block;
  padding: .5em .5em .5em .7em;
  font-size: 1em;
}

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  top: 50%;
  left: .5em;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  position: relative;
  top: 1px;
  display: none;
  padding: 1em 2.2em;
  margin-top: -2px;
  margin-bottom: 2px;
  overflow: auto;
  border-top: 0;
  zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
  display: block;
}

.ui-autocomplete {
  position: absolute;
  cursor: default;
}

ul.ui-autocomplete {
  z-index: 9998!important;
  padding: 4px 0;
  border: 1px solid #414141;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.ui-autocomplete li.ui-menu-item a {
  padding: 0 10px 0 29px;
  font-size: 12px;
  line-height: 20px;
  color: #00a1dd;
  background: url(/ww/universal/images/icn_lupa-blue.png) no-repeat 10px 50%;
}

.ui-autocomplete li.ui-menu-item a:hover {
  margin: 0;
  background-color: #f0f0f0;
  border: none;
}

* html .ui-autocomplete {
  width: 1px;
}

.ui-menu {
  display: block;
  float: left;
  padding: 2px;
  margin: 0;
  list-style: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: left;
  zoom: 1;
}

.ui-menu .ui-menu-item a {
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  text-decoration: none;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
  font-weight: normal;
}

.ui-button {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: .1em;
  overflow: visible;
  text-align: center;
  text-decoration: none!important;
  cursor: pointer;
  zoom: 1;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-right: 2.1em;
  padding-left: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-right: -0.3em;
  margin-left: 0;
}

button.ui-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.ui-datepicker {
  display: none;
  width: 17em;
  padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  font-size: 1em;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  margin: 0 0 .4em;
  font-size: .9em;
  border-collapse: collapse;
}

.ui-datepicker th {
  padding: .7em .3em;
  font-weight: 600;
  text-align: center;
  border: 0;
}

.ui-datepicker td {
  padding: 1px;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  padding: 0 .2em;
  margin: .7em 0 0 0;
  background-image: none;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  width: auto;
  padding: .2em .6em .3em .6em;
  margin: .5em .2em .4em;
  overflow: visible;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  width: 100%;
  clear: both;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  right: auto;
  left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  right: auto;
  left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-cover {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
  display: none;
  display: block;
  width: 200px;
  height: 200px;
  filter: mask();
}

.ui-dialog {
  position: absolute;
  width: 300px;
  padding: .2em;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  padding: .4em 1em;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 50%;
  right: .3em;
  width: 19px;
  height: 18px;
  padding: 1px;
  margin: -10px 0 0 0;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  padding: .5em 1em;
  overflow: auto;
  background: none;
  border: 0;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: .3em 1em .5em .4em;
  margin: .5em 0 0 0;
  text-align: left;
  background-image: none;
  border-width: 1px 0 0 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  right: 3px;
  bottom: 3px;
  width: 14px;
  height: 14px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
}

.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -1px;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  z-index: 99999;
  display: block;
  font-size: .1px;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  top: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: n-resize;
}

.ui-resizable-s {
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: s-resize;
}

.ui-resizable-e {
  top: 0;
  right: -5px;
  width: 7px;
  height: 100%;
  cursor: e-resize;
}

.ui-resizable-w {
  top: 0;
  left: -5px;
  width: 7px;
  height: 100%;
  cursor: w-resize;
}

.ui-resizable-se {
  right: 1px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  cursor: se-resize;
}

.ui-resizable-sw {
  bottom: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: sw-resize;
}

.ui-resizable-nw {
  top: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: nw-resize;
}

.ui-resizable-ne {
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  cursor: ne-resize;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  font-size: .7em;
  background-position: 0 0;
  border: 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

.ui-tabs .ui-tabs-nav {
  padding: .2em .2em 0;
  margin: 0;
}

.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 1px;
  float: left;
  padding: 0;
  margin: 0 .2em 1px 0;
  white-space: nowrap;
  list-style: none;
  border-bottom: 0!important;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  margin-bottom: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 1em 1.4em;
  background: none;
  border-width: 0;
}

.ui-tabs .ui-tabs-hide {
  display: none!important;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  color: #222;
  background: #ffffff 50% 50% repeat-x;
  border: 1px solid #aaa;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  font-weight: 600;
  color: #222;
  background: #cccccc url(../images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  border: 1px solid #aaa;
}

.ui-widget-header a {
  color: #222;
}

.accordion .ui-widget-content {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
}

.accordion .ui-widget-content a {
  color: #00a1dd;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #555;
  background: #e6e6e6 url(../images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  border: 1px solid #d3d3d3;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal;
  color: #212121;
  background: #dadada url(../images/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  border: 1px solid #999;
}

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: normal;
  color: #212121;
  background: #ffffff url(../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  border: 1px solid #aaa;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

.accordion .ui-state-active {
  background: none;
  border: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #363636;
  background: #fbf9ee url(../images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  border: 1px solid #fcefa1;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #cd0a0a;
  background: #fef1ec url(../images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  border: 1px solid #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 600;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  font-weight: normal;
  opacity: .7;
  filter: alpha(opacity=70);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-image: none;
  opacity: .35;
  filter: alpha(opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-tl {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.ui-corner-tr {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.ui-corner-bl {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.ui-corner-br {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.ui-corner-top {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.ui-corner-bottom {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.ui-corner-right {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.ui-corner-left {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.ui-corner-all {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion .ui-corner-all {
  background: none;
  border: none;
}

.accordion .ui-corner-top,
.accordion .ui-corner-all {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.ui-widget-overlay {
  background: #aaaaaa url(../images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}

.ui-widget-shadow {
  padding: 8px;
  margin: -8px 0 0 -8px;
  background: #aaaaaa url(../images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  opacity: .3;
  filter: alpha(opacity=30);
}

.pencilIconNav {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 250;
  display: inline;
}

.vui-window img {
  max-width: none;
  vertical-align: baseline;
}

.vui-window input,
.vui-window textarea,
.vui-window select,
.vui-window .uneditable-input {
  width: auto;
}

.vui-window label {
  display: inline;
}

.vgn-ext-region .nav-footer-top li img {
  float: none !important;
}

.modal.hide {
  height: auto;
}

.subnav-cart-counter a.btn span {
  height: auto;
  padding: 0;
  margin: 0;
  background: none;
}

/*find a distributor in new pdp*/

.modal-distributor .section .btnTealLrg {
  background-color: #00C4C4;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: background-color 0.4s;
     -moz-transition: background-color 0.4s;
      -ms-transition: background-color 0.4s;
       -o-transition: background-color 0.4s;
          transition: background-color 0.4s;
}

.modal-distributor .section .btnTealLrg:hover {
  background-color: #66D9D9;
}

.modal-distributor .section .btnTealLrg:active {
  background-color: #006666;
}

.modal-distributor .section .btnTealLrg,
.modal-distributor .section .btnTealLrg:hover,
.modal-distributor .section .btnTealLrg:active {
  background-image: none;
  filter: none;
}

.support-search-box {
  padding: 35px 15px 15px;
  margin-bottom: 18px;
  background-color: #99ddf7;
}

.support-search-box .content-wrapper {
  width: 75%;
  margin: 0 auto;
}

.support-search-box .content-wrapper > p {
  margin: 5px 0 0;
}

.support-search-box .content-wrapper .btn {
  width: 30%;
  padding: 9px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.support-search-box .input-wrapper {
  float: left;
  width: 68%;
  margin: 0 2% 0 0;
  overflow: hidden;
}

.support-search-box .input-wrapper input {
  width: 100%;
  height: 34px;
  padding: 0 14px;
  margin: 0;
  font-weight: normal;
  color: #808080;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.responsive-link-row {
  padding: 13px;
  margin-bottom: 18px;
  background-color: #eee;
}

.responsive-link-row > h3 {
  margin-bottom: 10px;
  font-weight: normal;
}

.responsive-link-row .content-cell {
  float: left;
  width: 16.666%;
  padding: 0 1%;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.responsive-link-row .content-md-5 .content-cell {
  width: 20%;
}

.responsive-link-row .content-md-4 .content-cell {
  width: 25%;
}

.responsive-link-row .content-md-3 .content-cell {
  width: 33.333%;
}

.responsive-link-row .content-md-2 .content-cell {
  width: 50%;
}

.responsive-link-row .content-md-1 .content-cell {
  width: 100%;
}

.responsive-link-row .content-cell:first-child {
  margin-left: 0;
}

.responsive-link-row .content-icon {
  margin-bottom: 13px;
}

.press-release-detail {
  margin-bottom: 30px;
}

.press-release-detail .social-list {
  clear: both;
}

.press-release-detail .social-list li.social-list-print a {
  padding-left: 0;
}

.press-release-detail .page-title img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.page-body li {
  list-style: disc;
}

.tags li {
  display: inline-block;
  list-style: none;
}

/* Styles requested by Online Marketing Group */

/*Content layout patterns*/
.centered-text {
  text-align: center;
}

.col-with-logo-left {
  padding: 30px 8%;
}

.col-with-logo-left img {
  float: left;
  margin-right: 20px;
}

.col-with-logo-left p {
  float: right;
  width: 80%;
  padding-top: 10px;
}

.col-with-lg-logo-left img {
  float: left;
  margin-right: 20px;
}

.col-with-lg-logo-left p {
  float: right;
  width: 77%;
  padding-top: 10px;
}

.col-with-lg-logo-left {
  padding: 30px 4%;
}

.three-col-top-logo {
  padding: 0 8%;
  text-align: center;
}

.three-col-top-logo img {
  margin-bottom: 5%;
}

.three-col-logo-left {
  padding: 30px 5%;
}

.three-col-logo-left img {
  float: left;
  margin-right: 20px;
}

.three-col-logo-left p {
  float: right;
  width: 73%;
  padding-top: 10px;
}

.alert-callout {
  padding: 20px;
  color: #333;
  background: none repeat scroll 0 0 #f2f2f2;
  border: 1px solid #d7d7d7;
}

.alert-callout > p {
  margin: 0;
}

/* Some more variables */

/* Some global styles */

.row-reverse.row {
  margin-right: -20px;
  margin-left: 0;
}

.row-reverse.row > [class*="span"] {
  float: right;
  margin-right: 20px;
  margin-left: 0;
}

.spp-page {
  overflow: hidden;
  font-size: 14px;
}

.spp-page p {
  font-size: 1em;
  line-height: 1.3;
}

.spp-page .spp-top-profile [class*="span"] {
  margin-left: 1.40056022408964%;
}

.spp-page .spp-top-profile [class*="span"]:first-child {
  margin-left: 0;
}

.spp-page .spp-top-profile .span6 {
  width: 38.296918767507%;
}

.spp-page .spp-top-profile .span2 {
  width: 13.83380018674136%;
}

.spp-page .spp-top-profile .span6 + .span2 {
  width: 29.83380018674136%;
}

.spp-box {
  margin-bottom: 18px;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.spp-box .unit-info {
  padding: 13px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.spp-box .unit-info .figure-hero {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
}

.spp-box .unit-info .figure-type,
.spp-box .unit-info .figure-info {
  margin-bottom: 5px;
}

[class^="profile"].spp-box .unit-info {
  padding: 0 5px;
}

.spp-box .unit-title {
  font-size: 1.15em;
  font-weight: 600;
  color: #424242;
}

.spp-box .unit-icon {
  width: 20px;
  height: 16px;
}

.spp-box .unit-play-list {
  margin: 0;
  list-style: none;
}

.spp-box .unit-play-list li {
  position: relative;
  min-height: 36px;
  padding-right: 100px;
  margin-bottom: 10px;
}

.spp-box .unit-content form {
  margin: 0;
}

.spp-box .unit-content input {
  width: 100%;
  height: 28px;
  padding: 5px 10px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.spp-box .label {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: 8px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.spp-box .label-important {
  background-color: #e84a36;
}

.spp-box .unit-date-list {
  margin: 0;
  list-style: none;
}

.spp-box .unit-date-list > li {
  position: relative;
  min-height: 44px;
  padding-top: 11px;
  padding-left: 55px;
  margin-top: 12px;
  border-top: 1px solid #858a8d;
}

.spp-box .unit-date-list > li .cell-day {
  position: absolute;
  top: 13px;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.spp-box .unit-date-list > li .cell-month {
  display: block;
  clear: both;
  font-size: 12px;
  font-weight: normal;
}

.spp-box .unit-date-list > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}

.spp-box .unit-date-list > li:first-child .cell-day {
  top: 2px;
}

.spp-box .unit-learn-more {
  display: block;
  font-weight: 600;
  text-align: right;
}

.spp-box .unit-foot {
  position: relative;
  min-height: 21px;
  padding: 10px 50px 10px 10px;
  background-color: #ebebeb;
  border-top: 1px solid #fff;
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}

.spp-box .unit-foot .link-sub {
  font-weight: 600;
  line-height: 20px;
}

.spp-box .unit-foot .link-add {
  position: absolute;
  top: 5px;
  right: 6px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #00a1dd;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.spp-box .unit-foot .link-add:before,
.spp-box .unit-foot .link-add:after {
  position: absolute;
  background-color: #fff;
  content: "";
}

.spp-box .unit-foot .link-add:before {
  top: 50%;
  left: 6px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
}

.spp-box .unit-foot .link-add:after {
  top: 6px;
  left: 50%;
  width: 2px;
  height: 20px;
  margin-left: -1px;
}

.spp-box .unit-item {
  margin-bottom: 10px;
}

.spp-box .unit-item p {
  margin-bottom: 0;
}

.spp-box .unit-item,
.spp-box .unit-content,
.spp-box .unit-info {
  *zoom: 1;
}

.spp-box .unit-item:before,
.spp-box .unit-content:before,
.spp-box .unit-info:before,
.spp-box .unit-item:after,
.spp-box .unit-content:after,
.spp-box .unit-info:after {
  display: table;
  content: "";
}

.spp-box .unit-item:after,
.spp-box .unit-content:after,
.spp-box .unit-info:after {
  clear: both;
}

.spp-box .item-icn {
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-right: 6px;
  background: url('../images/icn_doctype_sprite-13x14.png') no-repeat;
}

.spp-box .item-icn-zip {
  background-position: 0 -14px;
}

.spp-box .item-icn-redirect {
  width: 22px;
  height: 16px;
  margin-right: 0;
  background: url('../images/icn_newtab-20x16.png') no-repeat;
}

.spp-box .item-note {
  color: #959595;
}

.spp-box .table {
  margin-bottom: 0;
}

.spp-box .table tr:hover td,
.spp-box .table tr:hover th {
  background-color: transparent;
}

.spp-box .table-highlight-bordered th,
.spp-box .table-highlight-bordered td {
  border-top: 1px solid #c7c7c7;
}

.spp-box .table-highlight-bordered thead + tbody tr:first-child td {
  border-top: 1px solid #949494;
}

.spp-box .table-no-border th,
.spp-box .table-no-border td {
  padding: 8px 0;
  border: 0;
}

.spp-box .table-no-border th {
  color: #333;
}

.spp-box .table-no-border p {
  margin-bottom: 0;
}

.spp-box .table-activity tbody tr {
  height: 54px;
}

.spp-box .table-activity .td-action {
  width: 70px;
  padding-left: 15px;
}

.spp-box .table-activity .td-status {
  width: 80px;
  padding-left: 15px;
}

.spp-box .icn-play {
  position: relative;
  display: block;
  width: 70px;
  height: 28px;
  background-color: #6bc048;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.spp-box .icn-play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -4px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  content: "";
}

.spp-box-yellow {
  background-color: #fff1d1;
}

.spp-box-yellow .unit-foot {
  background-color: #f8e18e;
}

.spp-box-dgray,
.spp-box-olive,
.spp-box-slateblue,
.spp-box-dbrown {
  color: #fff;
}

.spp-box-dgray .unit-title,
.spp-box-olive .unit-title,
.spp-box-slateblue .unit-title,
.spp-box-dbrown .unit-title {
  color: #fff;
}

.spp-box-dgray {
  background-color: #424d52;
}

.spp-box-olive {
  background-color: #64723f;
}

.spp-box-slateblue {
  background-color: #99ddf7;
}

.spp-box-dbrown {
  background-color: #482b2a;
}

.spp-box-border {
  background-color: #fff;
  border: 1px solid #ddd;
}

.spp-box-border .unit-info {
  border: 0;
}

.spp-box-collapse .collapse-icn {
  display: none;
}

.spp-box-collapse .unit-news-list {
  height: auto;
  overflow: visible;
}

.spp-modal {
  max-height: 500px;
}

.spp-modal .modal-header {
  padding-bottom: 4px;
  border: 0;
}

.spp-modal .modal-header h2 {
  font-weight: normal;
  color: #666;
}

.spp-modal .modal-body {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
}

.spp-modal .modal-header + .modal-body {
  padding-top: 0;
  border-top: 0;
}

.spp-modal .modal-tile {
  text-align: center;
}

.spp-modal .modal-sub-title {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.spp-modal .modal-tile-download-links {
  font-size: 12px;
  border-top: 0;
}

.spp-modal .modal-footer {
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.spp-modal .link-list {
  font-size: inherit;
}

.spp-modal .link-list ul li {
  float: left;
  width: 50%;
  margin-bottom: 0.4em;
  clear: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.spp-modal .link-list ul li:nth-of-type(odd) {
  padding-right: 5px;
}

.spp-modal .link-list ul li:nth-of-type(even) {
  padding-left: 5px;
}

.spp-modal .link-list ul li .item-icn {
  vertical-align: middle;
}

.spp-modal .spp-carousel .carousel {
  margin-bottom: 0;
}

.spp-carousel .carousel-position {
  display: none;
}

.spp-carousel .carousel-inner .item {
  padding: 0 26px;
}

.spp-carousel .carousel-inner .item h4 {
  font-weight: normal;
}

.spp-carousel .carousel-control {
  display: none;
  width: 20px;
  height: 20px;
  font-size: 38px;
  font-weight: 600;
  line-height: 14px;
  color: #333;
  background: transparent;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.spp-carousel .carousel-control.left {
  left: 0;
}

.spp-carousel .carousel-control.right {
  right: 0;
}

.spp-carousel:hover > .carousel > .carousel-control {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.spp-carousel:hover > .carousel > .carousel-control.disable,
.spp-carousel:hover > .carousel > .carousel-control.disable:hover,
.spp-carousel:hover > .carousel > .carousel-control.disable.left.carousel-mediaPopup,
.spp-carousel:hover > .carousel > .carousel-control.disable.right.carousel-mediaPopup {
  display: block;
  cursor: default;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* Profile Partner Information Display View */

.profile-partner-information {
  position: relative;
  margin-bottom: 13px;
}

.profile-partner-information .partner-logo {
  width: 112px;
  height: 112px;
  padding-bottom: 24px;
  margin-right: 18px;
}

.profile-partner-information [class^="level"] {
  position: absolute;
  top: 112px;
  left: 0;
  width: 112px;
  padding: 3px;
  margin: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.profile-partner-information .level-premier {
  background: #FFBE1A;
}

.profile-partner-information .level-elite {
  background: #00a1dd;
}

.profile-partner-information .level-partner {
  background: #798686;
}

.profile-partner-information [class^="txt-"] {
  margin-bottom: 0;
  line-height: 20px;
}

.profile-partner-information .txt-people {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.profile-partner-information .txt-company {
  font-size: 16px;
  color: #777;
}

.profile-partner-information .txt-reward {
  font-weight: 600;
  color: #333;
}

.profile-partner-information .txt-reward a {
  font-weight: normal;
}

.profile-partner-information .txt-rep {
  padding-top: 7px;
  margin-top: 8px;
  border-top: 1px solid #bcbcbc;
}

.profile-partner-information .partner-info {
  margin-left: 130px;
  overflow: hidden;
}

.profile-partner-information .partner-links {
  margin: 8px 0 0 130px;
}

.profile-partner-information .partner-links > li {
  margin-bottom: 4px;
  line-height: 19px;
  list-style: none;
}

.profile-partner-information .partner-links .pi-icn {
  float: left;
  width: 13px;
  height: 14px;
  margin: 2px 6px 0 0;
  background: url('../images/icn_doctype_sprite-13x14.png') no-repeat;
}

.profile-partner-information .partner-links .pi-txt {
  display: block;
  margin-left: 20px;
}

/* Something share between Profile Purchase Summary, Profile Support Cases & Profile Returns Display View  */

.profile-purchase-summary .unit-info,
.profile-support-cases .unit-info,
.profile-returns .unit-info {
  text-align: center;
}

.profile-purchase-summary .unit-info p,
.profile-support-cases .unit-info p,
.profile-returns .unit-info p {
  margin: 0;
}

/* Profile Purchase Summary */

.profile-purchase-summary {
  position: relative;
  margin-bottom: 13px;
  color: #aeaeae;
  background-color: transparent;
}

.profile-purchase-summary [class^="unit"] {
  float: right;
  width: 50%;
  background-color: #f8e9b4;
  -webkit-border-radius: 0 2px 0 0;
     -moz-border-radius: 0 2px 0 0;
          border-radius: 0 2px 0 0;
}

.profile-purchase-summary .unit-internal {
  float: left;
  background-color: #fff1d1;
  border-right: 1px solid #fff;
  -webkit-border-radius: 2px 0 0 0;
     -moz-border-radius: 2px 0 0 0;
          border-radius: 2px 0 0 0;
}

.profile-purchase-summary .figure-total,
.profile-purchase-summary .figure-type {
  font-size: 12px;
}

.profile-purchase-summary .figure-total {
  color: #bf9b23;
}

.profile-purchase-summary .unit-foot {
  width: 100%;
  padding: 10px 0;
  background-color: #f8e18e;
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}

.profile-purchase-summary .unit-foot .link-sub {
  display: block;
  padding: 0 5px;
  margin: 0;
  font-weight: normal;
  color: #b9920f;
  text-align: center;
}

.profile-purchase-summary .unit-foot .link-sub span {
  display: inline-block;
  vertical-align: middle;
}

.profile-purchase-summary .unit-foot .disclaimer-btn {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #b9920f;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.profile-purchase-summary .unit-foot .disclaimer-btn:before,
.profile-purchase-summary .unit-foot .disclaimer-btn:after {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 2px;
  margin-left: -1px;
  background-color: #fff;
  content: "";
}

.profile-purchase-summary .unit-foot .disclaimer-btn:after {
  top: 9px;
  height: 5px;
}

.profile-purchase-summary .unit-foot .disclaimer-btn:hover {
  cursor: pointer;
}

.profile-purchase-summary .unit-foot .disclaimer-pop {
  position: absolute;
  top: 30px;
  left: -180px;
  z-index: 10;
  display: none;
  width: 360px;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  cursor: default;
  background: #999;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.profile-purchase-summary .unit-foot .disclaimer-pop:before {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border-color: transparent transparent #999 transparent;
  border-style: solid;
  border-width: 8px;
  content: "";
}

/* Profile Support Cases & Profile Returns Display View */

.profile-support-cases,
.profile-returns {
  margin-bottom: 13px;
}

.profile-support-cases .figure-info,
.profile-returns .figure-info {
  font-size: 12px;
  color: #aeaeae;
}

/* Profile News Ticker Display View */

.profile-news-ticker {
  text-align: center;
}

.profile-news-ticker .alert {
  margin-bottom: 13px;
  color: #fff;
  text-shadow: none;
  background-color: #37215F;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.profile-news-ticker .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.profile-news-ticker .article-title {
  font-weight: 600;
  color: #fff;
}

/* SPP LMS Activities */

.spp-lms-activities .unit-icon {
  background-image: url(../images/icn_training-20x16.png);
}

/**/

.link-item-top-webinars .unit-icon {
  background-image: url(../images/icn_webinar-20x16.png);
}

/* Dashboard Upcoming Events Display View */

.spp-event-calendar .unit-date-list {
  padding-top: 8px;
}

.spp-event-calendar .unit-icon {
  background-image: url(../images/icn_calendar-20x16.png);
}

/* Announcement Modal */

.announcement-modal .row-fluid [class*="span"] {
  min-height: 0;
}

.announcement-modal .modal {
  position: absolute;
  width: 940px;
  margin: 0 0 0 -470px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.announcement-modal .modal h3 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

.announcement-modal .modal-body p {
  font-size: 16px;
}

/* Announcement Modal - SPP Renewal */

.am-spp-renewal .modal.fade.in {
  top: 200px;
}

.am-spp-renewal .modal-header {
  border: 0;
}

.am-spp-renewal .modal-body {
  padding: 20px 110px 10px;
  text-align: center;
}

.am-spp-renewal .modal-footer {
  padding-bottom: 30px;
  text-align: center;
  background-color: transparent;
  border: 0;
}

/* Announcement Modal - What's New */

.am-whats-new .modal {
  color: #fff;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.am-whats-new .modal.fade {
  top: 150px;
}

.am-whats-new .modal h3 {
  padding: 15px;
  margin: 0 22px;
  color: #fff;
  border: 1px solid #fff;
}

.am-whats-new .modal-body {
  min-height: 900px;
  padding: 0;
}

.am-whats-new .am-indicator {
  position: absolute;
}

.am-whats-new .am-i-a {
  top: 100px;
  width: 400px;
}

.am-whats-new .am-i-a .am-p-a {
  position: relative;
  left: 50%;
  width: 1px;
  height: 78px;
}

.am-whats-new .am-i-a p {
  margin-top: 10px;
}

.am-whats-new .am-i-b {
  top: 168px;
  width: 100%;
  height: 210px;
}

.am-whats-new .am-i-b .am-p-a {
  right: 265px;
  width: 1px;
  height: 155px;
}

.am-whats-new .am-i-b .am-p-b {
  top: 174px;
  left: 200px;
  width: 439px;
  height: 1px;
}

.am-whats-new .am-i-b p {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 280px;
}

.am-whats-new .am-i-c {
  top: 566px;
  width: 100%;
  height: 136px;
}

.am-whats-new .am-i-c .am-p-a {
  right: 420px;
  width: 1px;
  height: 100px;
}

.am-whats-new .am-i-c .am-p-b {
  top: 0;
  left: 200px;
  width: 1px;
  height: 100px;
}

.am-whats-new .am-i-c .am-p-c {
  top: 100px;
  left: 200px;
  width: 439px;
  height: 1px;
}

.am-whats-new .am-i-c .am-p-c:after {
  content: none;
}

.am-whats-new .am-i-c p {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 280px;
}

.am-whats-new .am-pointer {
  position: absolute;
  background: #fff;
}

.am-whats-new .am-pointer:after {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  content: "";
}

.am-whats-new .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  min-width: 110px;
  padding: 5px 40px;
  margin: -15px 0 0 -95px;
  font-size: 25px;
  line-height: 40px;
}

.am-whats-new-m {
  display: none;
  opacity: 0;
}

.am-whats-new-m.visible-phone {
  display: block;
  opacity: 1;
}

/* Link Item Background image */

.spp-page .link-item-background-image {
  margin-bottom: 18px;
  background-size: contain;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.spp-page .link-item-background-image .link-item-content {
  padding: 0;
}

.spp-page .link-item-background-image .link-item-title {
  font-size: 1.15em;
  color: #424242;
}

/* Whats New Modal Animation */

.am-whats-new .modal h3,
.am-whats-new .modal .btn {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.am-whats-new .modal .am-indicator .am-pointer,
.am-whats-new .modal .am-indicator p {
  opacity: 0;
  -webkit-transition: opacity 0.5s, height 0.5s, width 0.5s;
     -moz-transition: opacity 0.5s, height 0.5s, width 0.5s;
      -ms-transition: opacity 0.5s, height 0.5s, width 0.5s;
       -o-transition: opacity 0.5s, height 0.5s, width 0.5s;
          transition: opacity 0.5s, height 0.5s, width 0.5s;
}

.am-whats-new .modal .am-i-a .am-p-a {
  height: 0;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
      -ms-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.am-whats-new .modal .am-i-a p {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
      -ms-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.am-whats-new .modal .am-i-b .am-p-a {
  height: 0;
  -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
      -ms-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.am-whats-new .modal .am-i-b .am-p-b {
  width: 0;
  -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
      -ms-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.am-whats-new .modal .am-i-b p {
  -webkit-transition-delay: 2.5s;
     -moz-transition-delay: 2.5s;
      -ms-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.am-whats-new .modal .am-i-c .am-p-a {
  height: 0;
  -webkit-transition: all 0.3s 4.2s;
     -moz-transition: all 0.3s 4.2s;
      -ms-transition: all 0.3s 4.2s;
       -o-transition: all 0.3s 4.2s;
          transition: all 0.3s 4.2s;
}

.am-whats-new .modal .am-i-c .am-p-b {
  height: 0;
  -webkit-transition-delay: 3.5s;
     -moz-transition-delay: 3.5s;
      -ms-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.am-whats-new .modal .am-i-c .am-p-c {
  width: 0;
  -webkit-transition-delay: 4s;
     -moz-transition-delay: 4s;
      -ms-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}

.am-whats-new .modal .am-i-c p {
  -webkit-transition-delay: 4.5s;
     -moz-transition-delay: 4.5s;
      -ms-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.am-whats-new .modal .btn {
  -webkit-transition-delay: 5.5s;
     -moz-transition-delay: 5.5s;
      -ms-transition-delay: 5.5s;
       -o-transition-delay: 5.5s;
          transition-delay: 5.5s;
}

.am-whats-new .am-on.in h3,
.am-whats-new .am-on.in .btn {
  opacity: 1;
}

.am-whats-new .am-on.in .am-indicator .am-pointer,
.am-whats-new .am-on.in .am-indicator p {
  opacity: 1;
}

.am-whats-new .am-on.in .am-i-a .am-p-a {
  height: 78px;
}

.am-whats-new .am-on.in .am-i-b .am-p-a {
  height: 155px;
}

.am-whats-new .am-on.in .am-i-b .am-p-b {
  width: 439px;
}

.am-whats-new .am-on.in .am-i-c .am-p-a,
.am-whats-new .am-on.in .am-i-c .am-p-b {
  height: 100px;
}

.am-whats-new .am-on.in .am-i-c .am-p-c {
  width: 439px;
}

.am-whats-new.window-resizing .am-on.in h3,
.am-whats-new.window-resizing .am-on.in .btn {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.am-whats-new.window-resizing .am-on.in .am-indicator .am-pointer,
.am-whats-new.window-resizing .am-on.in .am-indicator p {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/* Resources Tab - spp-marketing-tools */

.spp-marketing-tools .unit-info {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* Partner Support Tab - link-list-icon */

.link-list-icon .unit-item .icon,
.spp-support-contact .unit-item .icon {
  float: left;
  max-width: 30px;
  padding-top: 4px;
}

.link-list-icon .unit-item .text,
.spp-support-contact .unit-item .text {
  margin-left: 40px;
}

/* latest-kbs-desc */

.latest-kbs-desc .item-note {
  display: block;
}

/* spp-support-contact */

.spp-support-contact .unit-item .icon {
  padding-top: 0;
}

.spp-support-contact .unit-item .text {
  padding-top: 6px;
}

/* link background image button responsive */

.link-background-image-button-rwd {
  position: relative;
  min-height: 109px;
  background-repeat: no-repeat;
}

.link-background-image-button-rwd .btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* SPP Leads Notification Display View */

.spp-leads-notification {
  text-align: center;
}

.spp-leads-notification .alert {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 13px;
  color: #333333;
  text-shadow: none;
  background-color: #fff8e7;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.spp-leads-notification .notification-message {
  text-align: left;
}

.banner-home {
  position: relative;
  z-index: 2;
  height: 412px;
  margin-bottom: 8px;
  background-color: #000;
}

.banner-item {
  position: absolute;
  width: 100%;
  height: 412px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 1s ease;
}

.banner-item-hide {
  display: none;
}

.banner-item-show {
  display: block;
}

.banner-item-visible {
  z-index: 1;
  opacity: 1;
}

.banner-content-wrapper {
  position: relative;
  height: 412px;
}

.banner-content-top {
  z-index: 10;
}

.banner-content {
  position: absolute;
}

.banner-content-center {
  bottom: 50%;
  left: 50%;
  width: 50%;
  margin-bottom: -5%;
  margin-left: -25%;
  text-align: center;
}

.banner-content-right {
  right: 0;
  left: auto;
}

/* Better default banner text alignments? */

.banner-content {
  top: 72px;
  right: auto;
  bottom: auto;
  left: 8px;
  width: 50%;
  height: 50%;
  margin: auto;
}

.banner-content-center {
  top: 160px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 50%;
  margin: auto;
}

.banner-content-right {
  top: 160px;
  right: 8px;
  bottom: auto;
  left: auto;
  width: 55%;
  height: 50%;
  margin: auto;
}

.banner-content h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: .95;
  color: #fff;
}

.banner-content h2 {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
}

.banner-content h3 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.banner-content .btn {
  margin-top: 30px;
}

.banner-home-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: 300px;
  height: 32px;
  margin-bottom: 0;
  margin-left: -150px;
  text-align: center;
  list-style: none;
}

.banner-home-controls li {
  display: inline-block;
}

.banner-home-controls a {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  margin-right: 14px;
  margin-left: 14px;
  background-color: #fff;
  border-color: #00a1dd;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  content: " ";
  opacity: .8;
  transition: all .5s ease;
}

.banner-home-controls a:hover {
  background: none;
}

.banner-home-controls a.current {
  background: none;
}

.link-item-med-img,
.link-item-med-img p {
  font-size: 16px;
  line-height: 1.5em;
}

.link-item-med-img h1,
.link-item-med-img h2,
.link-item-med-img h3,
.link-item-med-img h4,
.link-item-med-img h5,
.link-item-med-img h6 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2em;
  color: #333;
}

.link-item-med-img h1 {
  font-size: 40px;
}

.link-item-med-img h2 {
  margin-bottom: 20px;
  font-size: 33px;
}

.link-item-med-img h3,
.link-item-med-img .link-list-title h3 {
  font-size: 30px;
}

.link-item-med-img h4 {
  font-size: 25px;
}

.link-item-med-img h5 {
  font-size: 22px;
}

.link-item-med-img h6 {
  font-size: 19px;
}

.link-item-med-img .btn-dark {
  padding-right: 30px !important;
  padding-left: 30px !important;
  color: #fff;
  text-transform: initial;
  background: #333 !important;
  border: 0;
}

.link-item-med-img .btn-dark:hover {
  background: #5c5F5F !important;
}

.link-item-med-img .btn-dark:active {
  background: #333 !important;
}

.link-item-med-img .col-content-img {
  position: relative;
  width: 100%;
}

.link-item-med-img .col-content-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 35px !important;
  color: #fff;
  text-align: center;
  background: #00a1dd;
  background: rgba(0, 161, 221, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 400ms;
          transition: all 400ms;
}

.link-item-med-img .col-content-hover h3 {
  color: #fff;
}

.link-item-med-img .col-content-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.link-item-med-img .col-content-cta {
  width: 100%;
  padding-top: 60px;
  font-size: 25px !important;
  color: #fff;
  text-align: center;
}

.link-item-med-img .col-content-text {
  padding: 20px;
}

.link-item-med-img .col-content-text h3 {
  margin: 10px 0;
}

.jobs-search {
  position: relative;
}

.jobs-search .jobs-search-label-wrapper {
  width: 100%;
  margin: 0 2% 0 0;
}

.jobs-search .jobs-search-background {
  overflow: hidden;
}

.jobs-search .jobs-search-label-wrapper input {
  width: 100%;
  height: 34px;
  padding: 0 70px 0 10px;
  margin: 0;
  font-weight: normal;
  color: #808080;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.jobs-search .jobs-search-label-wrapper input::-ms-clear {
  display: none;
}

.jobs-search li {
  display: inline;
  margin-right: 4px;
  font-size: 14px;
  list-style: none;
}

.jobs-search ul {
  float: right;
  padding: 8px 0;
  margin-left: 10px;
}

.jobs-search-go .magnify-search-icon {
  border-color: #00a1dd;
}

.jobs-search .jobs-search-go {
  position: absolute;
  top: 8px;
  right: 12px;
  text-decoration: none;
}

.jobs-search-go span {
  display: inline-block;
  margin-left: 23px;
  font-size: 14px;
}

.jobs-search-phone {
  display: none;
}

.jobs-search-phone:hover {
  text-decoration: none;
}

.jobs-search-go:before {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  width: 1em;
  height: 1em;
  font-size: 10px;
  border: solid 0.3em #00a1dd;
  border-radius: 50%;
  content: "";
}

.jobs-search-go:after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: .4em;
  height: .8em;
  background: #00a1dd;
  border-radius: .2em;
  content: "";
  -webkit-transform: rotate(-40deg);
     -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
       -o-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

/* Jobs Search Sticky Header Styles */

.jobs-search.sticky-header-active {
  padding-top: 5px;
  padding-left: 5px;
}

.jobs-search.sticky-header-active .jobs-search-form-wrapper {
  margin-bottom: 0;
}

.jobs-search.sticky-header-active ul {
  margin-bottom: 0;
}

.jobs-news-ticker {
  display: table;
  margin-bottom: 10px;
}

.jobs-news-ticker-heading {
  position: relative;
  display: table-cell;
  min-height: 32px;
  padding: 3px 25px 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: top;
  background-color: #00678d;
  border-top: 3px solid #00a1dd;
}

.jobs-news-ticker-heading a {
  color: #fff;
}

.jobs-news-ticker-heading:after {
  position: absolute;
  top: 14px;
  right: 8px;
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 8px #00a1dd;
  content: " ";
}

.jobs-news-ticker-links {
  display: table-cell;
  width: 100%;
  background-color: #eee;
}

.jobs-news-ticker-links li {
  min-height: 23px;
  padding: 10px 10px 5px 10px;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.press-release-sl-wrapper {
  position: relative;
  display: inline-block;
  height: 38px;
  min-width: 150px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}

.press-release-sl-wrapper .value {
  padding: 0 24px 0 18px;
  line-height: 38px;
  color: #00a1dd;
}

.press-release-sl-wrapper select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  -webkit-appearance: menulist-button;
}

.press-release-sl-form-wrapper {
  float: right;
}

.press-release-search-go {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  text-decoration: none;
  background-color: black;
  border-radius: 50%;
}

.press-release-search-go:before {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 8px;
  width: 5px;
  height: 12px;
  font-size: 10px;
  border: solid .3em white;
  border-radius: 50%;
  content: "";
}

.press-release-search-go:after {
  position: absolute;
  top: 21px;
  left: 22px;
  width: 5px;
  height: 8px;
  background: white;
  border-radius: .2em;
  content: "";
  -webkit-transform: rotate(-40deg);
     -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
       -o-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.press-release-label-wrapper input {
  width: 140px;
  height: 26px;
  padding: 4px 36px 4px 4px;
}

.press-release-sl-content {
  padding-bottom: 25px;
  margin: 0 15px;
}

.press-release-sl-content h3 {
  font-size: 16px;
}

.press-release-sl-content ul {
  margin: 0;
  list-style: none;
  border-top: 1px dotted #ccc;
}

.press-release-sl-content li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.press-release-sl-content a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
     -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
       -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}

.press-release-sl-content a:hover {
  text-decoration: underline;
}

.press-release-sl-content p {
  font-style: italic;
}

.press-release-sr-head-up,
.press-release-sr-head-bottom {
  margin: 0 15px 28px 15px;
}

.press-release-sr-form-wrapper input {
  width: 100%;
  height: 38px;
  padding: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.press-release-sr-form-wrapper ul {
  padding-top: 3px;
  margin: 0;
  list-style: none;
}

.press-release-sr-form-wrapper ul li {
  display: inline;
  margin-right: 2%;
}

.press-release-sr-form-wrapper ul li.sec-item {
  display: inline-block;
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.press-release-sr-form-wrapper ul li.sec-item > button {
  margin-right: 10px;
}

.press-release-sr-form-wrapper ul li.press-release-sr-label {
  display: block;
  float: none;
  width: auto;
  overflow: hidden;
}

.press-release-sr-form-wrapper .close {
  float: none;
  vertical-align: middle;
}

.press-release-sr-form-wrapper label {
  width: auto;
}

.press-release-sr-head-bottom .result-number {
  float: left;
}

.press-release-sr-head-bottom .sort-by {
  float: right;
}

.press-release-sr-head-bottom .sort-by > span:first-child {
  float: left;
  margin-top: 4px;
}

.press-release-sr-head-bottom .press-release-sl-wrapper {
  position: relative;
  height: 28px;
  min-width: 125px;
}

.press-release-sr-head-bottom .press-release-sl-wrapper .value {
  line-height: 32px;
}

.press-release-sr-head .line {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #E9E9E9;
}

.press-release-sr-content ul {
  margin: 0;
  list-style: none;
}

.press-release-sr-content {
  margin: 0 15px 40px 15px;
}

.press-release-sr-content li {
  margin-bottom: 25px;
}

.press-release-sr-content a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
     -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
       -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}

.press-release-sr-content a:hover {
  text-decoration: underline;
}

.press-release-sr-content p {
  margin: 0 0 5px;
  font-size: 14px;
}

.press-release-search-list i,
.press-release-search-result i {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 1;
  width: 5px;
  height: 5px;
  margin-top: -6px;
  font-size: 12px;
  border-right: 3px solid #00a1dd;
  border-bottom: 3px solid #00a1dd;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
}

.press-release-sr-form-wrapper .last-item {
  margin-right: 0;
}

.press-release-sr-form-wrapper .press-release-sr-label {
  float: left;
  width: 80%;
  margin-right: 0;
}

.result-number p {
  margin: 0;
  line-height: 28px;
}

.press-release-search-result .pagination .press-release-currentpage {
  float: left;
  padding: 10px 15px;
  line-height: 12px;
  text-decoration: none;
  border: none;
}

.press-release-sl-content-all h2 {
  margin: 0 15px;
}

.press-release-sr-head-up .sec-item button:hover {
  color: #333333;
  background-color: #bbbbbb;
  border: 1px solid #bbbbbb;
}

.press-release-sl-content > ul > li,
.press-release-sr-content > ul > li {
  overflow: hidden;
}

.press-release-sl-content > ul > li > img,
.press-release-sr-content > ul > li > img {
  float: left;
  margin-right: 10px;
}

.press-release-sl-content .press-release-sl-text,
.press-release-sr-content .press-release-sr-text {
  margin-left: 77px;
  overflow: hidden;
}

.press-release-sl-content .press-release-sl-text p,
.press-release-sr-content .press-release-sr-text p {
  margin-bottom: 0;
}

.latest-press-release-list h2 {
  margin-bottom: 15px;
}

.latest-press-release-list ul {
  margin: 0;
  list-style: none;
}

.latest-press-release-list ul li:first-child {
  font-size: 17px;
}

.latest-press-release-list ul li {
  padding: 17px 0 0 0;
  font-weight: 600;
  border-top: 1px solid #E9E9E9;
}

.latest-press-release-list ul li:first-child,
.latest-press-release-list ul li:last-child {
  border-top: 0;
}

.latest-press-release-list ul li.noDate {
  border-top: 0;
}

.gn-container {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}

.global-nav-oz {
  position: relative;
  z-index: 3;
  height: 87px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

.gn-no-nav .global-nav-oz {
  height: 59px;
}

.home-page {
  position: relative;
  z-index: 3;
}

.home-page .sticky-header-active {
  background-color: transparent;
}

.home-page .global-nav-oz {
  background-color: transparent;
  border-bottom: 1px solid rgba(234, 234, 234, 0.2);
  -webkit-transition: background-color 0.3s ease;
     -moz-transition: background-color 0.3s ease;
      -ms-transition: background-color 0.3s ease;
       -o-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}

.home-page .global-nav-oz .gn-icon > .gn-icon-container {
  color: #fff;
}

.home-page .global-nav-oz .gn-menu-item-1lvl > a {
  color: #fff;
}

.home-page .global-nav-oz .gn-menu-item-1lvl > a:hover {
  color: #00a1dd;
}

.home-page .gn-logo a {
  background-image: url('../images/stx-staticlogo-wht-nopad-150x36.png');
}

.home-page .gn-drop-overlay {
  top: 0;
}

.home-page .gn-container.gn-pre-sticky .sticky-header-active .global-nav-oz .gn-icon > .gn-icon-container {
  color: #fff;
}

.home-page .gn-container.gn-pre-sticky .sticky-header-active .global-nav-oz .gn-menu-item-1lvl > a {
  color: #fff;
}

.home-page .gn-container.gn-pre-sticky .sticky-header-active .global-nav-oz .gn-menu-pulled .gn-menu-item-1lvl > a {
  color: #00a1dd;
}

.home-page .gn-container.gn-pre-sticky .sticky-header-active .gn-logo a {
  background-image: url('../images/stx-staticlogo-wht-nopad-150x36.png');
}

.home-page .gn-container.gn-pre-sticky .sticky-header-active .gn-drop-overlay {
  top: 0;
}

.home-page .sticky-header-active .global-nav-oz,
.home-page .gn-container.gn-post-sticky .global-nav-oz {
  background-color: #fff;
}

.home-page .sticky-header-active .gn-icon > .gn-icon-container,
.home-page .gn-container.gn-post-sticky .gn-icon > .gn-icon-container {
  color: #333333;
}

.home-page .sticky-header-active .gn-menu-item-1lvl > a,
.home-page .gn-container.gn-post-sticky .gn-menu-item-1lvl > a {
  color: #333333;
}

.home-page .sticky-header-active .gn-menu-item-1lvl > a:hover,
.home-page .gn-container.gn-post-sticky .gn-menu-item-1lvl > a:hover {
  color: #00a1dd;
}

.home-page .sticky-header-active .gn-logo a,
.home-page .gn-container.gn-post-sticky .gn-logo a {
  background-image: url('../images/stx-staticlogo-2c-nopad-150x36.png');
}

.home-page .sticky-header-active .gn-drop-overlay,
.home-page .gn-container.gn-post-sticky .gn-drop-overlay {
  top: 88px;
}

.gn-logo,
.gn-menu {
  float: left;
}

.gn-logo {
  position: relative;
  padding: 10px;
  margin: 3px 0 0 -10px;
  background: transparent;
}

.gn-logo a {
  display: block;
  width: 150px;
  height: 36px;
  font-size: 0;
  line-height: 36px;
  text-align: center;
  background-image: url('../images/stx-staticlogo-2c-nopad-150x36.png');
  background-repeat: no-repeat;
  border-radius: 3px;
}

.gn-side-toggle,
.gn-user,
.gn-cart,
.gn-globe,
.gn-search,
.gn-store {
  float: right;
  margin-top: 15px;
}

.gn-icon {
  height: 20px;
  margin-left: 28px;
}

.gn-icon > .gn-icon-container {
  display: block;
  color: #333333;
  cursor: pointer;
}

.gn-icon > .gn-icon-container > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-top: 4px;
  line-height: 20px;
  vertical-align: top;
}

.gn-icon > .gn-icon-container {
  text-decoration: none;
}

.gn-icon > .gn-icon-container:hover {
  text-decoration: none;
}

.gn-icon > .gn-icon-container:hover > span.ss-icon {
  color: #00a1dd;
}

.gn-user {
  position: relative;
}

.gn-user > .gn-icon-container {
  position: relative;
  padding-right: 18px;
}

.gn-user > .gn-icon-container > i {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 20px;
  padding: 5px 0 0 22px;
  font-size: 12px;
  line-height: 20px;
  color: #00a1dd;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0);
}

.gn-user:hover .gn-user-drop-container,
.gn-user.gn-user-pulled .gn-user-drop-container {
  display: block;
}

.gn-user .gn-user-drop-container {
  position: absolute;
  right: -2px;
  z-index: 3;
  display: none;
  min-width: 160px;
  padding: 8px 0 0;
}

.gn-user .gn-user-drop {
  padding: 8px 0 0;
  color: #333333;
  text-align: right;
  background: #ffffff;
  border: 1px solid #333333;
}

.gn-user .gn-user-drop:before,
.gn-user .gn-user-drop:after {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
}

.gn-user .gn-user-drop:after {
  right: 1px;
  margin-left: -8px;
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 7px;
}

.gn-user .gn-user-drop:before {
  margin-top: -2px;
  margin-left: -16px;
  border-color: transparent;
  border-bottom-color: #333333;
  border-width: 8px;
}

.gn-user .gn-user-drop > p,
.gn-user .gn-user-drop > a {
  display: block;
  padding: 0 10px;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
  vertical-align: top;
}

.gn-user .gn-user-drop > hr {
  margin: 0 0 8px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

.gn-cart {
  position: relative;
}

.gn-cart > a > i {
  position: absolute;
  top: 0;
  right: -17px;
  height: 20px;
  min-width: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #e53e2f;
  border-radius: 50%;
}

.gn-globe .globe-icon {
  padding-left: 0;
  margin-bottom: 0;
  background: none;
}

.gn-search {
  position: relative;
}

.gn-search form {
  margin: 0;
}

.gn-search form > * {
  height: 25px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.gn-search .gn-search-btn {
  float: right;
  width: 44px;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  border-radius: 0 3px 3px 0;
}

.gn-search .gn-search-btn > span {
  display: inline-block;
  width: 16px;
  vertical-align: middle;
}

.gn-search .gn-search-input {
  width: 230px;
  padding: 3px 36px 2px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #333333;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.gn-search .gn-search-input:focus {
  color: #333;
}

.gn-search .gn-search-input::-ms-clear {
  display: none;
}

.gn-search .gn-search-clear {
  position: absolute;
  top: 0;
  right: 54px;
  width: 26px;
  font-size: 13px;
  line-height: 27px;
  color: #999999;
  text-align: right;
}

.gn-search .gn-search-clear > span {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
}

.gn-menu {
  height: 28px;
  clear: left;
}

.gn-menu > ul {
  margin: 0;
  list-style: none;
}

.gn-menu > ul > li {
  float: left;
  list-style: none;
}

.gn-menu > ul > li.gn-menu-pulled .gn-dropdown {
  display: block;
}

.gn-menu > ul > li.gn-menu-pulled .gn-menu-item-1lvl > a {
  color: #00a1dd;
}

.gn-menu > ul > li.gn-menu-pulled .gn-menu-item-1lvl > [class^="ss-"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
}

.gn-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  background: #eee;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.gn-menu-item-1lvl {
  position: relative;
}

.gn-menu-item-1lvl > img[title="Edit item"] {
  position: relative;
  z-index: 3;
}

.gn-menu-item-1lvl > a {
  position: relative;
  z-index: 2;
  display: block;
  height: 28px;
  padding-right: 40px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  color: #333333;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
}

.gn-menu-item-1lvl > a:hover {
  color: #00a1dd;
  text-decoration: none;
}

.gn-menu-item-1lvl > [class^="ss-"] {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 1;
  width: 9px;
  font-size: 9px;
  line-height: 28px;
  color: #00a1dd;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
}

.gn-menu-item-1lvl > .directup {
  padding-top: 12px;
  line-height: 29px;
  color: #eee;
}

.gn-menu-item-2lvl {
  font-size: 14px;
}

.gn-menu-item-2lvl > p {
  margin-bottom: 7px;
}

.gn-dropdown-menu {
  min-height: 320px;
}

.gn-dropdown-menu > [class^="gn-col-"] > .gn-row {
  padding-bottom: 30px;
}

.gn-dropdown-menu > [class^="gn-col-"] > .gn-row:first-child {
  padding-top: 30px;
}

.gn-dropdown-menu > [class^="span"] > .row-fluid {
  padding-bottom: 30px;
}

.gn-dropdown-menu > [class^="span"] > .row-fluid:first-child {
  padding-top: 30px;
}

.gn-dropdown-menu > .span3 {
  position: relative;
}

.gn-dropdown-menu > .span3 .gn-promo {
  height: 100%;
}

.gn-dropdown-menu > .span3 .gn-promo-content {
  padding: 30px 15px;
}

.gn-dropdown-menu ul {
  margin: 0;
  list-style: none;
}

.gn-dropdown-menu ul > li {
  padding: 3px 0 2px;
  font-size: 12px;
  line-height: 15px;
  list-style: none;
}

.gn-promo {
  min-height: 320px;
}

.gn-side-overlay,
.gn-drop-overlay {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -2;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
}

.gn-side-overlay {
  top: 0;
}

.gn-drop-overlay {
  top: 88px;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s ease;
     -moz-transition: opacity 0.3s ease, visibility 0s 0.3s ease;
      -ms-transition: opacity 0.3s ease, visibility 0s 0.3s ease;
       -o-transition: opacity 0.3s ease, visibility 0s 0.3s ease;
          transition: opacity 0.3s ease, visibility 0s 0.3s ease;
}

.gn-side-opened .gn-side-overlay {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.gn-drop-pulled .gn-drop-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.gn-store {
  width: 150px;
  margin: -2px 0 0;
}

.gn-store > a {
  display: block;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.gn-menu ul li {
  list-style: none;
}

.gn-logo .seagate-portal-logo {
  top: 17px;
  left: 175px;
  display: inline-block;
  font-size: 20px;
  color: #333;
}

.home-page .gn-logo .seagate-portal-logo {
  color: #fff;
}

.sticky-header-top .global-nav-oz {
  height: 65px;
}

.sticky-header-top .global-nav-oz .gn-menu {
  display: none;
}

.sticky-header-top .global-nav-oz .gn-store {
  display: none;
}

.sticky-header-active .gn-logo .seagate-portal-logo {
  color: #333;
}

.seagategov .gn-logo a {
  width: 272px;
  background-image: url('../images/seagate-government-logo-2color-horizontal-272x36.png');
}

.maxtor .gn-logo a {
  width: 272px;
  background-image: url('../images/maxtor-black-150x36.png');
}

@media print {
  .gn-container {
    display: none;
  }
}

.article-image-box {
  position: relative;
  padding: 100px 0 100px 0;
  margin-bottom: 25px;
  background-size: cover;
}

.article-image-box .container {
  position: relative;
  z-index: 2;
}

.article-image-box h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  color: #fff;
}

.article-cover-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.article-author {
  position: relative;
  z-index: 2;
  margin: -65px 0 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.article-no-bg-image.article-image-box {
  padding: 20px 0 0 0;
}

.article-no-bg-image.article-image-box h1 {
  color: #333;
}

.article-no-bg-image.article-author {
  margin: 5px 0 0 0;
  color: #333;
}

.row-fluid .span12.article-no-height {
  min-height: 0;
}

/* Welcome */

.consumer-portal-welcome {
  padding: 50px 0;
  margin: -20px 0 0 0;
  background-image: url(../images/STX-custportal-herobg-2000x440.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.consumer-portal-welcome h1,
.consumer-portal-welcome h4,
.consumer-portal-welcome p {
  text-align: center;
}

.consumer-portal-welcome h1 {
  margin-bottom: 10px;
}

.consumer-portal-welcome h4 {
  margin-bottom: 8px;
}

.consumer-portal-welcome p {
  color: #666;
}

.consumer-portal-welcome img {
  display: block;
  margin: 0 auto 10px auto;
}

.consumer-portal-welcome .btn {
  margin: 0 auto 10px auto;
}

.consumer-portal-welcome .welcome-message {
  padding-bottom: 50px;
}

.consumer-portal-welcome .welcome-message.registered {
  padding-bottom: 0;
}

.welcome-item {
  padding: 10px 15px 0 15px;
  border-left: solid #CCC 1px;
}

.welcome-item.first {
  border-left: none;
}

.welcome-item.register-product {
  height: 230px;
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #6ebe4b;
  background-image: url(../images/STX-custsupport-regcheckbg-380x380.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-left: none;
}

.welcome-item.register-product h3 {
  padding-top: 25px;
  padding-bottom: 20px;
  color: #fff;
}

/* Communities */

.consumer-portal-communities {
  padding: 50px 0;
  text-align: center;
  background-color: #a6dcf5;
}

.consumer-portal-communities h2 {
  margin-bottom: 30px;
  text-align: center;
}

.consumer-portal-communities h3 {
  margin-bottom: 30px;
  font-size: 20px;
}

.consumer-portal-communities p {
  margin-bottom: 30px;
}

.consumer-portal-communities .social-icon {
  margin-bottom: 10px;
}

.communities-search {
  position: relative;
  margin-bottom: 30px;
}

.communities-search form {
  margin: 0;
}

.communities-search form > * {
  height: 32px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.communities-search .search-btn {
  width: 90px;
  padding: 0;
  font-size: 16px;
  line-height: 34px;
  border-radius: 0 3px 3px 0;
}

.communities-search .search-btn > span {
  display: inline-block;
  width: 90px;
  vertical-align: middle;
}

.communities-search .search-input {
  width: 595px;
  padding: 3px 36px 2px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 32px;
  color: #ccc;
  border: 1px solid #333;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.communities-search .search-input:focus {
  color: #333;
}

.communities-search .search-input::-ms-clear {
  display: none;
}

/* Related Products */

.consumer-portal-related-products {
  padding-top: 50px;
}

consumer-portal-related-products .center {
  text-align: center;
}

.consumer-portal-related-products .teaser-product-grid-item-message {
  margin-bottom: 15px;
}

/* Registered Products */

.consumer-portal-registered-products {
  padding: 40px 0;
  background-color: #eee;
}

.consumer-portal-registered-products h3 {
  margin-bottom: 20px;
}

.consumer-portal-registered-products .registered-product-item {
  padding: 12px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.consumer-portal-registered-products .registered-product-item .btn {
  display: block;
}

.registered-product-item-status {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}

.registered-product-item-status.registered {
  color: #7bc35c;
}

.registered-product-item-name {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 16px;
}

.consumer-portal-registered-products .registered-product-item img {
  margin-bottom: 15px;
}

.registered-product-item-details {
  padding: 10px 0;
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #eee;
}

.registered-product-item-details ul.first {
  border-right: 1px solid #eee;
}

.registered-product-item-details ul.last {
  padding-left: 10px;
}

.registered-product-item-details ul li {
  margin-bottom: 7px;
  line-height: 16px;
}

.item-detail-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.registered-product-item.register-product {
  height: 289px;
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #6ebe4b;
  background-image: url(../images/fpo-welcome-item-4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-left: none;
}

.registered-product-item.register-product h3 {
  padding-top: 95px;
  color: #fff;
}

.consumer-portal-registered-products .registered-product-item.register-product .btn {
  display: inline;
}

.registered-product-item .item-delete,
.registered-product-item .item-delete:link,
.registered-product-item .item-delete:visited,
.registered-product-item .item-delete:hover,
.registered-product-item .item-delete:active {
  color: #ea1d2c;
}

/* Loader */

.consumer-portal-loader {
  margin: 75px 0;
  text-align: center;
}

.consumer-portal-loader h5 {
  margin-top: 20px;
}

/* LaCie Branding */

body.ci-lacie {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}

.ci-lacie h1,
.ci-lacie h2,
.ci-lacie h3,
.ci-lacie h4,
.ci-lacie h5,
.ci-lacie h6 {
  color: #013a81;
}

.ci-lacie a {
  color: #0084cb;
}

.ci-lacie .gn-menu-item-1lvl > a {
  color: #333;
}

.ci-lacie .gn-menu > ul > li.gn-menu-pulled .gn-menu-item-1lvl > a {
  color: #0084cb;
}

.ci-lacie .gn-user > .gn-icon-container > i {
  color: #0084cb;
}

.ci-lacie .gn-icon > .gn-icon-container:hover > span.ss-icon {
  color: #0084cb;
}

.ci-lacie a.btn,
.ci-lacie .btn {
  color: #333;
}

.ci-lacie a.btn:active,
.ci-lacie .btn:active {
  color: #fff;
}

.ci-lacie a.btn-primary,
.ci-lacie .btn-primary {
  color: #fff;
  background-color: #0084cb;
  border-color: #4e8c38;
}

.ci-lacie a.btn-primary:hover,
.ci-lacie .btn-primary:hover {
  background-color: #4e8c38;
}

.ci-lacie a.btn-primary:active,
.ci-lacie .btn-primary:active,
.ci-lacie a.btn-primary.active,
.ci-lacie .btn-primary.active {
  background-color: #4e8c38;
  border-color: #4e8c38;
}

.ci-lacie a.btn-primary.disabled,
.ci-lacie .btn-primary.disabled,
.ci-lacie a.btn-primary[disabled],
.ci-lacie .btn-primary[disabled] {
  color: #bbbbbb;
  background-color: #eeeeee;
  border-color: #cccccc;
}

.ci-lacie .gn-logo a {
  width: 86px;
  background-image: url('../images/lacie-staticlogo-blue-nopad-86x36.png');
}

.ci-lacie .consumer-portal-welcome {
  padding: 0;
  background: #fff none;
}

.ci-lacie .consumer-portal-welcome .welcome-message {
  padding: 50px 0;
  background: #999999;
}

.ci-lacie .consumer-portal-welcome .welcome-message p {
  color: #d9d9d9;
}

.ci-lacie .consumer-portal-welcome h1 {
  color: #fff;
}

.ci-lacie .consumer-portal-welcome > .container {
  padding: 50px 0;
}

.ci-lacie .welcome-item.register-product {
  background: #eee;
}

.ci-lacie .welcome-item.register-product h3 {
  color: #666666;
}

.ci-lacie .welcome-item h4 {
  color: #013a81;
}

.ci-lacie .consumer-portal-registered-products {
  background: #fff;
}

.ci-lacie .consumer-portal-communities {
  background: #eee;
}

.ci-lacie .registered-product-item.register-product {
  height: auto;
  padding: 40px 20px;
  background: #eee;
}

.ci-lacie .registered-product-item.register-product h3 {
  padding: 0;
  color: #666;
}

.sitemap-module {
  overflow: hidden;
  font-size: 0;
}

.sitemap-module h2 {
  margin-bottom: 20px;
}

.sitemap-module .sm-box {
  display: inline-block;
  width: 25%;
  padding-right: 2.564102564%;
  padding-bottom: 30px;
  margin-left: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.sitemap-module .sm-box .box-item-2lvl p {
  margin-bottom: 7px;
}

.sitemap-module .sm-box .box-item-3lvl ul {
  padding: 0;
  margin: 0;
}

.sitemap-module .sm-box .box-item-3lvl ul li {
  padding: 3px 0 2px;
  font-size: 12px;
  line-height: 15px;
  list-style: none;
}

#FindFirmwareForm {
  padding: 0 0 10px;
  margin: 0;
}

#FindFirmwareForm .btn {
  width: 100%;
  max-width: 280px;
  margin: 7px 0;
  white-space: normal;
}

#FindFirmwareForm .content-box-form-title {
  padding: 0 14px 7px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

#FindFirmwareForm .content-box-form-input {
  width: 100%;
  height: auto;
  max-width: 280px;
  padding: 10px 14px 9px;
  margin: 7px 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-overflow: ellipsis;
}

#FindFirmwareForm form {
  padding: 0 14px;
}

#FindFirmwareForm .content-box-hr-single {
  margin: 0;
}

.content-box {
  margin-bottom: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.content-box .text-hint {
  margin: 0 14px;
}

.content-box .text-hint:last-child {
  padding-bottom: 14px;
}

.content-box .alert {
  margin: 0 14px 14px;
}

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

.content-box-header {
  position: relative;
  padding: 5px 7px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}

.content-box-header-title {
  display: inline-block;
  margin-left: 27px;
  line-height: 20px;
}

.content-box-header-icon {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 20px;
  height: 20px;
  background-image: url('../images/sprite-support-refresh-20x20.png');
  background-repeat: no-repeat;
}

.content-box-ticket-icon {
  background-position: 0 -140px;
}

.content-box-callback-icon {
  background-position: 0 -200px;
}

.content-box-warranties-icon {
  background-position: 0 -220px;
}

.content-box-documentation-icon {
  background-position: 0 0;
}

.content-box-downloads-icon {
  background-position: 0 -20px;
}

.content-box-make-better-icon {
  background-position: 0 -40px;
}

.content-box-videos-icon {
  background-position: 0 -60px;
}

.content-box-communities-icon {
  background-position: 0 -100px;
}

.content-box-knowledgebase-icon {
  background-position: 0 -80px;
}

.content-box-myproducts-icon {
  background-position: 0 -240px;
}

.content-box-other-options-icon {
  background-position: 0 -120px;
}

.content-box-recently-viewed-icon {
  background-position: 0 -260px;
}

.content-box-life-preserver-icon {
  background-position: 0 -120px;
}

.content-box-software-icon {
  background-position: 0 -280px;
}

.content-box-hr-double {
  height: 0;
  padding-bottom: 14px;
  margin: 0;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.content-box-hr-single {
  height: 0;
  padding-bottom: 14px;
  margin: -8px 0 -5px 0;
  clear: left;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.content-box-list {
  padding-bottom: 2px;
  padding-left: 6px;
  margin-left: 3px;
}

.content-box-list .content-box-expander {
  padding-bottom: 0;
  margin-bottom: 6px;
}

.content-box-list li > .content-box-item {
  margin-left: 21px;
}

li.content-box-expander > .content-box-item {
  margin-left: 0;
}

.content-box-expander a {
  cursor: pointer;
}

.content-box-list li i {
  padding-top: 2px;
  font-size: 14px;
}

.content-box-list li a {
  cursor: pointer;
}

.content-box-expanded-list {
  padding-bottom: 2px;
  padding-left: 6px;
  margin-top: 13px;
  margin-left: 0;
}

.content-box-list li {
  padding-bottom: 13px;
  margin-right: 10px;
  margin-left: -2px;
  clear: left;
  font-size: 12px;
  line-height: 16px;
  list-style: outside none none;
}

.content-box-list li:last-child {
  padding-bottom: 4px;
}

.content-box-expanded-list li:last-child {
  padding-bottom: 4px;
}

.content-box li > [class*="ss-"] {
  float: left;
  color: #999;
}

.content-box-item-identifier {
  float: left;
  margin-top: -3px;
  margin-right: 0;
  margin-left: 10px;
  font-size: 14px;
  color: #999;
}

.content-box-sub-topic {
  padding-bottom: 12px;
  margin-left: 7px;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
}

.content-box-short-description {
  padding-right: 8px;
  padding-left: 15px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
}

.content-box-list li:last-child {
  padding-bottom: 4px;
}

.content-box-expanded-list li:last-child {
  padding-bottom: 4px;
}

.content-box .video {
  margin: 15px 9px 6px 20px;
}

.content-box .content-box-expanded-list .video {
  margin-right: 0;
}

div.content-box-indent {
  padding-left: 8px;
}

.content-box-form {
  position: relative;
  margin: 0 7px 12px 7px;
}

.content-box-form form {
  margin: 0;
}

.content-box-form .btn {
  margin: 15px auto  0 auto;
}

.content-box-search-btn.content-box-form-btn {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.content-box-form .content-box-search-input.content-box-form-input {
  width: 85%;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

.content-box-form-title {
  padding-bottom: 10px;
  padding-left: 33px;
}

.content-box-form form > * {
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.content-box-form .content-box-form-btn {
  float: right;
  width: 15%;
  padding: 2px 0 0 0;
  font-size: 16px;
  line-height: 25px;
  border-radius: 0 3px 3px 0;
}

.content-box-form .content-box-form-btn > span {
  display: inline-block;
  width: 16px;
  vertical-align: middle;
}

.content-box-form .content-box-form-input {
  height: 29px;
  padding: 3px 20px 2px 10px;
  margin: 0;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.content-box-form .content-box-form-input.content-box-form-search {
  width: 85%;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

.content-box-form .content-box-form-input:focus {
  color: #333;
}

.content-box-form .content-box-form-input::-ms-clear {
  display: none;
}

.content-box-form .content-box-form-clear {
  position: absolute;
  top: 0;
  right: 54px;
  width: 26px;
  font-size: 13px;
  line-height: 27px;
  color: #999999;
  text-align: right;
}

.content-box-form .content-box-form-clear > span {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
}

.content-box-socials {
  margin-left: 0;
}

.content-box-socials li {
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}

.content-box-item {
  padding-bottom: 1px;
  padding-left: 3px;
}

.content-box-socials-link {
  display: table-cell;
  padding-left: 7px;
  vertical-align: middle;
}

.content-box-socials .content-box-link-icon {
  display: table-cell;
  vertical-align: middle;
}

.content-box-link-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-image: url(../images/nav-sprite.png);
  background-repeat: no-repeat;
}

.content-box-social-item {
  padding-bottom: 8px;
  padding-left: 8px;
}

.content-box img {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
  margin-bottom: 5px;
}

.content-box-footer {
  width: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  clear: left;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
  box-sizing: border-box;
}

.content-box-learn-more {
  float: right;
  margin-left: 10px;
}

.social_google-plus-small {
  background-position: -180px -48px;
}

.social_instagram-small {
  background-position: -150px -48px;
}

.social_weibo-small {
  background-position: -120px -48px;
}

.social_facebook-small {
  background-position: -90px -48px;
}

.social_linkedin-small {
  background-position: -60px -48px;
}

.social_twitter-small {
  background-position: -30px -48px;
}

.social_youtube-small {
  background-position: 0 -48px;
}

.return-your-drive .content-box-header {
  width: 100%;
  background-color: #aae2fd;
  box-sizing: border-box;
}

.return-your-drive .content-box-hr-double {
  border: none;
}

.return-your-drive .content-box-content {
  padding: 12px 10px 20px 10px;
  text-align: center;
}

.return-your-drive .content-box-form .content-box-form-input:first-child {
  margin-bottom: 15px;
}

.content-box-error {
  display: none;
  padding-bottom: 6px;
  padding-left: 33px;
  font-size: 16px;
  line-height: 22px;
  color: red;
}

.product-sku-serial-banner {
  margin-bottom: 10px;
}

.product-sku-serial-banner h2 {
  margin-bottom: 10px;
}

.product-sku-serial-banner .content-box {
  padding: 10px;
}

.product-sku-serial-banner-image {
  padding-right: 10px;
  border-right: solid 1px #eee;
}

.product-sku-serial-banner-image img {
  display: block;
  float: none;
  margin: auto;
}

/* Relies on content-box base style*/

.register-now .content-box {
  margin-bottom: 10px;
  background-color: #7ed1f9;
  background-image: url('../images/bg-icon-tick-circle-w400-o10.png');
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.register-now .content-box-header {
  width: 100%;
  background-color: #aae2fd;
  box-sizing: border-box;
}

.register-now .content-box-hr-double {
  border: none;
}

.register-now .content-box-content {
  padding: 20px 10px 20px 10px;
  text-align: center;
}

.register-now .content-box-content h4 {
  margin-bottom: 20px;
  color: #fff;
}

/* Relies on content-box base style*/

.more-support .content-box {
  margin-bottom: 10px;
  background-color: #6ebe4b;
  background-image: url('../images/bg-icon-buoy-w400-o10.png');
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.more-support .content-box-header {
  width: 100%;
  background-color: #c4dca0;
  box-sizing: border-box;
}

.more-support .content-box-hr-double {
  border: none;
}

.more-support .content-box-content {
  padding: 20px 10px 20px 10px;
  text-align: center;
}

.more-support .content-box-content h4 {
  margin-bottom: 20px;
  color: #fff;
}

.serial-number-widget .content-box-content {
  padding: 20px 0 10px;
  text-align: center;
}

.serial-number-widget .content-box-content .alert {
  margin: 0 0 14px;
}

.serial-number-widget .content-box-content #FindFirmwareForm {
  padding: 0 14px 14px;
}

.serial-number-widget .content-box-content #FindFirmwareForm form {
  padding: 0;
}

.serial-number-widget .content-box-content #FindFirmwareForm .content-box-form-title {
  padding: 0 0 7px;
}

.serial-number-widget input {
  height: auto;
}

.serial-number-widget.register-now .content-box {
  margin-bottom: 10px;
  background-color: #7ed1f9;
  background-image: url('../images/bg-icon-buoy-w400-o10.png');
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.serial-number-widget.register-now .content-box-content h4 {
  margin-bottom: 20px;
  color: #fff;
}

.serial-number-widget .content-box-form .content-box-form-input {
  color: #333;
}

.serial-number-widget input::placeholder {
  color: #ccc;
}

.serial-number-widget input:focus::placeholder {
  color: transparent;
}

/*MediaKit*/

.media-kit {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.media-kit .media-kit-title {
  padding: 10px;
  margin-bottom: 10px;
}

.media-kit .media-kit-items {
  padding: 0 10px;
  margin-bottom: 20px;
}

.media-kit .media-kit-items > ul {
  padding: 0;
  margin: 0;
}

.media-kit .media-kit-items > ul > li {
  display: inline-block;
  width: 20%;
  padding: 0 1%;
  margin-right: -2px;
  margin-left: -2px;
  vertical-align: top;
  list-style: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.media-kit .media-kit-items > ul > li > div {
  padding: 0 10px;
}

.media-kit .media-kit-items > ul > li > div > a {
  display: block;
  padding: 2px 0;
}

.media-kit .media-kit-items > ul > li > div > span {
  display: block;
  padding: 2px 0;
}

.media-kit .media-kit-links {
  padding: 10px 15px;
}

.media-kit .media-kit-links > div {
  display: inline-block;
  width: 33.33%;
  margin-right: -2px;
  margin-bottom: 20px;
  margin-left: -2px;
  vertical-align: top;
}

.media-kit .media-kit-links > div > p {
  margin-bottom: 8px;
  font-weight: 600;
}

.media-kit .media-kit-links > div > ul {
  padding: 0;
  margin: 0;
}

.media-kit .media-kit-links > div > ul > li {
  padding: 2px 0;
  list-style: none;
}

.media-kit .media-kit-links > div > ul > li > a {
  display: inline-block;
}

.media-kit .media-kit-links > div > ul > li > span {
  margin-left: 5px;
  color: #333;
}

.media-kit .media-kit-links > div > ul > li > span.mk-pdf {
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-top: 4px;
  vertical-align: top;
  background: url(../images/icn_pdf-12x14.png) no-repeat;
}

.sf-container {
  position: relative;
  padding-right: 69px;
  border: 1px solid #333;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.sf-container .sf-btn-submit {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 69px;
  height: 41px;
  font-size: 20px;
  line-height: 21px;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.sf-container .sf-btn-clear {
  position: absolute;
  top: -1px;
  right: 79px;
  width: 27px;
  height: 41px;
  font-size: 17px;
  line-height: 43px;
  color: #999;
  text-align: right;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.sf-container .sf-btn-clear:hover,
.sf-container .sf-btn-clear:focus {
  color: #666;
  text-decoration: none;
}

.sf-container .sf-btn-clear:active {
  color: #333;
}

.sf-container .sf-input-container {
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.sf-container .sf-input-search {
  width: 100%;
  height: 32px;
  padding: 8px 11px 7px;
  padding-right: 37px;
  margin: 0;
  font-size: 14px;
  line-height: 15px;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.sf-container .sf-input-search:focus {
  outline: 0;
}

.sf-xs .sf-container {
  padding-right: 44px;
}

.sf-xs .sf-btn-submit {
  width: 44px;
  height: 27px;
  padding: 5px 10px 4px;
  font-size: 16px;
  line-height: 18px;
}

.sf-xs .sf-btn-clear {
  right: 54px;
  height: 27px;
  font-size: 13px;
  line-height: 29px;
}

.sf-xs .sf-input-search {
  height: 25px;
  padding: 5px 10px 4px;
  padding-right: 33px;
  font-size: 13px;
  line-height: 14px;
}

.sf-sm .sf-container {
  padding-right: 56px;
}

.sf-sm .sf-btn-submit {
  width: 56px;
  height: 34px;
  padding: 9px 11px 6px;
  font-size: 18px;
  line-height: 18px;
}

.sf-sm .sf-btn-clear {
  right: 66px;
  height: 34px;
  font-size: 15px;
  line-height: 36px;
}

.sf-sm .sf-input-search {
  height: 32px;
  padding: 8px 11px 7px;
  padding-right: 35px;
  font-size: 14px;
  line-height: 15px;
}

.sf-lg .sf-container {
  padding-right: 79px;
}

.sf-lg .sf-btn-submit {
  width: 79px;
  height: 47px;
  padding: 11px 15px 10px;
  font-size: 22px;
  line-height: 24px;
}

.sf-lg .sf-btn-clear {
  right: 89px;
  height: 47px;
  font-size: 19px;
  line-height: 49px;
}

.sf-lg .sf-input-search {
  height: 45px;
  padding: 11px 15px 11px;
  padding-right: 39px;
  font-size: 16px;
  line-height: 21px;
}

.stay-informed-container {
  position: relative;
  float: right;
}

@media (max-width: 767px) {
  .stay-informed-container {
    float: none;
  }
}

.stay-informed-open.btn {
  color: #fff;
  background: #838888;
  border: 0;
}

.stay-informed-open.btn.active {
  background: #00a1dd;
}

.stay-informed-open.btn:hover {
  background: #CDD1D1;
}

.stay-informed-open.btn:active {
  background: #5C5F5F;
}

.stay-informed-open.btn span,
.stay-informed-open.btn strong {
  margin-left: 10px;
}

.mkpkias-search-field {
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
  background: #f1f1f1;
}

.mkpkias-search-field .search-field {
  display: inline-block;
  margin-bottom: 10px;
}

.mkpkias-search-field .search-field form {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mkpkias-search-field .search-field {
    display: block;
  }
}

.mkpkias-search-field .stay-informed-container {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .mkpkias-search-field .stay-informed-container .stay-informed-open.btn {
    display: block;
  }
}

.mkpkias-search-field .stay-informed-open.btn {
  padding: 9px 22px;
  line-height: 15px;
}

.mkpkias-search-result {
  font-size: 14px;
  line-height: 19px;
  color: #999;
}

.mkpkias-kt-c-kit {
  display: table;
  width: 100%;
}

.mkpkias-kt-c-kit > * {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.mkpkias-kt-c-kit > .media-image {
  width: 110px;
}

@media (max-width: 767px) {
  .mkpkias-kt-c-kit > .media-image {
    width: 20%;
  }
}

.mkpkias-kt-c-kit > .media-link {
  padding-left: 10px;
}

.mkpkias-kt-c-kit > .media-btn {
  padding-left: 10px;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .mkpkias-kt-c-kit > .media-btn {
    width: 20%;
    white-space: normal;
  }
}

.sortable-table .header {
  padding-right: 18px;
  cursor: pointer;
  background: url(../images/icn_tablesorter.gif) no-repeat right center;
}

.sortable-table .header.headerSortDown {
  background-image: url(../images/icn_tablesorter_desc.gif);
}

.sortable-table .header.headerSortUp {
  background-image: url(../images/icn_tablesorter_asc.gif);
}

.support-feedback {
  position: relative;
  z-index: 2;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.support-feedback .icon {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background-image: url('../images/sprite-support-refresh-20x20.png');
  background-repeat: no-repeat;
  background-position-y: -301px;
}

.stx-icn-pdf,
.stx-icn-ironwolf,
.stx-icn-skyhawk {
  display: inline-block;
  width: 16px;
  height: 19px;
  vertical-align: top;
  background-repeat: no-repeat;
}

.stx-icn-pdf {
  background-image: url(../images/Datasheet_Icon_16x19.png);
}

.stx-icn-skyhawk,
.stx-icn-ironwolf {
  float: right;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  background-image: url(../images/icn-skyhawk-health-35x35.png);
}

.stx-icn-skyhawk ~ a,
.stx-icn-ironwolf ~ a {
  line-height: 35px;
}

.stx-icn-ironwolf {
  background-image: url(../images/icn-ironwolf-health-35x35.png);
}

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

.tpscc-share a {
  font-size: 19px;
  line-height: 23px;
}

.tpscc-share a:hover {
  color: #007aa6;
  text-decoration: none;
}

.tpscc-share a:active {
  color: #00678d;
}

.tpscc-table tbody tr td:last-child {
  text-align: center;
}

#tpscc-results {
  display: none;
}

.tpscc-message-row td {
  background-color: #fff !important;
}

.tpscc-message-row td p {
  margin: 40px 20px;
}

.tpscc-data-row {
  display: none;
}

.tpscc-data-row td {
  vertical-align: middle;
}

.tpscc-loading {
  display: none;
  margin: 20px 20px;
}

.tpscc-filter select {
  height: 36px;
}

.product-finder-results-grid {
  margin-bottom: 23px;
}

.product-finder-results-grid .title {
  margin-bottom: 23px;
}

.product-finder-results-grid .table {
  border-bottom: 1px solid #ddd;
  table-layout: fixed;
}

.product-finder-results-grid .table tbody tr:hover td {
  background-color: transparent;
}

.product-finder-results-grid .table tbody td {
  position: relative;
  padding: 10px 10px 90px;
  border-left: 1px solid #ddd;
}

.product-finder-results-grid .table tbody td:first-child {
  border-left: 0;
}

.product-finder-results-grid .media {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.product-finder-results-grid .checkbox-custom + label {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
}

.product-finder-results-grid .checkbox-custom + label > span {
  border-color: #666;
}

.product-finder-results-grid .media-left,
.product-finder-results-grid .media-body {
  display: block;
}

.product-finder-results-grid .media-object {
  width: 110px;
}

.product-finder-results-grid .media-body .sku {
  margin: 4px 0;
  font-size: 11px;
  line-height: 14px;
  color: #666;
}

.product-finder-results-grid .media-body .price {
  margin: 8px 0 4px;
  font-size: 16px;
  line-height: 23px;
}

.product-finder-results-grid .media-body .price span {
  font-weight: 600;
}

.product-finder-results-grid .media-body .price small {
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #ccc;
}

.product-finder-results-grid .media-body .checkbox,
.product-finder-results-grid .media-body .btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.product-finder-results-grid .media-body .checkbox {
  padding: 0;
}

.product-finder-results-grid .media-body .btn {
  bottom: 45px;
  white-space: nowrap;
}

.product-finder-results-grid .pf-tooltip {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  padding: 0 0 8px;
  margin-left: -58px;
}

.product-finder-results-grid .pf-tooltip .bgHolder {
  position: relative;
  display: block;
  width: 91px;
  padding: 7px 9px 9px;
  color: #fff;
  background: rgba(40, 40, 40, 0.8);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.product-finder-results-grid .pf-tooltip .bgHolder:after {
  position: absolute;
  bottom: -8px;
  left: 18px;
  display: block;
  border-top: 8px solid #666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

.product-finder-results-grid .pf-tooltip .bgHolder p {
  margin: 0;
  font-size: 11px;
  line-height: 14px;
}

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

.pfrg-paging {
  margin-top: 11px;
}

.pfrg-paging .pagination {
  height: auto;
  margin: 0 -31px 0 0;
}

.product-finder-filter-area {
  margin-bottom: 23px;
  background-color: #f9f9f9;
  border: 1px solid #9A9A9A;
}

.product-finder-filter-area .title {
  position: relative;
  padding: 13px;
  background-color: #9A9A9A;
}

.product-finder-filter-area .title p {
  margin: 0;
  color: #fff;
}

.product-finder-filter-area .title [data-toggle="collapse"] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  line-height: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

.product-finder-filter-area .title [data-toggle="collapse"] .ss-icon {
  position: relative;
  top: 13px;
  left: 13px;
  display: block;
  width: 15px;
  height: 15px;
  color: #fff;
  -webkit-transition: transform 0.3s;
     -moz-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
       -o-transition: transform 0.3s;
          transition: transform 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform-origin: 6px 6px;
     -moz-transform-origin: 6px 6px;
      -ms-transform-origin: 6px 6px;
          transform-origin: 6px 6px;
}

.product-finder-filter-area .title [data-toggle="collapse"].collapsed .ss-icon {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .product-finder-filter-area .collapse {
    height: auto !important;
  }
}

.product-finder-filter-area .content {
  padding: 13px;
}

.product-finder-filter-area .content ul {
  margin-left: 0;
}

.product-finder-filter-area .content ul:last-child {
  margin-bottom: 0;
}

.product-finder-filter-area .content ul li {
  font-size: 14px;
  line-height: 19px;
  list-style: none;
}

.product-finder-filter-area .content ul li:first-child {
  margin-bottom: 5px;
}

.product-finder-filter-area .content .checkbox {
  padding: 0;
}

.product-finder-filter-area .content .checkbox [dir="ltr"] {
  display: inline;
}

.product-finder-filter-area .utility {
  padding: 13px;
  border-top: 1px solid #9A9A9A;
}

.product-finder-comparison-box {
  height: auto;
  padding: 13px;
  margin-bottom: 23px;
  overflow: hidden;
  background: #eee;
  border: 1px solid #666;
}

.product-finder-comparison-box .pf-comparison-list {
  font-size: 14px;
  line-height: 19px;
  background: #fff;
}

.product-finder-comparison-box .pf-comparison-list > table {
  margin-bottom: 0;
  border-color: #9A9A9A;
  -webkit-border-radius: 0!important;
     -moz-border-radius: 0!important;
          border-radius: 0!important;
  table-layout: fixed;
}

.product-finder-comparison-box .pf-comparison-list > table > tbody > tr > td {
  width: 25%;
  padding: 12px;
  line-height: 18px;
  border-color: #9A9A9A;
  -webkit-border-radius: 0!important;
     -moz-border-radius: 0!important;
          border-radius: 0!important;
}

.product-finder-comparison-box .pf-comparison-list > table > tbody > tr > td.empty {
  background: url(../images/stx-staticlogo-pure.png) no-repeat 50% 50%;
}

.product-finder-comparison-box .pf-comparison-list > table > tbody > tr > td.empty .media {
  min-height: 90px;
}

.product-finder-comparison-box .pf-comparison-list > table > tbody > tr:hover > td {
  background-color: transparent;
}

.product-finder-comparison-box .pf-comparison-list .media {
  position: relative;
}

.product-finder-comparison-box .pf-comparison-list .media .media-object {
  width: 100%;
}

.product-finder-comparison-box .pf-comparison-list .media .media-heading {
  font-size: 13px;
  color: #333;
}

.product-finder-comparison-box .pf-comparison-list .media .media-delete-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/btn_close_product.gif) no-repeat;
}

.product-finder-comparison-box .pf-comparison-list .media .media-body ul {
  margin-top: 4px;
}

.product-finder-comparison-box .pf-comparison-list .media .media-body ul li {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: #666;
}

.product-finder-results-table .pf-results-list {
  font-size: 14px;
  line-height: 19px;
  background: #fff;
}

.product-finder-results-table .pf-results-list > table {
  border: 1px solid #9A9A9A;
}

.product-finder-results-table .pf-results-list > table > tbody > tr > td {
  position: static;
  width: 20%;
  line-height: 19px;
  border: 1px solid #9A9A9A;
}

.product-finder-results-table .pf-results-list > table > tbody > tr > td:first-child {
  background: #eee;
}

.product-finder-results-table .pf-results-list > table > tbody > tr > td.empty {
  text-align: center;
  vertical-align: bottom;
  background: url(../images/stx-staticlogo-pure.png) no-repeat 50% 50%;
}

.product-finder-results-table .pf-results-list > table > tbody > tr > td.pf-results-caption {
  border-bottom: none;
}

.product-finder-results-table .pf-results-list > table > tbody > tr:hover > td {
  background-color: transparent;
}

.product-finder-results-table .pf-results-list > table > tbody > tr:hover > td:first-child {
  background: #eee;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-product-item > td {
  font-size: 12px;
  font-weight: 600;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-product-section > td {
  font-size: 12px;
  font-weight: 600;
  border-bottom: none;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-product-section.pf-product-section-title > td {
  font-weight: normal;
  border-top: none;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-section-item > td {
  padding: 4px 8px;
  border-top: none;
  border-bottom: none;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-section-item > td:first-child {
  font-weight: normal;
  color: #666;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-section-item > td:first-child > ul {
  margin-bottom: 0;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-section-show > td:first-child {
  border-top: none;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-section-show > td ul {
  margin: 0;
  text-align: center;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-section-show > td ul li {
  display: inline;
  padding: 0 5px;
  font-size: 12px;
  list-style: none;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-section-show > td ul li.alt {
  padding-right: 7px;
  border-right: 2px solid #ddd;
}

.product-finder-results-table .pf-results-list > table > tbody > tr[class^=pf-product-] ul {
  margin: 0 0 0 16px;
}

.product-finder-results-table .pf-results-list > table > tbody > tr[class^=pf-product-] ul li {
  margin-top: 8px;
  line-height: 16px;
}

.product-finder-results-table .pf-results-list > table > tbody > tr[class^=pf-product-] ul li:first-of-type {
  margin-top: 0;
}

.product-finder-results-table .media {
  position: relative;
}

.product-finder-results-table .media .media-heading {
  color: #333;
}

.product-finder-results-table .media .media-delete-icon {
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/btn_close_product.gif) no-repeat;
}

.product-finder-results-table .media .media-body ul {
  margin-top: 4px;
}

.product-finder-results-table .media .media-body ul li {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: #666;
}

.product-finder-results-table .media-top {
  text-align: center;
}

.product-finder-results-table .media-object {
  width: 110px;
}

.product-finder-results-table .pf-results-caption h5 {
  margin: 12px 0 14px;
}

.product-finder-results-table .pf-results-caption .pf-back {
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}

.product-finder-results-table .pf-results-caption .pf-back span {
  display: inline-block;
  margin-right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #00a1dd;
  border-bottom: 5px solid transparent;
}

.product-finder-results-table .pf-soc-list {
  padding: 5px;
  margin: 0;
  border: 1px solid #bbb;
}

.product-finder-results-table .pf-soc-list li {
  float: left;
  padding: 0 4px 2px 4px;
  list-style: none;
  border-left: 2px solid #ddd;
}

.product-finder-results-table .pf-soc-list li:first-child {
  border: none;
}

.product-finder-results-table .pf-soc-list li a {
  display: block;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  background: url(../images/btn_soc.png) no-repeat;
}

.product-finder-results-table .pf-soc-list li.btn-print a {
  width: 13px;
  background-position: 0 -126px;
}

.product-finder-results-table .pf-soc-list li.btn-mail a {
  width: 16px;
}

.product-finder-results-table .pf-soc-list li.btn-share a {
  width: 16px;
  background-position: 0 -31px;
}

.product-finder-results-table .pf-soc-list li.btn-like a {
  float: left;
  width: 52px;
  text-indent: 0;
  background-position: 0 -103px;
}

.product-finder-results-table .pf-soc-list li.btn-like .like-num {
  position: relative;
  display: inline-block;
  float: right;
  height: 18px;
  padding: 0 4px;
  margin-left: 6px;
  font-size: 10px;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.product-finder-results-table .pf-soc-list li.btn-like .like-num:before {
  position: absolute;
  top: 4px;
  left: -6px;
  display: block;
  border-top: 5px solid transparent;
  border-right: 5px solid #ccc;
  border-bottom: 5px solid transparent;
  content: "";
}

.product-finder-results-table .pf-soc-list li.btn-like .like-num:after {
  position: absolute;
  top: 4px;
  left: -4px;
  display: block;
  border-top: 5px solid transparent;
  border-right: 5px solid #eee;
  border-bottom: 5px solid transparent;
  content: "";
}

.product-finder-accessories {
  margin-bottom: 23px;
}

.product-finder-accessories .title {
  margin-bottom: 23px;
}

.product-finder-accessories .content .pfa-row-wrapper {
  margin-bottom: 23px;
  border-top: 1px solid #ddd;
}

.product-finder-accessories .pdp-accessories-buy p:last-child {
  margin-bottom: 0;
}

div.specsTB span.specsBtns {
  margin-right: 20px;
  margin-bottom: 10px;
}

div.specsTB div#specsBUP,
div.specsTB div#specsRUG {
  display: none;
}

div.specsTB .content-row {
  padding-bottom: 0;
}

div.specsTB tr {
  border-bottom: 1px solid #ccc;
}

div.specsTB td {
  padding: 4px 2%;
  font-size: .85em;
}

div.specsTB tr.headerRow {
  border-bottom: 2px solid #666;
}

div.specsTB tr.headerRow th {
  font-weight: 600;
}

div.specsTB tr.headerRow th {
  text-align: center;
}

div.specsTB span.showPhone {
  display: none;
}

div.specsTB #specsEditorial {
  margin-top: 20px;
}

div.specsTB #specsEditorial table {
  border-top: 1px solid #ccc;
}

div.specsTB div#specsEditorial table td.labelCol {
  width: 20%;
}

div.specsTB .btn {
  color: #999;
}

div.specsTB .activeBtn {
  color: #000;
}

/* Specs */

div.specsTB tr.headerRow th {
  width: 10%;
}

div.specsTB tr.headerRow th.docuCol {
  width: 7%;
}

div.specsTB tr.headerRow th.capacityCol {
  width: 7%;
}

div.specsTB tr.headerRow th.modelNum {
  width: 15%;
}

div.specsTB td {
  text-align: center;
}

div.specsTB td.modelCol {
  text-align: left;
}

div.specsTB td.labelCol {
  font-weight: 600;
}

div.specsTB td.docCol a {
  display: inline-block;
  margin: 0 10px;
  font-size: 10px;
  text-align: center;
}

div.specsTB td {
  line-height: 18px;
}

div.specsTB p.specWarranty {
  padding: 0;
  margin: 0;
  font-size: .85em;
  color: #999;
}

/*4996*/

.specsTB .headerRow th {
  padding: 10px 18px;
  vertical-align: middle;
}

.specsTB .headerRow th.sorting,
.specsTB .headerRow th.sorting-desc,
.specsTB .headerRow th.sorting-asc {
  cursor: pointer;
  background-position: center right;
  background-repeat: no-repeat;
}

.specsTB .headerRow th.sorting {
  background-image: url("../images/sort_both.png");
}

.specsTB .headerRow th.sorting-desc {
  background-image: url("../images/sort_desc.png");
}

.specsTB .headerRow th.sorting-asc {
  background-image: url("../images/sort_asc.png");
}

/*5323*/

.specsTB .table-sub {
  margin-top: -23px;
}

.specsTB .table-sub td {
  text-align: left;
}

.specsTB .table-sub td p {
  margin: 0;
  font-size: 1em;
  line-height: 1.333;
}

.specsTB .table-sub td:first-child {
  width: 15%;
}

.specsTB .table-sub td:first-child + td {
  width: 41%;
}

.specsTB .table-sub td.st-section-header {
  font-size: 18px;
  line-height: 30px;
  color: #1a83c2;
  background-color: #efefef;
}

.managed-events .me-heading {
  margin: 26px 0 13px;
}

.managed-events .me-tile {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  border-color: #0062a6;
  border-style: solid;
  border-width: 5px 1px 0 1px;
}

.managed-events .me-inner {
  padding: 13px;
}

.managed-events .me-inner > a {
  display: block;
  min-height: 35px;
  margin-bottom: 13px;
}

.managed-events .me-inner img {
  max-height: 50px;
}

.managed-events .me-details {
  padding: 13px;
  border-top: 3px solid #0062a6;
}

.managed-events .me-date {
  font-size: 25px;
  line-height: 29px;
  color: #0062a6;
}

@media (max-width: 979px) {
  .managed-events .me-date {
    font-size: 22px;
    line-height: 27px;
  }
}

.managed-events .me-location {
  font-weight: 600;
}

.managed-events .me-cta {
  display: block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background: #0062a6;
}

.horizontal-sub-navigation {
  position: relative;
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 1.4375;
  background: #f7f7f7;
}

@media (max-width: 979px) {
  .horizontal-sub-navigation {
    margin-bottom: 19px;
  }
}

.horizontal-sub-navigation ul {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.horizontal-sub-navigation li {
  list-style: none;
}

.horizontal-sub-navigation + .tab-content {
  padding: 12px;
}

.hsn-to-display {
  position: relative;
  color: #fff;
  background: #00A1DD;
  border-radius: 3px;
}

.hsn-to-display > p {
  padding: 10px 12px 9px;
  margin-right: 60px;
  margin-bottom: 0;
}

.hsn-to-display .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.hsn-to-display .dropdown-toggle:hover > em,
.hsn-to-display .dropdown-toggle:active > em {
  background: #008FC3;
}

.hsn-to-display .dropdown-toggle > em {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.hsn-to-display .dropdown-toggle > em:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #005B7D;
  content: "";
}

.hsn-to-display .dropdown-toggle .ss-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

.hsn-to-display .dropdown-toggle .ss-icon.toggle-down {
  display: block;
}

.hsn-to-display .dropdown-toggle .ss-icon.toggle-up {
  display: none;
}

.hsn-to-display .dropdown-toggle [class^="fa fa-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.hsn-to-display .dropdown-toggle [class^="fa fa-"].toggle-down {
  display: block;
}

.hsn-to-display .dropdown-toggle [class^="fa fa-"].toggle-up {
  display: none;
}

.hsn-to-dropdown-box {
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.hsn-to-dropdown {
  position: relative;
  display: none;
  margin: 0;
  background: #f7f7f7;
}

.hsn-to-dropdown ul {
  margin: 0;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-item {
  position: relative;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a {
  display: block;
  padding: 10px 60px 9px 12px;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-item > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-item > span[class^="ss-"] {
  font-size: 12px;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-item > span[class^="fa fa-"] {
  font-size: 18px;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-item > span[class^="fa fa-"]:before {
  margin-top: -9px;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-item > span:before {
  position: absolute;
  top: 50%;
  right: 25px;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 100%;
  background: #f7f7f7;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side .hsn-back {
  display: block;
  padding: 10px 10px 9px 10px;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side .hsn-back:hover,
.hsn-to-dropdown > .hsn-to-drop .hsn-to-side .hsn-back:active,
.hsn-to-dropdown > .hsn-to-drop .hsn-to-side .hsn-back:focus {
  text-decoration: none;
  outline: 0;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side .hsn-back > span {
  margin-right: 8px;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side .hsn-back > span[class^="ss-"] {
  font-size: 10px;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side .hsn-back > span[class^="fa fa-"] {
  font-size: 18px;
  vertical-align: middle;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li.active > a {
  color: #fff;
  background: #29373D;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li.active > a:hover,
.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li.active > a:active {
  background: #29373D;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a {
  display: block;
  padding: 10px 12px 9px 12px;
  color: #333;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:hover,
.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:active,
.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:focus {
  text-decoration: none;
  outline: 0;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:hover {
  background: #CBEBF7;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:active {
  color: #fff;
  background: #00678D;
}

.hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a .hsn-img {
  display: none;
}

.hsn-opened .hsn-to-display .dropdown-toggle > em {
  background: #008FC3;
}

.hsn-opened .hsn-to-display .dropdown-toggle .ss-icon.toggle-down {
  display: none;
}

.hsn-opened .hsn-to-display .dropdown-toggle .ss-icon.toggle-up {
  display: block;
}

.hsn-opened .hsn-to-display .dropdown-toggle [class^="fa fa-"].toggle-down {
  display: none;
}

.hsn-opened .hsn-to-display .dropdown-toggle [class^="fa fa-"].toggle-up {
  display: block;
}

.hsn-opened .hsn-to-dropdown {
  left: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item,
.hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item,
.hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item:hover,
.hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item:hover {
  color: #fff;
  background: #29373D;
}

.hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item > a,
.hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item > a,
.hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item:hover > a,
.hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item:hover > a {
  color: #fff;
}

.hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:hover {
  background: #CBEBF7;
}

.hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:active {
  background: #00678D;
}

.hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:active > a {
  color: #fff;
  text-decoration: none;
}

.hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:active > span {
  color: #fff;
}

.hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a:hover,
.hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a:active,
.hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a:focus {
  text-decoration: none;
  outline: 0;
}

.hsn-s-results {
  margin-bottom: 1em;
}

@media (max-width: 979px) {
  .hsn-to-dropdown-box {
    border-radius: 0;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop .hsn-to-side,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-side {
    display: none!important;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-opened .hsn-to-side,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-opened .hsn-to-side {
    display: block!important;
  }
  .stay-informed {
    float: none;
    margin-bottom: 10px;
  }
  .stay-informed .stay-informed-toggle {
    padding-left: 12px;
    text-align: left;
  }
  .stay-informed .stay-informed-toggle .stay-informed-toggle-icon {
    float: right;
  }
  .stay-informed .stay-informed-box {
    width: 100%;
  }
  .hsn-sided .hsn-to-dropdown {
    left: -100%;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
}

@media (min-width: 980px) {
  .horizontal-sub-navigation + .tab-content {
    padding: 17px;
  }
  .hsn-sided .hsn-to-dropdown,
  .hsn-opened .hsn-to-dropdown {
    left: 0;
    height: 48px !important;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item {
    background: transparent;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item:hover,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item:hover,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item:hover,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item:hover,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item:active,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item:active,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item:active,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item:active,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item:focus,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item:focus,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item:focus,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item:focus {
    background: transparent;
    outline: 0;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side {
    z-index: 1;
    display: block;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li.active > a,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li.active > a,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li.active > a,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li.active > a {
    color: #29373D;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li.active > a:hover,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li.active > a:hover,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li.active > a:hover,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li.active > a:hover {
    color: #00A1DD;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:hover,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:hover,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:hover,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:hover,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:active,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:active,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:active,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:active,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:focus,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:focus,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:focus,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:focus {
    background: transparent;
    outline: 0;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:active,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:active,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:active,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:active {
    color: #00678D;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:hover,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side > ul > li > a:hover,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:hover,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side > ul > li > a:hover {
    color: #00A1DD;
  }
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:hover,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:hover,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:active,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:active,
  .hsn-sided .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:focus,
  .hsn-opened .hsn-to-dropdown > .hsn-to-drop .hsn-to-item:focus {
    background: transparent;
    outline: 0;
  }
  .hsn-complex .hsn-to-dropdown .hsn-to-drop .hsn-to-side {
    text-align: center;
  }
  .hsn-complex .hsn-to-dropdown .hsn-to-drop .hsn-to-side > ul {
    display: inline-block;
    padding-top: 15px;
    margin: 0 auto;
    overflow: hidden;
  }
  .hsn-complex .hsn-to-dropdown .hsn-to-drop .hsn-to-side > ul > li > a .hsn-img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }
  .hsn-to-dropdown-box {
    overflow: inherit;
    font-size: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .hsn-to-dropdown {
    display: block;
    width: 100%;
    height: 48px !important;
    margin: 0;
    font-size: 0;
    background: #fff;
    border-bottom: 3px solid #008fc3;
    border-radius: 0;
  }
  .hsn-to-dropdown > .hsn-to-drop {
    display: inline-block;
    font-size: 16px;
    vertical-align: bottom;
  }
  .hsn-to-dropdown > .hsn-to-drop:first-child .hsn-to-item > a:before {
    content: none;
  }
  .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-side,
  .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-side {
    z-index: 1;
    display: block;
  }
  .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item > a,
  .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item > a {
    color: #fff;
    background: #008fc3;
  }
  .hsn-to-dropdown > .hsn-to-drop.active .hsn-to-item > a:before,
  .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item > a:before {
    content: none;
  }
  .hsn-to-dropdown > .hsn-to-drop.active:hover .hsn-to-item > a,
  .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active:hover .hsn-to-item > a {
    color: #fff;
    background: #008fc3;
  }
  .hsn-to-dropdown > .hsn-to-drop.active + .hsn-to-drop .hsn-to-item > a:before,
  .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active + .hsn-to-drop .hsn-to-item > a:before {
    content: none;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a {
    position: relative;
    padding: 12px 12px 10px;
    color: #666;
    background: #f7f7f7;
    border-bottom: 3px solid #008fc3;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a:hover,
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a:active {
    color: #fff;
    text-decoration: none;
    background: #008fc3;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a:focus {
    text-decoration: none;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 34px;
    border-left: 1px dashed #b3b3b3;
    content: "";
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side {
    top: auto;
    left: 0;
    z-index: -1;
    display: none;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul {
    padding: 5px  0;
    overflow: hidden;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li {
    float: left;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a {
    padding: 4px 17px;
    color: #666;
    -webkit-transition: color 0.3s;
       -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
         -o-transition: color 0.3s;
            transition: color 0.3s;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:hover,
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:active,
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:focus {
    background: transparent;
    outline: 0;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:active {
    color: #00678D;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li > a:hover {
    color: #00A1DD;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li.active > a {
    color: #29373D;
  }
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li.active > a,
  .hsn-to-dropdown > .hsn-to-drop .hsn-to-side > ul > li.active > a:hover {
    background: transparent;
  }
  .hsn-to-dropdown > .hsn-to-drop:hover .hsn-to-item > a {
    color: #fff;
    background: #007aa6;
  }
  .hsn-to-dropdown > .hsn-to-drop:hover .hsn-to-side {
    z-index: 10;
    display: block;
  }
  .hsn-to-dropdown > .hsn-to-drop:active .hsn-to-item > a {
    background: #00678D;
  }
  .hsn-s-results {
    background: transparent;
  }
  .hsn-s-results .hsn-to-dropdown {
    background: transparent;
    border-bottom: 4px solid #91D1E9;
  }
  .hsn-s-results .hsn-to-dropdown > .hsn-to-drop:first-child .hsn-to-item {
    padding-left: 0;
  }
  .hsn-s-results .hsn-to-dropdown > .hsn-to-drop .hsn-to-item > a:after {
    bottom: -4px;
    height: 4px;
    background-color: #91D1E9;
  }
  .hsn-s-results .hsn-to-dropdown > .hsn-to-drop.hsn-drop-active .hsn-to-item > a:after {
    background-color: #00A1DD;
  }
}

.hsn-drop-placeholder {
  -webkit-transition: height 0.2s;
     -moz-transition: height 0.2s;
      -ms-transition: height 0.2s;
       -o-transition: height 0.2s;
          transition: height 0.2s;
}

.sticky-header-active .horizontal-sub-navigation {
  margin-bottom: 0;
}

.weekly-poll .form-custom p {
  position: relative;
  margin-bottom: 16px;
}

.weekly-poll .form-custom p.form-custom-title {
  margin-bottom: 20px;
  font-weight: 600;
}

.weekly-poll .form-custom p > input {
  position: absolute;
  left: 0;
  float: left;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.weekly-poll .form-custom p > label {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0;
  font-size: 1em;
  line-height: 1.3;
  cursor: pointer;
}

.weekly-poll .form-custom p:not(#wd) > input[type="radio"] + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  margin-top: -9px;
  border: 2px solid #aaa;
  border-radius: 50%;
  content: "";
}

.weekly-poll .form-custom p:not(#wd) > input[type="radio"]:checked + label:before {
  background-color: #00a1dd;
  border-color: #00a1dd;
  box-shadow: inset 0 0 0 3px #fff;
}

.weekly-poll .mc-news-list {
  margin-bottom: 0;
}

.weekly-poll .mc-news-list li {
  position: relative;
  padding: 5px 0;
  line-height: 1.35;
}

.weekly-poll .mc-news-list li > span {
  padding: 0 6px;
  color: #999999;
}

.weekly-poll .mc-news-list li:first-of-type {
  border-top: 0;
}

.weekly-poll .mc-news-list + .mc-news-list li:first-of-type {
  border-top: 1px solid #dddddd;
}

.weekly-poll .pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.weekly-poll .pager:before,
.weekly-poll .pager:after {
  display: table;
  content: "";
}

.weekly-poll .pager:after {
  clear: both;
}

.weekly-poll .pager li {
  display: inline;
}

.weekly-poll .pager li > a,
.weekly-poll .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.weekly-poll .pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.weekly-poll .pager .next > a,
.weekly-poll .pager .next > span {
  float: right;
}

.weekly-poll .pager .previous > a,
.weekly-poll .pager .previous > span {
  float: left;
}

.weekly-poll .pager .disabled > a,
.weekly-poll .pager .disabled > a:hover,
.weekly-poll .pager .disabled > span {
  color: #999;
  cursor: default;
  background-color: #ffffff;
}

.weekly-poll .mc-poll-links {
  padding: 12px 0 0;
  margin: 0;
  text-align: center;
  border-top: 1px solid #ccc;
}

.weekly-poll .mc-poll-links a {
  display: inline-block;
  padding: 0 6px 0 8px;
  border-left: 1px solid #ccc;
}

.weekly-poll .mc-poll-links a.mc-poll-links-item-first {
  padding-left: 0;
  border: none;
}

.weekly-poll .mc-poll-links a.suggest-a-poll {
  padding-right: 0;
}

.weekly-poll .mc-poll-results-plain {
  margin: 0;
  list-style: none;
}

.weekly-poll .mc-poll-results-plain > li {
  margin-bottom: 18px;
  list-style: none;
}

.weekly-poll .mc-poll-results-plain > li > p {
  margin-bottom: 4px;
}

.weekly-poll .mc-poll-results-bar {
  height: 14px;
  background-color: #009999;
}

.product-sku-image-gallery-preview h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.product-sku-image-gallery-preview h4 {
  font-size: 16px;
  line-height: 1.2;
}

.product-sku-image-gallery-preview .preview-large {
  width: 100px;
}

.product-sku-image-gallery-preview .preview-medium {
  width: 50px;
}

.product-sku-image-gallery-preview .preview-small {
  width: 39px;
}

.product-sku-image-gallery-preview .full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}

.product-sku-image-gallery-preview .image-pair {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 20px;
}

.product-sku-image-gallery-preview .image-pair img {
  max-width: none;
  margin-right: 5px;
}

.product-sku-image-gallery-preview .image-pair:hover .full {
  display: block;
}

.product-sku-image-gallery-preview .alt {
  clear: left;
}

.cookie-policy-popup {
  background: #444;
}

.cookie-policy-popup .cpp-content {
  position: relative;
  padding: 12px 100px 12px 0;
}

.cookie-policy-popup .cpp-content p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
}

.cookie-policy-popup .cpp-content .btn-close {
  position: absolute;
  top: 50%;
  right: -11px;
  padding: 15px;
  font-size: 12px;
  line-height: 16px;
  color: #bbb;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: color 0.3s;
     -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
       -o-transition: color 0.3s;
          transition: color 0.3s;
}

.cookie-policy-popup .cpp-content .btn-close:hover {
  color: #fff;
  text-decoration: none;
}

.cbc-ubisoft {
  max-width: 700px;
  padding: 24px 0;
  margin: 0 auto;
}

.cbc-ubisoft .content-box-content h4 {
  margin: 1em 0 .5em;
  color: #333;
}

.cbc-ubisoft #FindFirmwareForm {
  padding: 0;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-title {
  padding-bottom: 0;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-title .alert-block {
  position: relative;
  max-width: 296px;
  padding: 6px 16px;
  margin: 0 auto 16px;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-title .alert-block .ss-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  line-height: 16px;
  text-align: center;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-title .alert-block > ul {
  margin-left: 16px;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-input {
  display: block;
  max-width: 296px;
  padding: 8px 16px;
  margin: 0 auto 16px;
  color: #333;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-input::-webkit-input-placeholder {
  color: #ccc;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-input::-moz-placeholder {
  color: #ccc;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-input:-ms-input-placeholder {
  color: #ccc;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-input:-moz-placeholder {
  color: #ccc;
}

.cbc-ubisoft #FindFirmwareForm .content-box-form-input.error {
  border-color: #cc0001;
}

.cbc-ubisoft #FindFirmwareForm .box-submit .btn {
  max-width: 216px;
  padding: 8px 16px;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.cbc-ubisoft #FindFirmwareForm .box-submit .btn.disabled {
  cursor: not-allowed;
}

.cbc-ubisoft .radio {
  padding-left: 0;
  font-size: 14px;
  line-height: 19px;
}

.cbc-ubisoft .radio input[type="radio"] {
  display: inline-block;
  float: none;
  margin-right: 4px;
  margin-left: 0;
  vertical-align: top;
}

.cbc-ubisoft select {
  width: 100%;
  height: 39px;
  max-width: 296px;
  padding: 10px 14px 9px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
}

.cbc-ubisoft select.error {
  border-color: #cc0001;
}

.cbc-ubisoft .subscribe-box {
  margin-bottom: 16px;
}

.cbc-ubisoft .subscribe-box p {
  width: 280px;
  margin: 0 auto 8px;
  font-size: 12px;
  line-height: 16px;
}

.cbc-ubisoft .subscribe-box .sb-input {
  display: inline-block;
  margin: 0 auto;
  font-size: 0;
}

.cbc-ubisoft .subscribe-box .sb-input label {
  position: relative;
  display: inline-block;
  width: 140px;
  padding: 9px 16px;
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  transition: all .3s;
}

.cbc-ubisoft .subscribe-box .sb-input label:first-of-type {
  margin-right: 16px;
}

.cbc-ubisoft .subscribe-box .sb-input label span {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  transition: border-color 0.3s;
}

.cbc-ubisoft .subscribe-box .sb-input label span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background: #fff;
  border-radius: 50%;
  content: "";
  transition: background-color 0.3s;
}

.cbc-ubisoft .subscribe-box .sb-input input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.cbc-ubisoft .subscribe-box .sb-input input:checked + label {
  color: #6ebe49;
  cursor: default;
  background: #f2feec;
  border-color: #6ebe49;
}

.cbc-ubisoft .subscribe-box .sb-input input:checked + label span {
  border-color: #6ebe49;
}

.cbc-ubisoft .subscribe-box .sb-input input:checked + label span:after {
  background: #6ebe49;
}

.cbc-ubisoft .box-submit {
  margin-bottom: 16px;
  font-size: 0;
}

.cbc-ubisoft .box-submit .box-hascash {
  display: inline-block;
  width: 64px;
  margin-right: 16px;
}

.cbc-ubisoft .box-submit .hashcash-info {
  border-color: #6ebe49;
}

.cbc-ubisoft .box-submit .hashcash-info:before {
  border-bottom-color: #6ebe49;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch:focus,
.cbc-ubisoft .box-submit .hashcash-onoffswitch:active,
.cbc-ubisoft .box-submit .hashcash-onoffswitch:visited,
.cbc-ubisoft .box-submit .hashcash-onoffswitch:link,
.cbc-ubisoft .box-submit .hashcash-onoffswitch {
  width: 64px;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch .hashcash-onoffswitch-label {
  background-color: #eee;
  border: 0;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch.hashcash-computed .hashcash-onoffswitch-switch {
  right: 0;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch.hashcash-computed .hashcash-onoffswitch-inner:before {
  background-color: #6ebe49;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch.hashcash-computing .hashcash-onoffswitch-switch {
  right: 0;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch-switch {
  top: 0;
  right: 36px;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch-checkbox:checked + .hashcash-onoffswitch-label .hashcash-onoffswitch-switch {
  right: 0;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch-inner:before,
.cbc-ubisoft .box-submit .hashcash-onoffswitch-inner:after {
  height: 28px;
  line-height: 28px;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch-inner:after {
  padding-right: 11px;
}

.cbc-ubisoft .box-submit .hashcash-onoffswitch-inner:before {
  padding-left: 12px;
  text-align: left;
  background-color: #6ebe49;
}

.modal-offer .modal-content-offer {
  margin: 30px 0;
}

.stx-article {
  padding-top: 1.6em;
  font-size: 14px;
  box-sizing: border-box;
}

.stx-article .related {
  float: right;
  max-width: 45%;
  min-width: 300px;
  padding: 11em 0 7em 7em;
  font-size: 0.8666666666666667em;
  line-height: 1em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.stx-article .related h5 {
  margin-bottom: 1em;
  font-size: 1.384615384615385em;
  font-weight: 600;
  line-height: 1em;
  color: #6ebe49;
}

.stx-article .related a.topic {
  display: block;
  text-decoration: none;
}

.stx-article .related .topic {
  margin-bottom: 2em;
  *zoom: 1;
}

.stx-article .related .topic:before,
.stx-article .related .topic:after {
  display: table;
  content: "";
}

.stx-article .related .topic:after {
  clear: both;
}

.stx-article .related .topic .image {
  float: left;
}

.stx-article .related .topic .image a {
  position: relative;
  display: block;
}

.stx-article .related .topic .image a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  border: 4px solid #6ebe49;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.stx-article .related .topic .image a:hover:before,
.stx-article .related .topic .image a:focus:before,
.stx-article .related .topic .image a:hover .hover,
.stx-article .related .topic .image a:focus .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.stx-article .related .topic .text {
  margin-left: 128px;
}

.stx-article .related .topic .text h6 {
  margin-bottom: .5em;
  font-size: 1.153846153846154em;
  font-weight: 600;
  line-height: 1.2em;
  color: #333;
}

.stx-article .related .topic .text h6 a {
  color: #333;
}

.stx-article .related .topic .text p {
  margin-bottom: 0;
  font-size: 1.153846153846154em;
  line-height: 1.2em;
  color: #888;
}

.stx-article .related .topic .text p:after {
  font-weight: 600;
  color: #6ebe49;
  content: " \003e";
}

.stx-article .related .topic .text a {
  color: #888;
}

.stx-article .related .topic .text a:hover,
.stx-article .related .topic .text a:active {
  color: #6ebe49;
}

.stx-article a {
  color: #6ebe49;
}

.stx-article .btn {
  padding: 10px 22px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: normal;
  border-width: 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
       -o-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;
}

.stx-article .btn:hover,
.stx-article .btn:focus,
.stx-article .btn.focus {
  color: #ffffff;
  text-decoration: none;
}

.stx-article .btn.btn-primary {
  color: #ffffff;
  background-color: #6ebe49;
  border-color: transparent;
}

.stx-article .btn.btn-primary:hover,
.stx-article .btn.btn-primary:focus,
.stx-article .btn.btn-primary.focus,
.stx-article .btn.btn-primary.active,
.stx-article .btn.btn-primary:active {
  color: #ffffff;
  background-color: #4b813d;
  border-color: transparent;
}

.stx-article .name-short {
  margin: 0 0 6em 0;
}

.stx-article .name-short,
.stx-article .name-short li {
  font-size: 0.8666666666666667em;
  font-weight: 600;
  line-height: 1em;
  list-style: none;
}

.stx-article .name-short li {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
}

.stx-article .name-short li:before {
  margin: 0 10px 0 7px;
  color: #ddd;
  content: "/";
}

.stx-article .name-short li:first-child:before {
  display: none;
}

.stx-article .name-short li a {
  color: #bbb;
}

.stx-article .name-short li a:hover,
.stx-article .name-short li a:focus {
  color: #888;
}

.stx-article .name-short li a:active {
  color: #666;
}

.stx-article .name-short li span {
  color: #666;
}

.stx-article .eyebrow {
  margin-bottom: 2.266666666666667em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  color: #6ebe49;
  text-transform: uppercase;
}

.stx-article .name {
  margin-bottom: 0.3076923076923077em;
  font-size: 3.466666666666667em;
  font-weight: 600;
  line-height: 1.2em;
}

.stx-article .description {
  margin-bottom: 0.8em;
  font-size: 2em;
  line-height: 1.4em;
}

.stx-article .description p {
  font-size: 1em;
  line-height: 1.4em;
}

.stx-article .cta {
  margin-bottom: 1.6em;
}

.stx-article .lead {
  width: 60%;
  margin: 2.4em auto;
  clear: both;
  font-size: 15px;
}

.stx-article .lead p {
  margin-bottom: 2em;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.458333333333333em;
  color: #868589;
}

.stx-article .picture {
  position: relative;
  min-height: 527px;
  margin-bottom: 7em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #6ebe49;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.stx-article .picture > span {
  display: none;
}

.stx-article .picture.imgAlt > span {
  display: block;
  text-align: center;
}

.stx-article .picture.has-youtube:after {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 5;
  width: 48px;
  height: 48px;
  background: #6ebe49 url(../images/osag/icn-osag-video.svg) no-repeat 55% 50%;
  content: "";
}

.stx-article .picture.has-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stx-article .picture > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.stx-article .body {
  width: 60%;
  margin: 0 auto;
}

.stx-article .body h2 {
  margin-bottom: .5em;
  font-size: 2.266666666666667em;
  line-height: 1.2em;
}

.stx-article .body h3 {
  margin-bottom: .5em;
  font-size: 2.133333333333333em;
  line-height: 1.2em;
}

.stx-article .body h4 {
  margin-bottom: .5em;
  font-size: 2em;
  line-height: 1.2em;
}

.stx-article .body h5 {
  margin-bottom: .5em;
  font-size: 1.866666666666667em;
  line-height: 1.2em;
}

.stx-article .body h6 {
  margin-bottom: .5em;
  font-size: 1.733333333333333em;
  line-height: 1.2em;
}

.stx-article .body p {
  margin-bottom: 2em;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.458333333333333em;
  color: #868589;
}

.stx-article .body ul,
.stx-article .body ol {
  padding-left: 3.2em;
  margin: 0 0 3.2em 0;
}

.stx-article .body ul ul,
.stx-article .body ol ul,
.stx-article .body ul ol,
.stx-article .body ol ol {
  padding-left: 2em;
  margin-bottom: 0;
}

.stx-article .body ul ul ul li,
.stx-article .body ol ul ul li,
.stx-article .body ul ol ul li,
.stx-article .body ol ol ul li {
  list-style-type: square;
}

.stx-article .body ul ul li,
.stx-article .body ol ul li {
  list-style-type: circle;
}

.stx-article .body li {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.458333333333333em;
  color: #868589;
}

.stx-article .body li li {
  font-size: 1em;
}

.stx-article .body blockquote {
  float: left;
  width: 66.6667%;
  padding: 3em 4em 3em 0;
  margin: 0 3em 3em -33.3333%;
  border-right: 1px solid #ccc;
  border-left: 0;
}

.stx-article .body blockquote p {
  margin: 0;
  font-size: 2.266666666666667em;
  line-height: 1.323529411764706em;
  color: #6ebe49;
}

.stx-article .body table {
  width: 100%;
  margin-bottom: 3.2em;
}

.stx-article .body table th,
.stx-article .body table td {
  padding: 8px;
  line-height: 1.3em;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.stx-article .body table th {
  font-weight: 600;
}

.stx-article .body table thead th {
  vertical-align: bottom;
}

.stx-article .body table thead:first-child tr:first-child th,
.stx-article .body table thead:first-child tr:first-child td {
  border-top: 0;
}

.stx-article .body table tbody + tbody {
  border-top: 2px solid #ddd;
}

.stx-article .body table tbody tr:hover td,
.stx-article .body table tbody tr:hover th {
  background-color: #f5f5f5;
}

.stx-article .body img {
  margin-bottom: 3.2em;
}

.stx-article .body ~ .cta {
  margin-left: 20%;
}

.stx-article .related-products.p-center {
  text-align: center;
}

.stx-article .related-products > h5 {
  padding: 20px 0;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  background: #f8f8f8;
}

.stx-article .related-products > h5:only-child {
  display: none;
}

.stx-article .related-products a.product {
  text-decoration: none;
}

.stx-article .related-products a.product .text h6 {
  color: #6ebe49;
}

.stx-article .related-products .product {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.stx-article .related-products .product .text {
  padding: 15px;
}

.product-grid-support .pgs-title {
  padding: 10px 0;
  margin-bottom: 10px;
  color: #868589;
  text-align: center;
}

.product-grid-support .pgs-box {
  margin-bottom: 20px;
  border: 1px solid #d1d1d1;
}

.product-grid-support .pgs-box .pgs-box-img > a,
.product-grid-support .pgs-box .pgs-box-img > div {
  display: block;
  padding: 10px;
  text-align: center;
}

.product-grid-support .pgs-box .pgs-box-img img {
  max-width: 100%;
}

.product-grid-support .pgs-box .pgs-box-caption {
  background: #dbdbdb;
}

.product-grid-support .pgs-box .pgs-box-caption > a,
.product-grid-support .pgs-box .pgs-box-caption > div {
  display: block;
  padding: 10px;
  color: #333;
  text-align: left;
}

.product-grid-support .pgs-view-all {
  float: right;
  color: #6ebe49;
  text-transform: uppercase;
}

.our-story-banner {
  position: relative;
  height: 765px;
  padding: 0 0 9.333333333333333em;
  margin-top: -20px;
  font-size: 14px;
  background: #000;
  box-sizing: border-box;
}

.our-story-banner .heros {
  overflow: hidden;
}

.our-story-banner .heros,
.our-story-banner .heros .item,
.our-story-banner .heros .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.our-story-banner .heros .item {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.our-story-banner .heros .item.current {
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.our-story-banner .heros .image {
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: 16s forwards zoomInitialLoad;
          animation: 16s forwards zoomInitialLoad;
}

.our-story-banner .heros .text-box {
  position: relative;
  width: 940px;
  height: 625px;
  margin: 0 auto;
}

.our-story-banner .heros .text {
  position: absolute;
  top: 7.333333333333333em;
  z-index: 3;
  max-width: 800px;
  color: #fff;
}

.our-story-banner .heros .eyebrow {
  max-height: 1.2em;
  margin-bottom: 3.6em;
  overflow: hidden;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.our-story-banner .heros .heading {
  max-height: 3.346153846153846em;
  margin-bottom: 0.6153846153846154em;
  overflow: hidden;
  font-size: 3.4666em;
  font-weight: 600;
  line-height: 1.115384615384615em;
}

.our-story-banner .heros .description {
  max-height: 5.666666666666667em;
  margin-bottom: 0.8333333333333333em;
  overflow: hidden;
  font-size: 1.6em;
  line-height: 1.416666666666667em;
}

.our-story-banner .heros .cta {
  max-height: 1.2em;
  overflow: hidden;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.our-story-banner .heros .cta a {
  color: #fff;
}

.our-story-banner .heros .cta a:hover,
.our-story-banner .heros .cta a:focus {
  color: #6ebe49;
}

.our-story-banner .thumbs,
.our-story-banner .controls {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 9.333333333333333em;
}

.our-story-banner .thumbs .item-box,
.our-story-banner .controls .item-box {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

.our-story-banner .thumbs .item,
.our-story-banner .controls .item {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0 25px 0 55px;
  color: #fff;
  vertical-align: top;
  cursor: pointer;
  box-sizing: border-box;
}

.our-story-banner .thumbs .number,
.our-story-banner .controls .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.our-story-banner .thumbs .item-box {
  padding-top: 2.133333333333333em;
  border-top: 1px solid #999;
}

.our-story-banner .thumbs .heading {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

.our-story-banner .thumbs .description {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
}

.our-story-banner .controls {
  z-index: 5;
}

.our-story-banner .controls .item {
  height: 9.333333333333333em;
}

.our-story-banner .controls .number {
  display: none;
}

.our-story-banner .controls .highlight {
  position: absolute;
  top: -1px;
  left: 0;
  width: 33.33333%;
  height: 4px;
  background: #6ebe49;
  transform: translate(0, 0);
  transition: all .3s;
  will-change: transform;
}

.our-story-banner .controls .current[data-order=order-1] ~ .highlight {
  transform: translate(0, 0);
}

.our-story-banner .controls .current[data-order=order-2] ~ .highlight {
  transform: translate(100%, 0);
}

.our-story-banner .controls .current[data-order=order-3] ~ .highlight {
  transform: translate(200%, 0);
}

@-webkit-keyframes zoomInitialLoad {
  from {
    -webkit-transform: scale(1.2) rotate(0.08deg);
            transform: scale(1.2) rotate(0.08deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes zoomInitialLoad {
  from {
    -webkit-transform: scale(1.2) rotate(0.08deg);
            transform: scale(1.2) rotate(0.08deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

.our-story-featured-article {
  padding-top: 95px;
  font-size: 14px;
  box-sizing: border-box;
}

.our-story-featured-article .title .eyebrow {
  margin-bottom: 2.266666666666667em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  color: #6ebe49;
  text-transform: uppercase;
}

.our-story-featured-article .title .name {
  margin-bottom: 0.1666666666666667em;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.142857142857143em;
}

.our-story-featured-article .title .description {
  margin-bottom: 2.041666666666667em;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.416666666666667em;
  color: #868589;
}

.our-story-featured-article .content {
  position: relative;
  min-height: 527px;
  margin-bottom: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #6ebe49;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.our-story-featured-article .content.has-youtube:after {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 5;
  width: 48px;
  height: 48px;
  background: #6ebe49 url(../images/osag/icn-osag-video.svg) no-repeat 55% 50%;
  content: "";
}

.our-story-featured-article .content.has-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.our-story-featured-article .content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.our-story-article-grid {
  padding-top: 95px;
  font-size: 14px;
  box-sizing: border-box;
}

.our-story-article-grid .title .eyebrow {
  margin-bottom: 2.266666666666667em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  color: #6ebe49;
  text-transform: uppercase;
}

.our-story-article-grid .title .name {
  margin-bottom: 0.1666666666666667em;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.142857142857143em;
}

.our-story-article-grid .title .description {
  margin-bottom: 2.041666666666667em;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.416666666666667em;
  color: #868589;
}

.our-story-article-grid .grid {
  margin-right: -5px;
  margin-left: -5px;
  font-size: 0;
}

.our-story-article-grid .grid .box {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.our-story-article-grid .grid .box.b1 {
  width: 25%;
}

.our-story-article-grid .grid .box.b2 {
  width: 50%;
}

.our-story-article-grid .grid .content {
  position: relative;
  height: 224px;
  font-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-story-article-grid .grid .content.has-video > a:after {
  position: absolute;
  top: 0;
  right: 14px;
  z-index: 5;
  width: 48px;
  height: 48px;
  background: #6ebe49 url(../images/osag/icn-osag-video.svg) no-repeat 55% 50%;
  content: "";
}

.our-story-article-grid .grid .content.has-video .hover .description {
  right: 72px;
}

.our-story-article-grid .grid .content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.our-story-article-grid .grid .content > a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  border: 4px solid #6ebe49;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.our-story-article-grid .grid .content > a:hover:before,
.our-story-article-grid .grid .content > a:focus:before,
.our-story-article-grid .grid .content > a:hover .hover,
.our-story-article-grid .grid .content > a:focus .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.our-story-article-grid .grid .name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  padding: 20px;
  font-size: 1.266666666666667em;
  line-height: 1.263157894736842em;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
}

.our-story-article-grid .grid .name span {
  max-height: 5.052631578947368em;
  overflow: hidden;
}

.our-story-article-grid .grid .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.our-story-article-grid .grid .hover .description {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  max-height: 8.715789473684211em;
  overflow: hidden;
  font-size: 1.266666666666667em;
  line-height: 1.263157894736842em;
  color: #aaa;
}

.our-story-article-grid .grid .hover .cta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-height: 1.333333333333333em;
  overflow: hidden;
  font-size: 0.8571428571428571em;
  line-height: 1.333333333333333em;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.employee-grid {
  padding-top: 95px;
  font-size: 14px;
  box-sizing: border-box;
}

.employee-grid .grid {
  margin-right: -5px;
  margin-left: -5px;
  font-size: 0;
}

.employee-grid .grid .box {
  position: relative;
  display: inline-block;
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.employee-grid .grid .box > a {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.employee-grid .grid .box > a:hover {
  text-decoration: none;
}

.employee-grid .grid .box > a:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.employee-grid .grid .image {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.employee-grid .grid .name {
  padding: 20px 0 10px 0;
  text-align: center;
}

.employee-grid .grid .name span {
  display: block;
  font-size: 1.266666666666667em;
  line-height: 1.263157894736842em;
  color: #333;
  transition: color .3s;
}

.employee-grid .grid .name small {
  display: block;
  font-size: 0.8666666666666667em;
  line-height: 1.384615384615385em;
  color: #868589;
}

.employee-grid .grid .downloads {
  text-align: center;
}

.employee-grid .grid .downloads > a {
  padding: 0 0 0 8px;
  margin-left: 4px;
  font-size: 0.8666666666666667em;
  line-height: 1.384615384615385em;
  color: #6ebe49;
  border-left: 1px solid #6ebe49;
}

.employee-grid .grid .downloads > a:first-child {
  margin-left: 0;
  border-left: none;
}

.employee-grid .grid .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  transition: opacity .3s;
}

.employee-grid .grid .hover .icon {
  position: absolute;
  left: 50%;
  font-size: 1.6em;
  line-height: 2.5em;
  color: #6ebe49;
  text-align: center;
  transform: translate(-50%, 0);
}

.employee-grid .grid .hover .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  background: url(../images/svg/stx-logo-brandmark-green-240x240-padding.svg) center no-repeat;
  background-size: cover;
}

.employee-grid .grid .hover .quote-short {
  position: absolute;
  top: 4em;
  right: 1em;
  bottom: 2em;
  left: 1em;
  max-height: 7.104em;
  overflow: hidden;
  font-size: 1em;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.employee-grid .grid .hover .quote-short:empty ~ .icon,
.employee-grid .grid .hover .quote-short:empty ~ .cta {
  display: none;
}

.employee-grid .grid .hover .quote-short:empty ~ .placeholder {
  display: block;
}

.employee-grid .grid .hover .cta {
  position: absolute;
  bottom: 1.2em;
  width: 100%;
  max-height: 1.333333333333333em;
  overflow: hidden;
  font-size: 0.8571428571428571em;
  line-height: 1.333333333333333em;
  color: #aaa;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.employee-detail {
  padding-top: 1.6em;
  font-size: 14px;
  box-sizing: border-box;
}

.employee-detail .aside {
  float: right;
  margin: -8.093333333333334em 0 5em 5em;
}

.employee-detail .image {
  position: relative;
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.employee-detail .download {
  margin: 1em 0;
  text-align: right;
}

.employee-detail .download li {
  padding: .3em 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  list-style: none;
}

.employee-detail .download li a {
  color: #BFBFBF;
}

.employee-detail .download li a:hover,
.employee-detail .download li a:focus {
  color: #6ebe49;
}

.employee-detail .name-short {
  margin: 0 0 6em 0;
}

.employee-detail .name-short,
.employee-detail .name-short li {
  font-size: 0.8666666666666667em;
  font-weight: 600;
  line-height: 1em;
  list-style: none;
}

.employee-detail .name-short li {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
}

.employee-detail .name-short li:before {
  margin: 0 10px 0 7px;
  color: #ddd;
  content: "/";
}

.employee-detail .name-short li:first-child:before {
  display: none;
}

.employee-detail .name-short li a {
  color: #bbb;
}

.employee-detail .name-short li a:hover,
.employee-detail .name-short li a:focus {
  color: #888;
}

.employee-detail .name-short li a:active {
  color: #666;
}

.employee-detail .name-short li span {
  color: #666;
}

.employee-detail .heading,
.employee-detail .body,
.employee-detail .quote {
  margin-right: 256px;
}

.employee-detail .eyebrow {
  margin-bottom: 2.266666666666667em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  color: #6ebe49;
  text-transform: uppercase;
}

.employee-detail .name {
  font-size: 3.25em;
  font-weight: 600;
  line-height: 1.4em;
}

.employee-detail .title {
  margin-bottom: 1.4em;
  font-size: 2.1875em;
  line-height: 1.4em;
  color: #868589;
}

.employee-detail .body p {
  margin-bottom: 2em;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.458333333333333em;
  color: #868589;
}

.employee-detail .quote {
  position: relative;
  padding-left: 1em;
  margin-top: 3em;
  font-size: 2.266666666666667em;
  line-height: 1.323529411764706em;
  color: #6ebe49;
}

.employee-detail .quote:empty:before,
.employee-detail .quote:empty:after {
  display: none;
}

.employee-detail .quote:before {
  position: absolute;
  left: 0;
  line-height: 1em;
  content: "\201C";
}

.employee-detail .quote:after {
  display: inline-block;
  line-height: .2em;
  vertical-align: bottom;
  content: "\201D";
}

.employee-detail .quote:before,
.employee-detail .quote:after {
  font-size: 2em;
}

.our-story-timeline {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: hidden;
  font-size: 14px;
  background: #000;
  box-sizing: border-box;
}

.our-story-timeline .container {
  position: relative;
}

.our-story-timeline .container > .title {
  padding-top: 40px;
  margin: 0 auto;
  color: #fff;
}

.our-story-timeline .container > .title .text-box {
  width: 50%;
}

.our-story-timeline .container > .title .eyebrow {
  max-height: 1.2em;
  margin-bottom: 1.2em;
  overflow: hidden;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.our-story-timeline .container > .title .description {
  max-height: 5.666666666666667em;
  margin-bottom: 0.8333333333333333em;
  overflow: hidden;
  font-size: 1.6em;
  line-height: 1.416666666666667em;
}

.our-story-timeline .container .heros {
  margin: 2em 0 2em;
  margin-right: auto;
  margin-left: auto;
}

.our-story-timeline .container .heros .item-box {
  position: relative;
  width: 100%;
  min-height: 240px;
  margin: 0 auto;
}

.our-story-timeline .container .heros .item,
.our-story-timeline .container .heros .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.our-story-timeline .container .heros .item {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.our-story-timeline .container .heros .item.current {
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.our-story-timeline .container .heros .item.current .bg {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transition: opacity .5s, visibility .5s;
}

.our-story-timeline .container .heros .item:first-child .image {
  width: 100%!important;
  background-position: -40px 30%;
  border: none;
  -webkit-animation: 5s forwards heroitialLoad;
          animation: 5s forwards heroInitialLoad;
}

.our-story-timeline .container .heros .item .detail {
  position: relative;
  float: left;
  width: 50%;
}

.our-story-timeline .container .heros .item .bg {
  float: right;
  width: 44%;
  height: 100%;
  margin: 0 3%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.our-story-timeline .container .heros .image {
  z-index: 2;
  float: left;
  width: 240px;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #707070;
}

.our-story-timeline .container .heros .text {
  position: relative;
  z-index: 3;
  height: 240px;
  margin-left: 260px;
  color: #fff;
}

.our-story-timeline .container .heros .date {
  margin-bottom: 0.5em;
  font-size: 0.8666666666666667em;
  font-weight: 600;
  line-height: 1.307692307692308em;
  text-transform: uppercase;
}

.our-story-timeline .container .heros .shortDes p {
  margin-bottom: .5em;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #666;
}

.our-story-timeline .container .heros .title {
  margin-top: 0.6666666666666667em;
  margin-bottom: 0.2em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1em;
}

.our-story-timeline .container .heros .des p {
  margin-bottom: .5em;
  font-size: 1em;
  line-height: 1.2em;
}

.our-story-timeline .container .thumbs {
  margin: 0 auto;
  visibility: hidden;
}

.our-story-timeline .container .thumbs .des {
  display: none;
}

.our-story-timeline .container .thumbs .item-container {
  position: relative;
}

.our-story-timeline .container .thumbs .item-container .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6ebe49;
}

.our-story-timeline .container .thumbs .item-box {
  position: relative;
  width: 99999em;
  padding-left: 0;
  *zoom: 1;
  transition: transform .3s;
}

.our-story-timeline .container .thumbs .item-box:before,
.our-story-timeline .container .thumbs .item-box:after {
  display: table;
  content: "";
}

.our-story-timeline .container .thumbs .item-box:after {
  clear: both;
}

.our-story-timeline .container .thumbs .item {
  position: relative;
  float: left;
  width: 200px;
  padding: 0 1.5em 0 0;
  color: #fff;
  box-sizing: border-box;
}

.our-story-timeline .container .thumbs .item[data-order="order-0"] .date:before {
  display: none;
}

.our-story-timeline .container .thumbs .item[data-order="order-0"] .date:after {
  left: 0;
}

.our-story-timeline .container .thumbs .item.current .image {
  opacity: 1;
  filter: alpha(opacity=100);
}

.our-story-timeline .container .thumbs .item.current .shortDes p {
  color: #fff;
}

.our-story-timeline .container .thumbs .image {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 96px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #707070;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -50%);
  transition: opacity .5s;
}

.our-story-timeline .container .thumbs .date {
  position: relative;
  padding-top: 30px;
  margin-bottom: 10px;
  font-size: 1em;
  font-size: 14px;
  line-height: 2em;
  line-height: 16px;
  color: #6ebe49;
}

.our-story-timeline .container .thumbs .date:before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #6ebe49;
  border-radius: 50%;
  content: "";
}

.our-story-timeline .container .thumbs .date:after {
  position: absolute;
  top: -14px;
  left: 7px;
  width: 1px;
  height: 29px;
  background: #6ebe49;
  content: "";
}

.our-story-timeline .container .thumbs .shortDes p {
  margin-bottom: .5em;
  font-size: 12px;
  font-weight: 300;
  font-weight: normal;
  line-height: 16px;
  color: #666;
}

.our-story-timeline .container .thumbs .industryShortDes {
  padding-right: 1.5em;
  padding-bottom: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity .5s;
}

.our-story-timeline .container .thumbs .industryShortDes p {
  margin-bottom: .5em;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2em;
  color: #666;
}

.our-story-timeline .container .thumbs .split {
  display: none;
}

.our-story-timeline .container .controls {
  z-index: 5;
  margin: 0 auto;
}

.our-story-timeline .container .controls .arrow {
  position: absolute;
  top: 50%;
  width: 100%;
}

.our-story-timeline .container .controls .arrow > a {
  position: absolute;
  font-size: 40px;
  color: #6ebe49;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity .5s;
}

.our-story-timeline .container .controls .arrow > a.disabled {
  cursor: default;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .5s;
}

.our-story-timeline .container .controls .arrow > a.prev {
  left: -40px;
  margin-left: -10px;
}

.our-story-timeline .container .controls .arrow > a.next {
  left: 100%;
  margin-left: 10px;
}

.our-story-timeline .text-scrollbar .viewport {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.our-story-timeline .text-scrollbar .overview {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-story-timeline .text-scrollbar .scrollbar {
  position: relative;
  float: right;
  width: 8px;
  background: #fff;
  background-position: 0 0;
}

.our-story-timeline .text-scrollbar .track {
  position: relative;
  width: 6px;
  height: 100%;
  padding: 0 1px;
  background: #fff;
}

.our-story-timeline .text-scrollbar .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  background: #666;
}

.our-story-timeline .text-scrollbar .thumb .end {
  width: 8px;
  height: 5px;
  overflow: hidden;
  background: #666;
}

.our-story-timeline .text-scrollbar .disable {
  display: none;
}

.our-story-timeline #selenium-highlight {
  display: none;
}

.noSelect {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
       -o-user-select: none;
          user-select: none;
}

@-webkit-keyframes heroInitialLoad {
  from {
    -webkit-transform: scale(0.8) rotate(0.08deg);
            transform: scale(0.8) rotate(0.08deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes heroInitialLoad {
  from {
    -webkit-transform: scale(0.8) rotate(0.08deg);
            transform: scale(0.8) rotate(0.08deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

.inline-warranty-validator {
  padding-right: 100px;
  margin-bottom: 50px;
}

.inline-warranty-validator input:focus {
  border-color: rgba(110, 190, 7, 0.8);
  outline: 0;
}

.inline-warranty-validator h2,
.inline-warranty-validator h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: #393939;
}

.inline-warranty-validator .content {
  position: relative;
}

.inline-warranty-validator .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #fff;
}

.inline-warranty-validator .overlay .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.inline-warranty-validator .overlay img {
  float: none;
}

.inline-warranty-validator .iwv-form label {
  margin-bottom: 12px;
  font-weight: 300;
  color: #868589;
}

.inline-warranty-validator .iwv-form .info {
  min-height: 130px;
}

.inline-warranty-validator .iwv-form .info .image {
  float: right;
  width: 130px;
}

.inline-warranty-validator .iwv-form .info .text {
  margin-right: 130px;
}

.inline-warranty-validator .iwv-form .info dl {
  margin: 16px 0;
}

.inline-warranty-validator .iwv-form .info dd {
  margin-left: 0;
  color: #666;
}

.inline-warranty-validator .iwv-form .info dd + dt {
  margin-top: 8px;
}

.inline-warranty-validator .iwv-form .text-note {
  font-size: 12px;
  line-height: 15px;
  color: #888;
}

.inline-warranty-validator .iwv-form .state {
  min-height: 64px;
  margin-bottom: 16px;
}

.inline-warranty-validator .iwv-form .state .image {
  float: left;
  width: 64px;
}

.inline-warranty-validator .iwv-form .state svg {
  display: none;
}

.inline-warranty-validator .iwv-form .state svg.valid path {
  fill: #fff;
}

.inline-warranty-validator .iwv-form .state.valid svg.valid {
  display: block;
}

.inline-warranty-validator .iwv-form .state.valid svg.valid path#bg {
  fill: #6ebe49;
}

.inline-warranty-validator .iwv-form .state.expired svg.expired {
  display: block;
}

.inline-warranty-validator .iwv-form .state.question svg.question {
  display: block;
}

.inline-warranty-validator .iwv-form .state.question svg.question .cls-1 {
  fill: #6ebe49;
}

.inline-warranty-validator .iwv-form .state.rescue svg.rescue {
  display: block;
}

.inline-warranty-validator .iwv-form .state.rescue svg.rescue circle {
  fill: #6ebe49;
}

.inline-warranty-validator .iwv-form .state.rescue.expired svg.rescue circle {
  fill: #868689;
}

.inline-warranty-validator .iwv-form .state .text {
  margin-left: 80px;
  color: #666;
}

.inline-warranty-validator .iwv-form .state .text p.l2,
.inline-warranty-validator .iwv-form .state .text p.l3 {
  color: #ea1d2c;
}

.inline-warranty-validator .iwv-form .state .text a {
  color: #6ebe49;
}

.inline-warranty-validator .iwv-form .state .text a:hover,
.inline-warranty-validator .iwv-form .state .text a:focus {
  color: #6ebe49;
}

.inline-warranty-validator .input-text {
  display: block;
  width: 100%;
  height: 44px;
  padding: 12px 16px;
  margin: 12px 0;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.inline-warranty-validator .input-text::-moz-placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.inline-warranty-validator .input-text:-ms-input-placeholder {
  color: #d7d7d7;
}

.inline-warranty-validator .input-text::-webkit-input-placeholder {
  color: #d7d7d7;
}

.inline-warranty-validator .help-block {
  margin-bottom: 16px;
  text-align: center;
}

.inline-warranty-validator .help-block a {
  font-size: 12px;
  font-weight: 600;
  color: #6ebe49;
  text-transform: uppercase;
}

.inline-warranty-validator .help-block a:hover,
.inline-warranty-validator .help-block a:focus {
  color: #6ebe49;
}

.inline-warranty-validator .btn {
  margin: 16px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

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

.inline-warranty-validator .btn-primary {
  height: 44px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 20px;
}

.inline-warranty-validator .btn-gray {
  height: 44px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #868689;
  border-color: transparent;
}

.inline-warranty-validator .btn-gray:hover,
.inline-warranty-validator .btn-gray:focus {
  background-color: #666;
  border-color: transparent;
}

.inline-warranty-validator .btn-gray[disabled] {
  background: #ccc;
  border-color: transparent;
}

.inline-warranty-validator .text-danger {
  color: #dc1f2e;
}

.inline-warranty-validator .recaptcha-box {
  margin-bottom: 16px;
}

.inline-warranty-validator .recaptcha-box div {
  margin: auto;
}

.inline-warranty-validator .rb-image {
  text-align: center;
}

.inline-warranty-validator .rb-image img {
  float: none;
  margin: 0 auto;
  cursor: pointer;
}

.has-tt {
  position: relative;
  cursor: default;
}

.has-tt .tooltip-box {
  position: absolute;
  top: 100%;
  display: none;
  padding-top: 8px;
}

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

.has-tt .tooltip-box > .arrow {
  top: 0;
  left: 16px;
  z-index: 2;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 9px;
  border-top-width: 0;
}

.has-tt .tooltip-box > .arrow:after {
  top: 1px;
  left: -8px;
  border-bottom-color: #ffffff;
  border-width: 8px;
  border-top-width: 0;
  content: " ";
}

.has-tt .tooltip-box .content {
  position: relative;
  z-index: 1;
  padding: 12px 16px;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.has-tt .tooltip-box .content h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.has-tt .tooltip-box .content p {
  font-size: 14px;
  line-height: 18px;
}

.has-tt .tooltip-box .content p:last-of-type {
  margin-bottom: 0;
}

.has-tt:hover .tooltip-box {
  display: block;
}

@media (min-width: 1200px) {
  .inline-warranty-validator {
    padding-right: 130px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .inline-warranty-validator {
    padding-right: 82px;
  }
}

@media (max-width: 767px) {
  .inline-warranty-validator {
    padding-right: 0;
    text-align: left;
  }
}

.hero-banner {
  position: relative;
  z-index: 2;
  height: 412px;
  margin-bottom: 8px;
  background-color: #000;
}

.color-brand {
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 7px;
}

.hero-banner-item--visible.hero-banner-item--current .color-brand {
  display: flex;
}

.color-brand-item {
  flex: 1;
}

.color-brand-item--bg1 {
  background: #001E61;
}

.color-brand-item--bg2 {
  background: #B32572;
}

.color-brand-item--bg3 {
  background: #00A0DF;
}

.color-brand-item--bg4 {
  background: #008996;
}

.color-brand-item--bg5 {
  background: #6ABF4B;
}

.color-brand-item--bg6 {
  background: #F7BE00;
}

.color-brand-item--bg7 {
  background: #FF5100;
}

.hero-banner-item {
  position: absolute;
  width: 100%;
  height: 412px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 1s ease;
}

.hero-banner-item--hide {
  display: none;
}

.hero-banner-item--show {
  display: block;
}

.hero-banner-item--visible {
  z-index: 1;
  opacity: 1;
}

.hero-banner-item__body {
  position: relative;
  z-index: 10;
  display: flex;
  height: 412px;
  align-items: center;
}

.hero-banner-item__body--left {
  justify-content: flex-start;
}

.hero-banner-item__body--right {
  justify-content: flex-end;
}

.hero-banner-item__body--left .hero-banner-item__body__content {
  width: 50%;
}

.hero-banner-item__body--center .hero-banner-item__body__content {
  width: 100%;
  text-align: center;
}

.hero-banner-item__body--right .hero-banner-item__body__content {
  width: 50%;
}

.hero-banner-item__body__content .hero-banner-item__image {
  margin-bottom: 5px;
}

.hero-banner-item__body__content .hero-banner-item__image img {
  height: 100%;
}

.hero-banner-item__body__content .hero-banner-item__intro {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}

.hero-banner-item__body__content .hero-banner-item__name {
  margin-bottom: 5px;
  font-size: 42px;
  line-height: 44px;
  color: #fff;
}

.hero-banner-item__body__content .hero-banner-item__description {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.hero-banner-item__cta.btn {
  margin-top: 15px;
}

.hero-banner-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: 300px;
  height: 32px;
  margin-bottom: 0;
  margin-left: -150px;
  text-align: center;
  list-style: none;
}

.hero-banner-controls li {
  display: inline-block;
}

.hero-banner-controls a {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  margin-right: 14px;
  margin-left: 14px;
  background-color: #fff;
  border-color: #6ebe49;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  content: " ";
  opacity: .8;
  transition: all .5s ease;
}

.hero-banner-controls a:hover {
  background: none;
}

.hero-banner-controls a.current {
  background: none;
}

.supp-anchor {
  position: absolute;
  z-index: 1000;
  display: block;
  width: 1px;
  height: 1px;
  margin-top: -100px;
  margin-bottom: 100px;
}

.support-row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.support-row .support-row-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  color: #393939;
}

.support-row .support-row-sub {
  font-size: 16px;
  font-weight: 300;
  color: #999;
  text-transform: capitalize;
}

.support-row p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.support-row .all-caps {
  font-size: 12px;
  font-weight: 600;
  color: #6EBE49;
  text-transform: uppercase;
}

.support-row #FindFirmwareForm form {
  padding: 0;
}

.support-row #FindFirmwareForm #SerialDownloads:empty {
  padding-bottom: 0;
}

.support-row #FindFirmwareForm .all-caps {
  display: block;
  margin-bottom: 15px;
}

.support-row #FindFirmwareForm input {
  display: block;
  width: 75%;
  margin-bottom: 15px;
}

.support-row #FindFirmwareForm button {
  display: block;
  width: 78%;
  margin-bottom: 15px;
}

.support-link-list {
  margin-bottom: 30px;
  margin-left: 0;
  text-align: left;
}

.support-link-list li {
  margin-bottom: 4px;
  list-style: none;
}

.support-link-list li a {
  color: #6ebe49;
}

.support-icon-link-list .support-icon-link-item {
  min-height: 100px;
  margin-bottom: 40px;
  clear: left;
}

.support-icon-link-list .support-icon-link-icon {
  float: left;
  width: 100px;
  margin-right: 30px;
}

.support-icon-link-list .support-icon-link-text {
  margin-left: 130px;
  text-align: left;
}

.support-icon-link-list .support-icon-link-text h3 {
  font-size: 16px;
}

.support-icon-link-list .support-icon-link-text h3 a {
  color: #6ebe49;
}

.support-icon-link-list .support-icon-link-text p {
  color: #868589;
}

.support-icon-link-list .support-icon-link-view-all {
  float: right;
}

#support-header {
  height: 200px;
  margin-top: -20px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#support-header > .container {
  position: relative;
  height: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}

#support-header .support-header-content {
  overflow: hidden;
}

#support-header .support-header-content img {
  float: left;
  width: 180px;
  height: 180px;
}

#support-header .support-header-content img + h1 {
  margin-left: 180px;
}

#support-header .support-header-content h1 {
  color: #fff;
}

#support-header .support-header-content h1:only-child {
  padding-top: 30px;
}

#support-header #helpfulChoice {
  position: absolute;
  right: 0;
  bottom: 0;
}

#support-header #helpfulChoice #helpfulQ {
  padding: 10px 15px;
  margin-bottom: 0;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background-color: rgba(110, 190, 73, 0.9);
  border-radius: 10px 10px 0 0;
}

#support-header #helpfulChoice #helpfulQ #helpfulBtns {
  display: inline-block;
}

#support-header #helpfulChoice button {
  padding: 6px 14px;
  color: #6ebe49;
  background-color: #fff;
  border-color: #6ebe49;
}

#support-header #helpfulChoice #ratingSubmission #rateSubmit button.cancel_btn {
  color: #CD5C5C;
}

#support-anchor-row {
  overflow: hidden;
}

#support-anchor-row .anchor-item {
  float: left;
  width: 15%;
  margin-left: 2%;
}

#support-anchor-row .anchor-item.contact-item {
  width: 30%;
}

#support-anchor-row .anchor-item:first-child {
  margin-left: 0;
}

#support-anchor-row .anchor-item.anchor-gs .anchor-img {
  background-image: url(../images/getting_started_131x131.png);
}

#support-anchor-row .anchor-item.anchor-kb .anchor-img {
  background-image: url(../images/knowledge_base_icon_131x131.png);
}

#support-anchor-row .anchor-item.anchor-ds .anchor-img {
  background-image: url(../images/downloads_icon_131x131.png);
}

#support-anchor-row .anchor-item.anchor-specs .anchor-img {
  background-image: url(../images/specs_icon_131x131.png);
}

#support-anchor-row .anchor-item > a {
  display: block;
  min-height: 188px;
  padding: 20px 5px;
  color: #6ebe49;
  text-align: center;
}

#support-anchor-row .gtm-anchor {
  background-color: #f5f5f5;
}

#support-anchor-row .gtm-anchor p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
}

#support-anchor-row .anchor-img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#support-anchor-row .anchor-contact {
  background-color: #eff8eb;
}

#support-anchor-row .anchor-contact > .anchor-img {
  background-image: url(../images/support_icon_131x131.png);
}

#support-anchor-row .anchor-contact > .anchor-img.wechat-img {
  width: 88px;
  height: 100px;
  background-image: url(../images/wechat_icon_560x640.png);
}

#support-anchor-row .anchor-contact p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
}

#support-anchor-row .anchor-contact p span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 19px;
}

#support-getting-started {
  position: relative;
  overflow: hidden;
}

#vg_outer {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  white-space: nowrap;
}

div#vg_elem {
  position: relative;
  width: 100%;
}

#vg_left-button a,
#vg_right-button a {
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}

#vg_left-button:hover,
#vg_right-button:hover {
  cursor: pointer;
}

#vg_buttons {
  position: absolute;
  top: 30%;
  right: -40px;
  z-index: 1;
  width: 90px;
  font-size: 0;
}

#vg_left-button {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 35px;
  background-color: #bbb;
}

#vg_left-button:after {
  position: absolute;
  top: 7px;
  left: 17px;
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  content: " ";
}

#vg_right-button {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 35px;
  background-color: #bbb;
}

#vg_right-button:after {
  position: absolute;
  top: 7px;
  right: 17px;
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 10px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 10px solid transparent;
  content: " ";
}

#vg_right-button.disabled,
#vg_left-button.disabled {
  background-color: #ddd;
}

#vg_right-button.disabled:after,
#vg_right-button.disabled:after {
  border-right: 15px solid #eee;
}

#vg_leftOver {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

#vg_rightOver {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

#vg_inner a {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 12px;
  color: #6ebe49;
  text-decoration: none;
  border: 3px solid #6ebe49;
}

div#vg_inner {
  width: 9999em;
  transition: transform .5s;
}

div#vg_inner p.imgBox {
  float: left;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #6ebe49;
  white-space: normal;
  vertical-align: top;
  box-sizing: border-box;
}

div#vg_inner p img {
  width: 100%;
  margin: -10% 0;
}

#vg_elem .hide {
  display: none;
}

#vg_inner .imgBox > a {
  position: relative;
}

#vg_inner .imgBox > a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/play-button.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  content: " ";
}

.vg_falg {
  display: block;
  width: 0;
  height: 0;
}

a.modalVideoLink {
  color: #ffffff;
}

a.modalVideoLink:after {
  position: relative;
  top: 6px;
  left: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/playthinline-sprite-20x50.png) 0 -30px no-repeat;
  content: "";
}

a:hover.modalVideoLink:after {
  background: url(../images/playthinline-sprite-20x50.png) 0 0 no-repeat;
  content: "";
}

#vidModal {
  top: 0 !important;
  left: 0;
  padding-top: 5%;
  padding-right: 100%;
  padding-bottom: 100%;
  padding-left: 15%;
  margin: 0;
}

#vidModal > .modal-body {
  max-height: none;
  padding: 0;
}

.modal#vidModal {
  width: 70%;
  border: none !important;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.video-body {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

iframe.youtubeEmbed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#vidModal > button.close {
  position: relative;
  top: -50px;
  right: -10px;
  font-size: 60px;
  line-height: 50px;
  text-shadow: none;
}

#vidModal > button.close:hover {
  color: inherit;
}

#vidModal.modal {
  position: fixed !important;
  background-color: initial !important;
  box-sizing: content-box;
}

.modal-backdrop {
  background-color: #dddddd !important;
  opacity: .8 !important;
}

.modal {
  background-color: inherit;
}

#support-downloads .content-box {
  margin-bottom: 0;
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#support-downloads .content-box .alert {
  maegin-left: 0;
}

.pdp-tab-content .supp-anchor {
  display: none;
}

.pdp-tab-content #support-specs {
  padding: 0;
}

.pdp-tab-content #support-specs .support-row-title {
  display: none;
}

.wtb-container {
  padding-bottom: 40px;
  margin-top: -20px;
  background: #F5F5F5;
}

.wtb-container.wtb-no-distributors .nav-tabs li {
  width: 100%;
}

.wtb-container.wtb-no-distributors .nav-tabs li #distributor_link {
  display: none;
}

.wtb-container .wtb-header-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wtb-container .page-header {
  padding-bottom: 0;
  margin-top: 36px;
}

.wtb-container .page-header h2 {
  margin-bottom: 10px;
}

.wtb-container .nav-tabs {
  margin-top: 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 40px;
}

.wtb-container .nav-tabs li {
  width: 50%;
  margin-bottom: 0;
  text-align: center;
}

.wtb-container .nav-tabs li:only-child {
  width: 100%;
}

.wtb-container .nav-tabs li.active a {
  color: #fff;
  background: #6ebe49;
  border-color: #6ebe49;
}

.wtb-container .nav-tabs li > a {
  padding: 6px 0;
  margin: 3px;
  color: #868589;
  border: 1px solid transparent;
  border-radius: 20px;
}

.wtb-container .tab-content {
  overflow: inherit;
}

.wtb-container .wtb-selectors {
  margin-top: 15px;
}

.wtb-container .wtb-bg-right {
  margin-top: 15px;
  text-align: center;
}

.wtb-container .wtb-bg-right > a {
  display: inline-block;
}

.wtb-selectors {
  margin-bottom: 15px;
  overflow: hidden;
}

.wtb-selectors .hide-select .form-group {
  display: none;
}

.wtb-selectors select {
  width: 100%;
  height: auto;
  padding: 10px 13px 9px;
}

#tabDistributor .wtb-displays .wtb-box {
  height: 130px;
  min-height: 130px;
}

.wtb-displays {
  display: flex;
  flex-wrap: wrap;
}

.wtb-displays .span3 {
  position: relative;
  padding: 12px;
  margin-bottom: 3%;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wtb-displays .span3:nth-child(4n+1) {
  margin-left: 0;
}

.wtb-displays .span3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  content: "";
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wtb-displays .span3:hover {
  -webkit-transform: translate(0, -4px);
      -ms-transform: translate(0, -4px);
       -o-transform: translate(0, -4px);
          transform: translate(0, -4px);
}

.wtb-displays .span3:hover:after {
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4), 0 2px 16px rgba(0, 0, 0, 0.4);
}

.wtb-displays a.wtb-box {
  cursor: pointer;
}

.wtb-displays .wtb-box {
  position: relative;
  z-index: 1;
  display: flex;
  height: 160px;
  min-height: 160px;
  color: #6ebe49;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.wtb-displays .wtb-box span {
  align-self: stretch;
}

.wtb-displays .wtb-box img {
  flex-shrink: 0;
}

.wtb-displays .wtb-box img + .wtb-name {
  margin-top: 12px;
  font-size: 18px;
  line-height: 22px;
}

.wtb-displays .wtb-box .wtb-name {
  display: block;
  font-size: 22px;
  line-height: 26px;
}

.wtb-displays .wtb-des {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  color: #868589;
}

#wtbJCModal .close {
  position: absolute;
  top: 5px;
  right: 18px;
}

#wtbJCModal .modal-body {
  overflow-y: unset;
}

#wtbJCModal .wtb-selectors label {
  display: inline-block;
}

#wtbJCModal .wtb-displays .wtb-box {
  height: 120px;
  min-height: 120px;
}

.wtb-no-data {
  padding: 10px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 3px;
}

.bbModal {
  overflow: inherit;
  border: none;
  border-radius: 0;
}

.bbModal .wtb-loading {
  display: none;
  text-align: center;
}

.bbModal .wtb-loading.loading {
  display: block;
}

.bbModal .wtb-loading.loading > span {
  display: inline-block;
  width: 61px;
  height: 61px;
  text-align: center;
  background: transparent url(../images/seagate-spinner.gif) no-repeat left center;
}

.bbModal .row-header {
  overflow: hidden;
}

.bbModal .modal-body {
  padding: 10px;
}

.bbModal.wtbModal {
  overflow: inherit;
}

.bbModal .close {
  position: absolute;
  top: -40px;
  right: -30px;
  opacity: .8;
}

.bbModal .close.mobile {
  display: none;
}

.bbModal .wtb-header {
  padding: 5px;
  overflow: hidden;
}

.bbModal .wtb-header .header-image {
  position: relative;
  float: left;
  width: 91px;
  height: 86px;
  padding: 0 0 0 0;
  margin: 0 10px 0 0;
  text-align: center;
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.bbModal .wtb-header .header-image img {
  width: 74px;
  height: 74px;
  max-height: 74px;
  min-width: 74px;
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
}

.bbModal .wtb-header .header-des {
  position: relative;
  float: left;
  width: 80%;
  overflow: hidden;
}

.bbModal .wtb-header .header-des .header-title {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #191919;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
          transition-duration: .2s;
}

.bbModal .wtb-header .header-des .header-number {
  position: relative;
  float: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: #777;
  text-align: left;
}

.bbModal .wtb-selectors {
  float: right;
  width: 30%;
  padding: 5px;
  margin: -64px 0 10px 0;
}

.bbModal .wtb-selectors label,
.bbModal .wtb-selectors select {
  font-size: 14px;
  line-height: 19px;
}

.bbModal .wtb-selectors select {
  padding: 5px 5px 5px;
  margin-bottom: 0;
}

.bbModal .wtb-displays {
  padding-bottom: 10px;
}

.bbModal .wtb-displays > .row-fluid {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

.bbModal .wtb-displays > .row-fluid:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.bbModal .wtb-displays .wtb-item {
  text-align: center;
}

.bbModal .wtb-displays .wtb-item a {
  color: #6ebe49;
}

.bbModal .wtb-displays .wtb-item img {
  max-width: 90px;
  max-height: 60px;
}

.bbModal .wtb-displays .wtb-item .item-price {
  font-weight: 600;
}

.bbModal .wtb-displays .wtb-item .btn {
  padding: 6px 22px 6px 22px;
  color: #fff;
}

.contact-form {
  width: 100%;
  margin: 20px auto;
}

.contact-form.form-page {
  margin-top: -20px;
}

.contact-form .inline-label {
  display: inline-block;
}

.contact-form .inline-controls {
  display: inline-block;
  margin-left: 10px;
}

.contact-form input,
.contact-form select {
  width: 100%;
  height: 34px;
  box-sizing: border-box;
}

.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  width: auto;
  height: auto;
}

.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
}

.contact-form .form-header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6ebe49+0,4e8c38+75,82d682+90,4e8c38+100 */

  background: #6ebe49;
  /* Old browsers */

  background: -moz-linear-gradient(left, #6ebe49 0%, #4e8c38 75%, #82d682 90%, #4e8c38 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #6ebe49 0%, #4e8c38 75%, #82d682 90%, #4e8c38 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #6ebe49 0%, #4e8c38 75%, #82d682 90%, #4e8c38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ebe49', endColorstr='#4e8c38', GradientType=1);
  /* IE6-9 */

}

.contact-form .form-header h1 {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.contact-form .check-group .inline-label {
  line-height: 28px;
}

.contact-form .c-form {
  width: 60%;
  padding: 40px 0;
  margin: 0 auto;
}

.contact-form.form-page .c-form {
  width: 70%;
}

.contact-form.form-bg .form-body {
  background: #f1f1f1;
}

.contact-form.form-border .form-body {
  border: 2px solid #6ebe49;
}

.contact-form .controls {
  position: relative;
}

.contact-form input[type="file"] {
  opacity: 0;
}

.contact-form .input-file {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  height: 34px;
  align-items: center;
}

.contact-form .input-file .file-btn {
  display: inline-block;
  height: 34px;
  min-width: 100px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  background-color: #ebebeb;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.contact-form .input-file .file-name {
  margin-left: 10px;
  line-height: 17px;
}

@media (max-width: 991px) {
  .contact-form .c-form {
    width: 80%;
  }
  .contact-form.form-page .c-form {
    width: 100%;
  }
}

.contact-us-banner {
  position: relative;
  height: 300px;
  margin-top: -20px;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-banner > .container {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
}

.contact-us-banner .banner-body {
  width: 50%;
  padding-bottom: 10%;
}

.contact-us-banner .banner-body .banner-title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  color: #333;
}

.contact-us-banner .banner-body .banner-description {
  font-size: 22px;
  color: #fff;
}

.contact-us-content * {
  box-sizing: border-box;
}

.contact-us-content .contact-us-options {
  padding: 50px 0;
}

.contact-us-content .contact-us-options > .container > .row > .span12 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.contact-us-content .contact-us-options .control-group {
  display: inline-block;
  padding: 0 10px;
}

.contact-us-content .contact-us-options .control-group .control-label {
  color: #868589;
}

.contact-us-content .contact-us-options .control-group select {
  height: 34px;
  color: #333;
}

.contact-us-content .contact-us-options .contact-us-time {
  text-align: center;
}

.contact-us-content .contact-us-options .contact-us-time p {
  margin-bottom: 6px;
}

.contact-us-content .contact-us-options .contact-us-time .time-zone {
  color: #868589;
}

.contact-us-content .contact-us-options .contact-us-time .time-hour {
  font-size: 18px;
}

.contact-us-content .contact-us-options .contact-us-time .time-status {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
  color: #FF5000;
  background: #FCF2E9;
  border: 1px solid #F2D9C0;
  border-radius: 3px;
}

.contact-us-content .support-items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.contact-us-content .support-items > [class*="span"] {
  float: none;
}

.contact-us-content .support-item {
  padding: 10px;
  text-align: center;
}

.contact-us-content .support-item p {
  margin-bottom: 5px;
  color: #868589;
}

.contact-us-content .support-item .item-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.contact-us-content .support-item .item-des {
  margin-bottom: 20px;
}

.contact-us-content .support-item .phone-num {
  color: #333;
}

.contact-us-content .support-item .btn {
  margin-bottom: 10px;
}

.contact-us-content .support-item .btn .ss-icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.contact-us-content .contact-us-support {
  padding: 50px 0;
  background: #F5F5F5;
}

.contact-us-content .contact-us-support .hidden {
  display: none !important;
}

.contact-us-content .contact-us-support .support-title {
  margin-bottom: 20px;
  text-align: center;
}

.contact-us-content .contact-us-support .support-title h3 {
  font-size: 38px;
}

.contact-us-content .contact-us-support .support-item img {
  width: 100px;
  border: 1px solid #ccc;
}

.contact-us-content .contact-us-help {
  padding: 50px 0;
}

.contact-us-content .contact-us-more-help {
  padding: 50px 0;
  background: #F5F5F5;
}

.contact-us-content .contact-us-more-help .help-title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}

.contact-us-content .contact-us-more-help .help-links {
  padding: 10px;
}

.contact-us-content .contact-us-more-help .help-links > p {
  text-transform: uppercase;
}

.contact-us-content .contact-us-more-help .help-links ul {
  padding: 0;
  margin: 0;
}

.contact-us-content .contact-us-more-help .help-links ul li {
  padding: 5px 0;
  list-style: none;
}

.contact-us-content .contact-us-more-help .help-links ul li a {
  color: #6ebe49;
}

.contact-us-content .contact-us-more-help .help-links ul li p {
  color: #868589;
}

.cuModal {
  top: 10% !important;
  top: 3vh !important;
  max-height: 600px !important;
  max-height: 94vh !important;
  margin-top: 0 !important;
  background-color: #fff;
}

.cuModal * {
  box-sizing: border-box;
}

.cuModal.identifyModal {
  top: 10vh !important;
  width: 360px!important;
  margin-left: -180px !important;
}

.cuModal.identifyModal input {
  margin-bottom: 0;
}

.cuModal.identifyModal .error-line {
  padding: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #DC1F2E;
  background: #FCE9EA;
  border: 1px solid #F2C0C4;
  border-radius: 3px;
}

.cuModal.identifyModal .form-help {
  text-align: center;
  text-transform: uppercase;
}

.cuModal.identifyModal .form-help a {
  color: #6ebe49;
}

.cuModal.identifyModal .form-action .btn {
  width: 100%;
}

.cuModal.identifyModal .modal-header {
  margin-bottom: 20px;
}

.cuModal.identifyModal .modal-body {
  padding-bottom: 20px;
}

.cuModal.identifyModal .modal-body .form-help {
  font-size: 12px;
}

.cuModal.cuTkModal .modal-header {
  margin-bottom: 20px;
}

.cuModal.cuTkModal .modal-title span {
  width: 85%;
}

.cuModal.cuTkModal .modal-title .modal-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  background: #6ebe49;
  border-radius: 50%;
}

.cuModal.cuTkModal .modal-title .modal-icon i {
  position: absolute;
  top: -4px;
  left: 6px;
  font-size: 13px;
}

.cuModal.cuTkModal .modal-body {
  padding-right: 58px;
  padding-bottom: 20px;
  padding-left: 58px;
}

.cuModal.cuTkModal p {
  color: #868589;
}

.cuModal .modal-header {
  padding: 20px 20px 0 20px;
  border: none;
}

.cuModal .modal-header .close:hover {
  color: #000;
}

.cuModal .modal-header .modal-title {
  font-size: 32px;
}

.cuModal .modal-footer {
  text-align: left;
  background: #fff;
}

.cuModal .modal-body {
  max-height: 100%;
  padding: 0 20px 0 20px;
}

.cuModal .modal-body .error-line {
  padding: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #ea1d2c;
  background: rgba(234, 29, 44, 0.1);
  border-color: #f3c5c5;
  border-image: initial;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

.cuModal .modal-body .cu-form {
  padding: 20px 0;
  margin-right: 20px;
}

.cuModal .modal-body .control-group {
  position: relative;
}

.cuModal .modal-body .control-group label {
  font-size: 14px;
  color: #868589;
}

.cuModal .modal-body .control-group .radio {
  position: relative;
  margin-right: 10px;
  margin-left: 0;
  color: #333;
}

.cuModal .modal-body .control-group .checkbox {
  position: relative;
  color: #333;
}

.cuModal .modal-body .control-group input {
  width: 100%;
  height: 34px;
  margin-bottom: 0;
  color: #333;
}

.cuModal .modal-body .control-group input[type="file"] {
  opacity: 0;
}

.cuModal .modal-body .control-group input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  opacity: 0;
}

.cuModal .modal-body .control-group input[type="radio"]:checked + .radio-icon > i {
  display: block;
}

.cuModal .modal-body .control-group input[type="radio"] + .radio-icon {
  position: absolute;
  top: 8px;
  left: 0;
  display: -webkit-box;
  display: flex;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
}

.cuModal .modal-body .control-group input[type="radio"] + .radio-icon > i {
  display: none;
  width: 7px;
  height: 7px;
  background: #333;
  border-radius: 50%;
}

.cuModal .modal-body .control-group input[type="checkbox"] {
  display: inline-block;
  height: auto;
}

.cuModal .modal-body .control-group select {
  width: 100%;
  height: 34px;
  color: #333;
}

.cuModal .modal-body .control-group textarea {
  width: 100%;
  color: #333;
  resize: none;
}

.cuModal .modal-body .control-group .input-files-name {
  margin: 0 0 5px 0;
}

.cuModal .modal-body .control-group .input-files-name li {
  display: -webkit-box;
  display: flex;
  padding: 2px;
  font-size: 14px;
  list-style: none;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.cuModal .modal-body .control-group .input-files-name li .file-remove {
  display: block;
  margin-left: 8px;
  color: #868589;
  cursor: pointer;
}

.cuModal .modal-body .control-group .input-file {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
}

.cuModal .modal-body .control-group .input-file .file-btn {
  display: inline-block;
  min-width: 100px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.cuModal .modal-body .control-group .input-file .file-btn .ss-icon {
  margin-right: 5px;
}

.cuModal .modal-body .form-action .btn .ss-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.cuModal .form-action .btn .ss-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.cuModal .cu-info {
  padding: 20px;
  margin-bottom: 20px;
  background: #F5F5F5;
}

.cuModal .cu-info .nav-selections .dropdown-toggle {
  width: 100%;
}

.cuModal .cu-info .info {
  margin-bottom: 20px;
}

.cuModal .cu-info .info > .controls {
  display: none;
}

.cuModal .cu-info .info.editing > p {
  display: none;
}

.cuModal .cu-info .info.editing > .controls {
  display: block;
}

.cuModal .cu-info .info .ss-icon {
  margin-left: 5px;
}

.cuModal .cu-info .info p {
  margin-bottom: 2px;
}

.cuModal .cu-info label {
  font-size: 14px;
  color: #868589;
}

.nav-selections .dropdown {
  width: 100%;
}

.nav-selections .dropdown.open .dropdown-toggle {
  color: #333;
  background-color: #fff;
}

.nav-selections .dropdown.open .s-caret {
  border-top-color: #000000;
  opacity: 1;
}

.nav-selections .dropdown-toggle {
  width: 220px;
  height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  margin: 0;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.nav-selections .dropdown-toggle:hover {
  background-color: #fff;
}

.nav-selections .s-caret {
  float: right;
  margin-top: 8px;
  margin-right: 5px;
  text-indent: -99999px;
  border-top: 6px solid #000000;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  opacity: 1;
}

.nav-selections .dropdown-menu {
  min-width: 100%;
  padding: 8px 0;
}

.nav-selections .dropdown-menu > li label {
  padding: 0 8px;
  color: #868589;
}

.nav-selections .dropdown-menu > li .regions {
  margin-bottom: 8px;
}

.nav-selections .dropdown-menu > li p {
  padding: 4px 8px;
  margin-bottom: 0;
  cursor: pointer;
}

.nav-selections .dropdown-menu > li p:hover {
  color: #fff;
  background: #999;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: .8 !important;
}

.modal#find-serial {
  background: #fff;
}

.modal#find-serial .modal-body {
  max-height: 600px;
  overflow: hidden;
}

.cuModal .modal-footer .form-action .btn {
  margin-bottom: 10px;
  margin-left: 0;
}

.cuModal .modal-footer .form-action .btn:first-child {
  margin-right: 10px;
}

/* svn#184526 adding css for spp down alert */

.spp-down-alert {
  display: block;
  padding: 10px;
  color: #c7254e;
  background-color: #f9f2f4;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide,
.stx-hide {
  display: none;
}

.show,
stx-show {
  display: block;
}

.invisible,
stx-invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

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

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

.hidden-desktop {
  display: none !important;
}

/* Locale Specific Styles*/

/*pdp*/

:lang(ru-ru) .pdp-tab-control .button {
  max-width: 226px;
}

:lang(fr-fr) .pdp-buy-distributor .buy-box-table li {
  width: 50%;
}

:lang(fr-fr) .pdp-buy-distributor .buy-box-table li + li {
  width: 50%;
}

:lang(zh-cn) .buy-box-table li select {
  padding-top: 0;
}

/* For Conflict Styles*/

ul li {
  list-style: disc;
}

.pm-nav ul li {
  list-style: none;
}

ul.breadcrumb li {
  list-style: none;
}

ul.dropdown-menu li {
  list-style: none;
}

ul.nav li {
  list-style: none;
}

ul.pager li {
  list-style: none;
}

ul.nav-breadcrumb li {
  list-style: none;
}

ul.unstyled li {
  list-style: none;
}

ul.blog-list-list li {
  list-style: none;
}

ul.buzz-nav-tabs li {
  list-style: none;
}

ul.socList li {
  list-style: none;
}

ul.tab-drop li {
  list-style: none;
}

ul.banner-home-controls li {
  list-style: none;
}

.latest-press-release-list ul li {
  list-style: none;
}

.link-list ul li {
  list-style: none;
}

ul.nav-breadcrumb li {
  list-style: none;
}

.nav-footer-selector ul li {
  list-style: none;
}

ul.nav-global li {
  list-style: none;
}

ul.nav-global-second-level-list li {
  list-style: none;
}

ul.nav-header-subnav li {
  list-style: none;
}

.login-choice-drop ul li {
  list-style: none;
}

.nav-list ul li {
  list-style: none;
}

ul.news-alerts-bar-links li {
  list-style: none;
}

ul.news-alerts-bar-icons li {
  list-style: none;
}

ul.pdp-main-tab-side li {
  list-style: none;
}

ul.pdp-buy-filter-molecule li {
  list-style: none;
}

ul.pdp-buy-filter-atom li {
  list-style: none;
}

ul.pdp-buy-legend li {
  list-style: none;
}

.buy-box-offer ul li {
  list-style: none;
}

ul.pdp-info-guides-list li {
  list-style: none;
}

.press-release-sl-content ul li {
  list-style: none;
}

.press-release-sr-form-wrapper ul li {
  list-style: none;
}

.press-release-sr-content ul li {
  list-style: none;
}

ul.product-usage-feature-list li {
  list-style: none;
}

ul.unit-play-list li {
  list-style: none;
}

ul.unit-date-list li {
  list-style: none;
}

ul.thumbnails li {
  list-style: none;
}

ul.ui-menu li.ui-menu-item {
  list-style: none;
}

ol li {
  list-style: decimal;
}

.pdp-feature-cell-text ol li {
  list-style: decimal;
}

.basicFormatting ol.unstyled {
  margin-left: 25px;
}

ul.unstyled li,
ol.unstyled li {
  list-style: none;
}

.product-finder-results-table .media .media-body ul li {
  list-style: none;
}

.product-finder-results-table .pf-results-list > table > tbody > tr.pf-section-item > td:first-child > ul > li {
  list-style: disc;
}

.product-finder-results-grid .media-body ul li {
  list-style: none;
}

.product-finder-comparison-box .pf-comparison-list .media .media-body ul li {
  list-style: none;
}

.multi-product-controls .product .product-name {
  white-space: nowrap;
}

@media print {
  #toggle-pencil {
    display: none!important;
  }
  .vui-preview-toolbar {
    display: none!important;
  }
  #vui-cps-preview-loginWelcome {
    display: none!important;
  }
}

div#blindText-search-metatag[class^="vui-"] + div {
  display: none;
}
