/*
  Styles
  By Scott Mills (scott@castironcoding.com)
*/
/* normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'deadwood-doublewide-light';
  src: url("../fonts/deadwooddoublewidelight-webfont.eot");
  src: url("../fonts/deadwooddoublewidelight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/deadwooddoublewidelight-webfont.woff") format("woff"), url("../fonts/deadwooddoublewidelight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.trophy-case {
  background-position: 0 0;
  width: 286px;
  height: 98px; }

.social-nav a .email {
  background-position: 0 -99px;
  width: 17px;
  height: 17px; }

.social-nav a .facebook {
  background-position: 0 -117px;
  width: 17px;
  height: 17px; }

.shop-button {
  background-position: 0 -135px;
  width: 80px;
  height: 80px; }

.social-nav a .twitter {
  background-position: 0 -216px;
  width: 17px;
  height: 17px; }

.logo-list a.pokpok:hover {
  background-position: 0 -234px;
  width: 131px;
  height: 45px; }

.logo-list a.pokpok {
  background-position: 0 -280px;
  width: 131px;
  height: 45px; }

.logo-list a.pokpoknoi:hover {
  background-position: 0 -326px;
  width: 133px;
  height: 54px; }

.logo-list a.pokpoknoi {
  background-position: 0 -381px;
  width: 133px;
  height: 54px; }

.logo-list a.pokpokny:hover {
  background-position: 0 -436px;
  width: 132px;
  height: 54px; }

.logo-list a.pokpokny {
  background-position: 0 -491px;
  width: 132px;
  height: 54px; }

.logo-list a.pokpokphatthai:hover {
  background-position: 0 -546px;
  width: 188px;
  height: 54px; }

.logo-list a.pokpokphatthai {
  background-position: 0 -601px;
  width: 188px;
  height: 54px; }

.logo-list a.senyai:hover {
  background-position: 0 -656px;
  width: 119px;
  height: 63px; }

.logo-list a.senyai {
  background-position: 0 -720px;
  width: 119px;
  height: 63px; }

.logo-list a.som:hover {
  background-position: 0 -784px;
  width: 136px;
  height: 57px; }

.logo-list a.som {
  background-position: 0 -842px;
  width: 136px;
  height: 57px; }

.logo-list a.wsl:hover {
  background-position: 0 -900px;
  width: 170px;
  height: 50px; }

.logo-list a.wsl {
  background-position: 0 -951px;
  width: 170px;
  height: 50px; }

.logo-list a.wslny:hover {
  background-position: 0 -1002px;
  width: 170px;
  height: 50px; }

.logo-list a.wslny {
  background-position: 0 -1053px;
  width: 170px;
  height: 50px; }

.logo-list--title.nyc {
  background-position: 0 -1104px;
  width: 111px;
  height: 15px; }

.logo-list--title.pdx {
  background-position: 0 -1120px;
  width: 76px;
  height: 15px; }

.logo-list--label.som {
  background-position: 0 -1136px;
  width: 142px;
  height: 15px; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .no-boxsizing * {
    behavior: url(javascript/boxsizing.htc); }

html {
  font-size: 81.25%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

body {
  font-family: 'deadwood-doublewide-light', georgia, serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  font-size: 1em;
  line-height: 1.2;
  color: #231f20; }

.splash,
.corporate {
  background: transparent url("../images/splash-redesign/bg-pokpok.jpg") repeat center top; }
  @media all and (max-width: 1250px) {
    .splash,
    .corporate {
      background-position: left top; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

p {
  margin: 0; }
  p + p {
    margin-top: 1.2em; }

a {
  text-decoration: none;
  color: #ee4036; }
  a:hover {
    color: #231f20; }

.splash-container, .logo-list--title, .logo-list a, .corporate-container {
  margin-right: auto;
  margin-left: auto; }

.large-heading {
  -webkit-font-smoothing: antialiased; }

.large-heading {
  font-size: 2.38em; }

.press-list li {
  font-size: 1.154em; }

.shop-button, .trophy-case, .logo-list--title, .logo-list a, .logo-list--label {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .shop-button:before, .trophy-case:before, .logo-list--title:before, .logo-list a:before, .logo-list--label:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.inverted-link, .social-nav a {
  color: #231f20; }
  .inverted-link:hover, .social-nav a:hover {
    color: #ee4036; }

.social-nav ul, .news-list, .splash-nav ul, .logo-list, .press-list {
  list-style-type: none;
  padding: 0; }

.spectral-heading {
  display: none; }

.logo-link {
  display: block;
  width: 324px;
  height: 109px;
  text-indent: -1000em;
  position: absolute;
  top: 63px;
  left: 82px; }
  .logo-link:after {
    content: "";
    display: block;
    width: 96px;
    height: 102px;
    position: absolute;
    top: 34px;
    left: 323px; }

.splash-content--left, .splash-content--right, .corporate-content--left, .corporate-content--right {
  float: left;
  height: 850px; }

.large-heading {
  text-transform: uppercase;
  color: #ee4036;
  font-weight: normal;
  margin: 3px 0 10px 8px; }

.page-footer {
  width: 279px;
  padding-left: 14px; }

.shop-button {
  background-image: url("../images/splash-redesign/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 20px; }

.social-nav {
  display: inline-block;
  vertical-align: top;
  width: 180px; }
  .social-nav ul {
    margin: 8px 0 20px; }
  .social-nav li + li {
    margin-top: 4px; }
  .social-nav a {
    display: inline-block; }
    .social-nav a b {
      display: inline-block;
      vertical-align: bottom;
      margin-right: 7px; }
    .social-nav a .email {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
    .social-nav a .facebook {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
    .social-nav a .twitter {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }

.splash-container {
  width: 1250px; }
  @media all and (max-width: 1250px) {
    .splash-container {
      width: 100%;
      margin: 0; } }
  @media all and (max-width: 777px) {
    .splash-container {
      width: 777px; } }
  .lt-ie9 .splash-container {
    width: 777px; }

.splash-content {
  height: 850px;
  background: transparent url("../images/splash-redesign/bg-splash.jpg") no-repeat left top;
  position: relative; }

.splash-content--left {
  width: 529px;
  padding: 169px 0 0 108px; }

.splash-content--right {
  width: 248px;
  padding-top: 138px; }

.trophy-case {
  background-image: url("../images/splash-redesign/sprite.png");
  background-repeat: no-repeat;
  margin: 0 0 28px 9px; }

.news-list {
  width: 279px;
  padding: 29px 0 29px 8px;
  margin: 0 0 46px;
  position: relative; }
  .news-list:before, .news-list:after {
    content: "";
    display: block;
    height: 5px;
    background-image: url("../images/splash-redesign/border-sprite.jpg");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 0; }
  .news-list:before {
    top: 0; }
  .news-list:after {
    background-position: left center;
    bottom: 0; }
  .news-list li + li {
    margin-top: 15px; }
  .news-list a {
    text-transform: uppercase; }
  .no-generatedcontent .news-list {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px dashed #231f20;
    border-bottom: 1px dashed #231f20; }

.splash-nav {
  margin-bottom: 46px; }
  .splash-nav ul {
    padding-left: 8px;
    margin: 0; }
  .splash-nav li + li {
    margin-top: 15px; }
  .splash-nav a {
    text-transform: uppercase; }

.logo-list--title {
  margin-bottom: 15px; }
  .logo-list--title.pdx {
    background-image: url("../images/splash-redesign/sprite.png");
    background-repeat: no-repeat; }
  .logo-list--title.nyc {
    background-image: url("../images/splash-redesign/sprite.png");
    background-repeat: no-repeat; }

.logo-list {
  margin: 0 0 53px; }
  .logo-list.alt {
    width: 279px;
    padding: 0 0 5px 8px;
    margin-bottom: 18px;
    position: relative; }
    .logo-list.alt:after {
      content: "";
      display: block;
      height: 5px;
      background: transparent url("../images/splash-redesign/border-sprite.jpg") no-repeat left bottom;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    .logo-list.alt a {
      margin: 0; }
    .no-generatedcontent .logo-list.alt {
      padding-bottom: 0;
      border-bottom: 1px solid #231f20; }
  .logo-list li {
    margin-bottom: 17px; }
  .logo-list a {
    display: block; }
    .logo-list a.pokpok {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
      .logo-list a.pokpok:hover {
        background-image: url("../images/splash-redesign/sprite.png");
        background-repeat: no-repeat; }
    .logo-list a.wsl {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
      .logo-list a.wsl:hover {
        background-image: url("../images/splash-redesign/sprite.png");
        background-repeat: no-repeat; }
    .logo-list a.pokpoknoi {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
      .logo-list a.pokpoknoi:hover {
        background-image: url("../images/splash-redesign/sprite.png");
        background-repeat: no-repeat; }
    .logo-list a.senyai {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
      .logo-list a.senyai:hover {
        background-image: url("../images/splash-redesign/sprite.png");
        background-repeat: no-repeat; }
    .logo-list a.pokpokphatthai {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
      .logo-list a.pokpokphatthai:hover {
        background-image: url("../images/splash-redesign/sprite.png");
        background-repeat: no-repeat; }
    .logo-list a.pokpokny {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
      .logo-list a.pokpokny:hover {
        background-image: url("../images/splash-redesign/sprite.png");
        background-repeat: no-repeat; }
    .logo-list a.wslny {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
      .logo-list a.wslny:hover {
        background-image: url("../images/splash-redesign/sprite.png");
        background-repeat: no-repeat; }
    .logo-list a.som {
      background-image: url("../images/splash-redesign/sprite.png");
      background-repeat: no-repeat; }
      .logo-list a.som:hover {
        background-image: url("../images/splash-redesign/sprite.png");
        background-repeat: no-repeat; }

.logo-list--label {
  display: block;
  margin-top: 7px; }
  .logo-list--label.som {
    background-image: url("../images/splash-redesign/sprite.png");
    background-repeat: no-repeat; }

.corporate-container {
  width: 1250px; }
  @media all and (max-width: 1250px) {
    .corporate-container {
      width: 100%; } }
  @media all and (max-width: 865px) {
    .corporate-container {
      width: 865px; } }

.corporate-content {
  height: 850px;
  position: relative; }

.splash-content--left, .splash-content--right, .corporate-content--left, .corporate-content--right {
  float: left;
  height: 850px; }

.corporate-content--left {
  width: 914px;
  background: transparent url("../images/splash-redesign/bg-corporate.jpg") no-repeat left top;
  padding: 169px 42px 0 116px; }
  @media all and (max-width: 1250px) {
    .corporate-content--left {
      width: 100%;
      padding-right: 360px; } }
  @media all and (max-width: 865px) {
    .corporate-content--left {
      width: 529px;
      padding-right: 24px; } }

.corporate-content--right {
  width: 336px;
  background: transparent url("../images/splash-redesign/bg-corporate.jpg") no-repeat right top;
  padding: 138px 88px 98px 0; }
  @media all and (max-width: 1250px) {
    .corporate-content--right {
      position: absolute;
      top: 0;
      right: 0; } }
  @media all and (max-width: 865px) {
    .corporate-content--right {
      position: static; } }

.corporate-content--section {
  padding: 18px 0;
  margin-bottom: 18px;
  position: relative; }
  .corporate-content--section:before, .corporate-content--section:after {
    content: "";
    display: block;
    height: 5px;
    background-image: url("../images/splash-redesign/border-sprite.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    right: 0;
    left: 0; }
  .corporate-content--section:before {
    top: 0; }
  .corporate-content--section:after {
    bottom: 0; }

.corporate-content--scroller {
  height: 350px;
  overflow-y: scroll; }
  .corporate-content--scroller::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .corporate-content--scroller::-webkit-scrollbar-thumb {
    background: rgba(35, 31, 32, 0.2);
    border-radius: 6px; }
  @media all and (max-width: 1250px) {
    .corporate-content--scroller {
      padding-right: 6px;
      margin-right: -6px; } }

.press-list {
  margin: 0; }
  .press-list li {
    line-height: 1.4; }
  .press-list a {
    text-transform: uppercase; }
  .press-list .year {
    margin-top: 26px; }
    .press-list .year:first-child {
      margin-top: 0; }
