/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  box-sizing: border-box; }

html {
  color: #363636;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.wm-wrapper {
  margin: 0 auto;
  padding: 0 0 40px 0;
  position: relative;
  width: 960px; }

.wm-wrapper.ch {
  font-family: "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif; }

.wm-wrapper.jp {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro W3", "Meiryo UI", "MS Pゴシック", "MS PGothic", sans-serif; }

.wm-wrapper.kr {
  font-family: '나눔고딕', NanumGothic, '돋움', Dotum, Helvetica, 'Apple SD Gothic Neo', Sans-serif;
  line-height: 1.6; }

section {
  padding: 0 75px; }

header {
  background: url('../img/bg-header.jpg') no-repeat left top;
  color: #1ca9b2;
  height: 572px;
  /*margin-bottom: 2em;*/
  padding: 80px 120px;
  text-align: right;
  width: 960px; }

h1 {
  font-weight: 200;
  font-size: 1.8em;
  line-height: 1.1; }

p {
  font-size: 0.9em; }

h1 .larger {
  display: block;
  font-size: 2.2em; }

.kr h1 {
  line-height: 0.8; }

.kr h1 .larger {
  font-size: 2em; }

ul {
  display: block;
  margin-bottom: 80px; }

ul li {
  color: #1ca9b2;
  float: left;
  font-style: italic;
  font-weight: 200;
  padding-right: 30px;
  width: 190px; }

.esus li, .frca li {
  width: 360px; }

section:last-child {
  text-align: center; }

section:last-child h1 {
  color: #1ca9b2;
  font-size: 3em;
  margin-bottom: 0.2em; }

.carousel-wrapper {
  background: url('../img/reflection.png') no-repeat -18px 389px;
  position: relative; }

.arrow {
  height: 40px;
  position: absolute;
  top: 180px;
  width: 40px; }

.arrow-left {
  background: url('../img/arrow-left.jpg') no-repeat left top;
  left: -20px; }

.arrow-right {
  background: url('../img/arrow-right.jpg') no-repeat left top;
  right: -20px; }

.carousel {
  height: 540px;
  position: relative;
  overflow: hidden; }

figure.active {
  position: relative;
  left: 0; }

figure {
  position: absolute;
  left: 200%; }

figcaption {
  font-style: italic;
  font-weight: 200;
  margin: 30px auto 0;
  width: 90%; }

.links {
  text-align: center;
  margin-bottom: 15px; }

a.button {
  background: #35647e;
  background: -webkit-linear-gradient(#35647e, #26485a);
  background: linear-gradient(#35647e, #26485a);
  border-radius: 4px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.6);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase; }

a.button:hover {
  background: #26485a; }

.social-links {
  margin-bottom: 2em; }
  .social-links p {
    float: right; }

label {
  margin-right: 5px; }

.language-select {
  position: relative;
  right: -120px;
  top: -50px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

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

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

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

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

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }
 }
