@charset "UTF-8";
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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], 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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

/* Removing until wider adoption and browser support
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
*/
/***************************************************************
 Colors 
 ***************************************************************/
/* Colors from DIA styleguide */
/* TEXT */
/* BACKGROUNDS */
/* OTHER */
/* Error Red */
/* horizontal rule in gray box */
/* BREAKPOINTS */
/* Fonts from DIA Styleguide */
html:lang(ja), body:lang(ja), .button:lang(ja), .header-main .menu-bar .join-button:lang(ja), .utility-nav .utility-list .utility-item:lang(ja), .utility-nav .top-level .current:lang(ja), .utility-nav .top-level .dd-list .dd-item a:lang(ja), .utility-nav .top-level .dd-list .dd-item a.selected:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .category-title:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .top-level .current:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a.selected:lang(ja), .mobile-utility .signin-mobile .description:lang(ja), .mobile-utility .signin-mobile .description.signin:lang(ja), .mobile-utility .signin-mobile .button:lang(ja), .mobile-utility .signin-mobile .button-sm:lang(ja), .mobile-utility .signin-mobile.collapsed .button:lang(ja), .search-bar .search-field:lang(ja), .hero-overlay .headline:lang(ja), .hero-overlay .categories:lang(ja), .hero-overlay .description:lang(ja),
.hero-overlay .sub-description:lang(ja),
.hero-overlay .event-description:lang(ja), .footer-content .statement:lang(ja), .footer-content .footer-module .footer-title:lang(ja), .footer-content .footer-module .footer-description:lang(ja), .footer-content .signup .signup-field:lang(ja), .footer-content .signup .button:lang(ja), .footer-nav .category-list .category .footer-title:lang(ja), .footer-nav .category-list .category .category-links li:lang(ja), .footer-utility:lang(ja), .cookie-notification:lang(ja), .section-nav .breadcrumb:lang(ja), .section-nav .breadcrumb:lang(ja):hover, .section-nav-with-icons .top-level .section-item a.top-level-item:lang(ja), .section-nav-trigger:lang(ja), .page-content .page-title:lang(ja), .page-content .page-sub-title:lang(ja), .rtf:lang(ja) {
  font-family: “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, Osaka, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif; }

html:lang(zh), body:lang(zh), .button:lang(zh), .header-main .menu-bar .join-button:lang(zh), .utility-nav .utility-list .utility-item:lang(zh), .utility-nav .top-level .current:lang(zh), .utility-nav .top-level .dd-list .dd-item a:lang(zh), .utility-nav .top-level .dd-list .dd-item a.selected:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .category-title:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .top-level .current:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a.selected:lang(zh), .mobile-utility .signin-mobile .description:lang(zh), .mobile-utility .signin-mobile .description.signin:lang(zh), .mobile-utility .signin-mobile .button:lang(zh), .mobile-utility .signin-mobile .button-sm:lang(zh), .mobile-utility .signin-mobile.collapsed .button:lang(zh), .search-bar .search-field:lang(zh), .hero-overlay .headline:lang(zh), .hero-overlay .categories:lang(zh), .hero-overlay .description:lang(zh),
.hero-overlay .sub-description:lang(zh),
.hero-overlay .event-description:lang(zh), .footer-content .statement:lang(zh), .footer-content .footer-module .footer-title:lang(zh), .footer-content .footer-module .footer-description:lang(zh), .footer-content .signup .signup-field:lang(zh), .footer-content .signup .button:lang(zh), .footer-nav .category-list .category .footer-title:lang(zh), .footer-nav .category-list .category .category-links li:lang(zh), .footer-utility:lang(zh), .cookie-notification:lang(zh), .section-nav .breadcrumb:lang(zh), .section-nav .breadcrumb:lang(zh):hover, .section-nav-with-icons .top-level .section-item a.top-level-item:lang(zh), .section-nav-trigger:lang(zh), .page-content .page-title:lang(zh), .page-content .page-sub-title:lang(zh), .rtf:lang(zh) {
  font-family: HYZhongHeiJ, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif; }

/* 
Create a rounded corner effect

$radius - the amount of curve to the corner
$alpha - optional transparency
$color - optional color of the border
$borderWidth - optional with of the border
*/
/* Sprites */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/* Modules */
html {
  font-size: 62.5%; }

body {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #353535; }
  @media screen and (max-width: 767px) {
    body {
      overflow-x: hidden;
      max-width: 100%; } }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  color: #b50a47;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s; }
  @media screen and (min-width: 768px) {
    .container {
      margin: 0 !important; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 100%; }
      .container.mobile-open .container-inner {
        margin-left: 85%; } }

.container-inner {
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
  width: 100%;
  min-height: 100vh;
  position: relative; }

.gray-band {
  background-color: #efefef; }

.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }

.arrow {
  display: inline-block; }

.hidden {
  display: none; }

.blue {
  border-left: 3px solid #008ca1 !important; }

.pink {
  border-left: 3px solid #a72c61 !important; }

.green {
  border-left: 3px solid #799d3e !important; }

iframe {
  max-width: 100%; }

input[type=text], input[type=password], input[type=search] {
  outline: none; }

.button {
  border: 1px solid #000000;
  border: 1px solid black;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  height: 40px;
  background-color: transparent;
  font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width: 133px;
  line-height: 1.3; }
  .button:hover, .button:active {
    background-color: #fff;
    color: #353535;
    text-decoration: none; }
  .button.blue-button {
    min-width: 180px;
    background-color: #008ca1;
    border: none; }
    .button.blue-button:hover, .button.blue-button:active {
      background-color: #40a9b9;
      color: #fff; }
  .button.green-button {
    background-color: #799d3e;
    border: none; }
    .button.green-button:hover, .button.green-button:active {
      background-color: #8dbd3e;
      color: #fff; }
  .button.disabled {
    background-color: #d4d4d4;
    cursor: default; }
    .button.disabled:hover, .button.disabled:active {
      background-color: #d4d4d4; }

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #fff; }
  .header-main .utility-bar {
    background-color: rgba(0, 0, 0, 0.7);
    height: 42px; }
    @media screen and (max-width: 767px) {
      .header-main .utility-bar {
        display: none; } }
  .header-main .menu-bar {
    background-color: rgba(0, 0, 0, 0.6);
    height: 85px;
    border-bottom: 1px solid #000;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .header-main .menu-bar {
        height: 62px; } }
    .header-main .menu-bar .wrapper {
      position: relative;
      padding: 18px 0; }
    .header-main .menu-bar .header-logo {
      height: 48px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .header-main .menu-bar .header-logo {
          height: 28px; } }
    .header-main .menu-bar .join-button {
      font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #fff;
      background-color: #799d3e;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      min-width: 133px;
      position: absolute;
      right: 32px;
      top: 22px;
      padding: 11px;
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      border: none; }
      .header-main .menu-bar .join-button:hover, .header-main .menu-bar .join-button:active {
        background-color: #8dbd3e; }
      @media screen and (max-width: 767px) {
        .header-main .menu-bar .join-button {
          display: none; } }

.no-hero .header-main {
  position: relative;
  top: auto;
  left: auto; }
  .no-hero .header-main .utility-bar {
    background-color: #353535; }
  .no-hero .header-main .menu-bar {
    background-color: #4f545d;
    border-bottom: none; }

.utility-nav .utility-list {
  float: right;
  list-style-type: none;
  margin: 0;
  padding-right: 33px; }
  .utility-nav .utility-list .utility-item {
    float: left;
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    height: 42px;
    padding: 10px 0 0;
    position: relative; }
    .utility-nav .utility-list .utility-item .utility-link {
      color: #fff;
      text-decoration: none;
      height: 23px;
      border-left: 1px solid #404449;
      display: inline-block;
      padding: 0 10px;
      line-height: 22px; }
      .utility-nav .utility-list .utility-item .utility-link .icon {
        display: inline-block;
        margin-right: 9px;
        position: relative;
        top: 3px; }
        .utility-nav .utility-list .utility-item .utility-link .icon.cart {
          background-image: url(/_Images/sprites/icons.png);
          background-position: -516px -319px;
          width: 20px;
          height: 16px; }
        .utility-nav .utility-list .utility-item .utility-link .icon.globe {
          background-image: url(/_Images/sprites/icons.png);
          background-position: -777px -74px;
          width: 16px;
          height: 15px; }
      .utility-nav .utility-list .utility-item .utility-link .arrow {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1142px -4px;
        width: 6px;
        height: 4px;
        display: inline-block;
        margin-left: 6px;
        padding-bottom: 6px; }
    .utility-nav .utility-list .utility-item .category-title {
      cursor: pointer; }
    .utility-nav .utility-list .utility-item:first-child .utility-link {
      border-left: none; }
    .utility-nav .utility-list .utility-item:hover, .utility-nav .utility-list .utility-item.expanded {
      background-color: #fff; }
      .utility-nav .utility-list .utility-item:hover .utility-link, .utility-nav .utility-list .utility-item.expanded .utility-link {
        color: #353535;
        border-color: #fff; }
        .utility-nav .utility-list .utility-item:hover .utility-link .icon, .utility-nav .utility-list .utility-item.expanded .utility-link .icon {
          display: inline-block; }
          .utility-nav .utility-list .utility-item:hover .utility-link .icon.cart, .utility-nav .utility-list .utility-item.expanded .utility-link .icon.cart {
            background-image: url(/_Images/sprites/icons.png);
            background-position: -496px -335px;
            width: 20px;
            height: 16px; }
          .utility-nav .utility-list .utility-item:hover .utility-link .icon.globe, .utility-nav .utility-list .utility-item.expanded .utility-link .icon.globe {
            background-image: url(/_Images/sprites/icons.png);
            background-position: -761px -89px;
            width: 16px;
            height: 15px; }
        .utility-nav .utility-list .utility-item:hover .utility-link .arrow, .utility-nav .utility-list .utility-item.expanded .utility-link .arrow {
          background-image: url(/_Images/sprites/ui.png);
          background-position: -1148px 0px;
          width: 6px;
          height: 4px; }

.utility-nav .top-level {
  display: none;
  position: absolute;
  right: -33px;
  top: 42px;
  background-color: #fff;
  z-index: 999;
  width: 310px; }
  .utility-nav .top-level .current {
    background-color: #f3f3f4;
    font-family: T11, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 0; }
  .utility-nav .top-level .dd-list {
    list-style-type: none;
    margin: 0;
    padding: 18px 20px 5px; }
    .utility-nav .top-level .dd-list .dd-item {
      margin-bottom: 13px; }
      .utility-nav .top-level .dd-list .dd-item a {
        font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        color: #353535;
        text-decoration: none; }
        .utility-nav .top-level .dd-list .dd-item a:hover {
          color: #b50a47;
          text-decoration: underline; }
        .utility-nav .top-level .dd-list .dd-item a.selected {
          font-family: T11, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 700;
          font-size: 1.2rem;
          color: #353535;
          color: #b50a47;
          text-decoration: none; }

.utility-nav .utility-item:first-child .dropdown {
  left: 0px;
  right: auto;
  width: 240px; }

.utility-nav .expanded .dropdown {
  display: block; }

.main-nav .mobile-utility {
  display: none; }
  @media screen and (max-width: 767px) {
    .main-nav .mobile-utility {
      display: block;
      background-color: #353535; }
      .main-nav .mobile-utility .utility-header {
        height: 62px;
        padding: 18px 20px 0; }
        .main-nav .mobile-utility .utility-header .logo {
          height: 28px;
          display: inline-block; }
      .main-nav .mobile-utility .utility-list {
        margin: 0;
        list-style-type: none;
        padding: 0;
        background-color: #9a9a9a; }
        .main-nav .mobile-utility .utility-list .utility-item .category-title {
          font-family: T15, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 400;
          font-size: 1.4rem;
          color: #fff;
          border-bottom: 1px solid #808080;
          width: 100%;
          display: block;
          padding: 10px 35px 10px 20px;
          margin: 0;
          position: relative; }
          .main-nav .mobile-utility .utility-list .utility-item .category-title .arrow {
            display: inline-block;
            background-image: url(/_Images/sprites/ui.png);
            background-position: -1114px -26px;
            width: 7px;
            height: 6px;
            position: absolute;
            top: 17px;
            right: 12px; }
          .main-nav .mobile-utility .utility-list .utility-item .category-title .icon {
            display: inline-block;
            margin-right: 9px;
            position: relative;
            top: 3px; }
            .main-nav .mobile-utility .utility-list .utility-item .category-title .icon.globe {
              background-image: url(/_Images/sprites/icons.png);
              background-position: -777px -74px;
              width: 16px;
              height: 15px; }
        .main-nav .mobile-utility .utility-list .utility-item .top-level {
          display: none;
          background-color: #fff; }
          .main-nav .mobile-utility .utility-list .utility-item .top-level .current {
            background-color: #f3f3f4;
            font-family: T11, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
            font-weight: 700;
            font-size: 1.2rem;
            color: #353535;
            text-transform: uppercase;
            padding: 13px 20px;
            margin: 0; }
          .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list {
            list-style-type: none;
            margin: 0;
            padding: 18px 20px 5px; }
            .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item {
              margin-bottom: 13px; }
              .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a {
                font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
                font-weight: 400;
                font-size: 1.4rem;
                color: #353535;
                text-decoration: none; }
                .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a:hover {
                  color: #b50a47;
                  text-decoration: underline; }
                .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a.selected {
                  font-family: T11, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
                  font-weight: 700;
                  font-size: 1.2rem;
                  color: #353535;
                  font-size: 1.4rem;
                  color: #b50a47;
                  text-decoration: none; }
        .main-nav .mobile-utility .utility-list .utility-item.expanded .arrow {
          background-image: url(/_Images/sprites/ui.png);
          background-position: -1121px -20px;
          width: 7px;
          height: 6px;
          position: absolute; } }

.main-nav .mobile-utility-footer {
  display: none; }
  @media screen and (max-width: 767px) {
    .main-nav .mobile-utility-footer {
      display: block;
      background-color: #4f545d;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .main-nav .mobile-utility-footer .utility-item {
        width: 50%;
        float: left;
        text-align: center;
        border-left: 1px solid #353535;
        padding: 11px; }
        .main-nav .mobile-utility-footer .utility-item:first-child {
          border-left: none; }
        .main-nav .mobile-utility-footer .utility-item .utility-link {
          color: #fff;
          text-decoration: none; }
        .main-nav .mobile-utility-footer .utility-item .icon {
          display: inline-block;
          margin-right: 9px;
          position: relative;
          top: 3px; }
          .main-nav .mobile-utility-footer .utility-item .icon.cart {
            background-image: url(/_Images/sprites/icons.png);
            background-position: -516px -319px;
            width: 20px;
            height: 16px;
            margin-top: -2px; }
        .main-nav .mobile-utility-footer .utility-item .arrow {
          background-image: url(/_Images/sprites/ui.png);
          background-position: -1108px -32px;
          width: 6px;
          height: 7px;
          display: inline-block;
          margin-left: 10px;
          position: relative;
          top: -1px; } }

.mobile-utility .signin-mobile {
  background-color: #799d3e;
  text-align: center;
  position: relative;
  padding: 34px 12px 20px;
  height: 222px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }
  .mobile-utility .signin-mobile .description {
    margin: 0 0 9px;
    font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.714em; }
    .mobile-utility .signin-mobile .description.signin {
      font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 5px; }
  .mobile-utility .signin-mobile .button {
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-color: #fff;
    text-transform: uppercase;
    font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    min-width: 134px;
    display: inline-block;
    margin-bottom: 18px; }
    .mobile-utility .signin-mobile .button:hover {
      color: #799d3e; }
  .mobile-utility .signin-mobile .button-sm {
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    border-color: #fff;
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    padding: 3px;
    min-width: 83px;
    display: inline-block; }
    .mobile-utility .signin-mobile .button-sm:hover {
      background-color: #fff;
      color: #799d3e; }
  .mobile-utility .signin-mobile .trigger {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 7px 12px; }
    .mobile-utility .signin-mobile .trigger .arrow {
      display: inline-block;
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1121px -20px;
      width: 7px;
      height: 6px; }
  .mobile-utility .signin-mobile.collapsed {
    height: 40px;
    padding: 7px 12px 0 16px; }
    .mobile-utility .signin-mobile.collapsed .button {
      float: left;
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 13px;
      -moz-border-radius: 13px;
      border-radius: 13px;
      height: 26px;
      border-color: #fff;
      font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #fff;
      padding: 5px;
      min-width: 101px;
      margin-right: 70px; }
      .mobile-utility .signin-mobile.collapsed .button:hover {
        color: #799d3e; }
    .mobile-utility .signin-mobile.collapsed .button-sm {
      float: left;
      border: none;
      padding: 6px;
      min-width: 0; }
      .mobile-utility .signin-mobile.collapsed .button-sm:hover {
        background-color: transparent;
        color: #fff; }
    .mobile-utility .signin-mobile.collapsed .trigger .arrow {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1108px -32px;
      width: 6px;
      height: 7px; }
    .mobile-utility .signin-mobile.collapsed .description {
      display: none; }

.search-bar {
  height: 50px;
  transition: background-color 0.5s ease; }
  .search-bar .wrapper {
    padding: 16px 30px 0;
    background-color: rgba(255, 255, 255, 0.4);
    height: 100%; }
    @media screen and (max-width: 767px) {
      .search-bar .wrapper {
        padding: 12px 15px 0; } }
  @media screen and (max-width: 767px) {
    .search-bar {
      height: 40px; } }
  .search-bar label {
    display: none; }
  .search-bar .search-submit {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -476px -351px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .search-bar .search-submit {
        background-image: url(/_Images/sprites/icons.png);
        background-position: -817px -24px;
        width: 14px;
        height: 14px;
        margin-top: 2px; } }
  .search-bar .search-field {
    background-color: transparent;
    font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    color: #353535;
    width: 90%;
    height: 20px;
    margin-left: 8px;
    background-repeat: no-repeat;
    border: none;
    outline: 0; }
    .search-bar .search-field::-webkit-input-placeholder {
      color: #353535;
      opacity: 1; }
    .search-bar .search-field:-moz-placeholder {
      color: #353535;
      opacity: 1; }
    .search-bar .search-field::-moz-placeholder {
      color: #353535;
      opacity: 1; }
    .search-bar .search-field:-ms-input-placeholder {
      color: #353535;
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .search-bar .search-field {
        font-size: 1.1rem;
        height: 14px;
        width: 75%;
        position: relative;
        top: -2px;
        margin-left: 3px; } }
  .search-bar .search-clear {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -803px -316px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: none;
    float: right;
    margin-top: 1px;
    display: none; }
  .search-bar.active {
    background-color: rgba(255, 255, 255, 0.8); }
    .search-bar.active .search-submit {
      background-image: url(/_Images/sprites/icons.png);
      background-position: -476px -351px;
      width: 20px;
      height: 20px; }
      @media screen and (max-width: 767px) {
        .search-bar.active .search-submit {
          background-image: url(/_Images/sprites/icons.png);
          background-position: -817px -24px;
          width: 14px;
          height: 14px; } }
    .search-bar.active .search-field {
      color: #353535; }
      .search-bar.active .search-field::-webkit-input-placeholder {
        color: #353535;
        opacity: 1; }
      .search-bar.active .search-field:-moz-placeholder {
        color: #353535;
        opacity: 1; }
      .search-bar.active .search-field::-moz-placeholder {
        color: #353535;
        opacity: 1; }
      .search-bar.active .search-field:-ms-input-placeholder {
        color: #353535;
        opacity: 1; }
    .search-bar.active .search-clear {
      display: inline-block; }

.no-hero .search-bar {
  background-color: #f3f3f4; }
  .no-hero .search-bar .search-field {
    color: #353535; }
    .no-hero .search-bar .search-field::-webkit-input-placeholder {
      color: #353535; }
    .no-hero .search-bar .search-field:-moz-placeholder {
      color: #353535; }
    .no-hero .search-bar .search-field::-moz-placeholder {
      color: #353535; }
    .no-hero .search-bar .search-field:-ms-input-placeholder {
      color: #353535; }
  .no-hero .search-bar .search-submit {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -476px -351px;
    width: 20px;
    height: 20px; }
    @media screen and (max-width: 767px) {
      .no-hero .search-bar .search-submit {
        background-image: url(/_Images/sprites/icons.png);
        background-position: -817px -24px;
        width: 14px;
        height: 14px; } }

.hero-overlay {
  width: 525px;
  max-height: 375px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 14px 19px 75px;
  text-align: left;
  overflow: hidden;
  top: 50%;
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%); }
  @media screen and (max-width: 1024px) {
    .hero-overlay {
      width: 575px;
      max-height: 200px;
      left: 0; } }
  @media screen and (max-width: 767px) {
    .hero-overlay {
      width: 282px;
      max-height: 320px; } }
  .hero-overlay a {
    color: #fff; }
  .hero-overlay p a {
    text-decoration: underline; }
  .hero-overlay .headline {
    font-family: T1, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.267em;
    color: #fff;
    margin: 0;
    overflow: hidden;
    max-height: 76px; }
    @media screen and (max-width: 1024px) {
      .hero-overlay .headline {
        font-size: 2.4rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 1024px) {
      .hero-overlay .headline {
        max-height: 64px; } }
    @media screen and (max-width: 767px) {
      .hero-overlay .headline {
        line-height: 1.333;
        max-height: 94px; } }
  .hero-overlay .categories {
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .hero-overlay .categories {
        font-size: 1.1rem; } }
    .hero-overlay .categories .category {
      color: #fff;
      text-decoration: none; }
      .hero-overlay .categories .category:hover {
        text-decoration: underline; }
  .hero-overlay .description,
  .hero-overlay .sub-description,
  .hero-overlay .event-description {
    font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2em;
    margin: 10px 0;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .hero-overlay .description,
      .hero-overlay .sub-description,
      .hero-overlay .event-description {
        line-height: 1.714em;
        margin: 8px 0 10px; } }
    @media screen and (max-width: 767px) {
      .hero-overlay .description,
      .hero-overlay .sub-description,
      .hero-overlay .event-description {
        line-height: 1.571;
        font-size: 1.2rem; } }
    .hero-overlay .description:last-of-type,
    .hero-overlay .sub-description:last-of-type,
    .hero-overlay .event-description:last-of-type {
      margin-bottom: 0; }
  .hero-overlay .description {
    max-height: 140px; }
    @media screen and (max-width: 1024px) {
      .hero-overlay .description {
        max-height: 96px; } }
    @media screen and (max-width: 767px) {
      .hero-overlay .description {
        max-height: 130px; } }
  @media screen and (max-width: 1024px) {
    .hero-overlay .sub-description {
      font-size: 1.2rem; } }
  .hero-overlay .button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 10px 36px; }
    .hero-overlay .button:hover {
      color: rgba(0, 0, 0, 0.6); }
  .hero-overlay .secondary-link {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px; }
    .hero-overlay .secondary-link:hover {
      text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .hero-overlay .secondary-link {
        display: none; } }
  .hero-overlay .contact-methods .contact-email:before {
    background-position: -608px -238px; }
  .hero-overlay .contact-methods .contact-phone:before {
    background-position: -693px -153px; }
  .hero-overlay .contact-methods .contact-fax:before {
    background-position: -659px -187px; }
  .hero-overlay .overlay-links {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.footer-main {
  color: #fff;
  background-color: #4f545d;
  clear: both; }
  .footer-main .wrapper {
    padding: 29px 32px 38px;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .footer-main .wrapper {
        padding: 29px 13px 35px; } }
    @media screen and (max-width: 767px) {
      .footer-main .wrapper {
        padding: 29px 0 0; } }

.footer-content {
  float: left;
  width: 38%;
  padding-right: 70px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .footer-content {
      width: 45.2%;
      padding-right: 45px; } }
  @media screen and (max-width: 767px) {
    .footer-content {
      float: none;
      width: 100%;
      padding-right: 13px;
      padding-left: 13px;
      margin-bottom: 32px; } }
  .footer-content > a {
    display: inline-block; }
  .footer-content .footer-logo {
    display: block;
    margin-bottom: 9px; }
  .footer-content .statement {
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.833;
    margin-top: 0; }
  .footer-content .footer-module {
    margin-top: 32px;
    clear: both; }
    .footer-content .footer-module .footer-title {
      font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 8px; }
    .footer-content .footer-module .footer-description {
      font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #fff;
      line-height: 1.833;
      margin-top: 0; }
  .footer-content .signup .signup-field {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    width: 100%;
    margin: 1px 0 14px;
    padding: 11px 17px;
    background-color: #fff;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    border: none; }
  .footer-content .signup .button {
    float: right;
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 7px 26px;
    height: 30px; }
    .footer-content .signup .button:hover, .footer-content .signup .button:active {
      color: #4f545d; }
  .footer-content .signup .green-button {
    border: none; }
    .footer-content .signup .green-button:hover, .footer-content .signup .green-button:active {
      color: #fff; }
  .footer-content .signup .email {
    display: block;
    margin-top: 10px; }
  .footer-content .signup .icon-checkmark {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -703px -380px;
    width: 19px;
    height: 17px;
    display: inline-block;
    margin: 0 10px -2px 0; }

.footer-nav {
  float: left;
  max-width: 62%; }
  @media screen and (max-width: 1024px) {
    .footer-nav {
      max-width: 54%; } }
  @media screen and (max-width: 767px) {
    .footer-nav {
      max-width: none;
      width: 100%;
      float: none; } }
  .footer-nav .category-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer-nav .category-list .category {
      float: left;
      margin-right: 20px;
      width: 136px;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .footer-nav .category-list .category {
          margin-right: 10px;
          width: 117px; } }
      @media screen and (max-width: 767px) {
        .footer-nav .category-list .category {
          float: none;
          margin-left: 0;
          width: 100%;
          border-top: 1px #72767d solid; } }
      .footer-nav .category-list .category .footer-title {
        font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 12px; }
        @media screen and (max-width: 767px) {
          .footer-nav .category-list .category .footer-title {
            margin: 0;
            padding: 13px 40px 13px 13px; } }
      .footer-nav .category-list .category .arrow {
        display: none; }
        @media screen and (max-width: 767px) {
          .footer-nav .category-list .category .arrow {
            position: absolute;
            top: 19px;
            right: 15px;
            display: block;
            background-image: url(/_Images/sprites/ui.png);
            background-position: -1072px -69px;
            width: 9px;
            height: 6px; } }
      .footer-nav .category-list .category .category-links {
        padding: 0;
        list-style-type: none; }
        @media screen and (max-width: 767px) {
          .footer-nav .category-list .category .category-links {
            border-top: 1px #72767d solid;
            padding: 13px 0;
            display: none; } }
        .footer-nav .category-list .category .category-links li {
          font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 400;
          font-size: 1.2rem;
          color: #fff;
          margin-bottom: 13px; }
          @media screen and (max-width: 767px) {
            .footer-nav .category-list .category .category-links li {
              padding: 0 13px; } }
          .footer-nav .category-list .category .category-links li a {
            color: #fff;
            text-decoration: none; }
            .footer-nav .category-list .category .category-links li a:hover, .footer-nav .category-list .category .category-links li a:active {
              text-decoration: underline; }
      .footer-nav .category-list .category.expanded .category-links {
        display: block; }
      .footer-nav .category-list .category.expanded .arrow {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1081px -63px;
        width: 9px;
        height: 6px; }

.footer-utility {
  background-color: #800000;
  font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  clear: both;
  width: 100%; }
  .footer-utility .wrapper {
    padding: 13px 32px 13x;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .footer-utility .wrapper {
        padding: 13px 13px 13px; } }
    @media screen and (max-width: 767px) {
      .footer-utility .wrapper {
        padding: 15px 13px 13px; } }
  .footer-utility .social-links {
    float: left;
    margin-right: 21px; }
    @media screen and (max-width: 767px) {
      .footer-utility .social-links {
        float: none;
        margin-bottom: 11px; } }
    .footer-utility .social-links .social-icon {
      width: 24px;
      height: 24px;
      display: inline-block;
      margin-right: 9px; }
  .footer-utility .utility-nav {
    float: left;
    margin-top: 4px; }
    @media screen and (max-width: 767px) {
      .footer-utility .utility-nav {
        float: none;
        margin-bottom: 26px; } }
    .footer-utility .utility-nav .utility-link {
      display: inline-block;
      text-decoration: none;
      margin-left: 11px;
      padding-left: 11px;
      border-left: 1px solid #fff;
      color: #fff; }
      .footer-utility .utility-nav .utility-link:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: none; }
      .footer-utility .utility-nav .utility-link:hover {
        text-decoration: underline; }
      @media screen and (max-width: 767px) {
        .footer-utility .utility-nav .utility-link {
          margin: 0 0 5px;
          padding-left: 0;
          border-left: none;
          display: block;
          line-height: 1.833; } }
  .footer-utility .copyright {
    margin-top: 4px;
    float: right; }
    @media screen and (max-width: 767px) {
      .footer-utility .copyright {
        float: none; } }

@media screen and (min-width: 768px) {
  .page-content + .footer-utility {
    position: absolute;
    bottom: 0; } }

.hero {
  background-color: #efefef;
  /*$color-black;*/
  overflow: hidden;
  clear: both; }
  .hero .wrapper {
    max-width: none; }
  .hero .cycle-prev {
    left: 0;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -433px -560px;
    width: 35px;
    height: 35px;
    margin-left: 10px; }
  .hero .cycle-next {
    right: 0;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -363px -630px;
    width: 35px;
    height: 35px;
    margin-right: 10px; }
  .hero .cycle-prev, .hero .cycle-next {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 300px;
    z-index: 999; }
    @media screen and (max-width: 767px) {
      .hero .cycle-prev .hero .cycle-next, .hero .cycle-prev .hero .cycle-prev, .hero .cycle-next .hero .cycle-next, .hero .cycle-next .hero .cycle-prev {
        top: 230px; } }
  .hero .cycle-slideshow {
    position: relative; }
    @media screen and (max-width: 767px) {
      .hero .cycle-slideshow {
        height: 480px !important;
        /* Overriding Auto-Height from JS */
        max-width: 100%; } }
    .hero .cycle-slideshow .cycle-pager {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 33px;
      text-align: center;
      z-index: 998; }
      @media screen and (max-width: 1024px) {
        .hero .cycle-slideshow .cycle-pager {
          bottom: 6px; } }
      .hero .cycle-slideshow .cycle-pager .dot {
        background-image: url(/_Images/sprites/ui.png);
        background-position: 0px -843px;
        width: 107px;
        height: 17px;
        display: inline-block;
        position: relative; }
        @media screen and (max-width: 767px) {
          .hero .cycle-slideshow .cycle-pager .dot {
            width: 45px; } }
        .hero .cycle-slideshow .cycle-pager .dot:last-child {
          width: 15px; }
        .hero .cycle-slideshow .cycle-pager .dot a {
          height: 23px;
          width: 23px;
          display: inline-block;
          position: absolute;
          top: -4px;
          left: -4px; }
          .hero .cycle-slideshow .cycle-pager .dot a:hover {
            background-image: url(/_Images/sprites/ui.png);
            background-position: -680px -397px;
            width: 23px;
            height: 23px; }
      .hero .cycle-slideshow .cycle-pager .cycle-pager-active a {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -680px -397px;
        width: 23px;
        height: 23px; }
  .hero .cycle-slide,
  .hero .banner {
    width: 100%;
    height: 100%;
    margin-bottom: -4px;
    background-repeat: no-repeat;
    max-height: 560px;
    min-height: 560px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center; }
    .hero .cycle-slide img,
    .hero .banner img {
      max-width: 100%;
      width: 100%; }
    @media screen and (max-width: 1024px) {
      .hero .cycle-slide,
      .hero .banner {
        min-height: 425px; } }
    @media screen and (max-width: 767px) {
      .hero .cycle-slide,
      .hero .banner {
        height: 480px;
        min-height: 480px;
        max-width: 100%;
        overflow: hidden;
        position: relative; }
        .hero .cycle-slide img,
        .hero .banner img {
          max-height: 480px;
          max-width: none; } }
  .hero .cycle-slide {
    max-height: 576px; }

.wrapper .hero {
  margin: 10px -35px 30px; }
  .wrapper .hero-black-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    padding: 14px 19px 75px;
    text-align: center;
    overflow: hidden;
    top: 50%;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    padding-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .wrapper .hero-black-overlay {
        width: 575px;
        left: 0; } }
    @media screen and (max-width: 767px) {
      .wrapper .hero-black-overlay {
        width: 282px;
        max-height: 320px;
        top: 45%; } }
    .wrapper .hero-black-overlay .hero-overlay {
      width: auto;
      position: relative;
      left: auto;
      right: auto;
      margin: 0;
      padding: 20px;
      text-align: center;
      overflow: hidden;
      top: auto;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none; }
  @media screen and (max-width: 1024px) {
    .wrapper .hero {
      margin: 10px -13px 30px; } }
  @media screen and (max-width: 767px) {
    .wrapper .hero {
      margin: 10px 0 20px; } }

.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(204, 127, 37, 0.8);
  z-index: 999;
  width: 100%;
  font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem; }
  .cookie-notification .wrapper {
    text-align: center;
    padding: 9px 34px; }
    @media screen and (max-width: 767px) {
      .cookie-notification .wrapper {
        padding: 9px 13px; } }
  .cookie-notification .cookie-message {
    margin: 0 32px 0 0; }
  .cookie-notification a {
    color: #fff;
    text-decoration: underline; }
  .cookie-notification .close {
    display: inline-block;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -766px -343px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 9px; }

.columns {
  position: relative;
  clear: both; }
  .columns .left-col, .columns .left-col-second {
    position: relative;
    float: left;
    width: 21%; }
    @media screen and (max-width: 1024px) {
      .columns .left-col, .columns .left-col-second {
        width: 23%; } }
  .columns .left-col-second {
    clear: left; }
  @media screen and (max-width: 767px) {
    .columns .left-col {
      width: 85%;
      margin-left: -85%; }
    .columns .left-col-second {
      width: 100%;
      padding-left: 13px;
      padding-right: 13px;
      margin-bottom: 0; } }
  .columns .right-col {
    float: right;
    width: 79%;
    padding-left: 20px;
    position: relative;
    margin-bottom: 115px; }
    @media screen and (max-width: 1024px) {
      .columns .right-col {
        width: 77%;
        margin-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .columns .right-col {
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
        margin-bottom: 0; } }
  .columns .mobile-column-overlay {
    display: none; }
    @media screen and (min-width: 768px) {
      .columns .mobile-column-overlay {
        display: none !important; } }
  @media screen and (max-width: 767px) {
    .columns {
      width: 100%;
      -webkit-transition: margin 0.5s;
      -moz-transition: margin 0.5s;
      -ms-transition: margin 0.5s;
      -o-transition: margin 0.5s;
      transition: margin 0.5s; }
      .columns.mobile-open {
        margin-left: 85%; } }
  .columns.reverse .left-col {
    width: 67%;
    padding-right: 25px;
    margin-bottom: 50px; }
  .columns.reverse .right-col {
    width: 33%;
    margin-bottom: 50px;
    padding-left: 0; }
  @media screen and (max-width: 767px) {
    .columns.reverse .left-col,
    .columns.reverse .right-col {
      float: none;
      width: 100%;
      padding: 0;
      margin: 0; }
    .columns.reverse .right-col,
    .columns.reverse .left-col {
      padding: 0 13px; } }

.columns.even {
  display: table;
  border-spacing: 20px;
  margin: 0 -20px; }
  .columns.even .left-col,
  .columns.even .right-col {
    float: none;
    display: table-cell;
    width: 50%; }
  @media screen and (max-width: 767px) {
    .columns.even {
      display: block;
      margin: 0 13px;
      width: auto; }
      .columns.even .left-col,
      .columns.even .right-col {
        margin: 0;
        width: auto;
        display: block;
        float: none; } }

.section-nav {
  color: #353535; }
  .section-nav .breadcrumb {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    padding: 0 0 12px 0;
    display: block;
    margin-bottom: 0; }
    .section-nav .breadcrumb:hover {
      font-family: T9, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #b50a47; }
    .section-nav .breadcrumb .arrow {
      margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .section-nav .breadcrumb {
        display: none; } }
  .section-nav .icon-gear {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -72px -751px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-home {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -408px -415px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-paper {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -336px -487px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-people {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -288px -535px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-folders {
    background-image: url(/_Images/sprites/icons.png);
    background-position: 0px -823px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-magazine {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -384px -439px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-microphone {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -360px -463px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-certificate {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -120px -703px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-presentation {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -144px -679px;
    width: 24px;
    height: 24px; }
  .section-nav [class*="icon-"] {
    position: absolute;
    left: 6px;
    top: 10.5px; }
  .section-nav .external-link {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -927px -211px;
    width: 12px;
    height: 11px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 16px; }
  .section-nav .top-level {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    border-top: 1px solid #f3f3f4; }
    .section-nav .top-level .section-item {
      border-bottom: 1px solid #efefef;
      position: relative; }
      .section-nav .top-level .section-item .arrow {
        display: none; }
      .section-nav .top-level .section-item.section-title {
        font-weight: 700; }
        .section-nav .top-level .section-item.section-title a {
          font-weight: 400; }
        .section-nav .top-level .section-item.section-title .top-level-item {
          background-color: #f3f3f4; }
        @media screen and (min-width: 768px) {
          .section-nav .top-level .section-item.section-title .arrow {
            display: inline-block;
            background-image: url(/_Images/sprites/ui.png);
            background-position: -1057px -81px;
            width: 6px;
            height: 9px;
            position: absolute;
            right: -6px;
            top: 18px;
            margin-top: -4.5px; } }
      .section-nav .top-level .section-item.current {
        font-weight: 700; }
        .section-nav .top-level .section-item.current .lower-level {
          font-weight: 400; }
      .section-nav .top-level .section-item .top-level-item {
        padding: 10px 20px;
        display: block; }
        @media screen and (max-width: 767px) {
          .section-nav .top-level .section-item .top-level-item {
            padding-left: 42px; } }
      .section-nav .top-level .section-item a {
        color: #353535; }
        .section-nav .top-level .section-item a:hover {
          color: #b50a47; }
    .section-nav .top-level .lower-level {
      list-style-type: none;
      text-transform: none;
      padding-left: 10px;
      background-color: #fff; }
      .section-nav .top-level .lower-level .section-item {
        border-bottom: none;
        padding: 10px 20px; }
        @media screen and (max-width: 767px) {
          .section-nav .top-level .lower-level .section-item {
            padding-left: 42px; } }
        .section-nav .top-level .lower-level .section-item a {
          padding: 0; }
        .section-nav .top-level .lower-level .section-item .current {
          background-color: #fff;
          padding: 0; }

.section-nav-with-icons .top-level .section-item a.top-level-item {
  font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #353535;
  padding: 15px 20px 15px 35px; }

.section-nav-with-icons .top-level .section-item.current {
  background-color: #efefef; }
  @media screen and (min-width: 768px) {
    .section-nav-with-icons .top-level .section-item.current .arrow {
      display: inline-block;
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1057px -81px;
      width: 6px;
      height: 9px;
      position: absolute;
      right: -6px;
      top: 22px;
      margin-top: -4.5px; } }

.section-nav-trigger {
  display: none; }
  @media screen and (max-width: 767px) {
    .section-nav-trigger {
      display: block;
      background-color: #4f545d;
      font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      color: #353535;
      color: #fff;
      text-transform: uppercase;
      height: 40px;
      padding: 12px 11px 0;
      margin: 0; }
      .section-nav-trigger .icon {
        width: auto;
        padding-left: 29px;
        line-height: 10px; }
        .section-nav-trigger .icon.icon-default {
          display: inline-block;
          background-image: url(/_Images/sprites/ui.png);
          background-position: -744px -360px;
          width: 22px;
          height: 10px;
          width: auto; }
        .section-nav-trigger .icon.icon-expanded {
          display: none;
          background-image: url(/_Images/sprites/ui.png);
          background-position: -722px -370px;
          width: 22px;
          height: 10px;
          width: auto; }
      .section-nav-trigger.expanded .icon.icon-default {
        display: none; }
      .section-nav-trigger.expanded .icon.icon-expanded {
        display: inline-block; } }

.columns.mobile-open .mobile-column-overlay {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.page-content {
  padding: 20px 35px 30px; }
  @media screen and (max-width: 1024px) {
    .page-content {
      padding: 20px 13px 30px; } }
  @media screen and (max-width: 767px) {
    .page-content {
      padding: 0 0 30px 0; } }
  .page-content .page-title {
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    color: #353535;
    margin: 23px 0 18px; }
  .page-content .page-sub-title {
    font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #353535;
    line-height: 1.333;
    border-left: 3px solid #008ca1;
    padding-left: 5px;
    margin: 0;
    margin-bottom: 5px; }
    .page-content .page-sub-title.no-border {
      border-left: none;
      padding-left: 0; }
  .page-content div + .page-sub-title {
    margin-top: 30px; }
  .page-content:last-child {
    padding-bottom: 50px; }
  .page-content + .footer-main {
    margin-top: 20px; }

.rtf {
  font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #353535;
  line-height: 2; }
  .rtf:before, .rtf:after {
    content: " ";
    display: table; }
  .rtf:after {
    clear: both; }
  .rtf p {
    margin: 1em 0; }
    .rtf p:first-child {
      margin-top: 0; }
  .rtf ul, .rtf ol {
    margin: 1em 0;
    padding: 0; }
  .rtf ul {
    list-style-image: url(/_Images/ui/bullet-blue.png); }
  .rtf li {
    margin: 0 0 0 1.5em; }
  .rtf img {
    height: auto !important; }
    .rtf img.icon-lg {
      padding: 0 15px 10px 0;
      float: left;
      clear: both; }
  .rtf hr {
    margin: 1em 0;
    border: none;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #fff;
    height: 0; }
  @media screen and (max-width: 767px) {
    .rtf {
      line-height: 1.714; } }
  .rtf .text-right {
    display: block;
    text-align: right; }
    .rtf .text-right + br {
      display: none; }

.right-arrow:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0.271875em 0.4078125em;
  border-right: none;
  border-left-color: #b50a47;
  margin-bottom: 0.090625em;
  margin-left: 0.5em; }
