/*!
 * STX Bootstrap to Legacy (Header and Footer)
 *
 * This file includes bootstrap based CSS for just the header
 * and footer display views and adds some patch CSS so that the
 * display views are compatible with the old WORP templates (calling 
 * it "legacy" so we don't see WORP in the file name)
 * 
 */

.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;
}

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%;
}

.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: bold;
  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: bold;
}

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;
}

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: bold;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #dddddd;
  background-image: none;
  border: 1px solid #bbbbbb;
  -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: #bbbbbb;
}

button.btn:hover {
  color: #333333;
  background-color: #bbbbbb;
  border: 1px solid #bbbbbb;
}

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

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: #333333;
  border-color: #666666;
  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: #00a1dd;
  border-color: #007aa6;
}

a.btn-primary:hover,
.btn-primary:hover {
  background-color: #007aa6;
}

a.btn-primary:active,
.btn-primary:active,
a.btn-primary.active,
.btn-primary.active {
  background-color: #00678d;
  border-color: #008fc3;
}

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: #ff992e;
  *background-color: #ff8300;
  background-image: -moz-linear-gradient(top, #ffa84d, #ff8300);
  background-image: -ms-linear-gradient(top, #ffa84d, #ff8300);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa84d), to(#ff8300));
  background-image: -webkit-linear-gradient(top, #ffa84d, #ff8300);
  background-image: -o-linear-gradient(top, #ffa84d, #ff8300);
  background-image: linear-gradient(top, #ffa84d, #ff8300);
  background-repeat: repeat-x;
  border-color: #ff8300 #ff8300 #b35c00;
  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='#ffa84d', endColorstr='#ff8300', 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: #ff8300;
  *background-color: #e67600;
}

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

a.btn-danger,
.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  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='#ee5f5b', endColorstr='#bd362f', 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: #bd362f;
  *background-color: #a9302a;
}

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

a.btn-success,
.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  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='#62c462', endColorstr='#51a351', 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: #51a351;
  *background-color: #499249;
}

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

a.btn-info,
.btn-info {
  background-color: #e53e2f;
  border-color: #b93226;
}

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

a.btn-info:active,
.btn-info:active,
a.btn-info.active,
.btn-info.active {
  background-color: #9e3226;
  border-color: #d74d3b;
}

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;
}

/* STX Display Views */

/*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: bold;
  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;
}

#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: bold;
  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: bold;
  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: #00a1dd;
  border: 1px solid #007aa6;
  -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: #007aa6;
}

a.nav-learn-more:active {
  background-color: #00678d;
  border-color: #008fc3;
}

.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;
}

.mega-nav > li > a:hover {
  text-decoration: 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: #f8f8f8;
}

.clear-both {
  clear: both;
}

#LocaleSelector div.modal-body {
  padding-right: 0;
}

.nav-footer-line {
  min-height: 1px;
  margin-bottom: 14px;
  background-color: #e8e8e8;
}

.nav-footer {
  padding-top: 10px;
  padding-bottom: 15px;
  clear: both;
  font-size: 12px;
  background-color: #f8f8f8;
}

.nav-footer-wrapper {
  background-color: #F8F8F8;
}

.nav-footer-wrapper-legacy {
  padding-bottom: 21px;
}

.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-copy li a#LegalPrivacy {
  white-space: nowrap;
}

.nav-footer-links {
  padding-bottom: 5px;
  margin-right: 0;
  margin-left: 0;
}

.nav-footer-links li.nav-footer-divider {
  margin-right: 6px;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}

.nav-footer-links li {
  display: inline-block;
  margin-right: 0;
}

/* .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;
}

.google-plus-small {
  background-position: -180px -48px;
}

.instagram-small {
  background-position: -150px -48px;
}

.weibo-small {
  background-position: -120px -48px;
}

.facebook-small {
  background-position: -90px -48px;
}

.linkedin-small {
  background-position: -60px -48px;
}

.twitter-small {
  background-position: -30px -48px;
}

.youtube-small {
  background-position: 0 -48px;
}

.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;
}

.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 61px;
}

.nav-footer-unchecked {
  display: none;
  background-position: -179px 61px;
}

.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;
  }
}

/*worp only styles for new footer */

.nav-footer {
  width: 980px;
  margin: auto;
}

.nav-footer-links {
  font-family: Helvetica, Arial, sans-serif;
}

.link-icon {
  background-image: url(/ww/universal/images/nav-sprite.png);
}

.globe-icon {
  background-image: url(/ww/universal/images/nav-sprite.png);
}

.nav-footer-checked,
.nav-footer-unchecked {
  background-image: url(/ww/universal/images/nav-sprite.png);
}

.container {
  width: 940px;
}

.span12 {
  float: left;
  width: 940px;
  margin-left: 20px;
}

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

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

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

.row:after {
  clear: both;
}

body {
  background: none;
}

.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 .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-logo a,
.home-page .gn-container.gn-post-sticky .gn-logo a {
  background-image: url('../images/stx-staticlogo-drk-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-drk-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: bold;
  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: bold;
  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;
}

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

.gn-logo .seagate-portal-logo {
  color: #000;
}

.gn-search .gn-search-btn {
  height: 25px;
  text-indent: 0;
  background: #00a1dd;
}

.seagate .gn-store > a.btn {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-indent: 0;
  background: #00a1dd;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.seagate .gn-store > a.btn:hover,
.seagate .gn-store > a.btn:active {
  background: #007aa6;
}

.global-nav-oz {
  font-size: 16px;
  line-height: 23px;
}

.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;
}

.btn {
  text-indent: 0;
  background: 0;
}

.gn-promo-content img {
  max-width: 100%;
}

:lang(ar-em) #LocaleSelector {
  direction: rtl;
}
