/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
  cursor: pointer;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/**
 * Global
 */

/* Clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;

  content: '';
}

.clearfix:after {
  clear: both;
}

a {
  color: #0065a5;
  word-wrap: break-word;
}

.btn {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;

  margin: 10px 10px 10px 0;
  padding: 14px 20px;

  text-decoration: none;

  color: #ffffff;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #4590cd;

  font-size: 15px;

  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}

.btn:hover {
  background-color: #0065a5;
}

.btn--white {
  color: #ffffff;
  border: 2px solid #fff;
  background-color: transparent;
}

.btn--white:hover {
  color: #0065a5;
  background-color: #fff;
}

.btn--blue {
  color: #0065a5;
  border: 2px solid #0065a5;
  background-color: transparent;
}

.btn--blue:hover {
  color: #fff;
  background-color: #0065a5;
}

.btn--blue-light {
  color: #4591cd;
  border: 2px solid #4591cd;
  background-color: transparent;
}

.btn--blue-light:hover {
  color: #fff;
  background-color: #4591cd;
}

.btn--blue-light--filled {
  color: #fff;
  border: 2px solid #4591cd;
  background-color: #4591cd;
}

.btn--blue-light--filled:hover {
  border-color: #0065a5;
  background-color: #0065a5;
}

/* Layout */
html {
  margin: 0 !important;
}

body {
  background-color: #f0efef;

  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  position: absolute;

  width: 100%;
  height: 100%;
}

.container {
  position: relative;

  max-width: 1200px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;

  vertical-align: bottom;
}

/* Margins */
.margin-bottom {
  margin-bottom: 10px;
}

.margin-top {
  margin-top: 10px;
}

/* Columns */
.left {
  float: left;
}

.left__wrapper {
  margin-right: 10px;
}

.right {
  float: right;
}

.left__wrapper {
  margin-right: 10px;
}

.right__wrapper {
  margin-left: 10px;
}

@media only screen and (max-width: 800px) {
  .left__wrapper,
  .right__wrapper {
    margin: 0;
  }
}

/* Fonts */
@font-face {
  font-family: 'montserrat';
  font-weight: bold;
  font-style: normal;

  src: url('../fonts/montserrat/montserrat-bold-webfont.eot');
  src: url('../fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
    url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'),
    url('../fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
}

@font-face {
  font-family: 'montserrat';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/montserrat/montserrat-regular-webfont.eot');
  src: url('../fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
    url('../fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
    url('../fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
}

/* Text and titles */
body {
  color: #2f2f2d;

  font-family: 'montserrat', Arial, Helvetica, tahoma, verdana, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
  font-size: 15px;
}

h1, h2, p {
  margin-bottom: 1em;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 22px;
  font-weight: normal;
}

h1.white,
h2.white {
  color: #fff;
}

h1.underline,
h2.underline {
  padding-bottom: 10px;

  border-bottom: 2px solid @blue;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 28px;
  }
}

/* inputs */
::-webkit-input-placeholder {
   font-weight: normal;
}

:-moz-placeholder {
   font-weight: normal;
}

::-moz-placeholder {
   font-weight: normal;
}

:-ms-input-placeholder {
   font-weight: normal;
}
/**
 * Header
 */

.header > .container {
  padding: 5px 0;
}

/* Logo */
.header__logo {
  float: left;

  width: 400px;
  height: 64px;

  background-repeat: no-repeat;
  background-image: url('../img/header-logo-large.png');
}

@media only screen and (max-width: 1200px) {
  .header__logo {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 960px) {
  .header__logo {
    width: 290px;
    height: 64px;
    background-image: url('../img/header-logo-medium.png');
  }
}

@media only screen and (max-width: 800px) {
  .header__logo {
    width: 230px;
    height: 40px;
    background-image: url('../img/header-logo-small.png');
  }
}

/* retina logo */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header__logo {
    background-size: 400px 64px;
    background-image: url('../img/header-logo-large@2x.png');
  }

  @media only screen and (max-width: 960px) {
    .header__logo {
      background-size: 290px 64px;
      background-image: url('../img/header-logo-medium@2x.png');
    }
  }

  @media only screen and (max-width: 800px) {
    .header__logo {
      background-size: 230px 40px;
      background-image: url('../img/header-logo-small@2x.png');
    }
  }
}

/* Chinese only font's style */
.zh h1,
.zh h2,
.zh ul a,
.zh .back a,
.zh h3 {
  font-weight:bold;
}

/* Nav */
.header__nav {
  position: absolute;
  top: 0;
  right: 90px;

  height: 100%;
  margin: 0;
  padding: 0;

  list-style-type: none;
}

@media only screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}

/* Nav top items */
.header__nav__item {
  position: relative;

  float: left;

  width: 90px;
  height: 100%;
  margin-left: -1px;

  text-align: center;

  -webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}

.header__nav__item:hover {
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .header__nav__item {
    width: 80px;
  }
}

/* Nav text */
.header__title {
  margin: 0;
  padding: 10px;

  font-family: 'montserrat', Arial, Helvetica, tahoma, verdana, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
  font-size: 11px;
  line-height: 1em;
}

/* Nav icons */
.header__icon {
  position: absolute;
  bottom: 15px;
  left: 50%;

  width: 30px;
  height: 30px;
  margin-left: -15px;
}

.header__icon--zh {
  background-image: url('../img/header-icon-language-zh.png');
}

.header__icon--en {
  background-image: url('../img/header-icon-language-en.png');
}

.header__icon--location {
  background-image: url('../img/header-icon-city-blue.png');
}

.header__nav__item:hover .header__icon--location {
  background-image: url('../img/header-icon-city-white.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header__icon {
    background-size: 30px 30px;
  }

  .header__icon--zh {
    background-image: url('../img/header-icon-language-zh@2x.png');
  }

  .header__icon--en {
    background-image: url('../img/header-icon-language-en@2x.png');
  }

  .header__icon--location {
    background-image: url('../img/header-icon-city-blue@2x.png');
  }

  .header__nav__item:hover .header__icon--location {
    background-image: url('../img/header-icon-city-white@2x.png');
  }
}

/* Nav arrows */
.header__arrow {
  position: absolute;
  bottom: 5px;
  left: 50%;

  width: 12px;
  height: 8px;
  margin-left: -6px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header__arrow {
    background-size: 12px 8px;
  }
}

/* Sub-nav */
.header__sub-nav {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 50%;

  display: none;

  width: 210px;
  margin-top: 10px;
  margin-left: -120px;
  padding: 15px;

  list-style-type: none;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.header__nav__item:hover .header__sub-nav {
  display: block;
}

/* Sub-nav arrows */
.header__sub-nav__arrow {
  position: absolute;
  top: -9px;
  left: 50%;

  width: 230px;
  height: 9px;
  margin-left: -115px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header__sub-nav__arrow {
    background-size: 230px 9px;
  }
}

/* items */
.header__sub-nav__item {
  padding: 10px;

  text-align: left;

  font-size: 14px;
}

.header__sub-nav__item {
  display: block;

  text-decoration: none;

  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

/* Sub-nav titles */
.header__sub-nav__title {
  margin: 0;
  padding: 10px;

  text-align: left;
}

/* Responsive button */
.header__responsive-icon {
  position: absolute;
  top: 50%;
  right: 10px;

  display: none;

  width: 30px;
  height: 30px;
  margin-top: -15px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header__responsive-icon {
    background-size: 30px 30px;
  }
}

@media only screen and (max-width: 800px) {
  .header__responsive-icon {
    display: block;
  }
}

/* responsive language */
.header__responsive-language {
  display: none;

  position: absolute;
  right: 25px
}

@media only screen and (max-width: 800px) {
  .header__responsive-language {
    display: block;
  }
}

.header__responsive-language__icon {
  float: right;

  width: 30px;
  height: 30px;
}

.header__responsive-language__title {
  float: right;

  width: 70px;
  margin: 0;

  text-align: center;

  color: #fff;

  font-family: 'montserrat', Arial, Helvetica, tahoma, verdana, "Microsoft YaHei", "å¾®è½¯é›…é»‘", STXihei, "åŽæ–‡ç»†é»‘", serif;
  font-size: 11px;
}

.zh .header__responsive-language__title {
  line-height: 30px;
}

/* Careers button */
.header__btn {
  position: absolute;
  top: 50%;
  right: 210px;

  margin-top: -22px;
  padding: 5px 20px;
}

@media only screen and (max-width: 800px) {
  .header__btn {
    display: none;
  }
}

.header__careers-icon {
  display: inline-block;

  width: 30px;
  height: 30px;

  vertical-align: middle;

  background-image: url('../img/widget-icon-services-white.png');

  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header__careers-icon {
    background-image: url('../img/widget-icon-services-white@2x.png');
    background-size: 30px 30px;
  }

  .header__responsive-language__icon {
    background-size: 30px 30px;
  }
}

.header__btn:hover .header__careers-icon {
  width: 0;
}

/**
 * Header blue
 */
.header--blue {
  background-color: #0065a5;
}

/* Nav top items */
.header--blue .header__nav__item {
  border-right: 1px solid #024f7f;
  border-left: 1px solid #024f7f;
}

.header--blue .header__nav__item:hover {
  border-color: #4590cd;
  background-color: #4590cd;
}

/* Nav text */
.header--blue .header__title {
  color: #fff;
}

.header--blue .header__nav__item:hover .header__title {
  color: #fff;
}

/* Nav arrows */
.header--blue .header__arrow {
  background-image: url('../img/header-arrow-down-white-small.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header--blue .header__arrow {
    background-image: url('../img/header-arrow-down-white-small@2x.png');
  }
}

.header--blue .header__nav__item:hover .header__arrow {
  opacity: 0.5;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

/* Sub-nav */
.header--blue .header__sub-nav {
  background-color: #4590cd;
}

/* Sub-nav arrows */
.header--blue .header__sub-nav__arrow {
  background-image: url('../img/header-arrow-top-blue-large-fullwidth.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header--blue .header__sub-nav__arrow {
    background-image: url('../img/header-arrow-top-blue-large-fullwidth@2x.png');
  }
}

.header--blue .header__sub-nav__item {
  color: #fff;
}

.header--blue .header__sub-nav__item:hover {
  background-color: #0065a5;
}

/* Sub-nav titles */
.header--blue .header__sub-nav__title {
  color: #024F7F;
  border-bottom: 1px solid #0065a5;
}

/* Responsive button */
.header--blue .header__responsive-icon {
  background-image: url('../img/header-icon-responsive.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header--blue .header__responsive-icon {
    background-image: url('../img/header-icon-responsive@2x.png');
  }
}

/**
 * Header white
 */
.header--white {
  background-color: #fff;
}

@media only screen and (max-width: 800px) {
  .header--white {
    background-color: #0065a5;
  }
}

/* Nav top items */
.header--white .header__nav__item {
  border-right: 1px solid #d5d3d3;
  border-left: 1px solid #d5d3d3;
}

.header--white .header__nav__item:hover {
  border-color: #4590cd;
  background-color: #4590cd;
}

/* Nav text */
.header--white .header__title {
  color: #0065a5;
}

.header--white .header__nav__item:hover .header__title {
  color: #fff;
}

/* Nav arrows */
.header--white .header__arrow {
  background-image: url('../img/header-arrow-down-blue-small.png');
}

.header--white .header__nav__item:hover .header__arrow {
  background-image: url('../img/header-arrow-down-white-small.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header--white .header__arrow {
    background-image: url('../img/header-arrow-down-blue-small@2x.png');
  }

  .header--white .header__nav__item:hover .header__arrow {
    background-image: url('../img/header-arrow-down-white-small@2x.png');
  }
}

/* Sub-nav */
.header--white .header__sub-nav {
  background-color: #4590cd;
}

/* Sub-nav arrows */
.header--white .header__sub-nav__arrow {
  background-image: url('../img/header-arrow-top-blue-large-fullwidth.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header--white .header__sub-nav__arrow {
    background-image: url('../img/header-arrow-top-blue-large-fullwidth@2x.png');
  }
}

/* items */
.header--white .header__sub-nav__item {
  color: #fff;
}

.header--white .header__sub-nav__item:hover {
  background-color: #0065a5;
}

/* Sub-nav titles */
.header--white .header__sub-nav__title {
  color: #024F7F;
  border-bottom: 1px solid #0065a5;
}

/* Responsive button */
.header--white .header__responsive-icon {
  background-image: url('../img/header-icon-responsive.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header--white .header__responsive-icon {
    background-image: url('../img/header-icon-responsive@2x.png');
  }
}
/**
 * Nav
 */

.nav {
  text-align: center;
  letter-spacing: -4px; /* fix the inline-block margin bug */

  background-color: #0065a5;
}

@media only screen and (max-width: 800px) {
  .nav {
    display: none;
  }
}

/* top */
.nav__item {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;

  letter-spacing: 0; /* fix the inline-block margin bug */
}

.nav__item--has-children {
  *margin-bottom: -25px; /* IE7 fix */
}

.nav__link {
  display: block;

  padding: 20px 30px;

  text-decoration: none;

  color: #fff;

  font-size: 15px;

  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

@media only screen and (max-width: 1160px) {
  .nav__link {
    padding: 20px;

    font-size: 14px;
  }
}

@media only screen and (max-width: 900px) {
  .nav__link {
    padding: 20px 10px;

    font-size: 13px;
  }
}

.nav__item:hover .nav__link {
  background-color: #4590cd;
}

.nav__arrow {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;

  width: 18px;
  height: 10px;
  margin-left: 5px;

  vertical-align: middle;

  background-image: url('../img/header-arrow-down-white-large.png');

  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .nav__arrow {
    background-image: url('../img/header-arrow-down-white-large@2x.png');
    background-size: 18px 10px;
  }
}

.nav__item:hover .nav__arrow {
  opacity: 0.5;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

/* Sub nav */
.nav__sub-nav {
  position: absolute;
  z-index: 2;
  z-index: 2;
  top: 100%;

  display: none;

  padding: 15px;

  text-align: left;

  background: red;
  background-color: #4590cd;
}

.nav__item:hover .nav__sub-nav {
  display: block;
}

.nav__sub-nav__column {
  float: left;
}

.nav__sub-nav__title {
  margin: 0;
  padding: 10px;

  cursor: default;
  text-decoration: none;

  color: #024F7F;

  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.nav__sub-nav__title:hover {
  color: #0065a5;
}

a.nav__sub-nav__title {
  cursor: pointer;
}

.nav__sub-nav__link {
  display: block;

  padding: 10px;

  text-decoration: none;

  color: #fff;

  font-size: 14px;

  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.nav__sub-nav__link:hover {
  background-color: #0065a5;
}
/**
 * Main content
 */

/* Columns */
.main__left {
  width: 70%;
  margin: 20px 0;
}

.main__right {
  width: 30%;
  margin: 20px 0;
}

@media only screen and (max-width: 1160px) {
  .main__left {
    width: 60%;
  }

  .main__right {
    width: 40%;
  }
}

@media only screen and (max-width: 900px) {
  .main__left,
  .main__right {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .main__left,
  .main__right {
    width: 100%;
  }
}

.content {
  padding: 25px 25px 150px 25px;

  border-top: 15px solid #7fb2d2;
  background-color: #ffffff;

  *overflow: hidden; /* IE7 fix */
}

@media only screen and (max-width: 800px) {
  .content {
    padding: 25px 25px 25px 25px;
  }
}

.content h1 {
  color: #0065a5;
}
/**
 * Footer
 */

.footer {
  background-color: #dededd;
}

.footer__copyright {
  padding: 20px 0;

  text-align: center;
}

.footer__link {
  text-decoration: none;

  color: #a2a1a1;

  font-size: 10px;
}
/**
 * Accordion
 */

/* Header */
.accordion__header {
  position: relative;

  zoom: 1;

  margin: 0 -25px;

  cursor: pointer;

  background-color: #bcd3e3;

  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.accordion__header:hover,
.accordion__section.is-open .accordion__header {
  background-color: #7fb2d2;
}

.accordion__title {
  margin: 0;
  padding: 13px 25px;

  color: #fff;
}

.accordion__title.accordion__title--no-margin {
  margin: 0;

  font-size: 18px;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 25px;

  width: 30px;
  height: 30px;
  margin-top: -15px;

  background-image: url('../img/accordion-icon-closed-white.png');
}

.accordion__section.is-open .accordion__icon {
  background-image: url('../img/accordion-icon-open-white.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .accordion__icon {
    background-image: url('../img/accordion-icon-closed-white@2x.png');
    background-size: 30px 30px;
  }

  .accordion__section.is-open .accordion__icon {
    background-image: url('../img/accordion-icon-open-white@2x.png');
  }
}

/* Sections */
.accordion__section {
  position: relative;

  zoom: 1;

  margin: 15px 0;
}

.accordion__section.accordion__section--no-margin {
  margin: 0;
}

/* Content */
.accordion__content {
  position: relative;

  overflow: hidden;
  zoom: 1;

  height: 0;
  margin: 0 -25px;
  padding: 0 25px;
}

.accordion__section.is-open .accordion__content {
  height: auto;
}

/* List */
.accordion__list {
  margin: 0;
  padding: 0;

  list-style-type: none;
}

ul.accordion__list li a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  color: #024f7f;
  border-bottom: 1px solid #f0efef;
}

ul.accordion__list li a:hover {
  position: relative;
  z-index: 2;

  margin: -1px -25px 0 -25px;
  padding: 15px 50px;

  border-top: 1px solid #f0efef;
  background-color: #f0efef;
}

.accordion__list__link {
  display: block;

  padding: 15px 25px;

  text-decoration: none;

  color: #024f7f;
  border-bottom: 1px solid #f0efef;
}

.accordion__list__link:hover {
  position: relative;
  z-index: 2;

  margin: -1px -25px 0 -25px;
  padding: 15px 50px;

  border-top: 1px solid #f0efef;
  background-color: #f0efef;
}

.accordion__list__link--no-children {
  padding: 15px 0;

  font-size: 18px;
}

.accordion__list__link--no-children:hover {
  padding: 15px 25px;
}
/**
 * grid
 */

.grid {
  max-width: 940px;
  margin: 0 auto;
}

.grid a {
  *text-decoration: none; /* IE7 fix */
}

/* Cells */
.grid__cell {
  position: relative;
  float: left;
}

.grid__cell__content {
  margin: 10px;

  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

/* Titles */
.grid__cell__title {
  margin: 0;
  padding: 20px;

  color: #0065a5;

  font-weight: normal;
}

/* Images */
.grid__cell__img {
  width: 100%;
  height: auto;
}

/* Overlay */
.grid__cell__img__container {
  position: relative;
}

.grid__cell__overlay {
  position: absolute;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;

  opacity: 0;

  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.grid__cell:hover .grid__cell__overlay {
  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.grid__cell__overlay__content {
  position: relative;
  z-index: 2;

  margin-top: 100px;
  padding: 0 10px;

  text-align: center;

  color: #fff;

  -webkit-transition: margin-top 0.5s ease-in-out;
  -o-transition: margin-top 0.5s ease-in-out;
  transition: margin-top 0.5s ease-in-out;

  filter: inherit; /* IE8 fix */
}

.grid__cell:hover .grid__cell__overlay__content {
  margin-top: 0;
}

.grid__cell__overlay__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  opacity: 0.7;
  background-color: #4090cf;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: inherit; /* IE8 fix */
}

/**
 * 2 columns
 */
.grid--two-columns .grid__cell {
  width: 50%;
}

@media only screen and (max-width: 660px) {
  .grid--two-columns .grid__cell {
    width: 100%;
  }
}

.grid--two-columns .grid__cell__content {
  border-top: 10px solid #4090cf;
  background-color: #fff;

  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.grid--two-columns .grid__cell:hover .grid__cell__content {
  border-top: 10px solid #fff;
}

/*
 * 3 columns
 */
.grid--three-columns .grid__cell {
  width: 33.3%;
}

@media only screen and (max-width: 660px) {
  .grid--three-columns .grid__cell {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .grid--three-columns .grid__cell {
    width: 100%;
  }

  .grid--three-columns .grid__cell__content {
    margin: 0 -25px;
    padding: 0 50px;
  }

  .grid--three-columns .grid__cell--odd .grid__cell__content {
    background-color: #efefef;
  }

  .grid--three-columns .grid__cell--even .grid__cell__content {
    background-color: #d8d6d7;
  }

  .grid--three-columns .grid__cell:hover .grid__cell__content {
    background-color: #fff;
  }
}

/* arrows */
.grid--three-columns .grid__arrow {
  position: absolute;
  top: 50%;
  right: 0;

  display: none;

  width: 20px;
  height: 30px;
  margin-top: -15px;

  background-image: url('../img/widget-arrow-next-blue.png');

  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .grid--three-columns .grid__arrow {
    background-image: url('../img/widget-arrow-next-blue@2x.png');
    background-size: 20px 30px;
  }
}

@media only screen and (max-width: 500px) {
  .grid--three-columns .grid__arrow {
    display: block;
  }
}

.grid--three-columns .grid__cell:hover .grid__arrow {
  opacity: 0.7;
}

/* titles */
.grid--three-columns .grid__cell__title {
  text-align: center;
}

/* Images */
.grid--three-columns .grid__cell__img {
  position: relative;
  top: 4px;
  left: 4px;

  margin-top: -8px;
  margin-left: -8px;

  border: 4px solid transparent;

  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.grid--three-columns .grid__cell:hover .grid__cell__img {
  border: 4px solid #498ed3;
}

@media only screen and (max-width: 500px) {
  .grid--three-columns .grid__cell__img {
    display: none;
  }
}
/**
 * Widgets
 */

.widget {
  padding: 0 25px;

  background-color: #fff;
}

/* Header */
.widget__header {
  position: relative;

  margin: 0 -25px;

  cursor: pointer;

  background-color: #7fb2d2;
}

.widget__title {
  margin: 0;
  margin-left: 40px;
  padding: 13px 25px;

  color: #fff;
}

.widget__icon {
  position: absolute;
  top: 50%;
  left: 25px;

  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.widget__icon.widget__icon--nav {
  background-image: url('../img/widget-icon-nav-white.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .widget__icon.widget__icon--nav {
    background-image: url('../img/widget-icon-nav-white@2x.png');
    background-size: 30px 30px;
  }
}

/* Content */
.widget__content {
  overflow: hidden;

  height: 0;
  margin: 0 -25px;
  padding: 0 25px;
}

.widget.is-open .widget__content {
  height: auto;
}

/* accordion */
.widget .accordion__section.is-open .accordion__header,
.widget .accordion__header {
  background-color: #bcd3e3;
}

.widget .accordion__header:hover {
  background-color: #7fb2d2;
}
/**
 * Shelf (Responsive nav)
 */

/* global */
.responsive-nav {
  position: fixed;
  z-index: 999;

  display: none;

  width: 100%;
  height: 100%;

  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.responsive-nav ul,
.responsive-nav li {
  margin: 0;
  padding: 0;

  list-style-type: none;
}

/* background */
.responsive-nav__background {
  position: absolute;
  z-index: 1;

  width: 100%;
  height: 100%;

  opacity: 0.8;
  background-color: #2f2f2d;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

/* top bar */
.responsive-nav__top-bar {
  position: relative;
  z-index: 2;
  top: 0;
  left: -100%;

  height: 55px;

  background-color: #025388;
}

.responsive-nav__title {
  margin: 0;
  padding: 15px 25px;

  color: #fff;
}

.responsive-nav__top-bar__icon {
  position: absolute;
  top: 50%;
  right: 25px;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;

  cursor: pointer;

  background-image: url('../img/responsive-nav-x.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .responsive-nav__top-bar__icon {
    background-image: url('../img/responsive-nav-x@2x.png');
    background-size: 20px 20px;
  }
}

/* main content */
.responsive-nav__content {
  position: absolute;
  z-index: 2;
  top: 55px;
  bottom: 0;
}

.responsive-nav__content__container {
  position: relative;
  left: -100%;

  overflow: auto;

  height: 100%;

  background-color: #025388;
}

.responsive-nav__section {
  overflow: hidden;

  padding: 10px;
}

.responsive-nav__section--light {
  background-color: #0066a6;
}

/* seach input */
.responsive-nav__search {
  position: relative;

  padding: 10px 15px;

  border-bottom: 1px solid #005894;
}

.responsive-nav__search__input {
  position: absolute;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 0 0 55px;

  color: #fff;
  border: 0;
  outline: 0;
  background-color: transparent;

  -webkit-transition: padding 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.responsive-nav__search__input:focus {
  padding-left: 15px;

  background-color: #0066a6;
}

/* icons */
.responsive-nav__icon {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;

  width: 30px;
  height: 30px;
  margin-right: 5px;

  vertical-align: middle;
}

.responsive-nav__icon--search {
  background-image: url('../img/header-icon-search-white.png');
}

.responsive-nav__icon--login {
  background-image: url('../img/header-icon-login-white.png');
}

.responsive-nav__icon--city {
  background-image: url('../img/header-icon-city-white.png');
}

.responsive-nav__icon--zh {
  background-image: url('../img/header-icon-language-zh.png');
}

.responsive-nav__icon--en {
  background-image: url('../img/header-icon-language-en.png');
}

.responsive-nav__icon--weibo {
  background-image: url('../img/detail-icon-weibo-white.png');
}

.responsive-nav__icon--wechat {
  background-image: url('../img/detail-icon-wechat-white.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .responsive-nav__icon {
    background-size: 30px 30px;
  }

  .responsive-nav__icon--search {
    background-image: url('../img/header-icon-search-white@2x.png');
  }

  .responsive-nav__icon--login {
    background-image: url('../img/header-icon-login-white@2x.png');
  }

  .responsive-nav__icon--city {
    background-image: url('../img/header-icon-city-white@2x.png');
  }

  .responsive-nav__icon--zh {
    background-image: url('../img/header-icon-language-zh@2x.png');
  }

  .responsive-nav__icon--en {
    background-image: url('../img/header-icon-language-en@2x.png');
  }

  .responsive-nav__icon--weibo {
    background-image: url('../img/detail-icon-weibo-white@2x.png');
  }

  .responsive-nav__icon--wechat {
    background-image: url('../img/detail-icon-wechat-white@2x.png');
  }
}

/* arrows */
.responsive-nav__arrow {
  position: absolute;
  top: 50%;
  left: 0;

  width: 10px;
  height: 16px;
  margin-top: -8px;

  background-image: url('../img/responsive-nav-arrow.png');
}

/* links */
.responsive-nav__link,
.responsive-nav__back-link {
  position: relative;

  display: block;

  padding: 10px 15px;

  text-decoration: none;

  color: #fff;
  border-bottom: 1px solid #002c45;

  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.responsive-nav__link:hover {
  background-color: #002c45;
}

.responsive-nav__section--light .responsive-nav__link,
.responsive-nav__section--light .responsive-nav__back-link {
  border-bottom: 1px solid #005894;
}

.responsive-nav__section--light .responsive-nav__link:hover,
.responsive-nav__section--light .responsive-nav__back-link:hover {
  background-color: #005894;
}

.responsive-nav__link--no-border {
  border-bottom: 0 !important;
}

.responsive-nav__link--left,
.responsive-nav__link--right {
  width: 50%;
  padding: 0;

  text-align: center;
}

.responsive-nav__link--left {
  float: left;
}

.responsive-nav__link--right {
  float: right;

  margin-left: -1px;

  border-left: 1px solid #002c45;
}

/* subnav */
.responsive-nav__sub-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -110%; /* avoid to see the box-shadow */

  width: 100%;
  height: 100%;

  background-color: #0066a6;
  -webkit-box-shadow: 1px 0px 30px #2A3E80;
  -moz-box-shadow: 1px 0px 30px #2A3E80;
  box-shadow: 1px 0px 30px #2A3E80;
}

.responsive-nav__sub-nav > ul,
.responsive-nav__sub-nav > div {
  padding: 10px;
}
/**
 * Slider
 */
.slider {
  background-color: #dededd;
}

.slider__slide {
  position: relative;
}

.slide__gradient {
  position: absolute;
  z-index: 1;
  bottom: 0;

  width: 100%;
  height: 180px;

  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.slide__overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;

  width: 100%;
  height: auto;
}

.slide__overlay__content {
  padding: 50px 80px;

  color: #fff;
}

@media only screen and (max-width: 650px) {
  .slide__overlay__content {
    padding: 30px 30px 20px 30px;
  }
}

@media only screen and (max-width: 600px) {
  .slide__overlay {
    display: none;
  }

  .slide__gradient {
    display: none;
  }
}

.slide__title {
  border-bottom: 4px solid #fff;
}

/* bullets */
.flex-control-nav {
  display: none !important;
}

/* arrows */
.flex-direction-nav {
  *z-index: 1000 !important; /* IE7 fix */
  *zoom: 1;
}

@media only screen and (max-width: 650px) {
  .flex-direction-nav {
    display: none;
  }
}

.flex-direction-nav a {
  position: absolute;
  top: 50%;

  display: block;

  width: 40px;
  height: 64px;
  margin-top: -32px;

  opacity: 0.7;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

.flex-direction-nav a:before {
  content: '' !important;
}

.flex-direction-nav a.flex-prev {
  left: 25px;

  background-image: url('../img/slider-arrow-left-white.png');
}

.flex-direction-nav a.flex-next {
  right: 25px;

  background-image: url('../img/slider-arrow-right-white.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .flex-direction-nav a.flex-prev {
    background-image: url('../img/slider-arrow-left-white@2x.png');
    background-size: 40px 64px;
  }

  .flex-direction-nav a.flex-prev {
    background-image: url('../img/slider-arrow-right-white@2x.png');
    background-size: 40px 64px;
  }
}
/**
 * Back banner
 */
.back {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .back {
    margin-left: 10px;
  }
}

.back__link {
  text-decoration: none;

  color: #0065a5;
}

.back__icon {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;

  width: 20px;
  height: 20px;
  margin-right: 5px;

  vertical-align: middle;

  background: url('../img/back-icon-left-blue.png');

  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .back__icon {
    background: url('../img/back-icon-left-blue@2x.png');
    background-size: 20px 20px;
  }
}

.back:hover .back__icon {
  width: 0;
}
/**
 * About section
 */

.about {
  padding: 40px 25px;

  background-color: #0065a5;
}

.about__logo {
  position: absolute;
  top: 0;
  left: 0;

  width: 380px;
  height: 100%;
}

.about__logo__img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 280px;
  height: 180px;
  margin-top: -90px;
  margin-left: -140px;

  background-image: url('../img/about-logo.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .about__logo__img {
    background-image: url('../img/about-logo@2x.png');
    background-size: 280px 180px;
  }
}

.about__text {
  margin-left: 400px;

  color: #fff;
}

@media only screen and (max-width: 800px) {
  .about__logo {
    position: static;

    width: 100%;
  }

  .about__logo__img {
    position: static;

    margin: 0 auto;
  }

  .about__text {
    margin: 0 25px;

    text-align: center;
  }
}
/**
 * Infos section
 */

.infos {
  padding: 40px 25px;

  color: #0065a5;
  background-color: #fff;
}

.infos__left,
.infos__right {
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .infos__left,
  .infos__right {
    width: 100%;
  }
}
/**
 * Hospitals section
 */

.hospitals {
  padding: 40px 25px;

  background-color: #fff;
}

@media only screen and (max-width: 500px) {
  .hospitals {
    padding: 40px 25px 0 25px;
  }
}

.hospitals.hospitals--grey {
  background-color: #f0eeef;
}

@media only screen and (max-width: 500px) {
  .hospitals.hospitals--grey {
    background-color: #fff;
  }
}

.hospitals__title {
  text-align: center;

  color: #000000;

  font-weight: normal;
}
/**
 * Overview section
 */

.overview {
  padding: 40px 25px;
}
/**
 * Post
 */
.post {
  margin: 20px 0;
}

.post__banner {
  border-top: 15px solid #7fb2d2;
}

.post__content {
  padding: 25px 25px 150px 25px;

  background-color: #fff;
}

.post__content__container {
  max-width: 800px;
  margin: 0 auto;
}

.post__details {
  padding-top: 10px;

  color: #0065a5;
  border-top: 2px solid #0065a5;

  font-weight: normal;
}

/* text styles */
.post__content h2 {
  font-weight: bold;
}
.careers-responsive {
  display: none;

  padding: 20px 0;

  text-align: center;

  background-color: #fff;
}

@media only screen and (max-width: 800px) {
  .careers-responsive {
    display: block;
  }
}

/* button */
.careers-responsive__btn {
  margin: 10px;
}

@media only screen and (max-width: 500px) {
  .careers-responsive__btn {
    width: 60%;
  }
}

/* icon */
.careers-responsive__careers-icon {
  display: inline-block;

  width: 30px;
  height: 30px;

  vertical-align: middle;

  background-image: url('../img/widget-icon-services-white.png');

  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .careers-responsive__careers-icon {
    background-image: url('../img/widget-icon-services-white@2x.png');
    background-size: 30px 30px;
  }
}

.careers-responsive__btn:hover .careers-responsive__careers-icon {
  width: 0;
}

/* Jack's stuffs */
.main-wp-content li,
.main-wp-content ol {
  padding: 5px 0;
  margin: 0 40px;
}

/*

New Styles by Christopher

*/

.locations-container {
    text-align: center;
}

h2.subtitle {
  font-size: 32px;
  color: #0065a5;
}

.internationalCity.grid a {
  text-decoration: none;
}

.singleItemHome {
  float: none;
  margin: 0 auto;
}

.emptyBlock {
  min-height: 244px;
}

@media only screen and (max-width: 660px) {
  .emptyBlock {
    display: none;
  }
}

/*

Social Media Buttons

*/

.content .social .right {
  width: auto;
  margin-left: 400px;
  margin-right: 25px;
}

.content .social .right a {
  margin-top: 30px;
  margin-right: 20px;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 12px 20px;
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  font-size: 15px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.content .social .right a:hover {
  color: #0065a5;
  background-color: #ffffff;
}

@media only screen and (max-width: 800px) {

  .content .social .right {
    margin: 25px;
    text-align: center;
  }

  .content .social .right a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.content .social .right a {
  float: right;
  margin-left: 1px;
  background-color: #024f7f;
}

.content .social .right a.wechat {
  /**
   * improved sprite
   */
  background-image: url('../img/ui.png');
  background-position: -2px -567px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .content .social .right a.wechat {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

.content .social .right a.weibo {
  /**
   * improved sprite
   */
  background-image: url('../img/ui.png');
  background-position: -2px -607px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .content .social .right a.weibo {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

.content .social .right a.print {
  /**
   * improved sprite
   */
  background-image: url('../img/ui.png');
  background-position: -2px -527px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .content .social .right a.print {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

.content .social .right a.mail {
  /**
   * improved sprite
   */
  background-image: url('../img/ui.png');
  background-position: -2px -487px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .content .social .right a.mail {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

@media only screen and (max-width: 900px) {

  .content .social .right {
    width: 50%;
  }
}

.content .social ul.right {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 2px solid #024F7F;
  margin-bottom: 40px;
}

.content .social ul.right li a {
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0;
  margin-left: 1px;
  display: inline-block;
  border: none;
  border-radius: 0;
}

.content .social ul.right li a:hover {
  background-color: #0065a5;
}

.content .social ul.right li span.print div a {
  background-image: url('../img/ui.png');
  background-position: -2px -527px;
  background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .content .social ul.right li span.print div a {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

.content .social ul.right li span.print div a img {
  visibility: hidden;
}

/*

Social Media Buttons

*/

.socsWrap .social .right {
  width: auto;
  margin-left: 400px;
  margin-right: 25px;
}

.socsWrap .social .right a {
  margin-top: 30px;
  margin-right: 20px;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 12px 20px;
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  font-size: 15px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.socsWrap .social .right a:hover {
  color: #0065a5;
  background-color: #ffffff;
}

@media only screen and (max-width: 800px) {

  .socsWrap .social .right {
    margin: 25px;
    text-align: center;
  }

  .socsWrap .social .right a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.socsWrap .social .right a {
  float: right;
  margin-left: 1px;
  background-color: #024f7f;
}

.socsWrap .social .right a.wechat {
  /**
   * improved sprite
   */
  background-image: url('../img/ui.png');
  background-position: -2px -567px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .socsWrap .social .right a.wechat {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

.socsWrap .social .right a.weibo {
  /**
   * improved sprite
   */
  background-image: url('../img/ui.png');
  background-position: -2px -607px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .socsWrap .social .right a.weibo {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

.socsWrap .social .right a.print {
  /**
   * improved sprite
   */
  background-image: url('../img/ui.png');
  background-position: -2px -527px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .socsWrap .social .right a.print {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

.socsWrap .social .right a.mail {
  /**
   * improved sprite
   */
  background-image: url('../img/ui.png');
  background-position: -2px -487px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .socsWrap .social .right a.mail {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

@media only screen and (max-width: 900px) {

  .socsWrap .social .right {
    width: 50%;
  }
}

.socsWrap .social ul.right {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: none;
  padding-top: 0;
  margin-bottom: 20px;
}

.socsWrap .social ul.right li a {
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0;
  margin-left: 1px;
  display: inline-block;
  border: none;
  border-radius: 0;
}

.socsWrap .social ul.right li a:hover {
  background-color: #0065a5;
}

.socsWrap .social ul.right li span.print div a {
  background-image: url('../img/ui.png');
  background-position: -2px -527px;
  background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

  .socsWrap .social ul.right li span.print div a {
    background-image: url('../img/ui-x2.png');
    background-size: 285px 2313px;
  }
}

.socsWrap .social ul.right li span.print div a img {
  visibility: hidden;
}


.social {
  position: relative;
}

#print-page-link {
  position: absolute;
  width: 32px;
  float: right;
  text-align: center;
  top: 0px;
  background-color: #034F7B;
  padding: 5px 2px;
  right: 108px;
  height: 27px;
  margin: 0 !important;
}

#print-page-link:hover {
  opacity: 0.8;
}

#print-page-link a {
  height: 26px;
  display: block;
  background-size: 235px 2012px;
  background-image: url('../img/ui.png');
  background-repeat: no-repeat;
  background-position: -1px -460px;
  overflow: hidden;
}

#print-page-link a:hover {
  opacity: 1;
}

#print-page-link a img {
  display: none;
}

/*
  This is the fix the sidebar menu on http://ufh.com.cn/cpcpe/
*/

.page-id-11804 ul.accordion__list li:first-child a:first-child {
  display: none;
}

.page-id-11804 ul.accordion__list li:nth-child(4) a:first-child {
  display: none;
}

/*
  We hide the first item, an empty link, because of the werd page heirarchy
*/

#headerLogoWrap {
  position: relative;
}

#headerLogoLink {
  height: 100%;
  width: 100%;
  position: absolute;
  text-indent: -9999px;
}

ins {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
}