/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action {
  background-image: url('clientlibs/img/sprite_icons.png'); /* path img in hmcorporate, TODO: change to img in glow */
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.selector, 
div.selector span {
  background-image: url('../../clientlibs/third_party/uniform/uniform.1.6/img/uniform_sprite.png');
}
.selector, 
.radio, 
.checker, 
.uploader,
.selector *, 
.radio *, 
.checker *, 
.uploader * {
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */
input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  /*background: url('../../clientlibs/third_party/uniform/uniform.1.6/img/uniform_bg_input_focus.png') repeat-x 0px 0px;
  background: url('../../clientlibs/third_party/uniform/uniform.1.6/img/uniform_bg_input.png') repeat-x 0px 0px;*/
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  /*background: url('../../clientlibs/third_party/uniform/uniform.1.6/img/uniform_bg_input_focus.png') repeat-x 0px 0px;*/
}

/* SPRITES */

/* Select */

div.selector {
  background-position: right 0px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  
  background-position: -485px -130px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: right -26px;
}

div.selector:active span, 
div.selector.active span {
  
  background-position: -485px -156px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: right -52px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  
  background-position: -485px -182px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
 background-position: right -78px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  
   background-position: -485px -208px;
}

div.selector.disabled {
  background-position: right -104px;
}

div.selector.disabled span {
  
  background-position: -485px -234px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
  zoom: 1;
  *display: inline;
  _height: 19px;
}

div.checker span {
  background-position: -4px -2500px;
  height: 19px;
  width: 20px;
}
div.checker span.checked {
  background-position: -4px -2600px;
}

/* Form */

.form_section {
    width: 300px;
    float: none;
}

.form_section form {
    float: left;
    width: 300px;
}

form .form_row {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    clear: both;
}

form .form_field_radio {
    margin-left: 20px;

}

form .form_rightcol {
    clear: both;
}

form .form_rightcolnobr {
    clear: none;
    float: right;
    margin-bottom: 15px;
}
form .form_row {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    clear: both;
}

form .form_field_checkbox, form .form_field_radio {
    margin-left: 20px;
}


.form_leftcol {
    float: left;
    width: 120px;
}

.form_rightcol {
    float: left;
    clear: none;
}

div.section {
    padding-bottom: 0 !important;
    width: 100%;
    height: 100%;
    
}
div.section .col50 {
    /*width: 454px;    */
}

/* Radio */

div.radio {
  /*width: 18px;*/
  /*height: 18px;*/
}

div.radio input {
  width: 10px;
  height: 10px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}
div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: -1px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: -1px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 11px;
  height: 22px;
  padding-top: 8px;
  font-family: 'HM Ampersand Regular',Arial,sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  font-size: 12px;
}

div.selector select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 0px 0px 10px;
  cursor: pointer;
}

div.selector span {
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 6px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

/* width style classes for filter component */
/*color component on new line
.col6 {
    width: 15.5%;
    border-right: 1px solid #DADAD8;
}
.col5 {
    width: 18.8%;
    border-right: 1px solid #DADAD8;
}
.col4 {
    width: 23.8%;
    border-right: 1px solid #DADAD8;
}
.col3 {
    width: 19.24%;
    border-right: 1px solid #DADAD8;
}
.col2 {
    width: 31%;
    border-right: 1px solid #DADAD8;
}
.col50 {
    display: visible;
}
div[class*="cq-colctrl-lt"] .col50 {
    width: 453px;
    float: left;
}
.col1 {
    width: 48%;
    border-right: 1px solid #DADAD8;
}
.col100 {
    width: 100%;
}
.col7 {
    width: 14.29%;
}
.col6 div.checker, div.checker input {
    margin-right: 2px!important;
}
div[class*="cq-colctrl-lt"].col6 {
    float: left;
    margin-right: 8px!important;
}
div[class*="cq-colctrl-lt"].col4:nth-child(4) {
    border: none!important;
}
div[class*="cq-colctrl-lt"].col5:nth-child(5) {
    border: none!important;
}
div[class*="cq-colctrl-lt"].col6:nth-child(6) {
    border: none!important;
}
 */

/* imagegallery total result style class */
.imageResult {
    margin-right: 10px;
    color: white;
    font-weight: bold;
    margin-bottom: 0.8em;
}

/*
CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-right: 25px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
  width: 100%;
}

/* Checker */

div.checker {
  position: relative;
  float:left;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
  zoom: 1;
  *display: inline;
  _height: 19px;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  /*opacity: 0;*/
  filter: alpha(opacity:0);
  text-align: left;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/* Class Added for Article download modules LI items*/
li.articledownloadmodule label{  width:100%  }
li.articledownloadmodule label span{display:inline-block;  float: right;       width: 84%;}
li.articledownloadmodule label div.checker span{ width:20px; float:left; }


/*
 * jquery.selectBoxIt.css 3.8.0
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-size: 11px;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 227px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 23px; /* Height of the drop down */
  line-height: 23px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #fff;
  background-repeat: repeat-x;
  border: 1px solid #eaeaea;
  border-bottom-color: #d3d4d7;
}

/*.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}*/

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #d3d4d7;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #000;
  background-color: #eaeaea;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane { position: absolute; }

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap { display: none; }

.jspHorizontalBar .jspCap { float: left; }

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background-color: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow { height: 16px; }

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus { outline: none; }

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner { margin: 0 -3px 0 0; }
/*
  HTML5 Boilerplate

  style.css contains a reset, font normalization and some base styles.

  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* -----------------------------------------------------------------------------------
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
   ----------------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; /* background:transparent; */ }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }

figure { position:relative; }
figure img { max-width:100%; }
img { max-width: 100%; }

nav ul,
.nav ul { list-style:none; list-style-type:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

/* https://github.com/paulirish/html5-boilerplate/issues#issue/259 */
th,td { vertical-align:middle; }

hr { display:block; height:1px; border:0; border-top:1px solid #e3e3e3; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* -------------------------------------------------------------
* Minimal base styles
* ------------------------------------------------------------ */

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { list-style-type: none; }

/* Remove margins for navigation lists */
nav ul, nav li,
.nav ul, .nav li { margin: 0;  }

td, td img { vertical-align: top; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: middle;}
input[type="checkbox"] { vertical-align: bottom; }

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */


/* ------------------------------------------------------------------------------
 * Non-semantic helper classes
  ------------------------------------------------------------------------------ */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }
.visible { display: block; }

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;
}

.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.cf:before,
.cf:after { content:""; display:block; }
.cf:after { clear:both; }
.cf { zoom:1; }
ul.cf li:before,
ul.cf li:after { content:""; display:block; }
ul.cf li:after { clear:both; }
ul.cf li { zoom:1; }
div.clear { clear: both; }

/* list styles */
#footer-nav ul, #footer-nav ol { list-style-type: none; }
#main-col .formatted ul { list-style-type: disc; }
#main-col .formatted ol { list-style-type: decimal;  }
#main-col .formatted ul,
#main-col .formatted ol { margin-bottom: 1em;  }
#main-col .formatted ul li { margin-left: 1.4em; }
#main-col .formatted ol li { margin-left: 2em; }

/*

 HM Base
 Supportive style rules, grids, margins, paddings

******************************************************** */
/*
 General supportive rules
*/
/*
  Grids
*/
/*
  Margins
*/
/*
  Padding setup
*/
.padding-t1 {
  padding-top: 8px;
}
.padding-t2 {
  padding-top: 16px;
}
.padding-t3 {
  padding-top: 24px;
}
.padding-t4 {
  padding-top: 32px;
}
.padding-t5 {
  padding-top: 40px;
}
.padding-r1 {
  padding-right: 8px;
}
.padding-r2 {
  padding-right: 16px;
}
.padding-r3 {
  padding-right: 24px;
}
.padding-r4 {
  padding-right: 32px;
}
.padding-r5 {
  padding-right: 40px;
}
.padding-b1 {
  padding-bottom: 8px;
}
.padding-b2 {
  padding-bottom: 16px;
}
.padding-b3 {
  padding-bottom: 24px;
}
.padding-b4 {
  padding-bottom: 32px;
}
.padding-b5 {
  padding-bottom: 40px;
}
.padding-l1 {
  padding-left: 8px;
}
.padding-l2 {
  padding-left: 16px;
}
.padding-l3 {
  padding-left: 24px;
}
.padding-l4 {
  padding-left: 32px;
}
.padding-l5 {
  padding-left: 40px;
}

/* -----------------------------------------------------------------------------------
 * Base element styles
  ----------------------------------------------------------------------------------- */

html {
    background: none repeat scroll 0 0 #fafafa;
}

body {
    min-width: 1024px; /* #main width */
    position: relative;
    background: url("base/img/body_shadow.gif") repeat-x scroll 0 -52px transparent;
}

/* colors for form validity */
input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    -webkit-box-shadow: 0 0 5px red;
       -moz-box-shadow: 0 0 5px red;
            box-shadow: 0 0 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}

/* No text-shadow: twitter.com/miketaylr/status/12228805301  */
::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

pre {
    padding: 15px;

    /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

.right {
    float: right !important;
}

.left {
    float: left;
}

.centered {
    text-align: center;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

#grid-content #secondary-col .no-margin {
    margin-bottom: 0;
}

.buildinfo {
    color: #999;
    text-align: center;
}

#ajax-loader {
    height: 81px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: fixed;
    top: 50%;
    width: 81px;
    z-index: 200;
    background: url('clientlibs/img/ajax_loader.png') no-repeat scroll transparent;
    display: none;
}

#ajax-loader > div {
    background: url('clientlibs/img/ajax_loader.gif') no-repeat scroll center center transparent;
    width: 100%;
    height: 100%;
}

.disabled {
    color: #999;
    text-decoration: none;
}

/*  ----------------------------------------------------------------------------------- */
/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages
 -------------------------------------------------------------------------------------- */

body, select, input, textarea {
  color: #333;
  /* set your base font here, to apply evenly */
  font-family: "HM Ampersand Regular", arial, sans-serif;
}

/* set default font-size and vertical rythm */
body {
  font-size: 13px;
  line-height: 1.3846; /* 18px */
}

/* maintain vertical rythm - Choose the same measure as document line-height */
p, ul, ol, blockquote, address, dt, dd {
  /* margin: 1.3846em inherit; */
  line-height: 1.3846;
  font-style: normal; /* 18px */
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-family: 'HM Ampersand Bold', Arial, sans-serif;
  font-size: 153.9%;
  line-height: 26px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 0;
}

h2 {
  font-family: 'HM Ampersand Light', Arial, sans-serif;
  font-size: 100%;
  /*text-transform: uppercase; 1132903 */
}

h3 {
  font-size: 138.5%;
}

h4 {
  font-size: 116%;
  letter-spacing: 1px;
  margin: 0 0 .5em 0;
}

small, .small {
  font-size: 88%;
}

strong, th {
  font-family: "HM Ampersand Bold", Arial, sans-serif;
  font-weight: normal;
}

b {
  font-family: "HM Ampersand Bold", arial, sans-serif;
  font-weight: normal;
}

dd {
  padding: 0 0 0 2.0625em;
}

code {
  border-bottom-color: #E3E3E3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.small-print {
  font-size: 88%;
  text-transform: uppercase;
}

.formatted blockquote {
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #888888;
  margin: 1.625em 0;
  padding: 0 0 0 2.0625em;

}

.small-print {
  font-size: 88%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Links */
a, a:active, a:visited {
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

/* Nudge down to get to 100% equivalent for these form elements  */
select, input, textarea, button, optgroup {
  font: 99% serif;
}

/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
  vertical-align: top; /* maintain vertical rythm*/
}

.teaser-heading {
  font-family: 'HM Ampersand Ultra Light', arial, sans-serif;
  font-size: 307.7%;
  line-height: 1.1em;
}

.section-heading {
  font-family: 'HM Ampersand Bold', arial, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/******************************************************************
* ASIAN LANGUAGES BOLD FIXES
* since our HM Ampersand bold fonts use font-weight: normal (using bold or
* 700 breaks in Safari Mac) we get a problem when it comes to aian languages.
* We don't use webfonts for them (i.e. chinese has 75000 chars) we use Arial
* and Arial needs font-weight: 700 to look bold.
********************************************************************/

/* TODO: Migrate to LESS */

body.ja-jp h1, body.ko-kr h1,
  /*body.ja-jp h2, body.ko-kr h2,*/
body.ja-jp h3, body.ko-kr h3,
body.ja-jp h4, body.ko-kr h4,
body.ja-jp h5, body.ko-kr h5,
body.ja-jp h6, body.ko-kr h6,
body.ja-jp b, body.ko-kr b,
body.ja-jp strong, body.ko-kr strong,
body.ja-jp th, body.ko-kr th {
  font-weight: 700;
}

body.zh-cn h1, body.zh-hk h1,
  /*body.ja-jp h2, body.ko-kr h2,*/
body.zh-cn h3, body.zh-hk h3,
body.zh-cn h4, body.zh-hk h4,
body.zh-cn h5, body.zh-hk h5,
body.zh-cn h6, body.zh-hk h6,
body.zh-cn th, body.zh-hk th {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh-cn b, body.zh-hk b,
body.zh-cn strong, body.zh-hk strong {
  background-color: #eaeaea;
  padding: 1px 3px;
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh-cn #secondary-col strong, body.zh-hk #secondary-col strong,
body.zh-cn #secondary-col b, body.zh-hk #secondary-col b {
  background-color: transparent;
  padding: 0;
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/* entrancecomp.css */
body.ja-jp .section-heading,
body.ko-kr .section-heading {
  font-weight: bold;
}

body.zh-cn .section-heading,
body.zh-hk .section-heading {
  background-color: #eaeaea;
  padding: 1px 3px;
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

/* jobdetail.css */
body.ja-jp .hm-jobdetail dt,
body.ko-kr .hm-jobdetail dt,
body.ja-jp .hm-jobdetail dd,
body.ko-kr .hm-jobdetail dd {
  font-weight: 700;
}

body.zh-cn .hm-jobdetail dt,
body.zh-hk .hm-jobdetail dt,
body.zh-cn .hm-jobdetail dd,
body.zh-hk .hm-jobdetail dd {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.ja-jp .hm-jobdetail div.submit p,
body.ko-kr .hm-jobdetail div.submit p,
body.ja-jp .hm-jobdetail div.submit a,
body.ko-kr .hm-jobdetail div.submit a {
  font-weight: 700;
}

body.zh-cn .hm-jobdetail div.submit p,
body.zh-hk .hm-jobdetail div.submit p,
body.zh-cn .hm-jobdetail div.submit a,
body.zh-hk .hm-jobdetail div.submit a {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/* searchjobad.css */
body.ja-jp .careerSearchJobs h2.searchHead,
body.ko-kr .careerSearchJobs h2.searchHead {
  font-weight: 700;
}

body.zh-cn .careerSearchJobs h2.searchHead,
body.zh-hk .careerSearchJobs h2.searchHead {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/* teaser.css */
body.ja-jp .teaser-title,
body.ko-kr .teaser-title {
  font-weight: 700;
}

body.zh-cn .teaser-title,
body.zh-hk .teaser-title {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/** hmcorporate-view */

/* header.css */
body.ja-jp #nav li a,
body.ko-kr #nav li a {
  font-weight: 700;
}

/* About+career header.css */
body.zh #nav li a,
body.zh-cn #nav li a,
body.zh-hk #nav li a,
body.ja #nav li a,
body.en-zh #nav li a {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/* About+career subnav header */
body.zh #sub-nav > ul > li div > ul > li strong,
body.zh-cn #sub-nav > ul > li div > ul > li strong,
body.zh-hk #sub-nav > ul > li div > ul > li strong,
body.ja #sub-nav > ul > li div > ul > li strong {
  background-color: #eaeaea;
  padding: 1px 3px;
}

/* overlays.css */
/*
.overlay h6
.overlay.legal-notice div.formatted h4
*/

/* pages.css */
body.ja-jp .tagsContainer .tagLogo,
body.ko-kr .tagsContainer .tagLogo,
body.ja-jp .tagsContainer ul.searchTagList li,
body.ko-kr .tagsContainer ul.searchTagList li {
  font-weight: 700;
}

body.zh-cn .tagsContainer .tagLogo,
body.zh-hk .tagsContainer .tagLogo,
body.zh-cn .tagsContainer ul.searchTagList li,
body.zh-hk .tagsContainer ul.searchTagList li {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/* pdf.css */
body.ja-jp .csr-commitment-activity-status ul > li,
body.ko-kr .csr-commitment-activity-status ul > li,
body.ja-jp .csr-commitment-activity > .header > .heading,
body.ko-kr .csr-commitment-activity > .header > .heading {
  font-weight: 700;
}

/*About CSR commitment activity heading */
body.zh .csr-commitment-activity-status ul > li,
body.zh .csr-commitment-activity > .header > .heading {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/* widgets.css */
body.ja-jp .share-module a,
body.ko-kr .share-module a,
body.ja-jp .large-quote span.name,
body.ko-kr .large-quote span.name {
  font-weight: 700;
}

body.zh-cn .share-module a,
body.zh-hk .share-module a,
body.zh-cn .large-quote span.name,
body.zh-hk .large-quote span.name {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh .share-module a, body.ja .share-module a {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.ja-jp .contactTabs li,
body.ko-kr .contactTabs li,
body.ja-jp .tabs li,
body.ko-kr .tabs li,
body.ja-jp .button-tabs > li > a,
body.ko-kr .button-tabs > li > a,
body.ja-jp .button-tabs > li.last-child,
body.ko-kr .button-tabs > li.last-child,
body.ja-jp .button-tabs > li:last-child label,
body.ko-kr .button-tabs > li:last-child label {
  font-weight: 700;
}

/*About+career tabs */
body.zh .contactTabs li,
body.zh-cn .contactTabs li,
body.zh-hk .contactTabs li,
body.zh .tabs li,
body.zh-cn .tabs li,
body.zh-hk .tabs li,
body.zh .button-tabs > li > a,
body.zh-cn .button-tabs > li > a,
body.zh-hk .button-tabs > li > a,
body.zh .button-tabs > li.last-child,
body.zh-cn .button-tabs > li.last-child,
body.zh-hk .button-tabs > li.last-child,
body.zh .button-tabs > li:last-child label,
body.zh-cn .button-tabs > li:last-child label,
body.zh-hk .button-tabs > li:last-child label {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh-hk .inline-box strong, body.zh-cn .inline-box strong,
body.zh-hk .inline-box b, body.zh-cn .inline-box b {
  display: inline-block;
  zoom: 1;
  *display: inline; /* ie7 inline-block fix */
}

body.zh-hk .article h3, body.zh-cn .article h3,
body.zh-hk .article h4, body.zh-cn .article h4 {
  display: inline-block;
  zoom: 1;
  *display: inline; /* ie7 inline-block fix */
}

/* #filter .top strong
#filter strong         */
body.ja-jp .poll .answer .number,
body.ko-kr .poll .answer .number,
body.ja-jp #image-gallery .tabs .press-contacts a,
body.ko-kr #image-gallery .tabs .press-contacts a,
body.ja-jp #image-gallery .title,
body.ko-kr #image-gallery .title {
  font-weight: 700;
}

/*About*/
body.zh .poll .answer .number,
body.zh #image-gallery .tabs .press-contacts a,
body.zh #image-gallery .title {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh-cn .article h3,
body.zh-hk .article h3,
body.zh-cn .article h4,
body.zh-hk .article h4 {
  background-color: #eaeaea;
  padding: 1px 3px;
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*About Image gallery teaser image title  - heading h3
 Image gallery teaser image link */
body.zh #image-gallery div.big-image div.title > h3,
body.zh #image-gallery div.big-image > div.title > a {
  font-family: "HM Ampersand Condensed", Helvetica, Arial, sans-serif;
}

/* About Image gallery items bottom header */
body.zh .image-gallery-items li div.bottom strong {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/* About Image gallery result */
body.zh .image-gallery-result strong {
  font-family: "HM Ampersand Condensed", Helvetica, Arial, sans-serif;
}

/* #contacts0 h4, */
body.ja-jp #contacts0 .dropdown,
body.ko-kr #contacts0 .dropdown,
body.ja-jp #calendar .date,
body.ko-kr #calendar .date,
body.ja-jp #calendar .date span,
body.ko-kr #calendar .date span,
body.ja-jp #calendar .event-time,
body.ko-kr #calendar .event-time,
body.ja-jp #download-items li .left a,
body.ko-kr #download-items li .left a,
body.ja-jp #newsroom ul.newsroom-items li .etc a,
body.ko-kr #newsroom ul.newsroom-items li .etc a {
  font-weight: 700;
}

/*About Calendar */
body.zh #contacts0 .dropdown,
body.zh #calendar .date,
body.zh #calendar .date span,
body.zh #calendar .event-time,
body.zh #download-items li .left a,
body.zh #newsroom ul.newsroom-items li .etc a,
body.zh #contacts h4, #contacts .dropdown {
  font-family: "HM Ampersand Condensed", Helvetica, Arial, sans-serif;
}

body.zh #download-items li p.left a {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*About Newsroom list items heading - h3  */
body.zh #newsroom ul.newsroom-items li h3, body.ja #newsroom ul.newsroom-items li h3 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
  background-color: #eaeaea;
  padding: 1px 3px;
  margin: 3px 0;
  display: inline-block;
  *display: block;
  zoom: 1;
}

body.zh #newsroom .listview div.right a > span:last-child:not(.date),
body.zh #newsroom .listview div.right a > span:last-child,
body.zh #newsroom .listview a > span:last-child:not(.date) {
  display: block;
}

/*About Newsroom list items heading - h3*/
body.zh #newsroom ul.newsroom-items li .etc a {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/* #sitemap .link strong */
body.ja-jp .identity-module .identity-heading,
body.ko-kr .identity-module .identity-heading,
body.ja-jp .identity-module .identity-sub-heading,
body.ko-kr .identity-module .identity-sub-heading,
body.ja-jp .identity-module .identity-list-heading,
body.ko-kr .identity-module .identity-list-heading {
  font-weight: 700;
}

/* about start page header */
body.zh .identity-module .identity-heading,
body.zh .identity-module .identity-sub-heading,
body.zh .identity-module .identity-list-heading {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

/*about start identity list heading  - todo check if display-inline works */
body.zh .identity-module .identity-list-heading {
  font-size: 17px;
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

/*#entry-points-module h3
#entry-points-module h4
#entry-points-module h5 */
body.ja-jp #secondary-col .box .more,
body.ko-kr #secondary-col .box .more {
  font-weight: 700;
}

/*#secondary-col div.box h3
#secondary-col div.quick-facts strong
#secondary-col h3 */
body.ja-jp #secondary-col .boldtextmedia,
body.ko-kr #secondary-col .boldtextmedia {
  font-weight: 700;
}

/* #article table th
.share-price-table th */
body.ja-jp #secondary-col .box.share td:last-child,
body.ko-kr #secondary-col .box.share td:last-child,
body.ja-jp #secondary-col .box.share td.last-child,
body.ko-kr #secondary-col .box.share td.last-child {
  font-weight: 700;
}

body.zh.home [class*='cq-colctrl-lt'] h3 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*About Home column control heading h4*/
body.zh .home .cq-colctrl-lt0 h4,
body.zh .home .cq-colctrl-lt1 h4,
body.zh .home .cq-colctrl-lt2 h4,
body.zh .home .cq-colctrl-lt3 h4,
body.zh .home .cq-colctrl-lt4 h4,
body.zh .home .cq-colctrl-lt5 h4,
body.zh .home .cq-colctrl-lt6 h4,
body.zh .home .cq-colctrl-lt7 h4,
body.zh .home .cq-colctrl-lt8 h4,
body.zh .home .cq-colctrl-lt9 h4,
body.zh .home .cq-colctrl-lt10 h4,
body.zh .home .cq-colctrl-lt11 h4,
body.zh .home .cq-colctrl-lt12 h4,
body.zh .home .cq-colctrl-lt13 h4 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
  background-color: #eaeaea;
  padding: 1px 3px;
  margin: 3px 0px;
  display: inline-block;
  *display: block;
  zoom: 1;
}

body.ja-jp .csr-commitment-activity > .header > .heading,
body.ko-kr .csr-commitment-activity > .header > .heading,
body.ja-jp .csr-commitment-activity-status ul > li,
body.ko-kr .csr-commitment-activity-status ul > li {
  font-weight: 700;
}

/* editor-styles */
body.ja-jp .quiz-heading,
body.ko-kr .quiz-heading,
body.ja-jp .quiz-sub-heading,
body.ko-kr .quiz-sub-heading,
body.ja-jp .quiz-sub-heading-small,
body.ko-kr .quiz-sub-heading-small {
  font-weight: 700;
}

body.zh-cn .quiz-heading,
body.zh-hk .quiz-heading,
body.zh-cn .quiz-sub-heading,
body.zh-hk .quiz-sub-heading,
body.zh-cn .quiz-sub-heading-small,
body.zh-hk .quiz-sub-heading-small {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*About*/
body.zh b,
body.zh strong,
body.zh h4,
body.zh h5,
body.ja b,
body.ja strong,
body.ja h4,
body.ja h5 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh .article h3 strong,
body.ja .article h3 strong {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

/*About*/
body.zh h1,
body.zh h2,
body.zh h3,
body.ja h1,
body.ja h2,
body.ja h3 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

/*About article heading reset*/
body.zh .article h3,
body.zh .article h4,
body.ja .article h3,
body.ja .article h4,
.zh #article h3,
.ja #article h3 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
  background-color: #eaeaea;
  padding: 1px 3px;
  margin: 2px 0;
  display: inline-block;
  *display: inline;
  zoom: 1
}

/*About Home article */
body.zh.home .article h3,
body.zh.home .article h4,
body.ja.home .article h3,
body.ja.home .article h4 {
  padding: 0 5px;
  margin-left: 10px !important; /*todo remove important */
}

/*About quote */
body.zh .large-quote > p,
body.ja .large-quote > p {
  font-family: Georgia, 'Times New Roman', Arial, sans-serif;
}

body.zh .large-quote.inline h2,
body.ja .large-quote.inline h2 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

/*About read more module h5, b */
body.zh .read-more-module h5, body.zh .read-more-module b {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

body.zh .read-more-module .teaser strong {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

/*About sidebar */
body.zh .inline-box strong {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh #secondary-col,
body.zh #secondary-col .boldtextmedia,
body.zh #secondary-col h3,
body.ja #secondary-col,
body.ja #secondary-col .boldtextmedia,
body.ja #secondary-col h3 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh #secondary-col div.press-contacts ul.contacts li strong {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh #secondary-col div.box strong,
body.zh #secondary-col div.box a.more,
body.zh #secondary-col div.quick-facts strong,
body.zh #secondary-col .box.share td:last-child,
body.zh #secondary-col .box.share td.last-child {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*About Filter top */
body.zh #filter strong,
body.zh #filter .currency strong, body.zh-cn #filter .download strong {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh #filter .top strong {
  font-family: "HM Ampersand Condensed", Helvetica, Arial, sans-serif;
}

/*About Filter top */
body.zh .imagegallery #filter .top strong {
  font-family: "HM Ampersand Condensed", Helvetica, Arial, sans-serif;
}

/*About Overlay language picker */
body.zh .overlay.language-picker strong,
body.zh .overlay.region-picker strong,
body.zh .overlay.language-picker b,
body.zh .overlay.region-picker b,
body.ja .overlay.language-picker strong,
body.ja .overlay.region-picker strong,
body.ja .overlay.language-picker b,
body.ja .overlay.region-picker b {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
  background-color: #eaeaea;
  padding: 1px 3px;
  margin: 3px 0;
  display: inline-block;
  *display: block;
  zoom: 1;
}

/*About Overlay heading - h6 */
body.zh .overlay h6 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*About Calendar */
body.zh #calendar ul.calendar-items > li > h3,
body.ja #calendar ul.calendar-items > li > h3 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
  background-color: #eaeaea;
  display: inline-block;
  *display: block;
  zoom: 1;
}

body.zh #calendar ul.calendar-items li p.preamble,
body.zh .article p.preamble,
body.zh #calendar ul.calendar-items > li p,
body.zh #calendar ul.calendar-items > li p.toggler {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

body.ja #calendar ul.calendar-items li p.preamble,
body.ja .article p.preamble,
body.ja #calendar ul.calendar-items > li p,
body.ja #calendar ul.calendar-items > li p.toggler {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

/*About Article inline list */
body.zh .article .inline-list li strong {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*About form heading */
body.zh form > h4,
body.ja form > h4 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*About search-results*/
body.zh #search-results h3,
body.ja #search-results h3 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*About sitemap */
body.zh #sitemap .link strong {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
  background-color: #eaeaea;
  padding: 1px 3px;
  margin: 3px 0;
  display: inline-block;
  *display: block;
  zoom: 1;
}

/*About footer font reset */
body.zh #footer-nav ul > li h2,
body.ja #footer-nav ul > li h2 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/*Career normalize latin font weight */
body.zh-cn .teaser-wrapper h3,
body.zh-hk .teaser-wrapper h3 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

body.zh-cn .article h2,
body.zh-hk .article h2 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

body.zh .article .newsinformation h2 {
  font-family: "HM Ampersand Ultra Light", Helvetica, Arial, sans-serif;
}

body.zh-cn #secondary-col h3,
body.zh-hk #secondary-col h3,
body.zh-cn #secondary-col div.box h3,
body.zh-hk #secondary-col div.box h3 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh #secondary-col h3,
body.zh #secondary-col div.box h3 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh #secondary-col div.box h3 {
  font-family: "HM Ampersand Condensed", Helvetica, Arial, sans-serif;
}

body.zh-cn #secondary-col .teaser-content h3,
body.zh-hk #secondary-col .teaser-content h3 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

body.zh-cn .read-more-module b,
body.zh-hk .read-more-module b,
body.zh-cn .read-more-module strong,
body.zh-hk .read-more-module strong {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

body.zh-cn h1,
body.zh-hk h1 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

body.zh-cn .hm-searchjobads h2.searchHead,
body.zh-hk .hm-searchjobads h2.searchHead,
body.zh-cn .hm-searchjobads table thead th span,
body.zh-hk .hm-searchjobads table thead th span {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.zh-cn .hm-jobdetail .jobForm dl dt,
body.zh-hk .hm-jobdetail .jobForm dl dt,
body.zh-cn .hm-jobdetail .jobForm dl dd,
body.zh-hk .hm-jobdetail .jobForm dl dd {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

/* csr-table.css */
body.zh .csr-table th, #article table th {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

body.ja-jp .hm-csrtable th, body.ja .hm-csrtable th,
body.ko-kr .hm-csrtable th, body.ko .hm-csrtable th,
body.ja-jp .hm-csrtable .subheader td, body.ja .hm-csrtable .subheader td,
body.ko-kr .hm-csrtable .subheader td, body.ko .hm-csrtable .subheader td,
body.ja-jp .hm-csrtable .summary-header, body.ja .hm-csrtable .summary,
body.ko-kr .hm-csrtable .summary-header, body.ko .hm-csrtable .summary,
body.ja-jp .hm-csrtable .summary-header, body.ja .hm-csrtable .summary-header,
body.ko-kr .hm-csrtable .summary-header, body.ko .hm-csrtable .summary-header,
body.ja-jp .hm-csrtable .total-header, body.ja .hm-csrtable .total-header,
body.ko-kr .hm-csrtable .total-header, body.ko .hm-csrtable .total-header {
  font-weight: 700;
}

body.ja-jp .hm-csrtable .showhide a, body.ja .hm-csrtable .showhide a,
body.ko-kr .hm-csrtable .showhide a, body.ko .hm-csrtable .showhide a {
  font-weight: normal;
}

body.zh #secondary-col .section .article h4, #secondary-col .textcont .article h4 {
  background: none;
}

body.zh .article.box div.formatted h2,
body.ja .article.box div.formatted h2 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

body.zh .person h3,
body.ja.person h3 {
  font-family: "HM Ampersand Ultra Light", Helvetica, Arial, sans-serif;
}

.newsroom-items.list .newsroom-item.ja h2,
.newsroom-items.list .newsroom-item.zh h2 {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.ja .newsinformation h2,
.zh .newsinformation h2 {
  font-family: "HM Ampersand Regular", Helvetica, Arial, sans-serif;
}

.ja .article p.preamble, .newsroom-items.list .newsroom-item.ja p,
.zh .article p.preamble, .newsroom-items.list .newsroom-item.zh p {
  font-family: "HM Ampersand Light", Helvetica, Arial, sans-serif;
}

/* Header styles */

@media screen {
    #header {
        background: transparent;
        height: 129px;
        width: 100%;
    }

    .logo {
        background: url('base/img/logo.svg') left no-repeat;
        background-size: 80px;
        display: inline-block;
        height: 53px;
        left: 50%;
        margin: 0 0 0 -486px; /* #content width/2 */
        position: absolute;
        text-decoration: none;
        top: 24px;
        z-index: 110;
    }
    .logo-text {
        border-left: 1px solid silver;
        display: inline-block;
        font-family: "HM Amperserif Display Regular", Didot, Georgia, serif;
        font-size: 24px;
        line-height: 46px;
        margin-left: 95px;
        padding-left: 15px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    /* navigation */
    #nav {
        position: absolute;
        text-align: center;
        top: 26px;
        width: 100%;
    }
    #nav ul {
        max-width: 642px;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        background: url("base/img/menu-bar.png") repeat-x left bottom transparent;
    }
    #nav ul > li {
        display: block;
        float: left;
        padding-bottom: 2px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #nav li a {
        display: block;
        padding-bottom: 4px;
        font-family: "HM Ampersand Bold", arial, sans-serif;
        font-size: 15px;
        color: #333;
        line-height: 21px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }
    #nav li.current a, #sub-nav li.current a {
        color: #c00;
    }

    #sub-nav {
        position: absolute;
        top: 53px;
        height: 35px;
        width: 100%;
        text-align: center;
        z-index: 100;
    }
    #sub-nav ul {
        width: 880px;
        margin: 0 auto;
    }
    #sub-nav > ul {
        height: 35px;
        position: relative;
        width: 880px;
        display: block;
        letter-spacing: -0.34em;
    }
    #sub-nav ul > li {
        font-size: 13px;
        padding: 8px 8px 8px 7px;
        white-space: nowrap;
        letter-spacing: normal;
        display: inline-block;
    }
    #sub-nav > ul > li > a {
        text-decoration: none;
        letter-spacing: 0.05em;
        font-family: 'HM Ampersand Demi Bold', arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        background: url("base/img/sprite_icons.png") no-repeat scroll right 5px transparent;
        padding-right: 13px;
    }
    /* hide arrow when no child */
    #sub-nav ul > .nosub a {
        background: none repeat scroll 0 0 transparent;
        padding-right: 0;
    }
    /* drop down menu */
    #sub-nav > ul > li:hover {
        background-color: #393939;
        left: 0;
    }
    #sub-nav div.sub-nav-dd {
        display: none;
        position: absolute;
        border-top: 3px solid #393939;
        max-height: 500px;
        max-width: 840px;
        min-width: 840px;
        background-color: #fff;
        top: 33px;
        left: 10px;
        text-align: left;
        padding: 12px 20px;
        overflow: hidden;
        -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
           -moz-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
    }
    .no-boxshadow #sub-nav div.sub-nav-dd {
        border-right: 1px solid #E3E3E3;
        border-left: 1px solid #E3E3E3;
        border-bottom: 1px solid #E3E3E3;
    }
    #sub-nav div.sub-nav-dd > div {
        background: url("base/img/mega-menu.png") repeat-y scroll #fff;
        max-width: 840px;
        white-space: normal;
    }
    #sub-nav div.sub-nav-dd > div > ul {
        float: left;
    }
    #sub-nav div.sub-nav-dd a {
        color: #333;
        text-decoration: none;
    }
    #sub-nav div.sub-nav-dd a:hover {
        text-decoration: underline;
    }
    #sub-nav > ul > li:hover div {
        display: block;
    }
    #sub-nav > ul > li:hover > a {
        color: #fff;
        background-position: right -95px;
    }
    #sub-nav > ul > li ul {
        display: inline-block;
        width: 210px;
        vertical-align: top;
    }
    #sub-nav > ul > li ul:first-child {
        border-left: none;
    }
    #sub-nav > ul > li div > ul > li {
        display: block;
        float: none;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 22px;
        padding: 0 8px 0 10px;
        text-align: left;
        text-transform: none;
        white-space:normal;
        word-wrap: break-word;
    }
    #sub-nav > ul > li div > ul > li strong {
        color: #333;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: normal;
        word-wrap: break-word;
    }

    /* Search */
    #header-search {
        margin: 0 -486px 0 0; /* #content width/2 */
        overflow: hidden;
        position: absolute;
        right: 50%;
        text-align: right;
        top: 35px;
        width: 162px;
        z-index: 100;
    }
    #header-search input {
        background: url("base/img/sprite_icons.png") repeat-x scroll 0 -1100px transparent;
        border: 1px solid #ccc;
        border-top: 1px solid #7c7c7c;
        height: 29px;
        line-height: 2.4;
        padding: 0 25px 0 5px;
        width: 130px;
    }
    #header-search button {
        background: url("base/img/sprite_icons.png") no-repeat scroll -2px -1194px transparent;
        border: 0;
        height: 27px;
        direction: ltr;
        right: 1px;
        position: absolute;
        text-indent: -99999px;
        top: 2px;
        width: 26px;
    }
    body.cq-wcm-edit .headertoolbar {
        width: 25%;
    }
}

/* ------------------------------------------------------------------------------
 * Buttons and misc icon based elements
------------------------------------------------------------------------------ */
form button {
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    overflow: visible;
}
form button::-moz-focus-inner {
    border: none;
    padding: 0;
}
form button span {
    position: relative;
    display: block;
    white-space: nowrap;
}
form button.submit-btn {
    background: url("base/img/sprite_forms.png") no-repeat scroll right -203px transparent;
    margin-right: 3px;
    padding: 0 12px 0 0;
    text-align: center;
    margin-bottom: .5em;
}
form button.submit-btn span {
    background: url("base/img/sprite_forms.png") no-repeat scroll left -149px transparent;
    height: 17px;
    padding: 2px 0 0 14px;
}
form button.submit-btn:hover, button.submitBtnHover {
    background-position: right -230px;
}
form button.submit-btn:hover span, button.submitBtnHover span {
    background-position: 0 -176px;
}
form button.big {
    font-size: 107.7%;
    background-position: right -74px;
    padding-right: 19px;
}
form button.big:focus {
    outline: 0;
}
form button.big span {
    background-position: left top;
    height: 22px;
    padding-top: 8px;
    padding-left: 22px;
    line-height:18px;
}
form button.big:hover, button.submitBtnHover {
    background-position: right -111px;
}
form button.big:hover span, button.submitBtnHover span {
    background-position: 0 -37px;
}
form button.disabled span {
    color: #aeaeae;
}
/* ------------------------------------------------------------------------------
 * Forms
------------------------------------------------------------------------------ */
form label,
form input,
form textarea,
form select,
form button {
    color: #333333;
    font-family: "HM Ampersand Regular",arial,sans-serif;
    font-size: 92.3%;
}
form fieldset {
    margin: 0 0 1.4em 0;
}
form select {
    border: 1px solid #E3E3E3;
}
form > h4 {
    font-family: 'HM Ampersand Demi Bold',Arial,sans-serif;
    margin: 0 0 1em 0;
}
form.standard-form {
    width: 415px;
    position: relative;
}
form.standard-form label {
    width: 110px;
    float: left;
    padding-right: 10px;
}
form.standard-form input,
form.standard-form select,
form.standard-form textarea {
    float: left;
    width: 175px;
}
form.standard-form select {
    width: 178px;
}
form.standard-form .checkbox-label {
    float: none;
}
form.standard-form .radioLabel {
    float: left;
    width: auto;
}
form.standard-form .radioLabel input {
    width: auto;
}
form.standard-form .radioLabel span {
    margin-left: 3px;
}
form.standard-form .radio-label-container {
    float: left;
}
form.standard-form .radio-label-container li {
    display: block;
    float: left;
}
form.standard-form .radio-label-container.language li {
    display: block;
    float: none;
    margin-bottom: .1em;
}
form.standard-form .radio-label-container.language label {
    display: table-cell;
}
form.standard-form .radio-label-container input {
    width: auto;
    margin: 2px 1px;
}
form.standard-form .radio-label-container input,
form.standard-form .radio-label-container label  {
    width: auto;
}
form.standard-form .radio-label-container label {
    margin-right: 12px;
}
form.standard-form .rightSideContent p {
    float: left;
}
form.standard-form .error {

    background-color: #890000;
    color: #FFFFFF;
    display: none;
    font-size: 92.3%;
    left: 310px;
    min-height: 18px;
    padding: 1px 5px;
    position: absolute;
    width: 200px;
    z-index: 999;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
form.standard-form .error .error-arrow {
    border-color: transparent #890000 transparent transparent;
    border-style: solid;
    border-width: 10px 10px;
    height: 0;
    left: -19px;
    position: absolute;
    top: 0;
    width: 0;
}
form .disabled{
    color:#7b7b7b;
}
form.standard-form .indent {
    margin-left: 120px;
}
/* dropdown */
.dropdown {
    vertical-align: middle;
    z-index: 99;
    text-transform: uppercase;
}
.dropdown > li:first-child {
    float: left;
    position: relative;
    text-align: left;
    background: url("base/img/sprite_icons.png") no-repeat scroll 91% 6px transparent;
}
.no_dropdown {
    text-transform: uppercase;
}
.downloadasset .no_dropdown {
    vertical-align: top;
    padding: 0 0 0 7px;
    margin-top: -1px;
    display: inline-block;
}
.downloadasset .download-module .dropdown > li {
    margin-left: 13px;
}
#download-items .document-item .right .no_dropdown {
    margin-right: 0px;
    min-width: 80px;
    padding-left: 5px;
    vertical-align: middle;
}
.download-opts .dropdownLabel {
    float: left;
    font-size: 12px;
}
.download-opts .dropdown {
    display: inline-block;
    float:left;
    margin-left: -10px;
    width: 60px;
}

#secondary-col ol.dropdown, #secondary-col ul.dropdown {
    overflow:visible !important;
}
#secondary-col ol.dropdown li, #secondary-col ul.dropdown li{
    overflow:visible !important;
    margin-bottom: 0;
}
.dropdown a {
    display: block;
    text-decoration: none;
    padding: 0 20px 0 5px;
}
.dropdown a:hover {
    background-color: #ececec;
}
.dropdown ul {
    background: #ffffff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    position: absolute;
    display: none;
    z-index:100;
}
.dropdown:hover ul {
    display: block;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: 246px !important;
}
.dropdown li > a {
    border-bottom: 1px dotted #dddddd;
    outline: 0;
}
.dropdown > li > ul > li {
    position: relative;
    width:100%;
}
.dropdown > li > ul > li a {
    display:block;
    width:auto;
}
.dropdown ul a {
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
    border-bottom: 0;
}
.dropdown:hover,
.dropdown li:first-child:hover ul { /* Display the dropdown on hover */
    display: block;
}
.dropdown li:first-child:hover ul { /* Display the dropdown on hover */
    -webkit-box-shadow: 0 3px 3px #888888;
    -moz-box-shadow: 0 3px 3px #888888;
    box-shadow: 0 3px 3px #888888;
}
.no-boxshadow .dropdown li:first-child:hover ul { /* show line for IE7/8 */
    border: 1px solid #E3E3E3;
}
.dropdown li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
.dropdown li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#ececec;
}
.dropdown > li:hover,
.dropdown:hover > li > a:first-child {
    background: url("base/img/sprite_icons.png") no-repeat scroll 91% -94px #262626;
    color: #ffffff;
    text-decoration: none;
}
.dropdown a:active {
    visibility: visible;
}
.dropdown .label {
    background: none;
}
.dropdown .label:hover {
    background: transparent;
    color: #333333;
    cursor: default;
}
/*
 * Overlays and blockUI
 */

.blockMsg {
  width: 100%;
  top: 10%;
  position: fixed;
}

.overlay {
  background-color: #fff;
  padding: 10px 12px 12px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.overlay:before,
.overlay:after {
  content: "";
  display: table;
}

.overlay:after {
  clear: both;
}

.overlay a.close {
  background: url("base/img/sprite_icons.png") no-repeat scroll -2px -1300px transparent;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: -10px;
  text-indent: -99999px;
  top: -20px;
  width: 24px;
  z-index: 1;
}

.overlay h6 {
  font-family: "HM Ampersand Condensed Bold", arial, sans-serif;
  font-size: 115.4%;
  letter-spacing: .1em;
  margin: -29px -13px 1em;
  text-align: center;
  background-color: #262626;
  padding: .5em .5em;
  color: #fff;
  min-height: 21px;
  text-transform: uppercase;
}

.overlay > .left {
  text-align: center;
}

.overlay h6 {
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: .5em;
}

.overlay p {
  margin-bottom: 1em;
}

.overlay .right .meta-data {
  font-size: 12px;
}

.overlay .right .meta-data p {
  margin-bottom: 0.6em;
}

.overlay .right .meta-data .label {
  display: block;
}

.overlay fieldset.accept-terms {
  margin: 0;
}

.overlay .download-module ul.dropdown {
  position: relative;
}

.overlay.image {
  width: 610px;
  opacity: 1;
}

.overlay.image .right .meta-data {
  max-height: 199px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  margin-bottom: 1em;
}

.overlay.video .right .meta-data {
  max-height: 199px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  margin-bottom: 1em;
}

#landing-page .overlay.image p {
  max-height: 214px;
  height: auto;
  overflow: visible;
}

#landing-page .overlay.document p {
  height: auto;
  overflow: visible;
}

#landing-page div#mediaspace_wrapper {
  margin-bottom: 1em;
}

.overlay.image .img-wrapper {
  min-height: 371px;
  height: 371px;
  width: 318px;
  display: table-cell;
  vertical-align: middle;
}

.overlay.image .img-wrapper img {
  max-width: 318px;
  max-height: 371px;
  display: block;
  margin: 0 auto;
}

.overlay.document .img-wrapper {
  min-height: 315px;
  height: 315px;
  width: 223px;
  display: table-cell;
  vertical-align: middle;
}

.overlay.document .img-wrapper img {
  max-width: 223px;
  max-height: 315px;
  display: block;
  margin: 0 auto;
}

.overlay.image .right {
  width: 280px;
  height: 371px;
  max-height: 371px;
  position: relative;
}

.overlay.image .right .download-options {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.overlay.image .right .inline-box.download-module {
  overflow: hidden;
}

.overlay.document {
  width: 560px;
}

.overlay.document .meta-data {
  height: 147px;
  overflow-x: hidden;
  overflow-y: auto;
}

.overlay.document > .right {
  width: 325px;
  height: 315px;
  max-height: 315px;
  position: relative;
}

.overlay.document .download-options {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay.document .inline-box.download-module {
  height: 95px;
  max-height: 95px;
}

.overlay.document .download-module .download-lang {
  float: left;
  width: 40%;
}

.overlay .share-module {
  width: 200px;
}

.overlay .carousel-container {
  text-align: center;
  clear: both;
  margin: 1em auto 0 auto;
  width: 365px;
  height: 60px;
}

.overlay .carousel li {
  margin-right: 15px;
  vertical-align: middle;
  line-height: 4.2em;
}

.overlay .carousel img {
  vertical-align: middle;
}

.overlay .carousel {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}

.overlay .carousel li {
  border: 1px solid #e3e3e3;
  height: 58px;
  width: 45px;
}

.overlay .carousel li a.image,
.overlay .carousel li a.video {
  display: block;
  height: 100%;
}

.overlay .carousel-container .scroller {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: -20px;
}

.overlay .carousel-container .next {
  background: url("base/img/sprite_icons.png") no-repeat scroll -7px -1500px transparent;
  left: 5px;
}

.overlay .carousel-container .prev {
  background: url("base/img/sprite_icons.png") no-repeat scroll -7px -1400px transparent;
  left: -20px;
}

.overlay.accept-terms,
.overlay.confirmation {
  width: 460px;
}

.overlay.confirmation fieldset {
  margin: 0;
}

.overlay.accept-terms fieldset {
  margin-bottom: .5em;
}

.overlay.accept-terms .buttons {
  margin-top: 1em;
}

.overlay.send-email {
  width: 340px;
}

.overlay.send-email fieldset.buttons {
  margin-bottom: 0;
}

.overlay.video {
  width: 948px;
  min-height: 464px;
  opacity: 1;
  line-height: 18px;
}

.overlay.video > div {
  margin: 0 auto;
}

.overlay.video .right {
  width: 288px;
  height: 365px;
  position: relative;
}

.overlay.video .right .meta-data {
  width: 264px;
  overflow-x: auto;
  max-height: 224px;
  height: 224px;
}

.overlay.video .right .download-options {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.overlay.video .right .inline-box.download-module {
  height: 67px;
  max-height: 67px;
}

.overlay.language-picker,
.overlay.region-picker {
  width: 460px;
}

.overlay.legal-notice {
  width: 612px;
}

.overlay.legal-notice div.formatted {
  width: 500px;
  padding-left: 10px;
  height: 444px;
  overflow-y: auto;
  padding-right: 94px;
}

.overlay.legal-notice div.formatted h4 {
  font-size: 13px;
  font-family: "HM Ampersand Bold", arial, sans-serif;
  color: #333
}

.overlay.legal-notice div.formatted h6 {
  font-size: 12px;
  font-family: "HM Ampersand Regular", arial, sans-serif;
  color: #333;
  width: auto;
  height: auto;
  margin: 0;
  text-align: left;
  background-color: #fff;
  padding: 0;
  text-transform: none;
  border: 0
}

.overlay.language-picker a.close,
.overlay.region-picker a.close, .overlay.legal-notice a.close {
  background: url("base/img/sprite_icons.png") no-repeat scroll -2px -1300px transparent;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: -10px;
  text-indent: -99999px;
  top: -32px;
  width: 24px;
}

.overlay.language-picker a,
.overlay.region-picker a, .overlay.legal-notice a {
  text-decoration: none;
}

.overlay.language-picker strong,
.overlay.region-picker strong,
.overlay.language-picker b,
.overlay.region-picker b {
  text-transform: uppercase;
}

.overlay.region-picker p {
  margin-bottom: .3em !important;
}

.overlay.region-picker h6,
.overlay.language-picker h6 {
  margin: -29px -13px 1em;
}

.overlay.region-picker .global-newsroom {
  text-decoration: underline;
}

.overlay.language-picker ul li,
.overlay.region-picker ul li {
  margin-bottom: .3em;
}

.overlay.press-contacts {
  width: 300px;
}

.overlay.press-contacts div.header,
.overlay.press-contacts ul.contacts li {
  margin-bottom: .6em;
}

.overlay.help {
  display: none;
  width: 610px;
}

.overlay .inline-box.download-module {
  margin-bottom: 0;
}

.overlay .download-module .dropdown > li {
  margin-left: 0 !important;
}

@media screen {
  /* TODO: Duplicated code loaded in /hmcorporate-view/src/main/content/jcr_root/etc/designs/hm/clientlibs/css/layout.css */
  /* footer  */
  #footer {
    background: url("base/img/bg_main.png") no-repeat scroll -1034px bottom transparent;
    margin: 10px -31px -51px;
    min-height: 18px;
    padding: 0 31px 83px;
    clear: both;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    z-index: -1;
    width: 972px;
  }

  #footer-nav {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 22px 130px 0 171px;
    width: 648px;
    border-top: 1px solid #E3E3E3;
    margin-left: auto;
    margin-right: auto;
  }

  #footer-nav a {
    color: #767676;
    text-decoration: none;
  }
  #footer-nav a:hover {
    text-decoration: underline;
  }

  #footer-nav ul {
    margin: 0;
    padding: 0;
  }

  #footer-nav ul > li {
    float: left;
    width: 162px;
    text-align: left;
  }

  #footer-nav .other,
  #footer-nav .other li {
    width: 74px;
    white-space: nowrap;
  }

  #footer-nav ul > li h2 {
    font-family: 'HM Ampersand Demi Bold', Arial, sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  #footer-nav ul > li h2 a {
    color: #333;
  }
}

﻿.parsys_column {
    height: 100%;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
/* column control layouts */
.cq-colctrl-cols {width: 100%; float: left; }

.cq-colctrl-default { width: 100%;}

/* layout 0 : 50% 50% ( grid6 + grid6 ) */
.cq-colctrl-lt0 { padding: 0 6px; }
.cq-colctrl-lt0 > div { float: left; }
.cq-colctrl-lt0-c0 { width: 50%; margin: 0 6px;}
.cq-colctrl-lt0-c1 { width: 50%; margin: 0 6px;}

.cq-colctrl-lt0-c0 .big-images{ padding-right:8px;}
.cq-colctrl-lt0-c1 .big-images{ padding-left:8px;}

/* layout 7 : 68% 30% ( grid6 + grid6 ) */
.cq-colctrl-lt7-c0 { width: 415px; float: left; padding-left: 8px;}
.cq-colctrl-lt7-c1 { width: 200px; float: right; /*margin-left: 10px*/}

/* layout 1 : 33% 33% 33%( grid4 + grid4 + grid4 ) */
.cq-colctrl-lt1 > div { float: left; }
.cq-colctrl-lt1-c0 { width: 33%; margin-right: 10px;}
.cq-colctrl-lt1-c1 { width: 33%; /*margin-left: 10px;*/ margin-right: 10px;}
.cq-colctrl-lt1-c2 { width: 33%; /*margin-left: 10px;*/ }

/* layout 2: 16% 16% 16% 33% ( grid2.6 + grid2.6 + grid2.6 + grid4 ) */
.cq-colctrl-lt2 > div { float: left; }
.cq-colctrl-lt2-c0 { width: 140px; margin-right: 10px;}
.cq-colctrl-lt2-c1 { width: 140px; margin-left: 10px; margin-right: 10px}
.cq-colctrl-lt2-c2 { width: 140px; margin-left: 10px; margin-right: 10px}
.cq-colctrl-lt2-c3 { width: 220px; margin-left: 10px }

/* layout 3: 4 x 25% ( grid3 + grid3 + grid3 + grid3 ) */
.cq-colctrl-lt3 { padding: 0 6px; }
.cq-colctrl-lt3 > div { float: left; }
.cq-colctrl-lt3-c0 { width: 228px; margin: 0 6px;}
.cq-colctrl-lt3-c1 { width: 228px; margin: 0 6px;}
.cq-colctrl-lt3-c2 { width: 228px; margin: 0 6px;}
.cq-colctrl-lt3-c3 { width: 228px; margin: 0 6px; }

/* layout 4: 5 x 20% ( grid2.5 + grid2.5 + grid2.5 + grid2.5 + grid2.5 ) */
.cq-colctrl-lt4-c0 { margin-right: 10px;}
.cq-colctrl-lt4-c1 { /*width: 124px; margin-left: 10px;*/ margin-right: 10px;}
.cq-colctrl-lt4-c2 { /*width: 124px; margin-left: 10px;*/ margin-right: 10px;}
.cq-colctrl-lt4-c3 { /*width: 124px; margin-left: 10px;*/ margin-right: 10px;}

.cq-colctrl-lt4-c0, .cq-colctrl-lt4-c1, .cq-colctrl-lt4-c2, 
.cq-colctrl-lt4-c3, .cq-colctrl-lt4-c4{
    float:left;
    margin-right:10px;
}
.cq-colctrl-lt1-c0, .cq-colctrl-lt1-c1, .cq-colctrl-lt1-c2{
    float:left;
    width:30%;
    margin-right:10px;
}

.cq-colctrl-lt4-c4 .etc{ margin-left: 0; }

/* widepage layouts */

/* layout 5 : 50% 50% ( grid8 + grid8 ) */
.cq-colctrl-lt5 > div { float: left; }
.cq-colctrl-lt5-c0 { width: 460px; margin-right:10px}
.cq-colctrl-lt5-c1 { width: 460px; margin-left: 10px}

/* layout 6 : 25% 25% ( grid4 + grid4 + grid4 + grid4) */
.cq-colctrl-lt6 > div { float: left; }
.cq-colctrl-lt6-c0 { width: 220px; margin-right:10px}
.cq-colctrl-lt6-c1 { width: 220px; margin-left: 10px; margin-right:10px}
.cq-colctrl-lt6-c2 { width: 220px; margin-left: 10px; margin-right:10px}
.cq-colctrl-lt6-c3 { width: 220px; margin-left: 10px}

/* layout 8 : 50% 25% 25% */
.cq-colctrl-lt8 {padding: 0 6px; }
.cq-colctrl-lt8 > div { float: left; }
.cq-colctrl-lt8-c0 { width: 468px; margin: 0 6px;}
.cq-colctrl-lt8-c1 { width: 228px; margin: 0 6px;}
.cq-colctrl-lt8-c2 { width: 228px; margin: 0 6px;}

/* layout 9 : 25% 25% 50%*/
.cq-colctrl-lt9 {padding: 0 6px; }
.cq-colctrl-lt9 > div { float: left; }
.cq-colctrl-lt9-c0 { width: 228px; margin: 0 6px;}
.cq-colctrl-lt9-c1 { width: 228px; margin: 0 6px;}
.cq-colctrl-lt9-c2 { width: 468px; margin: 0 6px;}

/* layout 10 : 75% 25% */
.cq-colctrl-lt10 {padding: 0 6px; }
.cq-colctrl-lt10 > div { float: left; }
.cq-colctrl-lt10-c0 { width: 708px; margin: 0 6px;}
.cq-colctrl-lt10-c1 { width: 228px; margin: 0 6px;}

/* layout 11 : 25% 75% */
.cq-colctrl-lt11 {padding: 0 6px; }
.cq-colctrl-lt11 > div { float: left; }
.cq-colctrl-lt11-c0 { width: 228px; margin: 0 6px;}
.cq-colctrl-lt11-c1 { width: 708px; margin: 0 6px;}

/* layout 12 : 65% 30%*/
.cq-colctrl-lt12 > div { float: left; }
.cq-colctrl-lt12-c0 { width: 65%; margin-right:25px}
.cq-colctrl-lt12-c1 { width: 30%; /*margin-left: 10px*/}

/* layout 13 : 25% 50% 25%*/
.cq-colctrl-lt13 {padding: 0 6px; }
.cq-colctrl-lt13 > div { float: left; }
.cq-colctrl-lt13-c0 { width: 228px; margin: 0 6px;}
.cq-colctrl-lt13-c1 { width: 468px; margin: 0 6px;}
.cq-colctrl-lt13-c2 { width: 228px; margin: 0 6px;}

/* layout 14 : 21% 21% 21% 37% */
.cq-colctrl-lt14 {
    padding: 0 24px 0 24px;
}
.cq-colctrl-lt14 > div {
    float: left;
}
.cq-colctrl-lt14-c0,
.cq-colctrl-lt14-c1,
.cq-colctrl-lt14-c2 {
    width: 21%; /* 182px + margin-r 12px * 3 */
}
.cq-colctrl-lt14-c3 {
    width: 37%; /* rest */
}



/* IMAGE GALLERI FILTER MEDIA column control layouts added by tempagkno 2012.04.23 */

/* 1 COLUMN =  1 TEXT FILTER (NO CF) (100%) */
.imagegalleryfiltermedia div.cq-colctrl-default {
    width: 100%;
    clear: both;
    overflow: hidden;
}
/* 1 COLUMN =  1 TEXT FILTER + COLOR/PRICE FILTER (CF), 2 COLUMNS – 2 TEXT FILTERS (NO CF)*/
.imagegalleryfiltermedia div.cq-colctrl-lt0 > div {
    width: 48%;
}
.imagegalleryfiltermedia div.cq-colctrl-lt0 li:first-child   {
    width: 430px;
}
.imagegalleryfiltermedia div.cq-colctrl-lt0 li {
    width: 430px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt0 li label {
    width: 430px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}

/* 2 COLUMNS = 2 TEXT FILTERS + CF, 3 COLUMNS – 3 TEXT FILTERS (NO CF), (3 text filters  30%, 30%, 30%)*/
.imagegalleryfiltermedia div.cq-colctrl-lt1 > div {
    width: 32%;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt1 li:first-child   {
    width: 287px;
}
.imagegalleryfiltermedia div.cq-colctrl-lt1 li {
    width: 287px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt1 li label {
    width: 287px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}

/* 3 COLUMNS – 3 TEXT FILTERS + CF */
.imagegalleryfiltermedia div.cq-colctrl-lt2 > div {
    float: left;
    width: 19.6%;
}
.imagegalleryfiltermedia div.cq-colctrl-lt2 > div li {
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt2 li:first-child   {
    width: 175px;
}
.imagegalleryfiltermedia div.cq-colctrl-lt2 li {
    width: 175px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt2 li label {
    width: 175px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}

/* 4 COLUMNS – 4 TEXT FILTERS + CF */
.imagegalleryfiltermedia div.cq-colctrl-lt3 > div {
    float: left;
    width: 23.6%;
}
.imagegalleryfiltermedia div.cq-colctrl-lt3 > div li {
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt3 li:first-child   {
    width: 200px;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt3 li {
    width: 200px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt3 li label {
    width: 200px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}

/* 5 COLUMNS – 5 TEXT FILTERS + CF */
.imagegalleryfiltermedia div.cq-colctrl-lt4 > div {
    width: 18%;
    float:left;
}
.imagegalleryfiltermedia div.cq-colctrl-lt3 > div li {
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt4 li:first-child   {
    width: 165px;
    display: block;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt4 li {
    width: 165px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt4 li label {
    width: 165px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}

/* 6 COLUMNS – 6 TEXT FILTERS + CF*/
.imagegalleryfiltermedia div.cq-colctrl-lt5 > div {
    float: left;
    width: 16.3%;
}
.imagegalleryfiltermedia div.cq-colctrl-lt5 li:first-child   {
    width: 135px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
    min-height: 37px;
}
.imagegalleryfiltermedia div.cq-colctrl-lt5 li {
    width: 135px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt5 li label {
    width: 135px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}
.imagegalleryfiltermedia div.cq-colctrl-lt5-c0 {
    margin-right: 0px;
}
.imagegalleryfiltermedia div.cq-colctrl-lt5-c1
{
    margin-left: 0px;
}
.imagegalleryfiltermedia .cq-colctrl-lt0.colorfilter,
L.imagegalleryfiltermedia .cq-colctrl-lt0.pricecurrencyfilter  {
    width: 48%;
    float: left;
}
.imagegalleryfiltermedia div.cq-colctrl-lt5 ul>:first-child {
    min-height: 45px;
    width: 135px;
}
.imagegalleryfiltermedia div.cq-colctrl-lt5 #filter strong {
    line-height: 1em;
}
.imagegalleryfiltermedia div.cq-colctrl-lt4 .checks li:last-child,
.imagegalleryfiltermedia div.cq-colctrl-lt5 .checks li:last-child {
    margin-bottom: 1.2em !important;
}
.imagegalleryfiltermedia div.cq-colctrl-lt5 .view-more,
.imagegalleryfiltermedia div.cq-colctrl-lt5 .view-less {
    margin-bottom: 1.3em !important;
}
#filter .checks li,
#filter .checks label {
    word-wrap: break-word;
    overflow: hidden;
}
#filter .etc > .color ul li {
    width: auto!important;
}
#filter .body,
#filter .currency,
#filter .download {
    margin-bottom: 0.8em;
}
.jspContainer {
  padding-bottom: 0;
  padding-top: 0;
}
.jspContainer .jspPane {
  margin-bottom: 0;
  margin-top: 0;
}
.jspVerticalBar {
  background-color: transparent;
  width: 7px;
}
.jspVerticalBar .jspArrow,
.jspVerticalBar .jspDisabled,
.jspVerticalBar .jspArrow.jspDisabled {
  height: 15px;
  background-color: #fff;
  background-image: url(data:image/gif;base64,R0lGODlhDwAdAIABAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2QUEzOEI1MzREMzUxMUU0OThCMERFQTNEODFBMjA3NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2QUEzOEI1MjREMzUxMUU0OThCMERFQTNEODFBMjA3NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjkwNTZFMUU1MzQ0REU0MTFCMjUwRjI3OEM0NUM4QkIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkwNTZFMUU1MzQ0REU0MTFCMjUwRjI3OEM0NUM4QkIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAA8AHQAAAh6Mj6nL7Q8RiKC+ihvesfsPhuJIjlvGnJcFTeULQwUAOw==);
  background-position: -4px -5px;
  background-repeat: no-repeat;
}
.jspVerticalBar .jspArrow.jspArrowDown,
.jspVerticalBar .jspDisabled.jspArrowDown,
.jspVerticalBar .jspArrow.jspDisabled.jspArrowDown {
  background-position: -4px -10px;
}
.jspVerticalBar .jspTrack {
  position: relative;
  background-color: transparent;
}
.jspVerticalBar:after {
  /*
    content: ' ';
    display: block;

    position:absolute;

    top: 0;
    right: 3px;
    background-color: #d7d7d7;

    width: 1px;
    height: 100%;
    */
}
.jspVerticalBar .jspDrag {
  z-index: 1;
  width: 3px;
  left: 2px;
  background-color: #D5D3D4;
}
.jspVerticalBar .jspDrag:hover {
  background-color: #B2B2B2;
}

/* TODO: Update styles */
/* TODO: Migrate to LESS */

.hm-red {
  color: #CC0000;
}

.quiz-heading {
  font-size: 40px;
  font-family: 'HM Ampersand Condensed Bold', Arial, sans-serif;
  line-height: 43px;
  letter-spacing: 0;
  color: #333;
  text-transform: uppercase;
}

.quiz-sub-heading {
  font-size: 13px;
  font-family: 'HM Ampersand Condensed Bold', Arial, sans-serif;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #333;
  text-transform: uppercase;
}

.quiz-sub-heading-small {
  font-size: 15px;
  font-family: 'HM Ampersand Condensed Bold', Arial, sans-serif;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #333;
  text-transform: uppercase;
}

.teaser-heading-small {
  font-family: 'HM Ampersand Ultra Light', arial, sans-serif;
  font-size: 31px;
  line-height: 1.22em;
  color: #333;
}

