/* version 20140911a */
/*
DO NOT EDIT THE RENDERED wwlt.css. It is compiled from other sources and any changes will be overwritten
*/
@font-face {
  font-family: 'ldsicon';
  src: url("../../fonts/ldsicon/ldsicon.eot");
  src: url("../../fonts/ldsicon/ldsicon.eot?#iefix") format('embedded-opentype'), url("../../fonts/ldsicon/ldsicon.ttf") format('truetype'), url("../../fonts/ldsicon/ldsicon.woff") format('woff'), url("../../fonts/ldsicon/ldsicon.svg#ldsRegular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@-ms-viewport { width: device-width; }
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
/* 1 */
  -webkit-text-size-adjust: 100%;
/* 2 */
  -ms-text-size-adjust: 100%;
/* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
/* 1 */
  padding: 0;
/* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
/* 1 */
  font-size: 100%;
/* 2 */
  margin: 0;
/* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
/* 2 */
  cursor: pointer;
/* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
/* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
/* 1 */
  vertical-align: top;
/* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
body {
  font: 18px/140% helvetica;
  color: #979797;
}
@media screen and (max-width:550px) {
  body {
    font-size: 16px;
  }
}
body.lang-zh-hans *,
body.lang-zho * {
  font-family: 新細明體, PMingLiU,  "儷宋 Pro", "LiSong Pro", "蘋果儷細宋", "Apple LiSong", "Arial Narrow", Arial, Helvetica, sans-serif !important;;
}
a {
  color: #5496ca;
  text-decoration: none;
}
p {
  margin-top: 0px;
}
h2 {
  color: #b14c3d;
  font: 30px/120% georgia;
  margin-bottom: 10px;
}
@media screen and (max-width:550px) {
  h2 {
    font-size: 24px;
  }
}
section {
  margin-bottom: 60px;
}
section:after {
  clear: both;
  content: "";
  display: table;
}
.header {
  background: #b14c3d;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header .wrapper {
  display: table;
  width: 100%;
}
.header .wrapper > * {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}
.header .language {
  text-align: right;
}
@media screen and (max-width:800px) {
  .header .language {
    padding-right: 10px;
  }
}
.header .language .select {
  background: #cb7146;
  color: #fff;
  padding: 0 6px;
  padding-right: 60px;
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  float: right;
  cursor: pointer;
}
.header .language .select:after {
  font-family: ldsicon;
  content: "\2304";
  display: inline-block;
  margin-left: 10px;
  padding-left: 6px;
  position: absolute;
  right: 7px;
  top: 60%;
  margin-top: -15px;
  height: 100%;
  vertical-align: middle;
  font-size: 90%;
}
.header .language .select:hover {
  background: #cb7146;
  color: #fff;
}
.header .language select {
  z-index: 10;
  cursor: pointer;
}
.crop-me {
  margin: 0 auto;
  max-width: 1077px;
  background: no-repeat top center;
  z-index: -1;
}
@media screen and (max-width:800px) {
  .crop-me {
    background: none !important;
/* !important to trump inline styles due to CMS insertion */
  }
}
.scale-me {
  max-width: 800px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
/*must center within the wrapper*/
}
.scale-me .text {
  position: absolute;
  color: #b14c3d;
  font: 43px/120% georgia;
  margin-right: 52%;
  margin-bottom: 27%;
  padding: 20px 3%;
  margin-top: 30px;
  background: #fff;
  background: rgba(255,255,255,0.75);
  text-align: center;
}
.scale-me .small {
  font-size: 36px;
}
.scale-me .smaller {
  font-size: 24px;
}
.scale-me .smallest {
  top: auto !important;
/* !important to trump inline styles due to CMS insertion */
  margin: -30% 0 0 0;
  padding: 10px 5% 10px;
  background: #5496ca;
  background: rgba(84,150,202,0.9);
  font-family: helvetica;
  text-align: center;
  font-size: 110%;
  color: #fff;
}
.scale-me .smallest:after {
  content: "";
  display: table;
  clear: both;
}
.scale-me img {
  width: 134.625%;
  margin-left: -17.3125%;
  vertical-align: middle;
}
.smallest .scale-me {
  margin-bottom: 15%;
}
.content-wrapper {
  position: relative;
}
.content {
  margin-top: -23%;
  padding: 20px 5% 40px;
  background: #fff;
  background: rgba(255,255,255,0.85);
  width: 100%;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
.smallest + .wrapper {
  margin-top: -28%;
}
.smallest + .wrapper .content {
  margin-top: 0;
  background: none;
}
.content-width {
  max-width: 800px;
  margin: 0 auto;
}
.questions {
  margin: 0 0 1em 0;
}
.questions dt,
.questions dd {
  background: #efeff0;
  padding: 10px;
}
.questions dt {
  margin-top: 10px;
}
.questions dt a {
  position: relative;
  display: block;
  padding-right: 30px;
  line-height: 120%;
}
.questions dt a:after {
  font-family: ldsicon;
  content: "\2304";
  display: block;
  font-size: 80%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  height: 12px;
  line-height: 10px;
  -webkit-transform: rotate(270deg);
/* Safari 3.1+, Chrome */
  -moz-transform: rotate(270deg);
/* Firefox 3.5-15 */
  -ms-transform: rotate(270deg);
/* IE9+ */
  -o-transform: rotate(270deg);
/* Opera 10.5-12.00 */
  transform: rotate(270deg);
/* Firefox 16+, Opera 12.50+ */
}
.questions dt.active a:after {
  -webkit-transform: rotate(0deg);
/* Safari 3.1+, Chrome */
  -moz-transform: rotate(0deg);
/* Firefox 3.5-15 */
  -ms-transform: rotate(0deg);
/* IE9+ */
  -o-transform: rotate(0deg);
/* Opera 10.5-12.00 */
  transform: rotate(0deg);
/* Firefox 16+, Opera 12.50+ */
}
.questions dd {
  color: #838383;
  margin: 0;
  padding-top: 0;
}
.rounded {
  display: block;
  border: 5px solid rgba(255,255,255,0.4);
  border-radius: 500px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 -2px 1px rgba(255,255,255,0.9), 0 2px 8px 1px rgba(0,0,0,0.3);
}
.rounded:after {
  display: block;
  content: "";
  clear: both;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  position: absolute;
  top: 0;
  box-shadow: inset 0 2px 20px 4px rgba(0,0,0,0.4);
}
.rounded img {
  border-radius: 500px;
  position: relative;
  vertical-align: middle;
}
.teaser {
  display: block;
  width: 100%;
}
.teaser:last-child:last-of-type,
.teaser + .teaser:last-of-type {
  margin-bottom: 0;
}
.teaser img {
  width: 100%;
  max-width: 100%;
}
.teaser {
  display: table;
}
.teaser > * {
  display: table-cell;
  vertical-align: top;
}
.teaser > figure {
  width: 36%;
  padding: 0 4% 0 0;
}
.teaser > div {
  width: 60%;
}
.teaser > div :first-child {
  margin-top: 0;
}
.teaser > div :last-child {
  margin-bottom: 0;
}
.teaser > div + figure {
  padding: 0 0 0 1em;
}
@media screen and (min-width:480px) {
  .teaser > figure {
    width: 26%;
  }
  .teaser > div {
    width: 70%;
  }
  .teaser > figure a {
    margin: 0;
  }
  .teaser--fluid-img-lg > figure {
    width: 43%;
  }
  .teaser--fluid-img-xl > figure {
    width: 55%;
  }
}
.teaser--vert {
  display: block;
  float: left;
  text-align: center;
  width: 20%;
  min-width: 110px;
  margin-right: 6%;
  font-size: 18px;
  line-height: 120%;
}
.teaser--vert img {
  width: 100%;
}
.teaser--vert > * {
  display: block;
}
.teaser--vert figure {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.footer {
  background: #797b7e;
  text-align: center;
  min-height: 100px;
  padding: 20px;
  color: #b8babc;
  font-size: 14px;
}
.footer ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.footer ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer ul a {
  color: #c7c8ca;
}
.first[class*=first] {
  clear: left;
}
.last[class*=last] {
  margin-right: 0;
}
.resources a {
  color: #979797;
}
