﻿/*
  Template Name: Clean Rounded
  Template URI: www.slidetabs.com
  Description: Clean style tabs
  Version: 1.0.5
  Author: SlideTabs
  Author URI:
*/
/* NOTE: Prefix the template styles with <TEMPLATE FOLDER NAME>-horizontal/vertical */
/*
 * Horizontal Tabs
 *
------------------------------------------------------------------------------------- */
div.tab_horizontal {
  /* The main container */
  position: relative;
  clear: both;
  width: 100%;
  /* Set the full width */ }

/* Directional Buttons (horizontal)
------------------------------------------------------------------------------------- */
div.tab_horizontal > div.st_tabs a.st_prev, div.tab_horizontal > div.st_tabs a.st_next {
  /* Directional buttons (previous/next) */
  display: none;
  position: absolute;
  top: 0px;
  z-index: 110;
  height: 43px;
  width: 43px;
  text-indent: -999em;
  border: 1px solid #ccc;
  outline: none; }

div.tab_horizontal > div.st_tabs a.st_prev {
  /* Previous button */
  left: 0px;
  background-position: center 15px; }

div.tab_horizontal > div.st_tabs a.st_prev:hover {
  /* Previous button hover */
  background-position: center -45px;
  background-color: #f8f8f8; }

div.tab_horizontal > div.st_tabs a.st_next {
  /* Next button */
  right: 0px;
  background-position: center -15px; }

div.tab_horizontal > div.st_tabs a.st_next:hover {
  /* Next button hover */
  background-position: center -75px;
  background-color: #f8f8f8; }

div.tab_horizontal > div.st_tabs a.st_prev.st_btn_disabled, div.tab_horizontal > div.st_tabs a.st_next.st_btn_disabled {
  /* Previous and next buttons disabled state */
  cursor: default;
  background-color: #f8f8f8; }

div.tab_horizontal > div.st_tabs a.st_prev.st_btn_disabled {
  /* Previous button disabled state */
  background-position: center -105px; }

div.tab_horizontal > div.st_tabs a.st_next.st_btn_disabled {
  /* Next button disabled state */
  background-position: center -135px; }

/* Tabs (horizontal)
------------------------------------------------------------------------------------- */
div.tab_horizontal > div.st_tabs {
  /* Tabs main container */
  position: relative;
  z-index: 100;
  width: 100% !important;
  height: 45px;
  margin-bottom: -1px;
  overflow: hidden; }

div.tab_horizontal.st_sliding_active > div.st_tabs {
  /* Tabs main container - sliding active (the '.st_sliding_active' class is added to the tabs main container when the tabs are 'slidable') */
  overflow: visible; }

div.tab_horizontal > div.st_tabs div.st_tabs_wrap {
  /* Tabs slide-container */
  position: relative !important;
  /* Don't remove: The tabs sliding position will be calculated from the tabs <ul> first parent element with position:relative */
  width: 100%; }

div.tab_horizontal.st_sliding_active > div.st_tabs div.st_tabs_wrap {
  /* The '.st_sliding_active' class is added to the main container when tab sliding is activated */
  width: auto !important;
  margin: 0px 44px;
  /* Adds side margins to make space for the arrow buttons */ }

div.tab_horizontal > div.st_tabs ul {
  /* Tabs unordered list */
  width: 10000px;
  /* Set to an arbitrary high value */
  margin: 0px;
  padding: 0px;
  list-style: none; }

div.tab_horizontal > div.st_tabs ul li {
  /* Tab list elements */
  display: block;
  float: left;
  margin: 0px; }

div.tab_horizontal > div.st_tabs ul li a {
  /* Tab links */
  display: block;
  height: 43px;
  margin: 0px;
  padding: 0 28px; }

div.tab_horizontal.st_sliding_active > div.st_tabs ul li a.st_tab_first {
  /* First tab element (with tab sliding activated) */
  border-left: 0 none; }

div.tab_horizontal.st_sliding_active > div.st_tabs ul li a.st_tab_last {
  /* Last tab element (with tab sliding activated) */
  border-right: 0 none; }

div.tab_horizontal > div.st_tabs ul li a.st_tab_active {
  /* Tab active/highlighted state */
  padding-bottom: 2px; }

/* Content (horizontal)
------------------------------------------------------------------------------------- */
div.tab_horizontal > div.st_views {
  /* Main content container */
  position: relative;
  height: 390px;
  padding: 0px !important;
  /* No padding on this container */
  overflow: hidden; }

div.tab_horizontal > div.st_views div.st_view {
  /* Content containers */
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Set 'border-box' box-sizing when using 100% width/height combined with margin or padding */ }

div.tab_horizontal > div.st_views div.st_view_inner {
  /* Inner content containers */
  padding: 30px;
  /* Padding for the content */ }

div.tab_horizontal > div.st_views div.st_view_first {
  /* First content container */
  display: block;
  /* Show the first content container */ }

/* Bottom-aligned Tabs (horizontal)
------------------------------------------------------------------------------------- */
div.tab_horizontal.align_bottom {
  /* The main container */
  margin-bottom: 44px;
  /* Set to the total height of div.st_tabs */ }

div.tab_horizontal.align_bottom > div.st_tabs {
  /* Tabs main container */
  position: absolute;
  /* Absolute position the tabs container at the bottom of the main container */
  bottom: -44px;
  left: 0px;
  margin-bottom: 0px; }

/* @group Base */
.chosen-container {
  top: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Gill Sans W01 Medium";
  font-size: 40px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  background: none;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 50px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  display: none; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  margin: 0 4px 4px 0;
  max-height: 163px;
  font-size: 14px;
  color: #808080;
  background: #333;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li:first-child {
  border-top: none; }

.chosen-container .chosen-results li {
  border-top: 1px solid #4d4d4d;
  display: none;
  margin: 0;
  padding: 0;
  line-height: 40px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
.hel-bold {
  font-family: "Helvetica W01 Bold"; }

.hel-ital {
  font-family: "Helvetica W01 Italic"; }

.gi {
  font-family: "GillSansW01-MediumItali"; }

.gbi {
  font-family: "GillSansW01-BoldItalic"; }

#jwl-home-1, #jwl-home-2, #jwl-home-3, #slider-next span, #slider-prev span, #co-info-jewel, #tl-tri, .carousel-control.prev span, .carousel-control.next span, #j-retail .st_tab.j-aspial, #j-retail .st_tab.j-leehwa, #j-retail .st_tab.j-goldheart, #j-retail .st_tab.j-citigems, #j-retail .st_tab_active.j-aspial, #j-retail .st_tab_active.j-leehwa, #j-retail .st_tab_active.j-goldheart, #j-retail .st_tab_active.j-citigems, #prop-dev .prop-dev-inner > .st_tabs .st_tab, #prop-dev .prop-dev-inner > .st_tabs .st_tab.st_tab_active, #career-1-img, #career-2-img, #career-3-img {
  background-image: url('../Images/sprite.png');
  background-color: transparent;
  background-repeat: no-repeat; }

.clearfix:before, #careers-tabs .st_view .exp-trigger:before, .clearfix:after, #careers-tabs .st_view .exp-trigger:after {
  content: ' ';
  display: table; }

.clearfix, #careers-tabs .st_view .exp-trigger {
  *zoom: 1; }
  .clearfix:after, #careers-tabs .st_view .exp-trigger:after {
    clear: both; }

.clear {
  clear: both; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 100%; }

body {
  font-family: "Helvetica W01 Roman", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #b2b2b2;
  background: url(../Images/bg.gif) #1a1a1a; }

button {
  font-family: "Gill Sans W01 Medium"; }

a {
  color: #669900;
  text-decoration: none; }
  a:hover {
    color: #fff; }

p {
  margin-bottom: 2em; }

table {
  border-collapse: collapse; }

a, img {
  outline: none; }

img {
  border: 0; }

map > area, map > area:active, map > area:focus {
  outline: none;
  border: 0; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.header {
  padding-bottom: 45px; }

#about-us .header, #our-business .header, #investor-relations .header, #news .header {
  padding-bottom: 75px; }

nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  nav ul li a {
    font-family: "Gill Sans W01 Medium";
    text-align: center;
    color: #333;
    display: block;
    text-transform: uppercase;
    text-decoration: none; }

#site-nav-wrapper {
  width: 100%; }

.affix {
  position: fixed;
  top: 32px;
  z-index: 1000; }

.affix-top {
  position: absolute; }

.site-nav {
  margin-top: -43px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7); }

#main-nav {
  border-top: 8px solid #669900; }
  #main-nav ul {
    background: #fff; }
    #main-nav ul li {
      width: 150px;
      background: url(../Images/nav-sep.png) left 50% no-repeat transparent; }
      #main-nav ul li:first-child a {
        text-indent: -9999px;
        background: url(../Images/aspial-logo.png) 50% 50% no-repeat transparent; }
      #main-nav ul li.active a {
        color: #669900; }
    #main-nav ul a {
      line-height: 68px; }
      #main-nav ul a:hover {
        color: #669900; }
  #main-nav .dbl-line {
    line-height: 1.25;
    padding-top: 19px;
    padding-bottom: 19px; }

#sub-nav ul {
  background: #363636;
  text-align: center; }
  #sub-nav ul li {
    display: inline-block;
    float: none;
    border-left: 1px solid #222;
    border-right: 1px solid #474747;
    padding: 0 15px; }
    #sub-nav ul li:first-child {
      border-left: 0; }
    #sub-nav ul li:last-child {
      border-right: 0; }
    #sub-nav ul li.active a {
      color: #fff;
      border-bottom: 1px solid #669900; }
  #sub-nav ul a {
    color: #b2b2b2;
    line-height: 41px; }

#footer-nav a:hover {
  color: #669900; }

.footer {
  height: 149px;
  width: 100%;
  background: #1a1a1a;
  position: relative;
  padding-top: 109px; }
  .footer .partners {
    width: 1052px;
    height: 87px;
    position: absolute;
    left: 50%;
    margin-left: -526px;
    top: -39px; }
  .footer nav {
    float: left; }
    .footer nav a {
      color: #b2b2b2;
      padding-left: 35px;
      padding-right: 35px;
      line-height: 11px;
      border-left: 1px solid #fff; }
    .footer nav li {
      border-left: 1px solid #000; }
      .footer nav li:first-child {
        border: 0;
        padding-left: 0; }
        .footer nav li:first-child a {
          border: 0; }

#copyright-text {
  font-family: "GillSansW01-MediumItali";
  float: right;
  text-transform: uppercase; }

.btn {
  color: #fff;
  display: inline-block;
  padding-right: 8px;
  border: 0;
  background: url(../Images/sprite_btn_r.png) right 0 no-repeat transparent; }
  .btn span {
    font-family: "Gill Sans W01 Medium";
    background: url(../Images/sprite_btn_l.png) left 0 no-repeat transparent;
    padding-left: 15px;
    padding-right: 7px;
    display: block;
    float: left;
    line-height: 31px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer; }
  .btn:hover {
    background: url(../Images/sprite_btn_r.png) right -31px no-repeat transparent; }
    .btn:hover span {
      background: url(../Images/sprite_btn_l.png) left -31px no-repeat transparent; }
  .btn:active {
    background: url(../Images/sprite_btn_r.png) right -62px no-repeat transparent; }
    .btn:active span {
      background: url(../Images/sprite_btn_l.png) left -62px no-repeat transparent; }
  .btn:focus {
    outline: none; }

.l-horizontal li {
  float: left; }

.l-alpha {
  list-style: lower-alpha; }

.l-disc, .exp-content ul {
  list-style-image: url(../Images/l_disc.png);
  margin-bottom: 2em; }
  .l-disc li, .exp-content ul li {
    margin-left: 20px;
    line-height: 1.5;
    margin-bottom: 0.4em; }

.l-content {
  margin-left: 2.5em;
  list-style: none; }
  .l-content li {
    margin: 2em 0; }
  .l-content ul {
    margin-left: 3.5em;
    list-style: none; }

h1, h2, h3, h4, h5, h6, strong, th, b {
  font-weight: normal; }

i, cite, em, var, address, dfn {
  font-style: normal; }

.f-green {
  color: #669900; }

.f-grey {
  color: #808080; }

.f-light-grey {
  color: #b2b2b2; }

.gsi {
  color: #808080;
  font-family: "GillSansW01-MediumItali";
  font-size: 13px; }

.preface {
  color: #b2b2b2;
  font-size: 16px;
  line-height: 28px;
  font-family: "Gill Sans W01 Medium"; }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

.wrap {
  width: 1052px;
  margin-left: auto;
  margin-right: auto; }

.container {
  border-bottom: 2px solid #000;
  border-top: 1px solid #363636;
  overflow: hidden; }
  .container:first-child {
    border-top: 0; }
  .container:last-child {
    border-bottom: 0; }

body, #site-nav-wrapper, .footer {
  min-width: 1280px; }

section {
  position: relative;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 170px;
  padding-right: 170px; }
  section h2 {
    font-family: "Gill Sans W01 Medium";
    color: #669900;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 1em; }

.grid {
  position: relative;
  z-index: 120;
  width: 960px;
  margin-left: -10px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .grid .box {
    height: 300px;
    width: 300px;
    display: block;
    float: left;
    position: relative;
    margin: 0 10px;
    overflow: hidden; }
    .grid .box.active .close {
      z-index: 100; }
  .grid .overlay, .grid .close {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0; }
  .grid .close {
    display: none;
    top: 0;
    background: url(../Images/news_close.png) 50% 50% no-repeat rgba(0, 0, 0, 0.8); }
    .grid .close span {
      text-indent: -9999px;
      display: block; }
  .grid .overlay {
    top: 167px;
    padding: 25px 35px 20px 25px; }
  .grid .title {
    height: 61px;
    overflow: hidden; }
  .grid .excerpt {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px; }

.meta.date {
  display: block;
  color: #808080;
  font-size: 10px;
  font-family: "GillSansW01-MediumItali";
  text-transform: uppercase;
  margin-bottom: 5px; }

.meta.title {
  color: #669900;
  font-family: "Gill Sans W01 Medium";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  text-transform: none; }

#masthead {
  height: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  #masthead h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    line-height: 240px;
    font-family: "Gill Sans W01 Medium";
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    padding-left: 45px; }
  #masthead.abt {
    background-image: url(../Images/mastheads/abtus-000000.jpg);
    background-color: #000000; }
  #masthead.awards {
    background-image: url(../Images/mastheads/awards-000000.jpg);
    background-color: #000000; }
  #masthead.business {
    background-image: url(../Images/mastheads/business-000000.jpg);
    background-color: #000000; }
  #masthead.careers {
    background-image: url(../Images/mastheads/careers-4c5354.jpg);
    background-color: #4c5354; }
  #masthead.disclaimer {
    background-image: url(../Images/mastheads/disclaimer-000000.jpg);
    background-color: #000000; }
  #masthead.investor {
    background-image: url(../Images/mastheads/investor-efcfc8.jpg);
    background-color: #efcfc8; }
  #masthead.news {
    background-image: url(../Images/mastheads/news-2e5490.jpg);
    background-color: #2e5490; }
  #masthead.copyright {
    background-image: url(../Images/mastheads/copyright-000000.jpg);
    background-color: #000000; }

.divider {
  background: url(../Images/divider.png) 50% 50% repeat-x;
  text-align: center;
  margin-bottom: 35px; }
  .divider span {
    font-family: "Gill Sans W01 Medium";
    color: #669900;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    padding: 0 25px;
    background: url(../Images/bg.gif); }

.rotate-img {
  z-index: 100;
  opacity: 0;
  position: absolute; }

.nicescroll-rails {
  background: #1a1a1a; }

#jwl-home-1 {
  top: 0;
  right: -120px;
  width: 301px;
  height: 465px;
  background-position: -348px -517px; }

#jwl-home-2 {
  top: -12px;
  left: -120px;
  width: 342px;
  height: 475px;
  background-position: -3px -517px; }

#jwl-home-3 {
  top: 150px;
  right: -120px;
  width: 286px;
  height: 253px;
  background-position: -652px -440px; }

#home .header {
  background: url(../Images/loading.gif) 50% 50% no-repeat transparent; }
#home #main-nav {
  border-top: 0; }
#home .header {
  padding-bottom: 36px; }
#home .main {
  padding-bottom: 83px; }

#slider {
  user-select: none;
  min-width: 1280px;
  height: 600px;
  overflow: hidden;
  background: #888;
  width: 100%;
  position: relative;
  left: -200%; }
  #slider.ready {
    opacity: 0;
    left: 0; }
    #slider.ready .slide {
      display: none; }
  #slider .slide-img-wrap {
    width: 100%;
    height: 600px; }
    #slider .slide-img-wrap img {
      width: 100%; }
  #slider .slide {
    position: relative;
    height: 600px;
    width: 100%; }
    #slider .slide.active, #slider .slide.next, #slider .slide.prev {
      display: block; }
    #slider .slide img {
      display: block;
      z-index: 0; }
  #slider .active {
    left: 0; }
    #slider .active.left {
      left: -100%; }
    #slider .active.right {
      left: 100%; }
  #slider .next, #slider .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  #slider .next {
    left: 100%; }
  #slider .prev {
    left: -100%; }
  #slider .slide-caption {
    position: relative;
    z-index: 100;
    padding-top: 100px; }
    #slider .slide-caption h2 {
      font-size: 80px;
      font-family: "Gill Sans W01 Light";
      line-height: 1;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6), 2px 2px 8px rgba(0, 0, 0, 0.6); }
    #slider .slide-caption p {
      font-family: "Gill Sans W01 Light";
      color: #fff;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 2px 2px 8px rgba(0, 0, 0, 0.8), 2px 2px 8px rgba(0, 0, 0, 0.8); }

#slider-timer {
  display: none;
  width: 100%;
  height: 8px;
  background: #323232;
  list-style: none; }
  #slider-timer li {
    float: left;
    position: relative;
    border-left: 1px solid #8b8378;
    cursor: pointer; }
    #slider-timer li .bar {
      width: 0;
      height: 8px;
      background: #669900;
      display: block; }
    #slider-timer li:first-child {
      border-left: 0; }

.slider-controls {
  z-index: 50;
  position: absolute;
  width: 39px;
  height: 100%;
  display: block;
  top: 0; }
  .slider-controls span {
    position: absolute;
    width: 39px;
    height: 65px;
    top: 50%;
    margin-top: -20px; }

#slider-next {
  right: 0; }
  #slider-next span {
    background-position: -391px -3px; }

#slider-prev {
  left: 0; }
  #slider-prev span {
    background-position: -349px -3px; }

#vnm-box {
  background: #363636;
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.4); }
  #vnm-box .box {
    float: left;
    width: 311px;
    height: 195px;
    border-right: 1px solid #222;
    border-left: 1px solid #474747;
    padding: 15px 30px 0; }
    #vnm-box .box:first-child {
      border-left: 0; }
    #vnm-box .box:last-child {
      border-right: 0; }
    #vnm-box .box h4 {
      color: #669900;
      font-family: "Gill Sans W01 Medium";
      font-size: 16px;
      padding-bottom: 5px; }
    #vnm-box .box p {
      font-size: 12px;
      padding-bottom: 0; }

#co-info-jewel {
  position: absolute;
  bottom: 0;
  right: -40px;
  z-index: 10;
  opacity: 0;
  width: 446px;
  height: 282px;
  background-position: -3px -232px; }

.co-info-box.first {
  padding-bottom: 35px; }
.co-info-box .box {
  float: left;
  width: 235px;
  padding: 0 20px 0 0; }
  .co-info-box .box h4 {
    color: #669900;
    font-family: "Gill Sans W01 Medium";
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .co-info-box .box p {
    font-size: 12px;
    padding-bottom: 0;
    color: #808080; }
    .co-info-box .box p em, .co-info-box .box p strong {
      color: #b2b2b2; }
    .co-info-box .box p em {
      font-family: "Helvetica W01 Italic";
      font-size: 0.9em; }
    .co-info-box .box p strong {
      font-family: "Helvetica W01 Bold"; }

#milestones section {
  margin-top: 0; }

#tl {
  position: relative;
  height: 190px;
  z-index: 100; }

#tl-tri {
  text-align: center;
  left: 50%;
  margin-left: -171.5px;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 343px;
  height: 190px;
  background-position: -3px -39px; }

#tl-title {
  padding-top: 15px;
  text-transform: uppercase;
  color: #808080;
  font-family: "Gill Sans W01 Medium";
  font-size: 14px;
  line-height: 18px;
  text-align: center; }

#select-curr-yr {
  text-align: center;
  font-size: 40px;
  font-family: "Gill Sans W01 Medium"; }

#tl-line {
  z-index: 0;
  top: 115px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #669900; }

#tl-pts {
  position: relative;
  overflow: hidden;
  height: 100%; }
  #tl-pts ul {
    position: absolute;
    left: 0;
    top: 79px;
    width: 100%;
    list-style: none; }
    #tl-pts ul li {
      display: inline-block;
      font-family: "Gill Sans W01 Medium";
      font-size: 18px;
      text-decoration: none;
      color: #808080;
      width: 154px;
      text-align: left;
      text-indent: -13px;
      padding-bottom: 15px;
      background: url(../Images/tl_pt.png) 0px bottom no-repeat transparent; }

#tl-carousel {
  position: relative;
  margin-top: 15px;
  min-height: 65px; }

.carousel-control {
  opacity: 0.5;
  position: absolute;
  display: block;
  height: 100%;
  width: 65px;
  cursor: pointer;
  z-index: 20; }
  .carousel-control:hover {
    opacity: 1; }
  .carousel-control span {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -33px;
    height: 65px;
    width: 65px; }
  .carousel-control.prev {
    left: 0; }
    .carousel-control.prev span {
      background-position: -349px -139px; }
  .carousel-control.next {
    right: 0; }
    .carousel-control.next span {
      background-position: -349px -71px; }

#tl-carousel-inner {
  position: relative;
  min-height: 65px;
  width: 620px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
  font-family: "Gill Sans W01 Medium";
  font-size: 18px;
  line-height: 28px;
  text-align: center; }

.tl-stone {
  display: none; }
  .tl-stone p {
    margin: 1.8em 0; }
  .tl-stone h3.divider span {
    font-size: 14px; }
  .tl-stone .sep {
    width: 460px;
    border-bottom: 1px solid #393939;
    height: 2px;
    background: #000;
    margin: 2em auto; }

#open-select-curr-yr {
  display: block;
  width: 100px;
  height: 30px;
  margin: 0 auto; }

#ceo-message section {
  color: #808080;
  line-height: 20px;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  #ceo-message section p {
    margin-bottom: 1.8em; }
  #ceo-message section h4 {
    color: #669900;
    text-transform: uppercase;
    font-family: "Gill Sans W01 Medium";
    font-size: 13px;
    margin-bottom: 25px; }

#ceo-msg-toggle {
  display: none; }

#ceo-msg-toggle-btn .view {
  display: inline-block; }
#ceo-msg-toggle-btn .close {
  display: none; }
#ceo-msg-toggle-btn.on .view {
  display: none; }
#ceo-msg-toggle-btn.on .close {
  display: inline-block; }

#ceo-message .l-disc li {
  padding-left: 1.5em; }

.quoted {
  background: url(../Images/quote_start.png) left 7px no-repeat transparent;
  padding-left: 50px; }
  .quoted p {
    color: #b2b2b2;
    font-family: "Gill Sans W01 Medium";
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: url(../Images/quote_end.png) right bottom no-repeat transparent;
    padding-right: 50px; }

#quote-1, #quote-3, #quote-4, #quote-6 {
  margin: 0 auto; }

#quote-1 {
  width: 852px; }
  #quote-1 em {
    font-family: "GillSansW01-MediumItali";
    color: #fff; }

#quote-2 {
  width: 500px; }

#quote-3 {
  width: 652px; }

#quote-4 {
  width: 81%;
  clear: both; }

#quote-5 {
  width: 52%;
  margin-top: 105px;
  padding-left: 35px; }
  #quote-5 p {
    padding-right: 35px; }

#quote-6 {
  width: 61%; }

#pb-left {
  width: 44%; }

#dev-overview-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #252525;
  border-left: 1px solid #252525; }
  #dev-overview-table td {
    color: #808080; }
  #dev-overview-table th {
    color: #b2b2b2; }
  #dev-overview-table th, #dev-overview-table td {
    font-size: 14px;
    border: 1px solid #252525;
    text-align: left;
    padding: 5px 25px;
    background-color: #141414;
    font-family: "Gill Sans W01 Medium"; }
    #dev-overview-table th.even, #dev-overview-table td.even {
      background-color: #363636; }

.ceo-message-footer .ceo-name {
  display: block;
  font-family: "Gill Sans W01 Medium";
  text-transform: uppercase;
  font-size: 14px;
  color: #669900;
  margin-top: 20px; }
.ceo-message-footer .ceo-title {
  display: block;
  margin-bottom: 40px; }

.graph-wrap figure {
  float: left;
  margin-left: 20px; }
  .graph-wrap figure figcaption {
    margin-bottom: 15px;
    text-align: center;
    font-family: "Gill Sans W01 Medium";
    color: #669900;
    font-size: 13px;
    text-transform: uppercase; }
    .graph-wrap figure figcaption span {
      font-size: 11px;
      font-family: "GillSansW01-MediumItali";
      color: #808080; }
  .graph-wrap figure:first-child {
    margin-left: 0; }

.graph {
  width: 300px;
  height: 219px;
  position: relative;
  padding-top: 9px; }
  .graph ul {
    list-style: none; }

.x-axis {
  padding: 0 17.5px;
  bottom: 0;
  right: 0;
  text-align: center;
  position: absolute;
  width: 270px;
  color: #808080;
  font-family: "GillSansW01-MediumItali";
  font-size: 11px; }
  .x-axis li {
    float: left;
    width: 47px;
    line-height: 26px; }

.y-axis {
  position: absolute;
  right: 0;
  text-align: right;
  width: 270px;
  color: #b2b2b2;
  font-family: "Gill Sans W01 Medium";
  font-size: 12px; }
  .y-axis li {
    border-top: 1px solid #3b3b3b;
    height: 30px;
    display: block; }
    .y-axis li span {
      display: block;
      margin-top: -9px;
      margin-left: -30px;
      width: 30px;
      padding-right: 10px; }

.bars {
  position: absolute;
  width: 252.5px;
  height: 180px;
  right: 0; }
  .bars .bar {
    position: absolute;
    bottom: 0;
    width: 23px;
    margin: 0 12px;
    background-color: #669900; }
    .bars .bar:nth-child(1) {
      left: 0; }
    .bars .bar:nth-child(2) {
      left: 47px; }
    .bars .bar:nth-child(3) {
      left: 94px; }
    .bars .bar:nth-child(4) {
      left: 141px; }
    .bars .bar:nth-child(5) {
      left: 188px; }

#annual-report > span, #annual-report a {
  margin: 10px 0; }

#annual-report-img {
  margin: 20px 0 25px;
  position: relative;
  height: 459px; }
  #annual-report-img img {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 322px; }

#our-business {
  color: #808080; }

#our-business figure figcaption {
  padding-left: 25px;
  display: block;
  height: 60px;
  background-color: #598207;
  font-family: "Gill Sans W01 Medium";
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  line-height: 60px; }
  #our-business figure figcaption.has-sub {
    padding-top: 14px;
    line-height: 0.9; }
    #our-business figure figcaption.has-sub .sub {
      font-family: "GillSansW01-MediumItali";
      font-size: 10px;
      color: #b2b2b2; }

#j-retail-img {
  clear: none;
  width: 300px;
  height: 436px; }
  #j-retail-img .st_tabs {
    display: none; }
  #j-retail-img .st_views {
    height: 436px; }

#j-retail {
  clear: none;
  width: 620px; }
  #j-retail .st_tabs {
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 620px !important; }
  #j-retail .st_tabs_ul li {
    padding-left: 9px;
    padding-right: 9px;
    border-left: 1px solid #333;
    border-right: 1px solid #191919; }
    #j-retail .st_tabs_ul li.st_li_first {
      padding-left: 0;
      border-left: 0; }
    #j-retail .st_tabs_ul li.st_li_last {
      padding-right: 0;
      border-right: 0; }
  #j-retail .st_tab {
    padding: 0;
    border: 0;
    width: 140px;
    height: 60px;
    background: none; }
    #j-retail .st_tab.j-aspial {
      background-position: -452px -440px; }
    #j-retail .st_tab.j-leehwa {
      background-position: -595px -377px; }
    #j-retail .st_tab.j-goldheart {
      background-position: -941px -508px; }
    #j-retail .st_tab.j-citigems {
      background-position: -941px -634px; }
  #j-retail .st_tab_active.j-aspial {
    background-position: -452px -377px; }
  #j-retail .st_tab_active.j-leehwa {
    background-position: -941px -382px; }
  #j-retail .st_tab_active.j-goldheart {
    background-position: -941px -445px; }
  #j-retail .st_tab_active.j-citigems {
    background-position: -941px -571px; }
  #j-retail .st_views {
    margin-top: 75px;
    border: 0;
    background: none;
    height: 361px;
    width: 620px; }

div.tab_horizontal.divider-tabs > .st_tabs {
  background: url(../Images/divider.png) 50% 50% repeat-x;
  margin-bottom: 20px; }
  div.tab_horizontal.divider-tabs > .st_tabs li .st_tab {
    padding-left: 12px;
    padding-right: 12px;
    font-family: "Gill Sans W01 Medium";
    color: #fff;
    background: url(../Images/bg.gif);
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase; }
    div.tab_horizontal.divider-tabs > .st_tabs li .st_tab.st_tab_active {
      color: #669900; }
div.tab_horizontal.divider-tabs .st_tabs_ul {
  width: 100%;
  text-align: center; }
  div.tab_horizontal.divider-tabs .st_tabs_ul li {
    float: none;
    display: inline-block; }
div.tab_horizontal.divider-tabs .st_tab {
  padding: 0;
  border: 0; }
div.tab_horizontal.divider-tabs .st_views {
  border: 0;
  background: none; }

#prop-dev > .st_tabs {
  height: 20px; }
#prop-dev > .st_views {
  height: 359px; }

#prop-dev .prop-dev-inner > .st_tabs {
  height: 15px; }
  #prop-dev .prop-dev-inner > .st_tabs .st_li_first.st_li_last {
    display: none; }
  #prop-dev .prop-dev-inner > .st_tabs .st_tab {
    height: 15px;
    width: 13px;
    background-position: -3px -21px;
    margin: 0 4px; }
    #prop-dev .prop-dev-inner > .st_tabs .st_tab.st_tab_active {
      background-position: -3px -3px; }
#prop-dev .prop-dev-inner > .st_views {
  height: 300px; }
#prop-dev .prop-dev-inner .box {
  margin: 0 10px; }
  #prop-dev .prop-dev-inner .box.on .overlay {
    top: 55px; }
  #prop-dev .prop-dev-inner .box .overlay {
    top: 300px;
    height: 245px;
    padding: 20px 5px; }
    #prop-dev .prop-dev-inner .box .overlay table {
      width: 100%;
      font-size: 11px;
      line-height: 1.3; }
      #prop-dev .prop-dev-inner .box .overlay table th, #prop-dev .prop-dev-inner .box .overlay table td {
        vertical-align: top;
        padding: 0 10px; }
      #prop-dev .prop-dev-inner .box .overlay table caption {
        text-align: left;
        padding: 0 10px 5px;
        color: #b2b2b2; }
      #prop-dev .prop-dev-inner .box .overlay table th {
        white-space: nowrap;
        text-align: left; }
      #prop-dev .prop-dev-inner .box .overlay table td {
        color: #b2b2b2; }
#prop-dev .prop-dev-inner figure figcaption {
  height: 55px;
  line-height: 55px;
  background-image: url(../Images/icon_plus.png);
  background-position: right 50%;
  background-repeat: no-repeat; }

.news-container {
  margin-top: 40px;
  margin-bottom: 40px; }
  .news-container section {
    margin-top: 0;
    margin-bottom: 0; }

.news-content-container {
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.8);
  display: none;
  background: #141414;
  padding-top: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 900; }

.news-container .col-left, .news-container .col-right {
  width: 460px; }
.news-container .col-left {
  margin-bottom: 30px;
  float: left; }
.news-container .col-right {
  float: right;
  margin-bottom: 10px; }
  .news-container .col-right h3 {
    text-transform: uppercase;
    margin-bottom: 0.5em; }
  .news-container .col-right blockquote {
    margin-bottom: 2em; }
  .news-container .col-right table {
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    margin-bottom: 2em; }
    .news-container .col-right table th, .news-container .col-right table td {
      vertical-align: top;
      padding: 1em 1em;
      border-bottom: 1px solid grey;
      border-left: 1px solid grey; }

.bold-first:first-letter {
  font-family: "Helvetica W01 Bold"; }

#awards h2 {
  line-height: normal;
  text-align: center;
  background: url(../Images/divider.png) 50% 50% repeat-x; }
  #awards h2.aw-aspial {
    height: 21px; }
  #awards h2.aw-lhj {
    height: 45px; }
  #awards h2.aw-goldheart {
    height: 13px; }
  #awards h2.aw-citigems {
    height: 15px; }
  #awards h2 span {
    width: 160px;
    display: inline-block;
    background: url(../Images/bg.gif); }
#awards table {
  width: 100%; }
  #awards table tr {
    background-color: #363636;
    border-top: 2px solid #212121; }
    #awards table tr:first-child {
      border-top: 0; }
  #awards table th, #awards table td {
    padding: 0.5em 2em;
    vertical-align: middle;
    font-family: "Gill Sans W01 Medium"; }
  #awards table th {
    font-size: 16px;
    color: #669900;
    text-align: left; }
    #awards table th em {
      font-family: "GillSansW01-MediumItali"; }
  #awards table td {
    text-align: right;
    color: #808080;
    font-size: 13px; }
    #awards table td strong {
      font-family: "Gill Sans W01 Bold"; }

#careers-tabs {
  margin-top: 20px; }
  #careers-tabs .st_li_first a {
    padding-left: 25px; }
  #careers-tabs .st_li_last a {
    padding-right: 25px; }
  #careers-tabs > .st_views {
    padding-left: 150px;
    padding-right: 150px;
    width: 100%; }
  #careers-tabs .st_view .pos-expandable {
    background: #363636;
    color: #999;
    margin-bottom: 2px; }
  #careers-tabs .st_view .exp-trigger {
    font-family: "Gill Sans W01 Medium";
    padding: 0 30px;
    height: 42px;
    cursor: pointer;
    line-height: 42px;
    background: url(../Images/icon_expand.png) 50% 0 no-repeat transparent; }
    #careers-tabs .st_view .exp-trigger .pos-title {
      float: left;
      color: #669900;
      font-size: 17px; }
    #careers-tabs .st_view .exp-trigger .pub-date {
      float: right; }
      #careers-tabs .st_view .exp-trigger .pub-date span {
        font-family: "GillSansW01-LightItalic"; }
    #careers-tabs .st_view .exp-trigger.expanded {
      background: url(../Images/icon_expand.png) 50% -42px no-repeat transparent; }
  #careers-tabs .st_view .exp-content {
    padding-top: 30px;
    overflow: hidden;
    margin: 0 auto;
    width: 600px;
    display: none;
    font-size: 13px;
    line-height: 20px; }
    #careers-tabs .st_view .exp-content strong, #careers-tabs .st_view .exp-content b {
      font-weight: 700; }
    #careers-tabs .st_view .exp-content em {
      font-style: italic; }
    #careers-tabs .st_view .exp-content .req-heading {
      font-weight: 700;
      margin-bottom: 1em; }

.career-guide-msg {
  font-family: "GillSansW01-LightItalic";
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  margin-bottom: 0; }

.pos-description {
  font-size: 17px;
  color: #b2b2b2;
  font-family: "GillSansW01-MediumItali";
  text-align: center;
  margin: 15px 0 20px; }

#career-1-img {
  right: -60px;
  bottom: 0;
  width: 330px;
  height: 316px;
  background-position: -652px -697px; }

#career-2-img {
  left: -20px;
  bottom: 50px;
  width: 259px;
  height: 376px;
  background-position: -781px -3px; }

#career-3-img {
  right: -50px;
  bottom: 60px;
  width: 326px;
  height: 371px;
  background-position: -452px -3px; }

#main-nav ul li.apply-header {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Gill Sans W01 Medium";
  width: auto;
  padding-left: 30px;
  line-height: 68px; }
  #main-nav ul li.apply-header .position-title {
    font-family: "GillSansW01-MediumItali";
    color: #669900; }

.apply-form {
  border: 0;
  font-family: "Gill Sans W01 Medium"; }
  .apply-form .form-row {
    margin: 8px 0; }
  .apply-form .small-text {
    color: #808080;
    font-size: 14px;
    font-family: "GillSansW01-LightItalic";
    text-transform: none; }
  .apply-form .declaration {
    margin-top: 45px; }
    .apply-form .declaration .faux-checkbox {
      position: relative;
      font-size: 14px;
      color: #808080;
      font-family: "GillSansW01-MediumItali";
      width: 534px;
      display: inline-block;
      vertical-align: top;
      line-height: 20px;
      padding-left: 30px; }
      .apply-form .declaration .faux-checkbox .faux-checkbox-trigger {
        cursor: pointer;
        background: #141414;
        width: 21px;
        height: 21px;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
        .apply-form .declaration .faux-checkbox .faux-checkbox-trigger.checked {
          background: url(../Images/icon_checked.png) 50% 50% no-repeat #141414; }
  .apply-form .form-actions {
    padding-left: 325px;
    margin: 2em 0; }
  .apply-form label {
    color: #ccc;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    width: 325px;
    padding: 0 18px 0 0; }
    .apply-form label.small {
      width: 218px; }
  .apply-form input[type="text"] {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 16px;
    border: 0;
    height: 40px;
    width: 110%;
    padding: 17px 22px;
    width: 534px;
    background: #141414;
    font-family: "Gill Sans W01 Medium"; }
    .apply-form input[type="text"].small {
      width: 155px; }
    .apply-form input[type="text"].smaller {
      width: 60px; }
    .apply-form input[type="text"].error {
      border: 1px solid #990000; }
  .apply-form input[type="checkbox"] {
    display: none; }
  .apply-form .custom-select {
    width: 534px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAICAIAAACpsTKlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOxJREFUeNpilJAWltb++fAcBwN+wMigbPGdmZubyzLmMxMLw9uHrLhUMjEzGAd9Fpb/w8zJwf30Gpue51cekX+vbrNhKmVh+28R/ZmV8//xJXzMXFxcv38wPb7Ermb7XVz19/MbbP//McKVsnP/s0n89OML08llfH9/M4JUA0WBrCeX2GX1f8ob/Xx+jf3fX5AGbqG/timfXt9jO7eB5/8/kGaoaiAAqnhymV1E8Y+6w/fn19m4hf/aJn+6d5Lz2h4uhFdFRETQ/K7t+hVoCQv7/0tbeR6dZ0eRRFcNBkoWP76+Y3p5C93TAAEGAEsDVP2xOX4MAAAAAElFTkSuQmCC) 95% 50% no-repeat #141414; }
  .apply-form select {
    cursor: pointer;
    padding: 5px 18px;
    color: #999;
    font-size: 16px;
    font-family: "Gill Sans W01 Medium";
    width: 560px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none; }
  .apply-form select:focus {
    outline: none; }
  .apply-form .resume-file-input {
    margin: 12px 0; }

.summary-errors {
  color: #900;
  margin-left: 325px;
  font-size: 14px;
  font-family: "GillSansW01-MediumItali"; }

.preface em {
  font-family: "GillSansW01-MediumItali"; }
.preface strong {
  font-weight: bold; }

#contact-us h1 {
  min-width: 1052px;
  margin-left: -526px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  left: 50%;
  top: 0; }

.no-bdr-all {
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.tac {
  text-align: center; }

.no-pad-top {
  padding-top: 0; }

.no-pad-btm {
  padding-bottom: 0; }

@media only screen and (max-width: 1280px) {
  section {
    overflow: hidden; } }

@media print {
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  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; } }

/*# sourceMappingURL=Site.css.map */