API/*
  Pass through a property and color value
*/
/*
	#header {
		@include rgba(color, #000, 0.8);  
		or
		@include rgba(color, #000);
	}
*/
.__image-replace {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.__clearfix, #p-nav ul, .utilitynav, .footer-menu {
  zoom: 1;
}
.__clearfix:before, #p-nav ul:before, .utilitynav:before, .footer-menu:before, .__clearfix:after, #p-nav ul:after, .utilitynav:after, .footer-menu:after {
  content: "";
  display: table;
}
.__clearfix:after, #p-nav ul:after, .utilitynav:after, .footer-menu:after {
  clear: both;
}

.__inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*= @group RESET
---------------------------------------------------------------------- */
/*
  Based on normalize.css
  http://html5boilerplate.com/docs/The-style/
  http://necolas.github.com/normalize.css/
*/
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;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
}

/* Selections */
/* Must be declared separately */
::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

/*= @group TYPOGRAPHY
---------------------------------------------------------------------- */
/* Default context. This is ~= 16px over 21px line-height  */
/* Change these values to suit your chosen typefaces */
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/
body {
  /* 16px / 24px */
  font-size: 1em;
  line-height: 1.375em;
}

.tiny, .breadcrumbs {
  /* 11px / 18px */
  font-size: 0.6875em;
  line-height: 1.5em;
}

.smaller, .utilitynav li, .comparison figure figcaption, .figure figure figcaption, .single-product-cat article .recommended-for, .recommended-for, .attributes li, .site-map-group span,
.region-category span {
  /* 12px / 18px */
  font-size: 0.75em;
  line-height: 1.375em;
}

.small, .fontface #p-nav ul ul a, .subnav a, .child-preview h1 a, .comparison figcaption, .figure figcaption, .mini-feature p, .announcement .date, .announcement footer, .top-tips article p, .top-tips article ul, .top-tips article ol, .mini-promo p, .product-category article h3, .product-category article p, .single-product-cat article h3, .cat-summary, .product aside.featured h4, .product aside.featured ol {
  /* 13px / 18px */
  font-size: 0.8125em;
  line-height: 1.26923em;
}

.normal {
  /* 16px / 24px */
  font-size: 1em;
  line-height: 1.375em;
  /* 24 */
}

.large, .four-oh-four h1 {
  /* 26 / 36px */
  font-size: 1.625em;
  line-height: 1.26923em;
}

.huge, .ie h1 {
  /* 42px / 48px */
  font-size: 2.625em;
  line-height: 1.04762em;
}

.massive {
  /* 68px / 72px */
  font-size: 4.25em;
  line-height: 0.97059em;
}

.gigantic {
  /* 110px / 120px */
  font-size: 6.875em;
  line-height: 1em;
}

.ie body {
  width: 40em;
  margin: 0 auto;
  font-size: 1.0625em;
}

.ie h1 {
  margin: 1.14286em 0 0.57143em;
}

/*= @group FONT STACKS
---------------------------------------------------------------------- */
/* Default font stack */
body, select, input, textarea, button {
  font-family: "FrutigerLTW01-55Roman", verdana, sans-serif;
}

/* Display font stack */
h1, h2, h3, h4, h5, h6 {
  font-family: "FrutigerLTW01-77BlackCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Alternate font stack (e.g., if using mainly sans-serif, maybe use a serif) */
blockquote, figcaption {
  font-family: georgia, serif;
}

/* Monospace font stack, for code samples and preformatted content */
pre, code, kbd, samp {
  font-family: "Menlo", "Bitstream Vera Sans", Monaco, "Andale Mono", "Lucida Console", "Droid Mono", monospace;
}

/*= @group TYPOGRAPHIC HEIRACHY
---------------------------------------------------------------------- */
/* optimizeLegibility for main headings only */
/* Consider: http://www.aestheticallyloyal.com/public/optimize-legibility/ */
h1, h2, h3 {
  text-rendering: optimizeLegibility;
}

/* Font weights and variants */
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
}

h1, h2, h3 {
  color: #555c69;
  font-family: "FrutigerLTW01-77BlackCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5 {
  text-transform: uppercase;
}

h6 {
  font-style: italic;
}

h1 {
  font-size: 1.75em;
  margin: 0 0 0.75em 0;
}

h2 {
  font-size: 1.6875rem;
  line-height: 1.22222em;
  margin: 2.75rem 0 1.62963em 0;
}

h3 {
  font-size: 1.375rem;
  line-height: 1em;
  margin: 0 0 1em 0;
}

h4 {
  font-size: 1.0625em;
  margin: 1.23529em 0 0.41176em 0;
}

h5, h6 {
  font-size: 0.875em;
  margin: 1.3125em 0 0.4375em 0;
}

/*= @group ELEMENTS
---------------------------------------------------------------------- */
/*= @group Links
---------------------------------------------------------------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}

a:link {
  text-decoration: none;
  border-bottom: 1px solid;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

/*= @group Text Level Elements
---------------------------------------------------------------------- */
/* Paragraphs */
p {
  margin: 0 0 1em 0;
}

/* Lists */
ul, ol, dl {
  margin: 0 0 1.3125em;
  padding: 0;
}

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

ul li, ol li {
  margin-left: 1.3125em;
}

ul li {
  list-style: disc outside;
}

ol li {
  list-style: outside decimal;
}

ul li ul {
  margin: 0.5em 0 0 1em;
}

dl dt {
  font-weight: bold;
}

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

nav ul, nav ol {
  list-style: none;
}

/* Text Marking */
ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

b, strong {
  font-family: "Frutiger LT W01 65 Bold", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
}

i, em {
  font-family: "FrutigerLTW01-56Italic", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
}

abbr {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.3125em;
}

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

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*= @group Embeded Content
---------------------------------------------------------------------- */
/* _width hack is for IE6 and below */
img, embed, object, video {
  max-width: 100%;
  _width: 100%;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

/*= @group FIGURES
---------------------------------------------------------------------- */
figure {
  margin: 0;
}

figcaption {
  font-style: italic;
}

/*= @group QUOTES
---------------------------------------------------------------------- */
q {
  quotes: none;
}

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

q, cite, blockquote {
  font-style: italic;
}

/*= @group CODE
---------------------------------------------------------------------- */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  padding: 0 0.2em;
}

pre, .code {
  margin-bottom: 1.3125em;
  padding: 1em 1.3125em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

pre code, .code code {
  background-color: transparent;
  border: none;
  padding: 0;
}

.code li {
  list-style-type: decimal-leading-zero;
}

/*= @group TABLES
---------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*= @group FORMS
---------------------------------------------------------------------- */
form {
  margin: 0 0 22;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
  *margin: 0 0 5px 145px;
  /* IE6-7 */
  *line-height: 1.5;
  /* IE6-7 */
  color: #333333;
}

label,
input,
select,
textarea {
  font-size: 0.8125em;
}

label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #333333;
}

div.input {
  margin-left: 150px;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
select,
.uneditable-input {
  display: inline-block;
  padding: 4px;
  color: #666666;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

textarea {
  height: auto;
}

.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

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

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

input[type=text],
input[type=password],
select, textarea {
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #cccccc;
  background-color: #f8f7ef;
}

form div.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label,
form div.error span.help-inline,
form div.error span.help-block {
  color: #9d261d;
}
form div.error input[type=text],
form div.error input[type=password],
form div.error textarea {
  border-color: #c87872;
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.error input[type=text]:focus,
form div.error input[type=password]:focus,
form div.error textarea:focus {
  border-color: #b9554d;
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.error .input-prepend span.add-on,
form div.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}

.input-mini, input.mini, textarea.mini, select.mini {
  width: 60px;
}

.input-small, input.small, .announcement input.date, input.cat-summary, textarea.small, .announcement textarea.date, textarea.cat-summary, select.small, .announcement select.date, select.cat-summary {
  width: 90px;
}

.input-medium, input.medium, textarea.medium, select.medium {
  width: 150px;
}

.input-large, input.large, textarea.large, select.large {
  width: 210px;
}

.input-xlarge, input.xlarge, textarea.xlarge, select.xlarge {
  width: 270px;
}

.input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge {
  width: 530px;
}

textarea.xxlarge {
  overflow-y: scroll;
}

input[readonly]:focus,
textarea[readonly]:focus,
input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.actions {
  background: #f5f5f5;
  margin: 22 0;
  padding: 21px 20px 22px 150px;
  border-top: 1px solid #ddd;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}

.help-inline,
.help-block {
  font-size: 0.75em;
  line-height: 0.54545em;
  color: #cccccc;
}

.help-inline {
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}

.help-block {
  display: block;
  max-width: 600px;
}

.inline-inputs {
  color: #666666;
}
.inline-inputs span, .inline-inputs input[type=text] {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small, .inline-inputs .announcement input.date, .announcement .inline-inputs input.date, .inline-inputs input.cat-summary {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}

.input-prepend input[type=text],
.input-prepend input[type=password],
.input-append input[type=text],
.input-append input[type=password] {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 4px 4px 4px 5px;
  color: #cccccc;
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
  border-right-width: 0;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}

.input-append input[type=text],
.input-append input[type=password] {
  float: left;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list li label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.inputs-list li label strong {
  color: #666666;
}
.inputs-list li label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list li ul.inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list li:first-child {
  padding-top: 5px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
}

.form-stacked fieldset {
  padding-top: 11;
  margin-bottom: 1em;
  padding: 1em;
}
.form-stacked legend {
  margin-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .cf, .form-stacked #masthead hgroup, #masthead .form-stacked hgroup, .form-stacked *[role="main"], .form-stacked .main, .form-stacked .child-preview, .form-stacked .comparison, .form-stacked .figure, .form-stacked #globalfooter, .form-stacked .sub-sections, .form-stacked .product-category, .form-stacked .product aside.featured, .product .form-stacked aside.featured, .form-stacked .other-movies {
  margin-bottom: 11;
}
.form-stacked .cf div.input, .form-stacked #masthead hgroup div.input, #masthead .form-stacked hgroup div.input, .form-stacked *[role="main"] div.input, .form-stacked .main div.input, .form-stacked .child-preview div.input, .form-stacked .comparison div.input, .form-stacked .figure div.input, .form-stacked #globalfooter div.input, .form-stacked .sub-sections div.input, .form-stacked .product-category div.input, .form-stacked .product aside.featured div.input, .product .form-stacked aside.featured div.input, .form-stacked .other-movies div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn.primary {
  color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiMzA2YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2b306a), color-stop(100%, #ffe600));
  background-image: -moz-linear-gradient(#2b306a, #ffe600);
  background-image: -webkit-linear-gradient(#2b306a, #ffe600);
  background-image: linear-gradient(#2b306a, #ffe600);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #FFE600 #FFE600 #b3a100;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/*= @group Layout
---------------------------------------------------------------------- */
/* --- Gridpak variables ---*/
#canvas {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 34px;
}

.header-canvas {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 34px;
}

.c, #masthead {
  margin-left: 0;
}

.container {
  margin-bottom: 1.375em;
  padding-bottom: 1.375em;
}

.default .main {
  width: 77.77778%;
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-left-width: 34px;
  padding: 0 10px;
  margin-left: 0;
  float: right;
  margin-top: 0em;
  padding-top: 1.375em;
}

.default .subnav {
  width: 22.22222%;
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-left-width: 34px;
  padding: 0 10px;
  margin-left: 0;
  border-left: 0;
  margin-top: 1.375em;
  padding-top: 1.375em;
}

.oldie .default .subnav {
  width: 20%;
}

.ie6 .default .main,
.ie7 .default .main {
  width: 75%;
}

/*= @group Module
---------------------------------------------------------------------- */
.slidecontrols li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.slidecontrols a, .slidecontrols a:visited, .slidecontrols a.carousel-disabled {
  position: absolute;
  z-index: 20;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -999em;
  overflow: hidden;
  border: 0;
}
.slidecontrols a:hover, .slidecontrols a:visited:hover, .slidecontrols a.carousel-disabled:hover {
  background-position: 0 -22px;
}
.slidecontrols .carousel-next {
  right: -5%;
  background-image: url('_img/misc/timeline-arrow-right.png?1441773631');
}
.slidecontrols .carousel-prev {
  left: -5%;
  background-image: url('_img/misc/timeline-arrow-left.png?1441773631');
}

.carousel-tabs {
  clear: both;
}

.carousel-active-tab {
  color: red;
}

.carousel-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 1em 0 0;
  margin: 1em 0 0;
  clear: both;
  text-align: center;
}
.carousel-tabs li {
  padding: 0;
  margin: 0;
  display: inline-block;
  padding: 0 2px;
}
.carousel-tabs a {
  background: #ddd;
  display: inline-block;
  height: 10px;
  text-indent: -9999px;
  width: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.carousel-tabs a:hover {
  border-bottom: 0;
}

.ie .carousel-tabs li,
.ie .carousel-tabs a {
  display: block;
  float: left;
}

.carousel-tabs .carousel-active-tab a {
  background: #777;
}

.events {
  font: normal 11px/1.4 arial, helvetica, sans-serif;
}

#timeline {
  width: 800px;
  overflow: hidden;
  margin: 100px auto;
  position: relative;
  background: url('_img/misc/dot.png?1441773631') left 45px repeat-x;
}
#timeline #dates {
  width: 800px;
  height: 60px;
  overflow: hidden;
}
#timeline #dates li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}
#timeline #dates a {
  display: block;
  line-height: 40px;
  padding-bottom: 10px;
  background: url('_img/misc/dot-bigger.png?1441773631') center bottom no-repeat;
  border-bottom: 0;
  font-family: "FrutigerLTW01-77BlackCn", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 900;
  color: #cccccc;
  cursor: pointer;
}
#timeline #dates a:hover {
  color: #555c69;
  background-image: url('_img/misc/dot-bigger-hover.png?1441773631');
}
#timeline #dates .selected {
  font-size: 38px;
  background-image: url('_img/misc/dot-bigger-active.png?1441773631');
  color: #000;
}
#timeline #issues {
  width: 800px;
  overflow: hidden;
}
#timeline #issues li {
  padding: 0;
  margin: 0;
  width: 800px;
  list-style: none;
  float: left;
}
#timeline #issues li.selected img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
#timeline #issues li img {
  float: none;
  margin: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /* IE 6 & 7 */
  zoom: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
#timeline #grad_left,
#timeline #grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}
#timeline #grad_left {
  left: 0;
  background: url("../images/grad_left.png") repeat-y;
}
#timeline #grad_right {
  right: 0;
  background: url("../images/grad_right.png") repeat-y;
}
#timeline #next,
#timeline #prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 22px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  border-bottom: 0;
}
#timeline #next:hover,
#timeline #prev:hover {
  background-position: 0 -22px;
}
#timeline #next.disabled,
#timeline #prev.disabled {
  opacity: 0.2;
}
#timeline #next {
  right: 0;
  background-image: url('_img/misc/timeline-arrow-right.png?1441773631');
}
#timeline #prev {
  left: 0;
  background-image: url('_img/misc/timeline-arrow-left.png?1441773631');
}

/*= @group State
---------------------------------------------------------------------- */
/*= @group Color
---------------------------------------------------------------------- */
/*= @group Common
---------------------------------------------------------------------- */
html {
  -webkit-tap-highlight-color: black;
}

body {
  color: #333333;
  background-color: #fefefe;
}

/* Selections */
/* Must be declared separately */
::-moz-selection {
  color: #000;
  background: #FFE600;
}

::selection {
  color: #000;
  background: #FFE600;
}

ins, mark {
  background-color: #eacf00;
}

a:link {
  color: #333;
  border-color: transparent;
}

a:visited {
  color: #333;
}

a:hover {
  color: #000;
  border-bottom-color: #000;
}

a:active {
  color: #000;
}

/* Colors for form validity */
/*= @group Layout
---------------------------------------------------------------------- */
/*= @group Module
---------------------------------------------------------------------- */
/*= @group State
---------------------------------------------------------------------- */
body {
  background: white;
}

#masthead {
  margin-bottom: 12px;
  position: relative;
}
#masthead hgroup {
  float: left;
}
#masthead h1 {
  margin: 0;
  padding: 0;
  padding: 24px 14px 24px 0;
  float: left;
}
#masthead h1 a {
  border: 0;
}
#masthead h1 img {
  float: left;
  display: block;
  margin: 0;
}

.ie8 #masthead h1 {
  width: 68px;
}

#masthead.distributor {
  background-color: #41444a;
  background: #494e56 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5NGU1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #494e56 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #44484f), color-stop(100%, #494e56));
  background: #494e56 no-repeat -moz-linear-gradient(top, #44484f, #494e56);
  background: #494e56 no-repeat -webkit-linear-gradient(top, #44484f, #494e56);
  background: #494e56 no-repeat linear-gradient(to bottom, #44484f, #494e56);
  color: #ffffff;
}
#masthead.distributor #p-nav ul.primary {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#masthead.distributor #p-nav ul.primary li#home {
  border-left: 1px solid #ccc;
}
#masthead.distributor #p-nav ul.primary ul {
  border: 1px solid #dedfdf;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0 3px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0 3px;
}
#masthead.distributor #p-nav #ftrl {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  right: 0px;
  top: 0px;
  background: #5b5f67 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkODI4YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViNWY2NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #5b5f67 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7d828b), color-stop(100%, #5b5f67));
  background: #5b5f67 no-repeat -moz-linear-gradient(top, #7d828b, #5b5f67);
  background: #5b5f67 no-repeat -webkit-linear-gradient(top, #7d828b, #5b5f67);
  background: #5b5f67 no-repeat linear-gradient(to bottom, #7d828b, #5b5f67);
}
#masthead.distributor #p-nav #ftrl:hover {
  background: #ffe605 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTYzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTYwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #ffe605 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe633), color-stop(100%, #ffe605));
  background: #ffe605 no-repeat -moz-linear-gradient(top, #ffe633, #ffe605);
  background: #ffe605 no-repeat -webkit-linear-gradient(top, #ffe633, #ffe605);
  background: #ffe605 no-repeat linear-gradient(to bottom, #ffe633, #ffe605);
  border-bottom-color: #ffe60a;
  border-right-color: #ffe60a;
}
#masthead.distributor #site-id {
  right: 0px;
  float: right;
  position: relative;
  text-align: right;
}
#masthead.distributor #site-id .official {
  font-size: 11px;
  color: #8c8c8c;
  line-height: 1.5em;
}
#masthead.distributor #site-id .region {
  margin-bottom: 2px;
}
#masthead.distributor .utilitynav {
  right: -6px;
  position: relative;
  float: right;
  clear: right;
  top: 14px;
}
#masthead.distributor .utilitynav a {
  color: #fff;
}
#masthead.distributor .utilitynav li.global {
  background: transparent url('_img/misc/icon-global-inverted.gif?1454026971') 0 0px no-repeat;
}

.brand-statement {
  font-weight: 400;
  font-style: italic;
  font-size: 0.875em;
  line-height: 1.57143;
  margin: 20px 0 0 0;
  padding: 46px 0 0 0;
  color: #000;
  float: left;
  font-family: "FrutigerLTW01-56Italic", "FrutigerLTW01-55Roman", verdana, sans-serif;
}

.oldie #p-nav ul ul {
  background: white;
}

#p-nav {
  clear: both;
  background: #f0f0f0 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #f0f0f0 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f0f0f0));
  background: #f0f0f0 no-repeat -moz-linear-gradient(top, #fbfbfb, #f0f0f0);
  background: #f0f0f0 no-repeat -webkit-linear-gradient(top, #fbfbfb, #f0f0f0);
  background: #f0f0f0 no-repeat linear-gradient(to bottom, #fbfbfb, #f0f0f0);
  border-bottom: 1px solid #dedfdf;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 1px 0 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 1px 0 3px;
  box-shadow: rgba(0, 0, 0, 0.08) 1px 0 3px;
}
#p-nav ul {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 1px 0 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 1px 0 3px;
  box-shadow: rgba(0, 0, 0, 0.08) 1px 0 3px;
  background: #f0f0f0 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #f0f0f0 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f0f0f0));
  background: #f0f0f0 no-repeat -moz-linear-gradient(top, #fbfbfb, #f0f0f0);
  background: #f0f0f0 no-repeat -webkit-linear-gradient(top, #fbfbfb, #f0f0f0);
  background: #f0f0f0 no-repeat linear-gradient(to bottom, #fbfbfb, #f0f0f0);
  margin-bottom: 0;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 3;
}
#p-nav ul > li {
  float: left;
}
#p-nav ul ul {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 1px 0 3px, rgba(0, 0, 0, 0.08) 0 2px 2px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 1px 0 3px, rgba(0, 0, 0, 0.08) 0 2px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.08) 1px 0 3px, rgba(0, 0, 0, 0.08) 0 2px 2px inset;
  background: #f6f6f6 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #f6f6f6 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f6f6f6));
  background: #f6f6f6 no-repeat -moz-linear-gradient(top, #fbfbfb, #f6f6f6);
  background: #f6f6f6 no-repeat -webkit-linear-gradient(top, #fbfbfb, #f6f6f6);
  background: #f6f6f6 no-repeat linear-gradient(to bottom, #fbfbfb, #f6f6f6);
  display: none;
  position: absolute;
  top: 34px;
  margin-top: 0;
  left: -17px;
  width: 220px;
  padding: 11px 0 11px;
  cursor: pointer;
}
#p-nav ul ul li {
  border-right: 0;
  float: none;
  display: block;
}
#p-nav ul ul li:last-child a {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: transparent;
}
#p-nav ul ul li:hover {
  background: #FFE600;
}
#p-nav ul ul a, #p-nav ul ul a:visited, #p-nav ul ul a:active {
  -moz-box-shadow: white 0 1px 0px;
  -webkit-box-shadow: white 0 1px 0px;
  box-shadow: white 0 1px 0px;
  display: block;
  float: none;
  margin: 0 20px;
  padding-left: 3px;
  padding-right: 3px;
  border-bottom: 1px solid #e3e3e3;
  background: transparent !important;
}
#p-nav ul ul a:hover, #p-nav ul ul a:visited:hover, #p-nav ul ul a:active:hover {
  -moz-box-shadow: white 0 1px 0px;
  -webkit-box-shadow: white 0 1px 0px;
  box-shadow: white 0 1px 0px;
  background: none;
  border-bottom: 1px solid #e3e3e3;
}
#p-nav li {
  margin-right: 0;
  border-right: 1px solid #cccccc;
  position: relative;
}
#p-nav li:hover ul {
  display: block;
}
#p-nav a {
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  float: left;
  padding: 6px 20px;
  cursor: pointer;
  border-bottom: 0;
  text-shadow: none;
  text-decoration: none;
}
#p-nav a:hover {
  text-decoration: none;
  border-bottom: 0;
  background: #FFE600;
}
#p-nav .active a {
  background: #FFE600;
  color: #000;
}
#p-nav #home a {
  text-indent: -999em;
  width: 31px;
  background-image: url('_img/misc/icon-home.png?1441773631');
  background-repeat: no-repeat;
  background-position: 50%;
}
#p-nav #ftrl {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  background: #555c69 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3N2Q4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NWM2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #555c69 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777d87), color-stop(100%, #555c69));
  background: #555c69 no-repeat -moz-linear-gradient(top, #777d87, #555c69);
  background: #555c69 no-repeat -webkit-linear-gradient(top, #777d87, #555c69);
  background: #555c69 no-repeat linear-gradient(to bottom, #777d87, #555c69);
  border: 1px solid #555c69;
  border-top-color: #cccccc;
  border-left: 0;
  position: absolute;
  right: -3px;
  top: -1px;
  bottom: 0px;
}
#p-nav #ftrl:hover {
  background: #ffe605 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTYzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTYwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #ffe605 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe633), color-stop(100%, #ffe605));
  background: #ffe605 no-repeat -moz-linear-gradient(top, #ffe633, #ffe605);
  background: #ffe605 no-repeat -webkit-linear-gradient(top, #ffe633, #ffe605);
  background: #ffe605 no-repeat linear-gradient(to bottom, #ffe633, #ffe605);
  border-bottom-color: #ffe60a;
  border-right-color: #ffe60a;
}
#p-nav #ftrl a {
  color: white;
  text-transform: uppercase;
  background: url('_img/misc/glasses.png?1441773631') no-repeat 5px 50%;
  padding-left: 40px;
}
#p-nav #ftrl a:hover {
  background-image: url('_img/misc/glasses-dark.png?1441773631');
  color: black;
}

.oldie #p-nav #ftrl {
  background-color: #555c69;
}
.oldie #p-nav #ftrl:hover {
  background-color: #ffe605;
  border-right: 1px solid #CCC;
}

.ie6 #p-nav ul ul,
.ie7 #p-nav ul ul {
  display: none;
}

.oldie #p-nav ul {
  background: #fbfbfb;
}

.oldie #p-nav {
  background: #fbfbfb;
}

.fontface #p-nav a {
  font-size: 14px;
  font-family: "FrutigerLTW01-77BlackCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.fontface #p-nav ul ul a {
  font-family: "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
}

.breadcrumbs {
  line-height: 2em;
  font-weight: 100;
  margin-bottom: 1.5em;
}
.breadcrumbs * {
  display: inline-block;
  margin: 0 6px;
}
.breadcrumbs a {
  border-bottom: 0;
  padding: 0 2px;
}
.breadcrumbs a:hover {
  background: rgba(234, 207, 0, 0.5);
  color: black;
}
.breadcrumbs a.home {
  background: transparent url('_img/misc/icon-crumbs-home.png?1441773631') 0 0px no-repeat;
  width: 22px;
  height: 22px;
  text-indent: -999em;
  overflow: hidden;
  margin: 0;
  line-height: 22px;
}

.ie8 .breadcrumbs a.home {
  margin-bottom: -6px;
}

.utilitynav, .utilitynav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.utilitynav {
  position: absolute;
  right: 0;
  top: 80px;
}
.utilitynav > * {
  float: left;
}
.utilitynav li {
  margin-right: 6px;
  line-height: 1em;
}
.utilitynav li:last-child:after {
  content: '';
}
.utilitynav li.global {
  background: transparent url('_img/misc/icon-global.gif?1441773631') 0 0px no-repeat;
}
.utilitynav li.global a {
  padding-right: 0;
}
.utilitynav a {
  padding: 6px 12px 6px 14px;
  border-bottom: none;
}
.utilitynav a:hover {
  text-decoration: underline;
}

#site-id {
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 90%;
}

.subnav {
  background: #edeeef;
  padding: 0 !important;
}
.subnav nav {
  padding-top: 0.6875em;
  padding-bottom: 0.6875em;
}
.subnav ul {
  margin-left: 0;
}
.subnav ul ul {
  background: #dcdddd;
  margin-top: 0;
  padding-bottom: 0.6875em;
}
.subnav a {
  padding: .846153846em 1.692307692em;
  border-bottom: 0;
  display: block;
  cursor: pointer;
  position: relative;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.subnav a:hover:before {
  content: '\2192';
  position: relative;
  left: -1.307692308em;
  margin-right: -1em;
  color: #666666;
}
.subnav .active > a, .subnav .active_parent > a {
  background: #eacf00;
  color: #000;
}
.subnav .active > a:before, .subnav .active_parent > a:before {
  content: '\2192';
  position: relative;
  left: -1.307692308em;
  margin-right: -1em;
}
.subnav .active_parent li a, .subnav .active li a {
  padding-left: 2.769230769em;
}
.subnav .active_parent .active > a, .subnav .active .active > a {
  background: #acadad;
  color: #fff;
}

*[role="main"] {
  margin-bottom: 1.375em;
  padding-bottom: 1.375em;
}
*[role="main"] > header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1.375em;
}
*[role="main"] > header h1 {
  font-size: 36px;
  line-height: 1em;
  margin-bottom: .305555556em;
}
*[role="main"] > header p {
  max-width: 55em;
  font-family: "FrutigerLTW01-45Light", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 100;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #555c69;
}

.ie7 .main header {
  padding-bottom: 22px;
}

.main {
  margin-bottom: 1.375em;
  padding-bottom: 1.375em;
}
.main article p a, .main article p a:visited {
  color: #93b463;
}

.child-preview {
  margin: 1.375em 0;
  padding: 1.375em 0;
  clear: both;
}
.child-preview img {
  float: left;
  margin-right: 22px;
}
.child-preview h1 a {
  color: #555c69;
  font-family: "Frutiger LT W01 65 Bold", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
}
.child-preview p {
  padding-right: 20%;
}

.align-l {
  float: left;
  clear: left;
  margin-right: 34px;
  margin-bottom: 1.375em;
}

.align-r {
  float: right;
  clear: right;
  margin-left: 34px;
  margin-bottom: 1.375em;
}

.align-b {
  float: none;
  display: block;
  margin-bottom: 1.375em;
}

.comparison, .figure {
  background: #ededee;
  padding: 2%;
  margin: 1.375em 0;
}
.comparison figcaption, .figure figcaption {
  font-family: "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
  clear: both;
  margin-top: 1em;
  padding: 1em 2%;
  color: #666666;
}
.comparison figure, .figure figure {
  float: left;
  width: 48%;
  padding: 0 1%;
  margin-bottom: 1em;
}
.comparison figure img, .figure figure img {
  display: block;
  margin: 0 auto;
}
.comparison figure figcaption, .figure figure figcaption {
  color: #333;
  text-align: center;
  font-family: "Frutiger LT W01 65 Bold", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}

#globalfooter {
  clear: both;
  margin-top: 2.75em;
  margin-bottom: 2.75em;
  border-top: 1px solid #000;
  padding-top: 1.375em;
}

.footer-menu {
  float: left;
}
.footer-menu > li {
  float: left;
}
.footer-menu li {
  font-size: 0.6875em;
  line-height: 2em;
  color: #000;
  margin-right: 11px;
}
.footer-menu a, .footer-menu a:active, .footer-menu a:visited {
  padding-left: 15px;
  background: url('_img/misc/black-arrow.png?1441773631') no-repeat 0 0;
  text-decoration: none;
}

.copyright {
  float: right;
  text-align: right;
  font-size: 0.625em;
  line-height: 18/110em;
}

.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.hero.single {
  width: 100%;
}
.hero .banner {
  position: relative;
  overflow: hidden;
  max-height: 400px;
  width: 100%;
}
.hero .feature-pic {
  z-index: 1;
}
.hero h1, .hero p, .hero a {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border: none;
}
.hero h1 {
  position: absolute;
  top: 35%;
  left: 2%;
  z-index: 2;
}
.hero .promo-content {
  position: absolute;
  top: 50%;
  left: 2%;
  z-index: 2;
}
.hero img {
  width: auto;
}

.sub-sections {
  margin: 0 0 2.75em 0;
  padding: 1.375em 0;
  border-bottom: 1px solid #cccccc;
}

.home .mini-feature {
  width: 24%;
  margin-right: 1%;
  float: left;
}
.home .mf-4, .home .mf-3 {
  margin-right: 0;
  float: right;
  margin-left: 1%;
}

.ie7 .home .mf-3 {
  margin-left: 0.8%;
}

.mini-feature {
  text-transform: uppercase;
}
.mini-feature h2 {
  font-size: 1.125em;
  line-height: 1.22222em;
  margin-bottom: 0;
  margin-top: 10px;
}
.mini-feature p {
  color: #555c69;
  margin-bottom: 0;
}
.mini-feature a {
  padding: 5px 0px;
  display: block;
  border-bottom: 0;
  position: relative;
}
.mini-feature img {
  display: block;
  border: 0px solid transparent;
  margin: 0;
}
.mini-feature a:hover img {
  outline: 5px solid #555c69;
}

.announcements {
  width: 53.8461538%;
  float: left;
  margin-right: 3.8461538%;
}
.announcements > h1 {
  font-size: 1.375em;
  line-height: 1em;
}

.announcement {
  margin-bottom: 1.375em;
}
.announcement h1 {
  font-size: 0.875em;
  line-height: 1.57143em;
  margin-bottom: 0;
}
.announcement .date {
  color: #666666;
  margin-bottom: 0;
}
.announcement .summary {
  font-size: 0.875em;
  line-height: 1.57143em;
  padding-right: 07.6923077%;
  color: #555c69;
}
.announcement footer a {
  color: #93b463;
}
.announcement footer a:visited {
  color: #93b463;
}

.top-tips {
  width: 42.3076923%;
  float: left;
  margin-right: 0;
  background: #d2d8e2;
}
.top-tips > div {
  padding: 22px;
}
.top-tips header {
  border-bottom: 1px solid #666666;
  margin-bottom: 1.375em;
}
.top-tips header h1 {
  font-size: 0.875em;
  line-height: 1.57143em;
  text-transform: uppercase;
  padding-left: 22px;
  background: transparent url('_img/misc/icon-eye-dark.png?1441773631') 0 -2px no-repeat;
}
.top-tips article {
  padding-top: 1.375em;
}
.top-tips article h1 {
  font-size: 1em;
}
.top-tips .where-when {
  padding-top: 2.75em;
  margin-top: 2.75em;
  border-top: 1px solid #666666;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.top-tips .where-when li {
  list-style: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 22px;
  margin-left: 0;
  line-height: 22px;
  font-family: "FrutigerLTW01-45Light", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 100;
}
.top-tips .where-when li strong {
  font-family: "Frutiger LT W01 65 Bold", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
}
.top-tips .where-when .where-home {
  background-image: url('_img/misc/icon-home-light.png?1441773631');
}
.top-tips .where-when .where-office {
  background-image: url('_img/misc/icon-monitor.png?1441773631');
}
.top-tips .where-when .frequency {
  background-image: url('_img/misc/icon-clock.png?1441773631');
}

.mini-promo {
  width: 42.3076923%;
  float: left;
  margin-right: 0;
  background: #6e747f;
  margin-bottom: 1.5em;
}
.mini-promo > div {
  padding: 22px;
}
.mini-promo header {
  border-bottom: 1px solid #7f848e;
  margin-bottom: 1.375em;
}
.mini-promo header h1 {
  font-size: 0.875em;
  line-height: 1.57143em;
  text-transform: uppercase;
  color: white;
}
.mini-promo p {
  color: white;
}
.mini-promo .big_button {
  margin-left: 2em;
  background-image: none;
  background: #555C69;
}

.product-category {
  clear: both;
  padding: 1.375em 0;
  margin: 1.375em 0 2.75em;
  padding-left: 0;
  position: relative;
  min-height: 220px;
}
.product-category header {
  width: 33.33333%;
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-left-width: 34px;
  padding: 0 10px;
  margin-left: 0;
  float: left;
  border-right: 1px solid #cccccc;
  border-left: 0;
}
.product-category header p {
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.57143em;
  padding-right: 10%;
}
.product-category header figure {
  margin: 1.375em 0;
}
.product-category article {
  width: 20%;
  margin: 0 5%;
  margin-bottom: 1.375em;
  float: left;
  min-height: 7em;
}
.product-category article h3 {
  text-transform: uppercase;
  font-weight: 400;
}
.product-category article p {
  color: #555c69;
}

.star_rating small,
.star_rating span {
  float: left;
  display: inline-block;
}
.star_rating span {
  margin-left: 10px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.star_rating .rating_1 {
  width: 17px;
  height: 17px;
  background: url('_img/misc/icon-star-rating.png?1441773631') repeat-x left bottom;
}
.star_rating .rating_2 {
  width: 34px;
  height: 17px;
  background: url('_img/misc/icon-star-rating.png?1441773631') repeat-x;
}
.star_rating .rating_3 {
  width: 51px;
  height: 17px;
  background: url('_img/misc/icon-star-rating.png?1441773631') repeat-x;
}
.star_rating .rating_4 {
  width: 68px;
  height: 17px;
  background: url('_img/misc/icon-star-rating.png?1441773631') repeat-x;
}
.star_rating .rating_5 {
  width: 85px;
  height: 17px;
  background: url('_img/misc/icon-star-rating.png?1441773631') repeat-x;
}

li.star_rating span {
  float: none;
}

.single-product-cat article {
  position: relative;
  margin: 1.375em 0;
  padding: 1.375em 0;
  padding-left: 17.6470588%;
}
.single-product-cat article img {
  position: absolute;
  left: 0;
  top: 1.375em;
}
.single-product-cat article h2 {
  font-family: "Frutiger LT W01 65 Bold", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.single-product-cat article h3 {
  font-family: "Frutiger LT W01 65 Bold", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
}
.single-product-cat article p {
  font-size: 0.875em;
  line-height: 1.57143em;
  color: #555c69;
}
.single-product-cat article .recommended-for {
  line-height: 1.83333em;
}

.cat-banner-image {
  margin-bottom: 22px;
}

.cat-summary {
  font-family: "FrutigerLTW01-56Italic", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
  max-width: 55em;
  color: #666666;
}

.product header {
  position: relative;
  height: 19.25em;
  overflow: hidden;
  border: 0;
  margin-bottom: 2.75em;
}
.product header h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 153px;
  z-index: 2;
  margin-bottom: 0;
  float: left;
  text-indent: -999em;
  overflow: hidden;
  background: #555c69;
}
.product header figure {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1.375em;
  z-index: 3;
}
.product header figure img {
  display: block;
  margin: 0 auto;
}
.product .strapline {
  clear: both;
  margin: 0;
  padding-bottom: 1.375rem;
  font-family: "FrutigerLTW01-45Light", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 100;
  font-size: 2.25rem;
}
.product aside.featured {
  background: #d9d9d5;
  margin: 2.75em 0;
}
.product aside.featured h4 {
  float: left;
  width: 27%;
  margin-right: 3%;
  padding-left: 3%;
  text-transform: uppercase;
  color: rgba(128, 128, 128, 0.8);
}
.product aside.featured ol {
  float: left;
  width: 55%;
  border-left: 1px solid white;
  margin: 0;
  padding: 1.375em 5%;
  font-family: "FrutigerLTW01-56Italic", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 400;
  list-style: circle;
}
.product aside.featured li {
  list-style: circle;
  margin-bottom: 0.6875rem;
}

.secondary-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.375em;
  margin-bottom: 1.375em;
}

.recommended-for, .attributes li {
  font-family: "FrutigerLTW01-45Light", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  padding-left: 22px;
  margin-left: 0;
  line-height: 2em;
  color: #555c69;
  background-position: 0 -1px;
  background-repeat: no-repeat;
  background-image: url('_img/misc/icon-rec-user.png?1441773631');
}
.recommended-for strong, .attributes li strong {
  font-family: "FrutigerLTW01-55Roman", verdana, sans-serif;
  text-transform: none;
  color: #333333;
}

.attributes {
  margin-left: 0;
  padding-left: 0;
}
.attributes li {
  list-style: none;
}
.attributes li.attribute-des {
  background-image: url('_img/misc/icon-cog.png?1441773631');
}
.attributes li.attribute-com {
  background-image: url('_img/misc/icon-heart.png?1441773631');
}
.attributes li.attribute-op {
  background-image: url('_img/misc/icon-eye.png?1441773631');
}

#timeline-holder {
  clear: both;
  margin: 2.75em 0;
  padding: 1.375em 0;
}

#timeline #issues li {
  text-align: center;
}
#timeline #issues li img {
  margin-top: -22px;
  margin-bottom: 22px;
}
#timeline #issues .history-item {
  padding: 2.75em;
}
#timeline #issues .history-item p {
  padding: 0 2.75em 1.375em;
  margin-right: 0;
  font-size: 0.875em;
  line-height: 1.57143em;
  font-weight: normal;
}
#timeline #issues h1 {
  font-family: "FrutigerLTW01-77BlackCn", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 900;
  font-size: 3.75em;
  line-height: 1em;
  margin-bottom: 0;
}
#timeline #issues h2 {
  font-size: 1em;
  line-height: 1.375em;
  margin-top: 0;
}

#lens_selection_tool .error {
  text-align: center;
}
#lens_selection_tool .question {
  display: none;
  padding: 0.5em 1em;
  margin: 5px 0;
  border-radius: 6px;
  border: 1px solid #faf3d5;
  background-color: #fffae5;
}
#lens_selection_tool .question h3 {
  margin: 0.125em 0;
  float: left;
  width: 80px;
  font-size: 2.5rem;
  color: #eacf00;
}
#lens_selection_tool .answer {
  display: none;
  padding: 0.5em 1em;
  margin: 5px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ededed;
  background: #f7f7f7;
}
#lens_selection_tool .answer h3 {
  margin: 0.125em 0;
  float: left;
  width: 80px;
  font-size: 1rem;
}
#lens_selection_tool .answer a {
  border-bottom: 1px solid #444;
}
#lens_selection_tool .answer a:hover {
  border-bottom: 1px solid #807300;
}
#lens_selection_tool ul li {
  margin-left: 0;
}
#lens_selection_tool label.input-label {
  width: auto;
  text-align: left;
  font-family: "FrutigerLTW01-45Light", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 100;
  font-size: 1.125em;
  margin-bottom: 0.25em;
  color: #111;
}
#lens_selection_tool .inputs-list {
  overflow: hidden;
  text-align: left;
}
#lens_selection_tool .inputs-list li:first-child {
  padding-top: 0;
}
#lens_selection_tool .inputs-list li {
  float: left;
  width: auto;
  margin-right: 10px;
}
#lens_selection_tool .inputs-list label a {
  border-bottom: 1px solid #807300;
}
#lens_selection_tool .input {
  margin-left: 80px;
}
#lens_selection_tool .ftrl_button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #555c69 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3N2Q4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NWM2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #555c69 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777d87), color-stop(100%, #555c69));
  background: #555c69 no-repeat -moz-linear-gradient(top, #777d87, #555c69);
  background: #555c69 no-repeat -webkit-linear-gradient(top, #777d87, #555c69);
  background: #555c69 no-repeat linear-gradient(to bottom, #777d87, #555c69);
  font-family: "FrutigerLTW01-77BlackCn", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 900;
  border: 1px solid #555c69;
  border-top-color: #cccccc;
  display: inline-block;
  padding-left: 0;
  font-weight: normal;
  font-size: 0.9em;
  padding: 6px 0;
  margin: 0.5em 0;
  float: right;
}
#lens_selection_tool .ftrl_button:hover {
  background: #ffe605 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTYzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTYwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #ffe605 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe633), color-stop(100%, #ffe605));
  background: #ffe605 no-repeat -moz-linear-gradient(top, #ffe633, #ffe605);
  background: #ffe605 no-repeat -webkit-linear-gradient(top, #ffe633, #ffe605);
  background: #ffe605 no-repeat linear-gradient(to bottom, #ffe633, #ffe605);
  border-color: #ffe60a;
  border-color: #ffe60a;
}
#lens_selection_tool .ftrl_button a {
  color: white;
  text-transform: uppercase;
  background: url('_img/misc/glasses.png?1441773631') no-repeat 5px 50%;
  padding-left: 40px;
  padding: 12px 20px 12px 40px;
}
#lens_selection_tool .ftrl_button a:hover {
  background-image: url('_img/misc/glasses-dark.png?1441773631');
  color: black;
  text-decoration: none;
  border-bottom: none;
}
#lens_selection_tool .info_sv, #lens_selection_tool .info_mf {
  background-color: #ebe6c6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.8em;
  padding: 0.5em 1em;
  margin: 0.75em 0;
  display: none;
}

.oldie .ftrl_button {
  background-color: #555c69;
}
.oldie .ftrl_button:hover {
  background-color: #ffe605;
  border-right: 1px solid #CCC;
}

.ftrl_button, .fas_button, .big_button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #555c69 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3N2Q4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NWM2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #555c69 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777d87), color-stop(100%, #555c69));
  background: #555c69 no-repeat -moz-linear-gradient(top, #777d87, #555c69);
  background: #555c69 no-repeat -webkit-linear-gradient(top, #777d87, #555c69);
  background: #555c69 no-repeat linear-gradient(to bottom, #777d87, #555c69);
  font-family: "FrutigerLTW01-77BlackCn", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 900;
  border: 1px solid #555c69;
  border-top-color: #cccccc;
  display: inline-block;
  padding-left: 0;
  font-weight: normal;
  font-size: 0.9em;
  padding: 6px 0;
  margin: 0.5em 0 0.5em 0.5em;
  float: right;
}
.ftrl_button:hover, .fas_button:hover, .big_button:hover {
  background: #ffe605 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTYzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTYwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #ffe605 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe633), color-stop(100%, #ffe605));
  background: #ffe605 no-repeat -moz-linear-gradient(top, #ffe633, #ffe605);
  background: #ffe605 no-repeat -webkit-linear-gradient(top, #ffe633, #ffe605);
  background: #ffe605 no-repeat linear-gradient(to bottom, #ffe633, #ffe605);
  border-color: #ffe60a;
  border-color: #ffe60a;
}
.ftrl_button a, .fas_button a, .big_button a {
  color: white;
  text-transform: uppercase;
  background: url('_img/misc/glasses.png?1441773631') no-repeat 5px 50%;
  padding-left: 40px;
  padding: 12px 20px 12px 40px;
}
.ftrl_button a:hover, .fas_button a:hover, .big_button a:hover {
  background-image: url('_img/misc/glasses-dark.png?1441773631');
  color: black;
  text-decoration: none;
  border-bottom: none;
}

.fas_button a {
  background: url('_img/misc/marker.png?1454027005') no-repeat 5px 50%;
  padding-left: 35px;
}
.fas_button a:hover {
  background-image: url('_img/misc/marker-dark.png?1454027002');
}

.big_button {
  border-top-color: #555C69;
}
.big_button a {
  background: none;
  padding-left: 15px;
}
.big_button a:hover {
  background-image: none;
}

.oldie .ftrl_button {
  background-color: #555c69;
}
.oldie .ftrl_button:hover {
  background-color: #ffe605;
  border-right: 1px solid #CCC;
}

.lens_selector_results {
  overflow: hidden;
  padding: 0.5em 1em;
  margin: 5px 0;
  border-radius: 6px;
  border: 1px solid #ededed;
  background: #f7f7f7;
}
.lens_selector_results article {
  padding: 0.75em 0;
}
.lens_selector_results article p {
  margin-bottom: 0;
  font-size: 85%;
  margin-left: 60px;
}
.lens_selector_results article h4 {
  margin: 0.15em 0;
}
.lens_selector_results article h4 img {
  float: left;
  margin-top: 3px;
}
.lens_selector_results article h4 a {
  margin-left: 20px;
}
.lens_selector_results article .last {
  border-bottom: none;
}
.lens_selector_results article.extra {
  border-bottom: 1px solid #ededed;
}
.lens_selector_results article.extra:last-child {
  border-bottom: none;
}
.lens_selector_results .option {
  width: 45%;
  margin-right: 4%;
  float: left;
}
.lens_selector_results .option h3 {
  color: #555c69;
  border-bottom: 1px solid #848a95;
  padding: 0.15em 0;
  font-size: 1.25em;
  margin: 0.25em 0 0.438em 0;
}
.lens_selector_results .option h6 {
  color: #555c69;
  border-bottom: 1px solid #848a95;
}

.movie {
  margin: 1.375em 0;
  padding: 1.375em 0;
  position: relative;
  min-height: 12.5em;
}
.movie header {
  position: relative;
  padding-left: 27.7692308%;
}
.movie h1 {
  font-family: "FrutigerLTW01-77BlackCn", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 900;
  font-size: 1.875em;
}
.movie h1 a {
  color: #555c69;
}
.movie figure {
  position: absolute;
  left: 0;
  top: 0;
}
.movie img {
  display: block;
  margin: 0 auto;
}
.movie .summary {
  margin-left: 27.7692308%;
}
.movie p {
  max-width: 40em;
  color: #555c69;
}

.ie7 .movie figure {
  width: 240px;
}

a.movie-thumb {
  display: block;
  position: relative;
  margin: 0 22px;
  border-bottom: 0;
}
a.movie-thumb img {
  border: 5px solid transparent;
}
a.movie-thumb:hover img {
  border-color: #555c69;
}
a.movie-thumb:after {
  content: url(_img/misc/play-icon.png);
  width: 135px;
  height: 115px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -58px;
  margin-left: -68px;
}

.single-movie .movie {
  width: 84.6153846%;
  margin: 0 auto;
}
.single-movie .video-container {
  border: 10px solid #EEE;
  margin: 1.375em auto 2.75em;
  background: #EEE;
}
.single-movie .video-container * {
  text-align: center;
  margin: 0 auto;
}
.single-movie header {
  padding-left: 120px;
}
.single-movie .summary {
  margin-left: 120px;
}

.other-movies {
  margin: 1.375em 0 2.75em;
  padding: 1.375em 0 2.75em;
  border-top: 1px solid #cccccc;
}
.other-movies li {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  float: left;
  width: 25%;
}
.other-movies img {
  display: block;
  margin: 0 auto;
}

.site-map-group,
.region-category {
  float: left;
  width: 20%;
  margin-right: 5%;
  margin-top: 1.375em;
  padding-top: 1.375em;
}
.site-map-group ul, .site-map-group li,
.region-category ul,
.region-category li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.site-map-group li,
.region-category li {
  font-size: 0.875em;
  margin-bottom: .5em;
}
.site-map-group li li,
.region-category li li {
  font-size: 1em;
}
.site-map-group li:hover span,
.region-category li:hover span {
  display: inline-block;
}
.site-map-group span,
.region-category span {
  display: none;
  color: #cccccc;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
  }
  100% {
    opacity: 0;
  }
}
.eye-diagram, .global-map {
  position: relative;
  margin: 0 auto;
  width: 629px;
}
.eye-diagram img, .global-map img {
  position: relative;
  display: block;
  margin: 0 auto;
}
.eye-diagram li, .global-map li {
  list-style: none;
  list-style-type: none;
  position: absolute;
  overflow: none;
}
.eye-diagram li .callout, .global-map li .callout {
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 25px;
  width: 220px;
  padding: 12px;
  background: white;
  font-size: 13px !important;
  line-height: 1.384615385em;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 100;
  display: none;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
}
.eye-diagram li .callout b, .global-map li .callout b {
  display: block;
}
.eye-diagram li .callout a, .global-map li .callout a {
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.eye-diagram li:hover > p, .global-map li:hover > p {
  display: block;
  left: 20px;
  opacity: 1;
  top: 0;
  position: relative;
}
.eye-diagram li:hover > p.atl, .global-map li:hover > p.atl {
  left: -254px;
}
.eye-diagram li:hover > p.atr:before, .global-map li:hover > p.atr:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -8px;
  top: 0;
}
.eye-diagram li:hover > p.atl:before, .global-map li:hover > p.atl:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  right: -8px;
  top: 0;
}
.eye-diagram a, .global-map a {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  width: 15px;
  height: 15px;
}
.eye-diagram a:hover .callout, .global-map a:hover .callout {
  display: block;
}

.global-map {
  width: 882px;
}

.blipmap {
  list-style: none;
  margin: 0;
}
.blipmap li {
  -moz-box-shadow: black 0px 0px 2px;
  -webkit-box-shadow: black 0px 0px 2px;
  box-shadow: black 0px 0px 2px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 0;
  background: #FFE600;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.blipmap li .pulse {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  border: 5px solid #FFE600;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: -15px;
  left: -15px;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.oldie .blipmap li .pulse {
  display: none;
}

.oldie .blipmap li {
  border: 1px solid #777;
  z-index: 0;
}

.map-markers {
  list-style: none;
  margin: 0;
}
.map-markers .marker {
  width: 51px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  list-style-type: none;
  position: absolute;
  background: url('_img/map-marker.png?1437711308') no-repeat 0 0;
}
.map-markers .callout a {
  font-size: 11px;
  line-height: 1.636em;
}
.map-markers li:hover > p {
  left: 50px;
}

.four-oh-four {
  border-top: 0;
  text-align: left;
  margin: 0 5%;
}
.four-oh-four header {
  text-align: center;
  margin-bottom: 2em;
  border-bottom: 0;
  margin-top: 4.125em;
}
.four-oh-four h1, .four-oh-four h2 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.four-oh-four h1 {
  color: black;
}
.four-oh-four ul {
  margin-left: 5%;
  margin-right: 5%;
}
.four-oh-four p {
  text-align: center;
}
.four-oh-four article figure {
  width: 100%;
  margin: 0 auto;
}
.four-oh-four article figure img {
  margin: 0 auto;
  float: none;
}

.four-oh-four {
  width: 80%;
  margin: 0 auto;
}
.four-oh-four div {
  width: 75%;
  margin: 0 auto;
}

.gmap img,
.gmap object,
.gmap embed {
  max-width: none;
}

.store-form fieldset {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ededed;
  background: #f7f7f7;
  padding-bottom: 1.5em;
}
.store-form span.required {
  color: #900;
}
.store-form .help-block {
  margin-top: 5px;
  padding-bottom: 5px;
}
.store-form label {
  margin-top: 5px;
}
.store-form .row {
  float: left;
  width: 100%;
}
.store-form .row_clear {
  clear: left;
}
.store-form .row_half {
  width: 45%;
  margin-right: 4%;
}
.store-form .row_half input[type="text"],
.store-form .row_half .textfield {
  width: 99%;
}
.store-form fieldset h5 {
  margin-top: 0;
}
.store-form .submit {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #555c69 no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3N2Q4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NWM2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #555c69 no-repeat -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777d87), color-stop(100%, #555c69));
  background: #555c69 no-repeat -moz-linear-gradient(top, #777d87, #555c69);
  background: #555c69 no-repeat -webkit-linear-gradient(top, #777d87, #555c69);
  background: #555c69 no-repeat linear-gradient(to bottom, #777d87, #555c69);
  font-family: "FrutigerLTW01-77BlackCn", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-weight: 900;
  border: 1px solid #555c69;
  border-top-color: #cccccc;
  display: inline-block;
  padding-left: 0;
  font-weight: normal;
  font-size: 0.9em;
  padding: 6px 0;
  margin: 0.5em 0;
  float: right;
  color: white;
  text-transform: uppercase;
  padding: 12px 20px 12px 20px;
}

.oldie .submit {
  background-color: #555c69;
}
.oldie .submit:hover {
  background-color: #ffe605;
  border-right: 1px solid #CCC;
}

.form-inline {
  margin-bottom: 20px;
}
.form-inline fieldset {
  padding: 10px 20px 10px 20px;
}
.form-inline div.row {
  display: inline;
  width: auto;
}
.form-inline label {
  text-align: left;
  display: inline;
  width: auto;
  line-height: 8px;
  margin-right: 20px;
}
.form-inline .textfield {
  margin-right: 20px;
}
.form-inline .submit {
  padding: 6px 10px;
  margin: 0px -10px;
}
.form-inline select {
  margin-top: 6px;
}

.oldie .form-inline .textfield,
.oldie .form-inline select {
  margin-top: 4px;
}

.form-stacked .name_w_title select {
  width: 9%;
}
.form-stacked .name_w_title input {
  width: 35%;
}
.form-stacked .field_hint {
  font-size: small;
  margin-top: 0.5em;
}
.form-stacked fieldset fieldset {
  padding: 0;
  border: none;
}

.fb-like-block {
  clear: both;
}
.fb-like-block .fb-icon {
  float: left;
  margin-right: 6px;
  margin-top: -1px;
}

.fb-link {
  text-align: right;
}
.fb-link a {
  float: right;
}
.fb-link img {
  height: 20px;
  width: 20px;
  vertical-align: top;
  display: block;
}
.fb-link a:hover {
  border: none;
}
.fb-link .fb-like {
  float: right;
  margin-right: 4px;
}

.error {
  display: block;
  color: #900;
  font-size: 80%;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.global-hero {
  margin-top: 40px;
}
.global-hero .global-hero-graphic {
  border-bottom: 2px solid #fff;
  background: url("/assets/i/node-banner.jpg") no-repeat 0 0;
  background-size: cover;
}
.global-hero .global-hero-graphic a {
  display: block;
  text-indent: -1000px;
  min-height: 240px;
}
.global-hero .global-hero-info {
  background: #111;
  padding: 25px 30px;
}
.global-hero .global-hero-info h2 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
}
.global-hero .global-hero-info h2 span {
  color: #ffe600;
}
.global-hero .global-hero-network {
  background: #111;
  border-top: 2px solid #fff;
  text-align: left;
  font-size: 16px;
  padding: 20px;
}
.global-hero .global-hero-network a {
  color: #fff;
  padding-left: 35px;
  display: inline-block;
  background: url("/assets/i/marker-icon-2x.png") no-repeat 0 0;
  background-size: 24px;
}

.product-category .top {
  float: right;
  font-size: 50%;
  font-weight: normal;
  text-transform: uppercase;
}
.product-category .top span {
  font-size: 80%;
  position: relative;
  bottom: 3px;
}
.product-category .inline-categories-block {
  padding: 0;
  margin: 0 5px;
}
.product-category .inline-categories {
  list-style: none;
  background-color: #eee;
  padding: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
}
.product-category .inline-categories li {
  display: inline-block;
  font-size: 85%;
  margin-left: 0;
}
.product-category .inline-categories li:after {
  content: ", ";
}
.product-category .inline-categories li:last-child:after {
  content: "";
}

.mediaplayer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.mediaplayer iframe, .mediaplayer object, .mediaplayer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-subnav {
  display: none;
}

.fb-link {
  display: block;
  text-align: left;
  padding-bottom: 0px;
  overflow: hidden;
  clear: both;
}
.fb-link a {
  float: left;
  position: relative;
  top: 2px;
}
.fb-link .fb-like {
  float: left;
  margin-left: 4px;
}

@media only screen and (min-width: 700px) {
  .global-hero .global-hero-upper {
    overflow: hidden;
    background: #111;
  }
  .global-hero .global-hero-graphic {
    width: 50%;
    min-width: auto;
    float: left;
    border-bottom: none;
    background-size: cover;
    box-sizing: border-box;
  }
  .global-hero .global-hero-graphic a {
    display: block;
    text-indent: -1000px;
    min-height: 350px;
  }
  .global-hero .global-hero-info {
    float: right;
    padding: 25px 30px;
    width: 50%;
    box-sizing: border-box;
  }
  .global-hero .global-hero-info h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin: 25px;
  }
  .global-hero .global-hero-info h2 span {
    display: inline;
  }
  .global-hero .global-hero-network {
    border: 2px solid #fff;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    clear: both;
    width: 70%;
    margin-left: 15%;
    box-sizing: border-box;
    position: relative;
    top: -40px;
  }
  .global-hero .global-hero-network a {
    color: #fff;
    padding-left: 45px;
    display: inline-block;
    background: url("/assets/i/marker-icon-2x.png") no-repeat 0 0;
    background-size: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 950px) {
  .global-hero .global-hero-info h2 {
    position: relative;
    top: 40px;
  }

  .global-hero .global-hero-network {
    width: 56%;
    margin-left: 22%;
  }
}
@media only screen and (min-width: 768px) {
  #p-nav .menu,
  .inline-categories-block,
  .top,
  #scotch-panel,
  .footer-official-name,
  .store-form.store-search .submit-inline {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .global-map {
    width: 100%;
  }
  .global-map li .callout,
  .global-map li:hover .callout {
    display: none;
  }

  .product .strapline {
    font-size: 1.75rem;
    white-space: normal;
  }
}
.mobile-nav,
.footer-lang,
.submit-inline {
  display: none;
}

@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 16px;
  }

  .hidden-xs {
    display: none;
  }

  .show-xs {
    display: inline-block;
  }

  #masthead {
    padding-top: 22px;
    margin-left: -20px;
    margin-right: -20px;
  }
  #masthead h1 {
    padding: 12px 0;
  }
  #masthead .w {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
  #masthead .nikon-logo {
    width: 40px;
    margin-left: 12px;
  }
  #masthead .hamburger {
    border: none;
    overflow: hidden;
    display: inline-block;
    float: right;
    margin-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #masthead .hamburger .icon-bar {
    width: 22px;
    display: block;
    border: 2px solid #333;
    border-radius: 8px;
    margin: 4px;
  }
  #masthead .cross-block {
    border: none;
    display: inline-block;
    display: none;
    padding-right: 13px;
    background: #666;
    height: 66px;
    position: absolute;
    right: 0;
  }
  #masthead .cross-block .cross {
    padding: 18px 13px;
    display: block;
  }
  #masthead .cross-block .icon-bar {
    display: block;
    background: #fff;
    height: 24px;
    position: relative;
    width: 2px;
    margin-left: 12px;
    border: 1px solid #fff;
    border-radius: 10px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #masthead .cross-block .icon-bar:after {
    display: block;
    background: #fff;
    content: "";
    height: 2px;
    left: -12px;
    position: absolute;
    top: 10px;
    width: 24px;
    border: 1px solid #fff;
    border-radius: 10px;
  }

  .mobile-subnav {
    display: none;
    background: #666;
  }
  .mobile-subnav ul {
    padding: 0;
    margin: 0;
  }
  .mobile-subnav ul li {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #999;
  }
  .mobile-subnav ul li a {
    color: #fff;
    padding: 10px 20px;
    display: block;
    border: none;
  }
  .mobile-subnav ul li a:hover {
    border: none;
  }
  .mobile-subnav ul li li a:before {
    content: "- ";
    padding-left: 20px;
  }
  .mobile-subnav ul li li {
    border-bottom: 1px solid #666;
    background: #555;
  }
  .mobile-subnav ul li li li a:before {
    content: "- ";
    padding-left: 40px;
  }

  #home-hero .hero {
    width: 100%;
  }
  #home-hero .slidecontrols {
    margin: 0;
  }
  #home-hero .slidecontrols a, #home-hero .slidecontrols a:visited {
    text-shadow: none;
    color: #ccc;
    text-indent: 0;
    font-weight: bold;
  }
  #home-hero .slidecontrols .carousel-next {
    bottom: 0px;
    right: 0px;
    top: auto;
    background-image: none;
  }
  #home-hero .slidecontrols .carousel-prev {
    bottom: 0px;
    left: 0px;
    top: auto;
    background-image: none;
  }
  #home-hero .carousel-tabs {
    margin: 0;
    padding: 0;
  }

  #p-nav {
    display: none;
  }

  .c .subnav, #masthead .subnav,
  article .subnav,
  .container .subnav {
    display: none;
  }

  .breadcrumbs {
    margin: 1em 0;
  }
  .breadcrumbs * {
    margin: 0;
  }

  .fb-link {
    overflow: hidden;
  }

  .utilitynav {
    display: none;
  }

  .utilitynav > * {
    float: right;
  }

  .utilitynav {
    top: 52px;
  }
  .utilitynav li {
    margin: 4px 0 4px 10px;
  }

  #site-id {
    top: 0px;
    width: 100%;
    text-align: right;
    background: #eee;
    padding: 0px 10px;
    font-size: 10px;
  }
  #site-id * {
    margin: 0;
    float: none;
  }

  .home .mini-feature {
    width: 48%;
    margin-right: 0;
    float: left;
  }
  .home .mini-feature.mf-3, .home .mini-feature.mf-1 {
    clear: left;
    margin-right: 3.5%;
    margin-left: 0;
  }
  .home .mini-feature.mf-4 {
    margin-left: 0;
    margin-right: 0;
  }
  .home .mini-feature h2 {
    font-size: 13px;
    font-weight: normal;
  }
  .home .mini-feature p {
    font-size: 12px;
  }

  .announcements, .top-tips {
    width: 100%;
  }

  .eye-diagram, .global-map {
    width: 100%;
  }
  .eye-diagram li .callout, .global-map li .callout {
    width: 120px;
  }
  .eye-diagram li .callout > p.atl, .global-map li .callout > p.atl {
    left: -154px;
  }
  .eye-diagram li > p.atl, .global-map li > p.atl {
    left: -154px;
  }

  .global-map > p.atl,
  .eye-diagram > p.atl {
    left: -154px;
  }

  .blipmap li {
    height: 16px;
    width: 16px;
  }

  .blipmap li .pulse {
    border: 8px solid #ffe600;
  }

  .align-r, .align-l {
    display: block;
    margin: 1em auto;
    float: none;
    clear: both;
    text-align: center;
    background: #eee;
    padding: 4px;
  }

  *[role="main"] > header h1 {
    font-size: 28px;
    font-weight: normal;
  }

  .product header {
    height: 12em;
    margin-bottom: 0.75em;
  }
  .product header h1 {
    width: 20%;
  }
  .product header figure {
    bottom: 0.65em;
  }
  .product header figure img {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .product header .banner {
    height: 100%;
    min-height: 100%;
  }

  .product aside.featured h4 {
    float: none;
    width: auto;
    margin-right: 3%;
    padding-left: 3%;
  }
  .product aside.featured ol {
    float: none;
    width: auto;
    border-bottom: 1px solid white;
    border-left: none;
    margin: 0;
    padding: 1.375em 5%;
  }
  .product aside.featured li {
    list-style: circle;
    margin-bottom: 0.6875rem;
    font-size: 15px;
    line-height: 1.3;
    font-style: normal;
    font-family: "FrutigerLTW01-55Roman", verdana, sans-serif;
  }

  .single-product-cat article {
    padding-left: 68px;
  }

  .single-product-cat img {
    max-width: 48px;
  }

  .product-category header {
    width: 100%;
    border-right: 0px solid #cccccc;
    float: none;
    margin-bottom: 2em;
  }
  .product-category header p {
    padding-right: 0px;
  }

  .product-category article {
    width: auto;
    margin: 0 2%;
    margin-bottom: 1em;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0.2em;
    min-height: 100%;
    float: none;
  }
  .product-category article .star_rating {
    display: inline-block;
  }

  .child-preview img {
    width: 65px;
  }
  .child-preview p {
    padding-right: 0%;
    padding-left: 85px;
  }

  #lens_selection_tool label.input-label {
    padding-left: 80px;
    line-height: 1.25;
  }
  #lens_selection_tool .question h3 {
    position: absolute;
  }
  #lens_selection_tool .answer h3 {
    height: 1.5em;
  }

  .lens_selector_results .option {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .lens_selector_results .option article.extra:last-child {
    margin-bottom: 3.5em;
  }

  .site-map-group, .region-category {
    width: 95%;
  }
  .site-map-group h1, .region-category h1 {
    line-height: 1.25;
    font-size: 24px;
  }

  .region-category-3 {
    clear: left;
  }

  #timeline-holder {
    margin: 0;
    padding: 0;
  }

  #timeline {
    margin: 0;
    width: auto;
    background: none;
  }
  #timeline #dates, #timeline #next, #timeline #prev {
    display: none;
  }
  #timeline #issues {
    width: 100%;
  }
  #timeline #issues .history-item {
    padding: 1em;
  }
  #timeline #issues .history-item h1 {
    font-size: 40px;
  }
  #timeline #issues li {
    width: auto;
    float: none;
  }
  #timeline #issues li img {
    margin: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-bottom: 1em;
  }

  .store-form .row_half {
    width: 100%;
    margin-right: 0%;
  }
  .store-form .help-block {
    line-height: 0.8em;
  }
  .store-form .row_half .textfield {
    width: 96%;
  }
  .store-form .location {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    line-height: 1;
    padding-right: 0;
    margin-right: 0;
  }
  .store-form #location {
    width: 80%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .store-form.store-search .submit {
    display: none;
  }
  .store-form .search_radius {
    margin-left: 0;
    margin-right: 8px;
  }
  .store-form .radial-filters a {
    margin-right: 0.25em;
  }
  .store-form.form-inline div.row {
    display: block;
    width: 100%;
  }
  .store-form .submit-inline {
    display: block;
    height: 28px;
    padding: 4px 10px;
    float: right;
    width: 15%;
    margin: 0;
    line-height: 1;
  }

  .gmap-outer {
    width: 90%;
    margin-left: 5%;
  }

  .comparison figure figcaption, .figure figure figcaption {
    min-height: 3em;
  }

  #globalfooter {
    margin-left: -20px;
    margin-right: -20px;
  }

  footer .copyright {
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
    clear: left;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #000;
    padding-right: 12px;
  }
  footer .footer-official-name {
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
  }
  footer .footer-menu {
    display: block;
    border-top: 1px solid #000;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
    font-size: 14px;
  }
  footer .footer-menu ul {
    width: 100%;
  }
  footer .footer-menu li {
    font-size: 14px;
  }
  footer .footer-menu li a, footer .footer-menu li a:active, footer .footer-menu li a:visited {
    padding-left: 0;
    padding-right: 10px;
    background: none;
    text-decoration: underline;
    line-height: 20px;
    font-size: 14px;
  }
  footer .footer-menu li a:hover, footer .footer-menu li a:active:hover, footer .footer-menu li a:visited:hover {
    border: none;
  }
  footer .footer-lang {
    border-top: 1px solid #000;
    overflow: hidden;
    display: block;
    clear: left;
    padding: 20px 12px;
  }
  footer .footer-lang ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer .footer-lang li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #333;
    font-size: 14px;
    margin-left: 0;
  }
  footer .footer-lang li a.active {
    font-weight: bold;
    text-decoration: none;
  }
  footer .footer-lang li:last-child {
    border-right: none;
  }
}
.footer-menu a, .footer-menu a:active, .footer-menu a:visited {
  background: url('_img/misc/black-arrow-x2.png?1454640122') no-repeat 0 0;
  background-size: 11px 10px;
}

.utilitynav li.global {
  background: transparent url('_img/misc/icon-global-x2.png?1454640122') 0 0px no-repeat;
  background-size: 11px 10px;
}

.breadcrumbs a.home {
  background: transparent url('_img/misc/icon-crumbs-home-x2.png?1454640122') center center no-repeat;
  background-size: 14px;
  overflow: initial;
}

#p-nav #home a {
  background-image: url('_img/misc/icon-home-x2.png?1454640122');
  background-size: 16px;
}

.top-tips header h1 {
  background: transparent url('_img/misc/icon-eye-dark-x2.png?1454640122') 0 -2px no-repeat;
  background-size: 22px;
}

.top-tips .where-when .where-home {
  background-image: url('_img/misc/icon-home-light-x2.png?1454640122');
  background-size: 22px;
}
.top-tips .where-when .where-office {
  background-image: url('_img/misc/icon-monitor-x2.png?');
  background-size: 22px;
}
.top-tips .where-when .frequency {
  background-image: url('_img/misc/icon-clock-x2.png?');
  background-size: 22px;
}

.recommended-for, .attributes li {
  background-image: url('_img/misc/icon-rec-user-2x.png?1454640122');
  background-position: 0 2px;
  background-size: 22px;
  font-size: 14px;
}

.attributes li.attribute-des {
  background-image: url('_img/misc/icon-cog-x2.png?1454640122');
}
.attributes li.attribute-com {
  background-image: url('_img/misc/icon-heart-x2.png');
}
.attributes li.attribute-op {
  background-image: url('_img/misc/icon-eye-attr-x2.png?1454640122');
}

.single-product-cat article .recommended-for {
  background-position: 0 0;
}

.star_rating .rating_1 {
  background: url('_img/misc/icon-star-rating-x2.png?1454640122') repeat-x left bottom;
  background-size: 17px 13px;
}
.star_rating .rating_2 {
  background: url('_img/misc/icon-star-rating-x2.png?1454640122') repeat-x;
  background-size: 17px 13px;
}
.star_rating .rating_3 {
  background: url('_img/misc/icon-star-rating-x2.png?1454640122') repeat-x;
  background-size: 17px 13px;
}
.star_rating .rating_4 {
  background: url('_img/misc/icon-star-rating-x2.png?1454640122') repeat-x;
  background-size: 17px 13px;
}
.star_rating .rating_5 {
  background: url('_img/misc/icon-star-rating-x2.png?1454640122') repeat-x;
  background-size: 17px 13px;
}

.site-map-group.region-category-5, .site-map-group.region-category-9,
.region-category.region-category-5,
.region-category.region-category-9 {
  clear: left;
}

.region-category h1 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}

#masthead.distributor #site-id p {
  margin: 0 0 5px 0;
}

#masthead.distributor .utilitynav {
  top: 20px;
}

@media only screen and (max-width: 767px) {
  html.canvas {
    padding: 0;
  }

  body #canvas, body .header-canvas {
    padding: 0 20px;
  }

  header .header-canvas {
    padding: 0;
  }

  .default .main {
    width: 100%;
    border-left-width: 0px;
  }

  #masthead {
    margin-left: 0;
    margin-right: 0;
  }
  #masthead .w {
    border-bottom: none;
  }
  #masthead .hamburger .icon-bar {
    border-color: #fff;
  }

  #masthead.distributor #site-id {
    position: absolute;
    color: #333333;
    top: 0px;
    width: 100%;
    text-align: right;
    background: #eee;
    padding: 0;
    font-size: 10px;
  }
  #masthead.distributor #site-id p {
    padding: 0 10px;
    margin: 0;
  }
  #masthead.distributor #site-id * {
    margin: 0;
    float: none;
  }
  #masthead.distributor #site-id .official {
    display: none;
  }

  .mobile-subnav {
    background: #5d6167;
  }

  .mobile-subnav ul li li {
    background: #6d7075;
  }

  .mobile-subnav ul li {
    border-bottom-color: #6d7075;
  }

  #masthead .cross-block {
    background: #5d6167;
  }
}
@media only screen and (max-width: 950px) and (min-width: 768px) {
  #p-nav a {
    padding: 6px 12px;
    font-size: 12px;
  }
}
/*= @group NON-SEMANTIC HELPERS
 ---------------------------------------------------------------------- */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden, #masthead h1 span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, #masthead h1 span.focusable:active, .visuallyhidden.focusable:focus, #masthead h1 span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before, #masthead hgroup:before, [role="main"]:before, .main:before, .child-preview:before, .comparison:before, .figure:before, #globalfooter:before, .sub-sections:before, .product-category:before, .product aside.featured:before, .other-movies:before, .cf:after, #masthead hgroup:after, [role="main"]:after, .main:after, .child-preview:after, .comparison:after, .figure:after, #globalfooter:after, .sub-sections:after, .product-category:after, .product aside.featured:after, .other-movies:after {
  content: "";
  display: table;
}

.cf:after, #masthead hgroup:after, [role="main"]:after, .main:after, .child-preview:after, .comparison:after, .figure:after, #globalfooter:after, .sub-sections:after, .product-category:after, .product aside.featured:after, .other-movies:after {
  clear: both;
}

.cf, #masthead hgroup, *[role="main"], .main, .child-preview, .comparison, .figure, #globalfooter, .sub-sections, .product-category, .product aside.featured, .other-movies {
  zoom: 1;
}

/*
*  Simple elastic gutters
*  Note: box-sizing will not work in IE6-8
*/
.unstyled li, nav ul li, #p-nav ul li, .footer-menu li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.pos-tl, .pos-bl, .pos-tr, .pos-br {
  position: absolute;
}

.pos-tl {
  left: 3%;
  top: 8%;
}

.pos-tr {
  right: 3%;
  top: 8%;
}

.pos-bl {
  left: 3%;
  bottom: 8%;
}

.pos-br {
  right: 3%;
  bottom: 8%;
}

/*= @group Print
---------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }

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

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
input[type=password]{
  width: 100%;
}
.subnav ul li ul.submenu{display: none;}
.subnav ul li.active ul.submenu{display: block;}
.error-inline{color: red;font-weight: 700;}
.radial-filters a.active{
  font-weight: 600;
}
.radial-filters a{font-size: 13px;line-height: 31px;}