/*! MountVernon - Mount Vernon Site Files. */
/*-------------------------------------------
  Imports
-------------------------------------------*/
/*-------------------------------------------
  Variables
-------------------------------------------*/
/*-------------------------------------------
  Mixins
-------------------------------------------*/
/*-------------------------------------------
  Custom
-------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

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

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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"], /* 1 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 
 * Gridlock v3.1.7 - 2014-07-25 
 * A responsive CSS grid system. Part of the Formstone Library. 
 * http://formstone.it/gridlock/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gridlock .row {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.gridlock .row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.gridlock .row .row {
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
  width: 102.08333333%;
}
.gridlock .row .contained .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.gridlock .row [class*="all-"],
.gridlock .row [class*="min-"],
.gridlock .row [class*="mobile-"],
.gridlock .row [class*="tablet-"],
.gridlock .row [class*="desktop-"],
.gridlock .row [class*="max-"] {
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}
.gridlock .row [class*="all-"].padded,
.gridlock .row [class*="min-"].padded,
.gridlock .row [class*="mobile-"].padded,
.gridlock .row [class*="tablet-"].padded,
.gridlock .row [class*="desktop-"].padded,
.gridlock .row [class*="max-"].padded {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  *behavior: none;
}
.gridlock .row [class*="all-"].contained,
.gridlock .row [class*="min-"].contained,
.gridlock .row [class*="mobile-"].contained,
.gridlock .row [class*="tablet-"].contained,
.gridlock .row [class*="desktop-"].contained,
.gridlock .row [class*="max-"].contained {
  margin-left: 0;
  margin-right: 0;
}
.gridlock .row [class*="all-"].right,
.gridlock .row [class*="min-"].right,
.gridlock .row [class*="mobile-"].right,
.gridlock .row [class*="tablet-"].right,
.gridlock .row [class*="desktop-"].right,
.gridlock .row [class*="max-"].right {
  float: right;
}
@media screen and (min-width: 500px) {
  .gridlock .row {
    width: 480px;
  }
}
@media screen and (min-width: 740px) {
  .gridlock .row {
    width: 720px;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row {
    width: 960px;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row {
    width: 1200px;
  }
}
.gridlock-fluid .row {
  width: 98%;
}
.gridlock .row .all-fifth {
  width: 17.91666667%;
}
.gridlock .row .all-fourth {
  width: 22.91666667%;
}
.gridlock .row .all-third {
  width: 31.25%;
}
.gridlock .row .all-half {
  width: 47.91666667%;
}
.gridlock .row .all-full {
  width: 97.91666667%;
}
.gridlock .row .all-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .all-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .all-push-third {
  margin-left: 34.375%;
}
.gridlock .row .all-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.all-fifth {
  width: 20%;
}
.gridlock .row .contained.all-fourth {
  width: 25%;
}
.gridlock .row .contained.all-third {
  width: 33.33333333%;
}
.gridlock .row .contained.all-half {
  width: 50%;
}
.gridlock .row .contained.all-full {
  width: 100%;
}
.gridlock .row .contained.all-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.all-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.all-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.all-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="all-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 739px) {
  .gridlock .row .mobile-1 {
    width: 31.25%;
  }
  .gridlock .row .mobile-2 {
    width: 64.58333333%;
  }
  .gridlock .row .mobile-3 {
    width: 97.91666667%;
  }
  .gridlock .row .mobile-push-1 {
    margin-left: 34.375%;
  }
  .gridlock .row .mobile-push-2 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }
  .gridlock .row .contained.mobile-push-1 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.mobile-push-2 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .mobile-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .mobile-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .mobile-third {
    width: 31.25%;
  }
  .gridlock .row .mobile-half {
    width: 47.91666667%;
  }
  .gridlock .row .mobile-full {
    width: 97.91666667%;
  }
  .gridlock .row .mobile-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .mobile-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .mobile-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .mobile-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.mobile-fifth {
    width: 20%;
  }
  .gridlock .row .contained.mobile-fourth {
    width: 25%;
  }
  .gridlock .row .contained.mobile-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-half {
    width: 50%;
  }
  .gridlock .row .contained.mobile-full {
    width: 100%;
  }
  .gridlock .row .contained.mobile-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.mobile-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.mobile-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.mobile-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="mobile-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 499px) {
  .gridlock .row .min-1 {
    width: 31.25%;
  }
  .gridlock .row .min-2 {
    width: 64.58333333%;
  }
  .gridlock .row .min-3 {
    width: 97.91666667%;
  }
  .gridlock .row .min-push-1 {
    margin-left: 34.375%;
  }
  .gridlock .row .min-push-2 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .contained.min-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.min-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.min-3 {
    width: 100%;
  }
  .gridlock .row .contained.min-push-1 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.min-push-2 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .min-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .min-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .min-third {
    width: 31.25%;
  }
  .gridlock .row .min-half {
    width: 47.91666667%;
  }
  .gridlock .row .min-full {
    width: 97.91666667%;
  }
  .gridlock .row .min-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .min-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .min-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .min-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.min-fifth {
    width: 20%;
  }
  .gridlock .row .contained.min-fourth {
    width: 25%;
  }
  .gridlock .row .contained.min-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.min-half {
    width: 50%;
  }
  .gridlock .row .contained.min-full {
    width: 100%;
  }
  .gridlock .row .contained.min-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.min-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.min-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.min-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="min-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .gridlock .row .tablet-1 {
    width: 14.58333333%;
  }
  .gridlock .row .tablet-2 {
    width: 31.25%;
  }
  .gridlock .row .tablet-3 {
    width: 47.91666667%;
  }
  .gridlock .row .tablet-4 {
    width: 64.58333333%;
  }
  .gridlock .row .tablet-5 {
    width: 81.25%;
  }
  .gridlock .row .tablet-6 {
    width: 97.91666667%;
  }
  .gridlock .row .tablet-push-1 {
    margin-left: 17.70833333%;
  }
  .gridlock .row .tablet-push-2 {
    margin-left: 34.375%;
  }
  .gridlock .row .tablet-push-3 {
    margin-left: 51.04166667%;
  }
  .gridlock .row .tablet-push-4 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .tablet-push-5 {
    margin-left: 84.375%;
  }
  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%;
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%;
  }
  .gridlock .row .contained.tablet-push-1 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.tablet-push-2 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.tablet-push-3 {
    margin-left: 50%;
  }
  .gridlock .row .contained.tablet-push-4 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.tablet-push-5 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .tablet-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .tablet-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .tablet-third {
    width: 31.25%;
  }
  .gridlock .row .tablet-half {
    width: 47.91666667%;
  }
  .gridlock .row .tablet-full {
    width: 97.91666667%;
  }
  .gridlock .row .tablet-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .tablet-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .tablet-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .tablet-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.tablet-fifth {
    width: 20%;
  }
  .gridlock .row .contained.tablet-fourth {
    width: 25%;
  }
  .gridlock .row .contained.tablet-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-half {
    width: 50%;
  }
  .gridlock .row .contained.tablet-full {
    width: 100%;
  }
  .gridlock .row .contained.tablet-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.tablet-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.tablet-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.tablet-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="tablet-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row .desktop-1 {
    width: 6.25%;
  }
  .gridlock .row .desktop-2 {
    width: 14.58333333%;
  }
  .gridlock .row .desktop-3 {
    width: 22.91666667%;
  }
  .gridlock .row .desktop-4 {
    width: 31.25%;
  }
  .gridlock .row .desktop-5 {
    width: 39.58333333%;
  }
  .gridlock .row .desktop-6 {
    width: 47.91666667%;
  }
  .gridlock .row .desktop-7 {
    width: 56.25%;
  }
  .gridlock .row .desktop-8 {
    width: 64.58333333%;
  }
  .gridlock .row .desktop-9 {
    width: 72.91666667%;
  }
  .gridlock .row .desktop-10 {
    width: 81.25%;
  }
  .gridlock .row .desktop-11 {
    width: 89.58333333%;
  }
  .gridlock .row .desktop-12 {
    width: 97.91666667%;
  }
  .gridlock .row .desktop-push-1 {
    margin-left: 9.375%;
  }
  .gridlock .row .desktop-push-2 {
    margin-left: 17.70833333%;
  }
  .gridlock .row .desktop-push-3 {
    margin-left: 26.04166667%;
  }
  .gridlock .row .desktop-push-4 {
    margin-left: 34.375%;
  }
  .gridlock .row .desktop-push-5 {
    margin-left: 42.70833333%;
  }
  .gridlock .row .desktop-push-6 {
    margin-left: 51.04166667%;
  }
  .gridlock .row .desktop-push-7 {
    margin-left: 59.375%;
  }
  .gridlock .row .desktop-push-8 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .desktop-push-9 {
    margin-left: 76.04166667%;
  }
  .gridlock .row .desktop-push-10 {
    margin-left: 84.375%;
  }
  .gridlock .row .desktop-push-11 {
    margin-left: 92.70833333%;
  }
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%;
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%;
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%;
  }
  .gridlock .row .contained.desktop-push-1 {
    margin-left: 8.33333333%;
  }
  .gridlock .row .contained.desktop-push-2 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.desktop-push-3 {
    margin-left: 25%;
  }
  .gridlock .row .contained.desktop-push-4 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.desktop-push-5 {
    margin-left: 41.66666667%;
  }
  .gridlock .row .contained.desktop-push-6 {
    margin-left: 50%;
  }
  .gridlock .row .contained.desktop-push-7 {
    margin-left: 58.33333333%;
  }
  .gridlock .row .contained.desktop-push-8 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.desktop-push-9 {
    margin-left: 75%;
  }
  .gridlock .row .contained.desktop-push-10 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .contained.desktop-push-11 {
    margin-left: 91.66666667%;
  }
  .gridlock .row .desktop-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .desktop-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .desktop-third {
    width: 31.25%;
  }
  .gridlock .row .desktop-half {
    width: 47.91666667%;
  }
  .gridlock .row .desktop-full {
    width: 97.91666667%;
  }
  .gridlock .row .desktop-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .desktop-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .desktop-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .desktop-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.desktop-fifth {
    width: 20%;
  }
  .gridlock .row .contained.desktop-fourth {
    width: 25%;
  }
  .gridlock .row .contained.desktop-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-half {
    width: 50%;
  }
  .gridlock .row .contained.desktop-full {
    width: 100%;
  }
  .gridlock .row .contained.desktop-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.desktop-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.desktop-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.desktop-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="desktop-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row .max-1 {
    width: 6.25%;
  }
  .gridlock .row .max-2 {
    width: 14.58333333%;
  }
  .gridlock .row .max-3 {
    width: 22.91666667%;
  }
  .gridlock .row .max-4 {
    width: 31.25%;
  }
  .gridlock .row .max-5 {
    width: 39.58333333%;
  }
  .gridlock .row .max-6 {
    width: 47.91666667%;
  }
  .gridlock .row .max-7 {
    width: 56.25%;
  }
  .gridlock .row .max-8 {
    width: 64.58333333%;
  }
  .gridlock .row .max-9 {
    width: 72.91666667%;
  }
  .gridlock .row .max-10 {
    width: 81.25%;
  }
  .gridlock .row .max-11 {
    width: 89.58333333%;
  }
  .gridlock .row .max-12 {
    width: 97.91666667%;
  }
  .gridlock .row .max-push-1 {
    margin-left: 9.375%;
  }
  .gridlock .row .max-push-2 {
    margin-left: 17.70833333%;
  }
  .gridlock .row .max-push-3 {
    margin-left: 26.04166667%;
  }
  .gridlock .row .max-push-4 {
    margin-left: 34.375%;
  }
  .gridlock .row .max-push-5 {
    margin-left: 42.70833333%;
  }
  .gridlock .row .max-push-6 {
    margin-left: 51.04166667%;
  }
  .gridlock .row .max-push-7 {
    margin-left: 59.375%;
  }
  .gridlock .row .max-push-8 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .max-push-9 {
    margin-left: 76.04166667%;
  }
  .gridlock .row .max-push-10 {
    margin-left: 84.375%;
  }
  .gridlock .row .max-push-11 {
    margin-left: 92.70833333%;
  }
  .gridlock .row .contained.max-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.max-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.max-3 {
    width: 25%;
  }
  .gridlock .row .contained.max-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.max-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.max-6 {
    width: 50%;
  }
  .gridlock .row .contained.max-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.max-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.max-9 {
    width: 75%;
  }
  .gridlock .row .contained.max-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.max-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.max-12 {
    width: 100%;
  }
  .gridlock .row .contained.max-push-1 {
    margin-left: 8.33333333%;
  }
  .gridlock .row .contained.max-push-2 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.max-push-3 {
    margin-left: 25%;
  }
  .gridlock .row .contained.max-push-4 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.max-push-5 {
    margin-left: 41.66666667%;
  }
  .gridlock .row .contained.max-push-6 {
    margin-left: 50%;
  }
  .gridlock .row .contained.max-push-7 {
    margin-left: 58.33333333%;
  }
  .gridlock .row .contained.max-push-8 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.max-push-9 {
    margin-left: 75%;
  }
  .gridlock .row .contained.max-push-10 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .contained.max-push-11 {
    margin-left: 91.66666667%;
  }
  .gridlock .row .max-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .max-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .max-third {
    width: 31.25%;
  }
  .gridlock .row .max-half {
    width: 47.91666667%;
  }
  .gridlock .row .max-full {
    width: 97.91666667%;
  }
  .gridlock .row .max-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .max-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .max-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .max-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.max-fifth {
    width: 20%;
  }
  .gridlock .row .contained.max-fourth {
    width: 25%;
  }
  .gridlock .row .contained.max-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.max-half {
    width: 50%;
  }
  .gridlock .row .contained.max-full {
    width: 100%;
  }
  .gridlock .row .contained.max-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.max-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.max-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.max-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="max-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 
 * Naver v3.0.8 - 2014-05-06 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

 	.naver .naver-handle { color: #333; cursor: pointer; display: none; font-size: 14px; height: 30px; line-height: 28px; text-transform: uppercase;
	 	-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		     -o-user-select: none;
			    user-select: none;
 	}
 	.naver .naver-handle:before { background: url(jquery.fs.naver-icon.png) no-repeat center; content: ''; display: block; float: left; height: 15px; margin: 7px 10px 0 0; width: 20px; }
 	.naver .naver-wrapper { height: auto; }
 	.naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }

	.naver.enabled .naver-handle { display: block; }
	.naver.enabled .naver-wrapper { height: 0px; overflow: hidden; }
/* 
 * Pager v1.0.0 - 2014-03-15 
 * A jQuery plugin for simple pagination. Part of the formstone library. 
 * http://formstone.it/pager/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

	.pager {  }

	.pager .pager-pages { text-align: center; }
	.pager .pager-pages a,
	.pager .pager-pages .ellipsis.hide { display: none; margin: 0 5px; }

	.pager .pager-pages a.active,
	.pager .pager-pages a.first,
	.pager .pager-pages a.last,
	.pager .pager-pages a.visible,
	.pager .pager-pages .ellipsis { display: inline-block; }

/*
	.pager .pager-pages a.first:after,
	.pager .pager-pages a.last:before { content: '\2026'; display: inline-block; }
*/

	.pager .pager-control { display: block; }
	.pager .pager-control.previous { float: left; }
	.pager .pager-control.next { float: right; }

	.pager .pager-position,
	.pager .pager-select { display: none; }

	.pager.mobile .pager-pages { display: none; }
	.pager.mobile .pager-position { display: block; text-align: center; }
	.pager.mobile .pager-select { display: block; opacity: 0; position: absolute; z-index: -1; }
/*
 * Picker v3.0.11 - 2014-02-26
 * A jQuery plugin for replacing default checkboxes and radios. Part of the formstone library.
 * http://formstone.it/picker/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */

 	.picker-element { opacity: 0; position: absolute; z-index: -1;
	 	-webkit-transition: none;
	 	   -moz-transition: none;
	 	    -ms-transition: none;
	 	     -o-transition: none;
	 	        transition: none;
 	}

	.picker { cursor: pointer; margin: 0 0 10px 0; overflow: hidden; }
	.picker .picker-label { color: #888; cursor: pointer; display: block; float: left; font-size: 14px; float: left; line-height: 16px;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		     -o-user-select: none;
		        user-select: none;
	}
	.picker .picker-handle { border: 1px solid #ccc; display: block; float: left; height: 16px; margin: 0 5px 0 0; width: 16px; }

	/* Focus */
	.picker.focus .picker-label { color: #555; }
	.picker.focus .picker-handle { border-color: #aaa; }

	/* Radio Input */
	.picker.picker-radio .picker-handle { border-radius: 8px; }
	.picker.picker-radio .picker-flag { background: #fff; display: block; border-radius: 4px; height: 8px; margin: 3px; width: 8px; }

	.picker.picker-radio.focus .picker-flag { background: #ddd; }
	.picker.picker-radio.checked .picker-flag { background: #999; }

	/* Checkbox Input */
	.picker.picker-checkbox .picker-handle { border-radius: 3px; }
	.picker.picker-checkbox .picker-flag { background: #fff; border-radius: 2px; display: block; height: 100%; margin: 0; width: 100%; }

	/* 'Checked' */
	.picker.picker-checkbox.checked .picker-flag { background: #fff url(jquery.fs.picker-icon.png) no-repeat center; }

	/* 'Toggle' Style Input */
	.picker.picker-toggle { padding: 20px 0 0; position: relative; }
	.picker.picker-toggle .picker-toggle-label { color: #999; font-size: 12px; position: absolute; text-transform: uppercase; top: 0; }
	.picker.picker-toggle .picker-toggle-label.on { left: 0; }
	.picker.picker-toggle .picker-toggle-label.off { color: #333; right: 0; }
	.picker.picker-toggle .picker-label { display: none; }
	.picker.picker-toggle .picker-handle { border-radius: 3px; height: 20px; position: relative; width: 100%; }
	.picker.picker-toggle .picker-flag { background: #666; border-radius: 2px; display: block; height: 100%; left: 50%; margin: 0; position: absolute; top: 0; width: 50%;
		-webkit-transition: left 0.1s linear;
		   -moz-transition: left 0.1s linear;
		    -ms-transition: left 0.1s linear;
		     -o-transition: left 0.1s linear;
		        transition: left 0.1s linear;
	}
	.picker.picker-toggle.checked .picker-toggle-label.on { color: #333; }
	.picker.picker-toggle.checked .picker-toggle-label.off { color: #999; }
	.picker.picker-toggle.checked .picker-flag { background: #666; left: 0; }

	/* 'Disabled' State */
	.picker.disabled { cursor: default; opacity: 0.5; }
	.picker.disabled .picker-label { cursor: default; }
	.picker.disabled .picker-handle { cursor: default; }

	@media screen and (min-width: 740px) {
		.picker:hover .picker-label { color: #555; }
		.picker:hover .picker-handle { border-color: #aaa; }

		.picker.picker-radio:hover .picker-flag { background: #ddd; }

		.picker.disabled:hover .picker-label { color: #888; }
		.picker.disabled:hover .picker-handle { border-color: #ccc; }

		.picker.picker-radio.disabled:hover .picker-flag { background: #fff; }
	}

	/* IE8 */
/*
	@media \0screen {
	 	.picker-element { left: -99999px; }

	 	.picker.disabled { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
 	}
*/
/* 
 * Roller v3.1.9 - 2014-08-08 
 * A jQuery plugin for simple content carousels. Part of the Formstone Library. 
 * http://formstone.it/roller/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

 	.roller * {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		     -o-user-select: none;
			    user-select: none;
	}

	.roller,
	.roller .roller-viewport { position: relative; }
	.roller { width: 100%; }
	.roller .roller-canister { margin: 0; overflow: hidden; position: relative;
		-webkit-transition: -webkit-transform 0.4s ease;
		   -moz-transition:    -moz-transform 0.4s ease;
		    -ms-transition:     -ms-transform 0.4s ease;
		     -o-transition:      -o-transform 0.4s ease;
		        transition: 		transform 0.4s ease;
		-webkit-transform: translate3d(0, 0, 0);
		   -moz-transform: translate3d(0, 0, 0);
		    -ms-transform: translate3d(0, 0, 0);
		     -o-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	.roller .roller-item { float: left; margin: 0; }

	.roller .roller-canister,
	.roller .roller-item {
		-webkit-backface-visibility: hidden;
		   -moz-backface-visibility: hidden;
		    -ms-backface-visibility: hidden;
			 -o-backface-visibility: hidden;
			    backface-visibility: hidden;
	}

	/* !Controls & Pagination */
	.roller .roller-controls,
	.roller .roller-pagination { display: none; margin: 0; padding: 0; width: 100%; }

	.roller .roller-controls.visible,
	.roller .roller-pagination.visible { display: none; display: block; }

	.roller .roller-control { cursor: default; }
	.roller .roller-page,
	.roller .roller-control.enabled { cursor: pointer; }

	/* !Captions */
	.roller .roller-caption { display: none; }
	.roller .roller-caption.active { display: block; }

	/* !Single */
	.roller.single .roller-item { display: none; }
	.roller.single .roller-item.active { display: block; }
/* 
 * Selecter v3.1.5 - 2014-07-29 
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library. 
 * http://formstone.it/selecter/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

	.selecter { display: block; margin: 10px 0; position: relative; max-width: 30%; z-index: 1; }

	.selecter .selecter-element { *left: -999999px; height: 100%; left: 0; position: absolute; opacity: 0; width: 100%; z-index: 0; }
	.selecter .selecter-element,
	.selecter .selecter-element:focus { outline: none;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		-webkit-tap-highlight-color: transparent;
	}

	.selecter .selecter-selected { background: #F9F9F9 url(jquery.fs.selecter-arrow.png) no-repeat right center; border: 1px solid #ccc; border-radius: 3px; color: #333; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 8px 10px; position: relative; text-overflow: clip; z-index: 2; }
	.selecter .selecter-options { border: 1px solid #ccc; border-width: 0 1px 1px; background-color: #fefefe; border-radius: 0 0 3px 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); display: none; left: 0; margin: 0; max-height: 260px; overflow: auto; overflow-x: hidden; padding: 0; position: absolute; top: 100%; width: 100%; *width: auto; z-index: 50; }
	.selecter .selecter-group { background: #F9F9F9; border-bottom: 1px solid #e3e3e3; color: #999; display: block; font-size: 11px; padding: 5px 10px 4px; text-transform: uppercase; }
	.selecter .selecter-item { background: #fff; border-bottom: 1px solid #e3e3e3; color: #333; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 8px 10px; text-overflow: ellipsis; width: 100%; }
	.selecter .selecter-item.placeholder { display: none; }
	.selecter .selecter-item.selected { background: #F9F9F9; }
	.selecter .selecter-item.disabled { color: #999; cursor: default; }
	.selecter .selecter-item:first-child { border-radius: 0; }
	.selecter .selecter-item:last-child { border-radius: 0 0 2px 2px; border-bottom: 0; }

	@media screen and (min-width: 980px) {
		.selecter .selecter-item:hover,
		.selecter .selecter-item.selected:hover { background-color: #f3f3f3; }
		.selecter .selecter-item.disabled:hover { background-color: #fff; }

		.selecter:hover .selecter-selected { background-color: #fff; }

		.selecter.disabled .selecter-item:hover { background: #fff; }
	}

	/* Open */
	.selecter.open { z-index: 3; }
	.selecter.open .selecter-selected { border-radius: 3px 3px 0 0; z-index: 51; }

	.selecter.open .selecter-selected,
	.selecter.focus .selecter-selected { background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

	/* 'Cover' Positioning */
	.selecter.cover .selecter-options { border-radius: 3px; border-width: 1px; top: 0; }
	.selecter.cover .selecter-options .selecter-item.first { border-radius: 3px 3px 0 0; }
	.selecter.cover.open .selecter-selected { border-radius: 3px 3px 0 0; z-index: 49; }

	/* 'Bottom' Positioning */
	.selecter.bottom .selecter-options { border-width: 1px 1px 0; bottom: 100%; top: auto; }
	.selecter.bottom .selecter-item:last-child { border: none; }
	.selecter.bottom.open .selecter-selected { border-radius: 0 0 3px 3px; }
	.selecter.bottom.open .selecter-options { border-radius: 3px 3px 0 0; }

	/* 'Bottom' + 'Cover' Positioning */
	.selecter.bottom.cover .selecter-options { bottom: 0; top: auto; }
	.selecter.bottom.cover.open .selecter-selected { border-radius: 3px; }
	.selecter.bottom.cover.open .selecter-options { border-radius: 3px; }

	/* Multiple Select */
	.selecter.multiple .selecter-options { border-radius: 3px; border-width: 1px; box-shadow: none; display: block; position: static; width: 100%; }

	/* 'Disabled' State */
	.selecter.disabled .selecter-selected { background: #fff; border-color: #eee; color: #ccc; cursor: default; }
	.selecter.disabled .selecter-options { background: #fff; border-color: #eee; }
	.selecter.disabled .selecter-group,
	.selecter.disabled .selecter-item { border-color: #eee; color: #ccc; cursor: default; }
	.selecter.disabled .selecter-item.selected { background: #fafafa; }

	/* Scroller Support */
	.selecter .selecter-options.scroller { overflow: hidden; }
	.selecter .selecter-options.scroller .scroller-content { max-height: 260px; padding: 0; }

	/* Media Queries */
	@media screen and (max-width: 740px) {
		.selecter { max-width: 40%; }
	}
	@media screen and (max-width: 500px) {
		.selecter { max-width: 100%; }
	}
/* 
 * Shifter v3.0.6 - 2014-07-30 
 * A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library. 
 * http://formstone.it/shifter/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

 	.shifter-open { overflow: hidden !important; }
	.shifter-open .shifter-page *,
	.shifter-open .shifter-header * { pointer-events: none !important; }

 	.shifter .shifter-navigation { display: none; opacity: 0; }
	.shifter .shifter-handle { display: none; }

	.shifter-active .shifter-page { background: #fff; box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15); display: block; left: 0; min-height: 100%; overflow: hidden; position: relative; top: 0; z-index: 1; }
	.shifter-active .shifter-page,
	.shifter-active .shifter-header {
		-webkit-transform: translate3D(0px, 0px, 0px);
		   -moz-transform: translate3D(0px, 0px, 0px);
		    -ms-transform: translate3D(0px, 0px, 0px);
		     -o-transform: translate3D(0px, 0px, 0px);
		        transform: translate3D(0px, 0px, 0px);
	}
	.shifter-active .shifter-navigation { background: #fff; display: block; height: 100%; opacity: 1; pointer-events: none; position: fixed; top: 0; width: 270px; z-index: 0; }

	.shifter-active .shifter-page,
	.shifter-active .shifter-header,
	.shifter-active .shifter-navigation {
		-webkit-backface-visibility: hidden;
		   -moz-backface-visibility: hidden;
		    -ms-backface-visibility: hidden;
		     -o-backface-visibility: hidden;
			    backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.2s ease !important;
		   -moz-transition:    -moz-transform 0.2s ease !important;
		    -ms-transition:     -ms-transform 0.2s ease !important;
		     -o-transition:      -o-transform 0.2s ease !important;
		        transition: 		transform 0.2s ease !important;
	}
	.shifter-active .shifter-handle { background: url(jquery.fs.shifter-icon.png) no-repeat center center; cursor: pointer; content: ''; display: block; float: right; height: 30px; width: 30px;
		overflow: hidden; text-indent: 110%; white-space: nowrap;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		     -o-user-select: none;
			    user-select: none;
	}

	/* Right / Default */
	.shifter-active .shifter-navigation { right: 0;
		-webkit-transform: translate3D(0px, 0px, 0px);
		   -moz-transform: translate3D(0px, 0px, 0px);
		    -ms-transform: translate3D(0px, 0px, 0px);
		     -o-transform: translate3D(0px, 0px, 0px);
		        transform: translate3D(0px, 0px, 0px);
	}

	.shifter-open .shifter-page,
	.shifter-open .shifter-header {
		-webkit-transform: translate3D(-270px, 0px, 0px);
		   -moz-transform: translate3D(-270px, 0px, 0px);
		    -ms-transform: translate3D(-270px, 0px, 0px);
		     -o-transform: translate3D(-270px, 0px, 0px);
		        transform: translate3D(-270px, 0px, 0px);
	}

	/* Left */
	.shifter-active.shifter-left .shifter-navigation { left: 0;
		-webkit-transform: translate3D(0px, 0px, 0px);
		   -moz-transform: translate3D(0px, 0px, 0px);
		    -ms-transform: translate3D(0px, 0px, 0px);
		     -o-transform: translate3D(0px, 0px, 0px);
		        transform: translate3D(0px, 0px, 0px);
	}

	.shifter-active.shifter-left.shifter-open .shifter-page,
	.shifter-active.shifter-left.shifter-open .shifter-header {
		-webkit-transform: translate3D(270px, 0px, 0px);
		   -moz-transform: translate3D(270px, 0px, 0px);
		    -ms-transform: translate3D(270px, 0px, 0px);
		     -o-transform: translate3D(270px, 0px, 0px);
		        transform: translate3D(270px, 0px, 0px);
	}

	/* Open */
	.shifter-open .shifter-navigation { pointer-events: all; z-index: 1\9; /* IE9 */
		-webkit-transform: translate3D(0px, 0px, 0px);
		   -moz-transform: translate3D(0px, 0px, 0px);
		    -ms-transform: translate3D(0px, 0px, 0px);
		     -o-transform: translate3D(0px, 0px, 0px);
		        transform: translate3D(0px, 0px, 0px);
	}

	/* IE 10 ONLY */
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		/* Right / Default */
		.shifter-active .shifter-navigation { right: 0;
			-webkit-transform: translate3D(270px, 0px, 0px);
			   -moz-transform: translate3D(270px, 0px, 0px);
			    -ms-transform: translate3D(270px, 0px, 0px);
			     -o-transform: translate3D(270px, 0px, 0px);
			        transform: translate3D(270px, 0px, 0px);
		}

		/* Left */
		.shifter-active.shifter-left .shifter-navigation { left: 0;
			-webkit-transform: translate3D(-270px, 0px, 0px);
			   -moz-transform: translate3D(-270px, 0px, 0px);
			    -ms-transform: translate3D(-270px, 0px, 0px);
			     -o-transform: translate3D(-270px, 0px, 0px);
			        transform: translate3D(-270px, 0px, 0px);
		}

		/* Open */
		.shifter-open .shifter-navigation { pointer-events: all;
			-webkit-transform: translate3D(0px, 0px, 0px);
			   -moz-transform: translate3D(0px, 0px, 0px);
			    -ms-transform: translate3D(0px, 0px, 0px);
			     -o-transform: translate3D(0px, 0px, 0px);
			        transform: translate3D(0px, 0px, 0px);
		}
	}
/* 
 * Tipper v3.0.6 - 2014-05-06 
 * A jQuery plugin for simple tooltips. Part of the formstone library. 
 * http://formstone.it/tipper/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

	.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px; }
	.tipper .tipper-content { background: rgba(0, 0, 0, 0.85); border-radius: 3px; color: #fff; display: block; float: left; font-family: sans-serif; font-size: 12px; margin: 0; padding: 8px 12px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { background: url(jquery.fs.tipper-icon.png) no-repeat; content: ''; display: block; height: 11px; margin: 0; position: absolute; width: 5px; }

	.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px; margin: 0 auto; width: 11px; }

	.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; }

	.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }
/* 
 * Wallpaper v3.1.18 - 2014-06-16 
 * A jQuery plugin for smooth-scaling image and video backgrounds. Part of the Formstone Library. 
 * http://formstone.it/wallpaper/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

	.wallpaper,
 	.wallpaper .wallpaper-container,
 	.wallpaper .wallpaper-media {
		-webkit-transition: none !important;
		        transition: none !important;
	}

	.wallpaper { overflow: hidden; position: relative; }
 	.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; }

 	.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; }
 	.wallpaper .wallpaper-media.animated {
	 	-webkit-transition: opacity 0.5s linear !important;
		        transition: opacity 0.5s linear !important;
 	}

 	.wallpaper .wallpaper-media img,
 	.wallpaper .wallpaper-media video,
 	.wallpaper .wallpaper-media iframe { display: block; height: 100%; width: 100%; }

 	.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
 	.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }

 	.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
 	.wallpaper .wallpaper-media.native img { display: none; }

 	.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
 	.wallpaper .wallpaper-media.fixed img { display: none; }
/**
 * @component
 * @name Background
 */
/**
 * @class
 * @name .fs-background-element
 * @type element
 * @description Target elmement
 */
/**
 * @class
 * @name .fs-background
 * @type element
 * @description Base widget class
 */
.fs-background {
  overflow: hidden;
  position: relative;
  /**
	 * @class
	 * @name .fs-background-container
	 * @type element
	 * @description Container element
	 */
  /**
	 * @class
	 * @name .fs-background-media
	 * @type element
	 * @description Media element
	 */
  /**
	 * @class
	 * @name .fs-background-media.fs-background-animated
	 * @type modifier
	 * @description Indicates animated state
	 */
  /**
	 * @class
	 * @name .fs-background-media.fs-background-navtive
	 * @type modifier
	 * @description Indicates native support
	 */
  /**
	 * @class
	 * @name .fs-background-media.fs-background-fixed
	 * @type modifier
	 * @description Indicates fixed positioning
	 */
  /**
	 * @class
	 * @name .fs-background-embed
	 * @type element
	 * @description Embed/iFrame element
	 */
  /**
	 * @class
	 * @name .fs-background-embed.fs-background-embed-ready
	 * @type modifier
	 * @description Indicates ready state
	 */
}
.fs-background,
.fs-background-container,
.fs-background-media {
  transition: none;
}
.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.fs-background-media.fs-background-animated {
  transition: opacity 0.5s linear;
}
.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}
.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
  width: 100%;
  height: 100%;
}
.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
  display: none;
}
.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover;
}
.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed;
}
.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}
/**
 * @component
 * @name Carousel
 */
/**
 * @class
 * @name .fs-carousel-element
 * @type element
 * @description Target element
 */
/**
 * @class
 * @name .fs-carousel
 * @type element
 * @description Base widget class
 */
/**
 * @class
 * @name .fs-carousel.fs-enabled
 * @type modifier
 * @description Indicates enabled state
 */
/**
 * @class
 * @name .fs-carousel.fs-rtl
 * @type modifier
 * @description Indicates right to left display
 */
/**
 * @class
 * @name .fs-carousel.fs-carousel-auto_height
 * @type modifier
 * @description Indicates auto height sizing
 */
/**
 * @class
 * @name .fs-carousel.fs-carousel-contained
 * @type modifier
 * @description Indicates overflow: hidden
 */
/**
 * @class
 * @name .fs-carousel.fs-carousel-single
 * @type modifier
 * @description Indicates single item display
 */
.fs-carousel {
  /**
	 * @class
	 * @name .fs-carousel-viewport
	 * @type element
	 * @description Carousel container
	 */
  /**
	 * @class
	 * @name .fs-carousel-wrapper
	 * @type element
	 * @description Carousel container
	 */
  /**
	 * @class
	 * @name .fs-carousel-container
	 * @type element
	 * @description Canister container
	 */
  /**
	 * @class
	 * @name .fs-carousel-canister
	 * @type element
	 * @description Item container
	 */
  /**
	 * @class
	 * @name .fs-carousel-canister
	 * @type element
	 * @description Item container
	 */
  /**
	 * @class
	 * @name .fs-carousel-item
	 * @type element
	 * @description Individual item
	 */
  /**
	 * @class
	 * @name .fs-carousel-controls
	 * @type element
	 * @description Controls container
	 */
  /**
	 * @class
	 * @name .fs-carousel-controls.fs-carousel-visible
	 * @type modifier
	 * @description Indicates visible state
	 */
  /**
	 * @class
	 * @name .fs-carousel-control
	 * @type element
	 * @description Control element
	 */
  /**
	 * @class
	 * @name .fs-carousel-control.fs-carousel-control_previous
	 * @type modifier
	 * @description Indicates previous control
	 */
  /**
	 * @class
	 * @name .fs-carousel-control.fs-carousel-control_next
	 * @type modifier
	 * @description Indicates next control
	 */
  /**
	 * @class
	 * @name .fs-carousel-control.fs-carousel-control_disabled
	 * @type modifier
	 * @description Indicates disbaled state
	 */
  /**
	 * @class
	 * @name .fs-carousel-pagination
	 * @type element
	 * @description Item element
	 */
  /**
	 * @class
	 * @name .fs-carousel-pagination.fs-carousel-visible
	 * @type modifier
	 * @description Indicates visible state
	 */
  /**
	 * @class
	 * @name .fs-carousel-page
	 * @type element
	 * @description Pagiantion item element
	 */
  /**
	 * @class
	 * @name .fs-carousel-page.fs-carousel-active
	 * @type modifier
	 * @description Indicates active state
	 */
}
.fs-carousel.fs-carousel-enabled {
  width: 100%;
  position: relative;
}
.fs-carousel.fs-carousel-enabled:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel,
.fs-carousel:after,
.fs-carousel:before,
.fs-carousel *,
.fs-carousel *:after,
.fs-carousel *:before {
  box-sizing: border-box;
  transition: none;
  user-select: none !important;
}
.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container {
  overflow: hidden;
}
.fs-carousel-enabled .fs-carousel-viewport {
  position: relative;
}
.fs-carousel-enabled .fs-carousel-viewport:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel-enabled .fs-carousel-wrapper {
  position: relative;
}
.fs-carousel-enabled .fs-carousel-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel-enabled .fs-carousel-container {
  position: relative;
}
.fs-carousel-enabled .fs-carousel-container:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
  backface-visibility: hidden;
  margin: 0;
  overflow: hidden;
  transition: transform 0.5s ease;
  transform: translate3d(0, 0, 0);
}
.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
  transition: height 0.5s ease, transform 0.5s ease;
}
.fs-carousel-enabled .fs-carousel-item {
  min-height: 1px;
  display: block;
  float: left;
}
.fs-carousel-enabled .fs-carousel-item img {
  -webkit-user-drag: none;
  user-select: none;
}
.fs-carousel-single .fs-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
  position: relative;
  z-index: 2;
}
.fs-carousel-controls {
  display: none;
}
.fs-carousel-enabled .fs-carousel-controls {
  width: 100%;
  margin: 0;
  padding: 0;
}
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible,
.fs-carousel-controls_custom.fs-carousel-visible {
  display: block;
}
.fs-carousel-enabled .fs-carousel-control {
  border: none;
  cursor: pointer;
  padding: 0;
}
.fs-carousel-pagination {
  display: none;
}
.fs-carousel-enabled .fs-carousel-pagination {
  width: 100%;
}
.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
  display: block;
}
.fs-carousel-enabled .fs-carousel-page {
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
.fs-carousel-enabled.fs-carousel-rtl {
  direction: rtl;
}
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-item {
  float: right;
}
/**
	 * @class
	 * @name .fs-transition-element
	 * @type element
	 * @description Target Element
	 */
/**
	 * @class
	 * @name .fs-touch-element
	 * @type element
	 * @description Target Element
	 */
/**
	 * @class
	 * @name .fs-swap-element
	 * @type element
	 * @description Target Element
	 */
/**
	 * @class
	 * @name .fs-swap-target
	 * @type element
	 * @description Toggled element
	 */
/**
	 * @class
	 * @name .fs-swap-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
/**
	 * @class
	 * @name .fs-swap-active
	 * @type modifier
	 * @description Indicates active state
	 */
/**
 * @component
 * @name Dropdown
 */
/**
 * @class
 * @name .fs-dropdown-element
 * @type element
 * @description Target element
 */
/**
 * @class
 * @name .fs-dropdown
 * @type element
 * @description Base widget class
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-multiple
 * @type modifer
 * @description Indicates multi-selected element
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-cover
 * @type modifer
 * @description Indicates cover positioning
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-bottom
 * @type modifer
 * @description Indicates bottom positioning
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-disabled
 * @type modifer
 * @description Indicates disabled state
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-open
 * @type modifer
 * @description Indicates open state
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-focus
 * @type modifer
 * @description Indicates focus state
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-mobile
 * @type modifer
 * @description Indicates mobile option
 */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  /**
	 * @class
	 * @name .fs-dropdown-selected
	 * @type element
	 * @description Handle item
	 */
  /**
	 * @class
	 * @name .fs-dropdown-options
	 * @type element
	 * @description Options container
	 */
  /**
	 * @class
	 * @name .fs-dropdown-group
	 * @type element
	 * @description Option group label
	 */
  /**
	 * @class
	 * @name .fs-dropdown-item
	 * @type element
	 * @description Option item
	 */
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  transition: none;
  user-select: none !important;
}
.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.fs-dropdown-mobile .fs-dropdown-element {
  z-index: 7;
}
.fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element {
  z-index: -1;
}
.fs-dropdown-selected {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border: 1px solid;
  color: #000000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: clip;
}
.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #ffffff;
  border: 1px solid;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}
.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
.fs-dropdown-group {
  display: block;
  font-size: 75%;
}
.fs-dropdown-item {
  border: none;
  padding: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  /**
		 * @class
		 * @name .fs-dropdown-item.fs-dropdown-item_placeholder
		 * @type modifier
		 * @description Indicates placeholder item
		 */
  /**
		 * @class
		 * @name .fs-dropdown-item.fs-dropdown-item_selected
		 * @type modifier
		 * @description Indicates selected item
		 */
  /**
		 * @class
		 * @name .fs-dropdown-item.fs-dropdown-item_disabled
		 * @type modifier
		 * @description Indicates disabled item
		 */
}
.fs-dropdown-item_placeholder {
  display: none;
}
.fs-dropdown-item_selected {
  background: #dddddd;
}
.fs-dropdown-item_disabled {
  cursor: default;
  opacity: 0.5;
}
.fs-dropdown-open {
  z-index: 3;
}
.fs-dropdown-open .fs-dropdown-options {
  display: block;
}
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6;
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4;
}
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
}
.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  display: block;
}
.fs-dropdown-disabled {
  opacity: 0.5;
}
.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  cursor: default;
}
.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid;
  border-width: 0 0 0 1px;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}
.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}
/* 
 * Ranger v3.0.9 - 2014-09-14 
 * A jQuery plugin for cross browser range inputs. Part of the formstone library. 
 * http://formstone.it/ranger/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

 	.ranger-element { *left: -9999px; height: 1px; opacity: 0; position: absolute; z-index: -1; width: 1px; }
 	.ranger { overflow: hidden; width: 100%; }
 	.ranger * {
	 	-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
 	}
	.ranger .ranger-track { background: #fbfbfb; border: 1px solid #ddd; border-radius: 4px; float: left; height: 8px; margin: 10px 0; position: relative; width: 100%; }
	.ranger .ranger-handle { display: block; height: 100%; left: 0; position: absolute; top: 0; width: 1px; }
	.ranger .ranger-disc { background: #DCDCDC; border: 1px solid #AFAFAF; border-radius: 100%; cursor: pointer; display: block; height: 14px; margin: -4px 0 0 -6px; width: 14px; }

	@media screen and (min-width: 740px) {
		.ranger:hover .ranger-track { box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); }
		.ranger:hover .ranger-disc { background: #ccc; border-color: #999; box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
	}

	.ranger.focus .ranger-track { box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); }
	.ranger.focus .ranger-disc { background: #ccc; border-color: #999; box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }

	/* Labels */
	.ranger-labels .ranger-track { width: 80%; }
	.ranger-labels .ranger-label { display: block; float: left; font-size: 12px; line-height: 28px; margin: 0 2% 0 0; text-align: right; width: 8%; }
	.ranger-labels .ranger-label.max { float: right; margin: 0 0 0 2%; text-align: left; }

	.ranger-vertical { height: 300px; width: 30px; }
	.ranger-vertical .ranger-track { height: 75%; margin: 0 11px 0; width: 8px; }
	.ranger-vertical .ranger-handle { bottom: 0; height: 1px; left: 0; top: auto; width: 100%; }
	.ranger-vertical .ranger-disc { margin: -7px 0 0 -4px; }
	.ranger-vertical .ranger-label,
	.ranger-vertical .ranger-label.max { clear: both; float: none; height: 10%; padding: 5px 0 0; text-align: center; width: 100%; }
	.ranger-vertical .ranger-label.max { padding: 0; }

	/* 'Disabled' state */
	.ranger.disabled { cursor: default; opacity: 0.5; }
	.ranger.disabled .ranger-disc { cursor: default; }
/*---------------------------
  Formbuilder Styles
---------------------------*/
.form_builder {
  margin: 40px 0;
}
.form_builder fieldset {
  clear: both;
  display: block;
  margin: 0 0 20px 0;
  /* overflow: hidden;  */
  width: 100%;
}
.form_builder label {
  color: #36302a;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 10px 0;
}
.form_builder .form_builder_sublabel {
  color: #a2988f;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0 0 0;
  margin: 0;
}
.form_builder .form_builder_centered {
  text-align: center;
}
.form_builder input.form_builder_text {
  background: #ffffff;
  border: 1px solid #e3e0da;
  border-radius: 0;
  color: #333;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 50px;
  padding: 15px 20px;
  width: 100%;
}
.form_builder input.form_builder_text:-moz-placeholder {
  color: #a2988f;
}
.form_builder input.form_builder_text::-webkit-input-placeholder {
  color: #a2988f;
}
.form_builder textarea {
  background: #ffffff;
  border: 1px solid #e3e0da;
  color: #333;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13pxpx;
  font-size: 0.8125pxrem;
  height: 120px;
  line-height: 1.4;
  padding: 15px 20px;
  width: 100%;
}
.form_builder textarea:-moz-placeholder,
.form_builder textarea::-webkit-input-placeholder {
  color: #999;
}
.form_builder input.form_builder_submit {
  background: #bf2b45;
  border: none;
  color: #ffffff;
  display: block;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 17px 30px;
  text-transform: uppercase;
}
.form_builder input.form_builder_submit:hover {
  background: #36302a;
}
.form_builder fieldset.error input,
.form_builder fieldset.error textarea {
  border-color: #bf2b45;
}
.form_builder .form_builder_wrap {
  clear: both;
}
.form_builder .form_builder_last {
  margin: 0;
}
.form_builder_required_message {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  display: none;
}
.form_builder_required_star {
  color: #bf2b45;
  font-size: 1em;
  display: inline;
}
.form_builder .form_builder_error {
  border-color: #bf2b45 !important;
}
.form_builder .form_builder_error .selecter .selecter-selected {
  border-color: #bf2b45 !important;
}
.form_builder .form_builder_errors,
.form_builder .form_builder_captcha_error {
  background: #bf2b45;
  padding: 15px 20px;
  margin: 0 0 25px 0;
}
.form_builder .form_builder_errors p,
.form_builder .form_builder_captcha_error p {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}
/* Column Styles */
@media screen and (min-width: 500px) {
  .form_builder .form_builder_column {
    float: left;
    margin: 0 3% 0 0;
    width: 48.5%;
  }
}
.form_builder .form_builder_column input.form_builder_text {
  width: 100%;
}
.form_builder .form_builder_column textarea {
  width: 100%;
}
.form_builder .form_builder_last {
  margin-right: 0;
}
.form_builder .form_builder_column .form_builder_checkbox {
  margin: 5px 0 0;
}
.form_builder .form_builder_column .form_builder_checkbox input {
  width: auto;
}
.form_builder .form_builder_column.third {
  width: 200px;
}
.form_builder .form_builder_column.third input {
  width: 174px;
}
.form_builder .form_builder_column.zip {
  width: 84px;
}
.form_builder .form_builder_column.zip input {
  width: 58px;
}
.form_builder_triple {
  overflow: hidden;
}
.form_builder_triple fieldset {
  clear: none;
  float: left;
  width: 33.3333%;
  margin-right: 0;
}
.form_builder_triple fieldset .form_builder_text {
  width: 90%;
}
/* Section Styles */
.form_builder .form_builder_section_header {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.form_builder .form_builder_section_header h2 {
  margin-bottom: 10px;
}
.form_builder .form_builder_section_header *:last-child {
  margin: 0;
}
.form_builder .form_builder_total_section {
  border: none;
  padding: 0;
}
/* Name Styles */
.form_builder .form_builder_firstname {
  float: left;
  margin: 0 10px 10px 0;
  width: 100%;
}
.form_builder .form_builder_firstname input {
  width: 100%;
}
.form_builder .form_builder_lastname {
  float: left;
  margin: 0;
  width: 100%;
}
.form_builder .form_builder_lastname input {
  width: 100%;
}
@media screen and (min-width: 500px) {
  .form_builder .form_builder_firstname,
  .form_builder .form_builder_lastname {
    float: left;
    margin: 0 3% 10px 0;
    width: 48.5%;
  }
  .form_builder .form_builder_lastname {
    margin-right: 0px;
  }
}
/* Radio Styles */
.form_builder .form_builder_radio {
  margin: 0 0 5px 0;
  overflow: hidden;
  padding: 2px;
}
.form_builder .form_builder_radio input {
  float: left;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto;
}
.form_builder .form_builder_radio label {
  margin: 0;
  width: 90%;
}
/* Checkbox Styles */
.form_builder .form_builder_checkbox {
  margin: 0 0 5px 0;
  overflow: hidden;
  padding: 2px;
}
.form_builder .form_builder_checkbox input {
  float: left;
  height: auto;
  margin: 0 5px 0 0;
  width: auto;
}
.form_builder .form_builder_checkbox label {
  margin: 0;
  width: 90%;
}
/* Select Styles */
.form_builder select {
  clear: both;
  display: block;
  margin: 0 0 5px 0;
}
/* Date Styles */
.form_builder .form_builder_date_2 {
  float: left;
  margin: 0 10px 0 0;
}
.form_builder .form_builder_date_2 input.form_builder_text {
  text-align: center;
  width: 60px;
}
.form_builder .form_builder_date_4 {
  float: left;
  margin: 0 10px 0 0;
}
.form_builder .form_builder_date_4 input.form_builder_text {
  text-align: center;
  width: 90px;
}
/* Address Styles */
.form_builder .form_builder_full {
  clear: both;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.form_builder .form_builder_split {
  margin: 0 0 10px 0;
}
.form_builder .form_builder_split input {
  width: 100%;
}
@media screen and (min-width: 500px) {
  .form_builder .form_builder_split {
    float: left;
    margin: 0 3% 10px 0;
    width: 48.5%;
  }
  .form_builder .form_builder_split_last_row {
    margin-bottom: 0px;
  }
  .form_builder .form_builder_split_last_col {
    margin-right: 0px;
  }
}
/* Phone Styles */
.form_builder .form_builder_phone_3 {
  float: left;
  margin: 0 10px 0 0;
}
.form_builder .form_builder_phone_3 input.form_builder_text {
  text-align: center;
  width: 70px;
}
.form_builder .form_builder_phone_4 {
  float: left;
}
.form_builder .form_builder_phone_4 input.form_builder_text {
  text-align: center;
  width: 90px;
}
/* Credit Card Styles */
.form_builder .form_builder_card_type {
  float: left;
  width: 150px;
  margin: 0 10px 10px 0;
}
.form_builder .form_builder_card_type select {
  width: 140px;
  height: 32px;
  margin: 0;
  border: 0;
  color: #333;
  font-size: 12px;
  padding: 3px 0 3px 5px;
}
.form_builder .form_builder_card_type .form_builder_select_wrapper {
  height: 40px;
}
.form_builder .form_builder_card_number {
  float: left;
  width: 372px;
  margin: 0 0 10px 0;
}
.form_builder .form_builder_card_number input {
  width: 350px;
}
.form_builder .form_builder_card_date {
  float: left;
  width: 150px;
  margin: 0 10px 10px 0;
}
.form_builder .form_builder_card_date .form_builder_card_month {
  width: 53px;
  text-align: center;
  float: left;
  margin: 0 10px 0 0;
}
.form_builder .form_builder_card_date .form_builder_card_year {
  width: 73px;
  text-align: center;
}
.form_builder .form_builder_card_code {
  float: left;
  width: 372px;
  margin: 0 0 10px 0;
}
.form_builder .form_builder_card_code input {
  width: 60px;
}
.form_builder #form_builder_total {
  font-weight: bold;
}
#recaptcha_widget_div {
  float: left;
  clear: both;
}
#recaptcha_area * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#recaptcha_area a {
  color: #645f5a;
  font-size: 12px;
  font-size: 0.75rem;
}
#recaptcha_area table {
  width: auto;
}
#recaptcha_area table tr td {
  background: #ffffff;
  display: table-cell;
  padding: 0;
}
#recaptcha_area .block_figure img {
  width: auto;
  max-width: auto;
}
/*! jQuery UI - v1.10.4 - 2014-04-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.datepicker .ui-helper-hidden {
	display: none;
}
.datepicker .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.datepicker .ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.datepicker .ui-helper-clearfix:before,
.datepicker .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.datepicker .ui-helper-clearfix:after {
	clear: both;
}
.datepicker .ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.datepicker .ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.datepicker .ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.datepicker .ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.datepicker .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.datepicker .ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.datepicker .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.datepicker .ui-datepicker .ui-datepicker-prev,
.datepicker .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.datepicker .ui-datepicker .ui-datepicker-prev-hover,
.datepicker .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.datepicker .ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.datepicker .ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.datepicker .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.datepicker .ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.datepicker .ui-datepicker .ui-datepicker-prev span,
.datepicker .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.datepicker .ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.datepicker .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.datepicker .ui-datepicker select.ui-datepicker-month,
.datepicker .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.datepicker .ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.datepicker .ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.datepicker .ui-datepicker td {
	border: 0;
	padding: 1px;
}
.datepicker .ui-datepicker td span,
.datepicker .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.datepicker .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.datepicker .ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.datepicker .ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.datepicker .ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.datepicker .ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.datepicker .ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.datepicker .ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.datepicker .ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.datepicker .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.datepicker .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.datepicker .ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.datepicker .ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.datepicker .ui-datepicker-rtl {
	direction: rtl;
}
.datepicker .ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.datepicker .ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.datepicker .ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.datepicker .ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.datepicker .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.datepicker .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.datepicker .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}


 	.backgroundpan { overflow: hidden; position: relative; }
 	.backgroundpan-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; }
 	.backgroundpan-media { left: 0; opacity: 0; position: absolute; top: 0; }
 	 .backgroundpan-media.animated {
	 	-webkit-transition: -webkit-transform 10s ease-in-out;
			 	transition: 		transform 10s ease-in-out;
 	}

 	.backgroundpan-media img { display: block; height: 100%; width: 100%; }

 	.backgroundpan,
 	.backgroundpan-container,
 	.backgroundpan-media {
		-webkit-transition: none;
		        transition: none;
	}
.image_compare {
  margin: 0em auto;
  position: relative;
  width: 100%;
}
.image_compare img {
  display: block;
  width: 100%;
}
.image_compare_mask {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.image_compare_mask img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  max-width: none;
}
.image_compare_handle {
  background: #333;
  border-radius: 50%;
  cursor: move;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mapviewer {
  background: #222;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  z-index: 1;
}
.mapviewer.loading {
  opacity: 0;
}
.mapviewer .canvas {
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mapviewer .overlay {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 3;
}
.mapviewer .overlay.markers {
  z-index: 3;
}
.mapviewer .overlay.extras {
  z-index: 4;
}
.mapviewer .overlay.flags {
  z-index: 5;
}
.mapviewer .overlay.hitstates {
  z-index: 7;
}
.mapviewer .pane {
  cursor: move;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  display: none;
}
.mapviewer .pane.active {
  opacity: 1;
  z-index: 1 !important;
  display: block;
}
.mapviewer .tiles {
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mapviewer .canvas,
.mapviewer .canvas .pane {
  -webkit-transition: none;
  transition: none;
}
.mapviewer .canvas.animated,
.mapviewer .canvas.animated .pane {
  -webkit-transition: height 0.35s ease, left 0.35s ease, top 0.35s ease, width 0.35s ease;
  transition: height 0.35s ease, left 0.35s ease, top 0.35s ease, width 0.35s ease;
}
.mapviewer .controls {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.mapviewer .controls button {
  cursor: pointer;
  display: block;
}
.mapviewer .controls .zoom {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  height: 40px;
  margin: 0 0 1px 0;
  position: relative;
  width: 40px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .mapviewer .controls .zoom,
.ie9 .mapviewer .controls .zoom,
.ie10 .mapviewer .controls .zoom {
  text-indent: -99999px;
}
.mapviewer .controls .zoom:after {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: '';
  display: block;
  height: 12px;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 12px;
}
.mapviewer .controls .zoom.in:after {
  background-position: -380px -200px;
}
.mapviewer .controls .zoom.out:after {
  background-position: -400px -200px;
}
.mapviewer .controls .zoom.disabled {
  cursor: default;
}
.mapviewer .controls .zoom.disabled:after {
  opacity: 0.5;
}
.mapviewer .overlay .marker {
  display: block;
  height: 1px;
  position: absolute;
  width: 1px;
  z-index: 1;
  -webkit-transition: left 0.35s ease, top 0.35s ease;
  transition: left 0.35s ease, top 0.35s ease;
}
.mapviewer .overlay .marker .disc {
  background: #8d2838;
  border: 5px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: block;
  height: 22px;
  margin: -11px 0 0 -11px;
  text-indent: -99999px;
  width: 22px;
  -webkit-transition: height 0.15s ease, margin 0.15s ease, width 0.15s ease;
  transition: height 0.15s ease, margin 0.15s ease, width 0.15s ease;
}
.mapviewer .overlay .marker.active {
  z-index: 2;
}
.mapviewer .overlay .marker.active .disc {
  background: #000000;
}
.mapviewer .overlay .marker:hover .disc,
.mapviewer .overlay .marker.active .disc {
  height: 26px;
  margin: -13px 0 0 -13px;
  width: 26px;
}
.mediaviewer-open {
  overflow: hidden !important;
}
/*  	.mediaviewer-open.shifter .shifter-page { overflow: hidden; height: 100%; width: 100%; } */
#mediaviewer * {
  -webkit-transition: none;
  transition: none;
}
#mediaviewer,
#mediaviewer .mediaviewer-content,
#mediaviewer .mediaviewer-footer {
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#mediaviewer,
#mediaviewer .mediaviewer-container,
#mediaviewer .mediaviewer-content,
#mediaviewer.loading .mediaviewer-container {
  background: #25211D;
}
#mediaviewer {
  height: 100%;
  left: 0;
  min-width: 300px;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105;
}
#mediaviewer.inline {
  padding: 30px;
}
#mediaviewer.open {
  opacity: 1;
}
/* Structure */
#mediaviewer .mediaviewer-header {
  background: #36302a;
  height: 70px;
  overflow: hidden;
}
#mediaviewer .mediaviewer-footer {
  bottom: 0;
  height: 180px;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
#mediaviewer .mediaviewer-title {
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  display: block;
  float: left;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 70px;
  margin: 0 0 0 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 50%;
  white-space: nowrap;
}
#mediaviewer .mediaviewer-title:before {
  background: url(../images/icons.png) no-repeat -230px -260px;
  background-image: url(../images/icons.svg), none;
  content: '';
  display: inline-block;
  height: 14px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 20px;
}
#mediaviewer .mediaviewer-position {
  color: #8f7b64;
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 70px;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
#mediaviewer .mediaviewer-close {
  cursor: pointer;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  height: 70px;
  line-height: 70px;
  padding: 0 22px 0 0;
  position: relative;
  text-transform: uppercase;
  z-index: 106;
}
#mediaviewer .mediaviewer-close:after {
  background: url(../images/icons.png) no-repeat -45px -215px;
  background-image: url(../images/icons.svg), none;
  content: '';
  display: inline-block;
  height: 26px;
  margin: 0 0 2px 5px;
  width: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
  #mediaviewer.caption-open .mediaviewer-close {
    display: none;
  }
}
#mediaviewer .mediaviewer-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 105;
  zoom: 1;
}
#mediaviewer .mediaviewer-content {
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 10000px;
}
#mediaviewer .mediaviewer-image {
  float: left;
}
#mediaviewer .mediaviewer-video {
  height: 100%;
  width: 100%;
}
#mediaviewer .mediaviewer-iframe {
  border: none;
  float: left;
  height: 100%;
  overflow: auto;
  width: 100%;
}
#mediaviewer.iframe .mediaviewer-content {
  height: 100%;
  width: 100%;
}
/* Controls */
#mediaviewer .mediaviewer-control {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: block;
  height: 65px;
  margin-top: -33px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 65px;
  z-index: 2;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.ie8 #mediaviewer .mediaviewer-control,
.ie9 #mediaviewer .mediaviewer-control,
.ie10 #mediaviewer .mediaviewer-control {
  text-indent: -99999px;
}
#mediaviewer .mediaviewer-control.disabled {
  opacity: 0;
}
#mediaviewer .mediaviewer-control:before {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: '';
  display: block;
  height: 16px;
  overflow: hidden;
  width: 9px;
}
#mediaviewer .mediaviewer-control.previous {
  left: 0;
}
#mediaviewer .mediaviewer-control.next {
  right: 0;
}
#mediaviewer .mediaviewer-control.previous:before {
  background-position: -75px -220px;
  float: left;
  margin: 1px 0 0 28px;
}
#mediaviewer .mediaviewer-control.next:before {
  background-position: -95px -220px;
  float: right;
  margin: 1px 28px 0 0;
}
#mediaviewer .mediaviewer-control:hover {
  background: #ffffff;
}
#mediaviewer .mediaviewer-control.previous:hover:before {
  background-position: -75px -200px;
}
#mediaviewer .mediaviewer-control.next:hover:before {
  background-position: -95px -200px;
}
/* Media */
#mediaviewer .mediaviewer-image {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#mediaviewer.animated .mediaviewer-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
}
#mediaviewer.inline .mediaviewer-content,
#mediaviewer.iframe .mediaviewer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* Caption */
#mediaviewer .mediaviewer-caption {
  bottom: 0;
  left: 0;
  padding: 22px;
  pointer-events: all;
  position: absolute;
  z-index: 2;
}
#mediaviewer .mediaviewer-caption .close {
  cursor: pointer;
  color: #000000;
  display: block;
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  height: 70px;
  line-height: 70px;
  padding: 0 22px 0 0;
  position: fixed;
  right: 0;
  top: 0;
  text-transform: uppercase;
  z-index: 106;
}
#mediaviewer .mediaviewer-caption .close:after {
  background: url(../images/icons.png) no-repeat -45px -195px;
  background-image: url(../images/icons.svg), none;
  content: '';
  display: inline-block;
  height: 26px;
  margin: 0 0 2px 5px;
  width: 26px;
  vertical-align: middle;
}
#mediaviewer .mediaviewer-caption .credit {
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 80px);
}
#mediaviewer .mediaviewer-caption .more {
  background: url(../images/icons.png) no-repeat -65px -340px;
  background-image: url(../images/icons.svg), none;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 54px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  width: 54px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 #mediaviewer .mediaviewer-caption .more,
.ie9 #mediaviewer .mediaviewer-caption .more,
.ie10 #mediaviewer .mediaviewer-caption .more {
  text-indent: -99999px;
}
#mediaviewer .mediaviewer-caption .content {
  background: #ffffff;
  bottom: 95px;
  left: 25px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  padding: 70px 40px 40px;
  position: absolute;
  width: 700px;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-backface-visibility: visible;
}
#mediaviewer .mediaviewer-caption h2 {
  margin: 0 0 20px;
}
#mediaviewer .mediaviewer-caption.open .content {
  opacity: 1;
  pointer-events: all;
}
#mediaviewer .mediaviewer-caption.open .more {
  background: url(../images/icons.png) no-repeat -130px -340px;
  background-image: url(../images/icons.svg), none;
}
/* Menus */
#mediaviewer .mediaviewer-menus {
  bottom: 0;
  padding: 0 22px 40px;
  pointer-events: all;
  position: absolute;
  right: 0;
  z-index: 2;
}
#mediaviewer .mediaviewer-menus .menu {
  float: left;
  line-height: 23px;
  margin: 0 0 0 25px;
  padding: 0;
}
#mediaviewer .mediaviewer-menus .label,
#mediaviewer .mediaviewer-menus .link {
  border: none;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 15px 0 0;
  text-transform: uppercase;
}
#mediaviewer .mediaviewer-menus .icon,
#mediaviewer .mediaviewer-menus .link:after {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: '';
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 #mediaviewer .mediaviewer-menus .icon,
.ie8 #mediaviewer .mediaviewer-menus .link:after,
.ie9 #mediaviewer .mediaviewer-menus .icon,
.ie9 #mediaviewer .mediaviewer-menus .link:after,
.ie10 #mediaviewer .mediaviewer-menus .icon,
.ie10 #mediaviewer .mediaviewer-menus .link:after {
  text-indent: -99999px;
}
#mediaviewer .mediaviewer-menus .link:after {
  background-position: -110px -220px;
  height: 17px;
  margin: 0 0 0 15px;
  width: 18px;
}
#mediaviewer .mediaviewer-menus .share .icon {
  border: none;
  height: 23px;
  width: 23px;
}
#mediaviewer .mediaviewer-menus .share .facebook {
  background-position: -190px -295px;
}
#mediaviewer .mediaviewer-menus .share .twitter {
  background-position: -215px -295px;
}
#mediaviewer .mediaviewer-menus .share .email {
  background-position: -240px -295px;
}
/* Loading */
#mediaviewer.loading .mediaviewer-content,
#mediaviewer.loading .mediaviewer-footer {
  opacity: 0;
}
@media screen and (max-width: 739px) {
  #mediaviewer .mediaviewer-caption .content {
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110;
  }
  #mediaviewer .mediaviewer-menus {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  #mediaviewer .mediaviewer-position {
    display: block;
  }
  #mediaviewer .mediaviewer-caption {
    width: 50%;
  }
  #mediaviewer .mediaviewer-caption .close {
    display: none;
  }
  #mediaviewer .mediaviewer-caption .content {
    padding: 40px;
    -webkit-transition: -webkit-transform 0.15s ease, opacity 0.15s linear;
    transition: -ms-transform 0.15s ease, opacity 0.15s linear;
    transition: transform 0.15s ease, opacity 0.15s linear;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  #mediaviewer .mediaviewer-caption.open .content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* zoom */
#mediaviewer .zoom-positioner {
  margin: 0;
  height: 1px;
  position: absolute;
  width: 1px;
  -webkit-backface-visibility: hidden;
}
#mediaviewer .zoom-holder {
  opacity: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#mediaviewer .zoom-image {
  cursor: move;
  float: left;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.25 linear;
  -moz-transition: opacity 0.25 linear;
  -ms-transition: opacity 0.25 linear;
  -o-transition: opacity 0.25 linear;
  transition: opacity 0.25 linear;
}
/* CONTROLS */
#mediaviewer .zoom-controls {
  left: 50%;
  margin: 0 0 0 -40px;
  position: absolute;
  top: 0;
  width: 82px;
  z-index: 2;
}
#mediaviewer .zoom-controls span {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  margin: 0 1px 0 0;
  text-align: center;
  width: 40px;
}
#mediaviewer .zoom-controls .zoom-next,
#mediaviewer .zoom-controls .zoom-previous {
  display: none;
}
#mediaviewer.zoom-gallery .zoom-controls .zoom-next,
#mediaviewer.zoom-gallery .zoom-controls .zoom-previous {
  display: block;
}
@media screen and (min-width: 980px) {
  /* #mediaviewer .zoom-controls span:hover { background: #000; } */
}
 	.videoscroll { overflow: hidden; position: relative; }
 	.videoscroll-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; }
 	.videoscroll-media { left: 0; opacity: 0; position: absolute; top: 0; }
 	.videoscroll-media img,
 	.videoscroll-media video { display: block; height: 100%; width: 100%; }

 	.videoscroll-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
 	.videoscroll-media.native img { display: none; }

 	.videoscroll-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
 	.videoscroll-media.fixed img { display: none; }

 	.videoscroll,
 	.videoscroll-container,
 	.videoscroll-media {
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
	}
/*---------------------------
  Transitions
---------------------------*/
*,
*:link,
*:visited,
*:hover,
*:active,
*:focus,
*:before,
*:after {
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear, opacity 0.15s linear;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear, opacity 0.15s linear;
}
*:focus {
  outline: 0;
}
.shifter-page {
  -webkit-backface-visibility: hidden;
}
/*---------------------------
  Elements
---------------------------*/
html {
  font-size: 16px;
}
body {
  background: #36302a;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
  min-width: 300px;
}
body * {
  word-wrap: break-word;
}
/*
		Weird hack becuase there are a bunch of random scripts,
		I cant figure out who's drawing empty image tags :/
	*/
body > img[src=""] {
  display: none;
}
::selection,
::-moz-selection {
  background: #eee;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h2 {
  color: #36302a;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
}
h3 {
  color: #36302a;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 50px;
}
h4 {
  color: #36302a;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
}
p {
  color: #645f5a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 20px 0;
}
p.intro {
  color: #42403c;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
}
p.subtext,
.subtext p {
  color: #6c6054;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.3;
}
p.dropcap:first-child:first-letter,
.dropcap p:first-child:first-letter {
  float: left;
  color: #bf2b45;
  font-size: 3em;
  /* relative to parent p */
  line-height: 1;
  margin: 0 0.1em 0 0;
}
/* http://browserhacks.com/ */
@media screen and (min--moz-device-pixel-ratio: 0) {
  p.dropcap:first-child:first-letter,
  .dropcap p:first-child:first-letter {
    margin: 0.19em 0.1em 0 0;
  }
}
a {
  border-bottom: 1px solid #a2988f;
  color: #36302a;
  font-weight: 400;
  text-decoration: none;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
blockquote {
  color: #645f5a;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.6;
  position: relative;
}
blockquote:before {
  color: #bf2b45;
  content: '\201C';
  font-size: 50px;
  font-size: 3.125rem;
  font-style: normal;
  left: -30px;
  position: absolute;
  top: -20px;
}
blockquote:after {
  color: #bf2b45;
  content: '\201D';
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  font-style: normal;
  line-height: 16px;
  margin: -30px 0 0 5px;
  vertical-align: text-bottom;
  text-align: right;
}
ol,
ul {
  padding: 0;
}
li {
  color: #42403c;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  padding: 0 0 0 40px;
}
ul {
  list-style: none;
}
ul li:before {
  background: #5282AA;
  border-radius: 100%;
  content: '';
  display: block;
  float: left;
  height: 5px;
  margin: 13px 0 0 -20px;
  width: 5px;
}
li ul,
li ol {
  margin-left: 25px;
}
td > ul,
td > ol {
  margin-top: 0;
  margin-bottom: 0;
}
td li:before {
  margin-top: 8px;
}
hr {
  border: 1px solid #d0cdc3;
  border-width: 1px 0 0;
  clear: both;
  height: 1px;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
iframe {
  border: none;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: none;
  border-radius: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
button {
  background: none;
  border: none;
  padding: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
figure {
  margin: 0;
}
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}
table tbody tr td {
  background: #f5f3ee;
  border: 1px solid transparent;
  border-width: 0 0 1px 0;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 5px 20px;
  vertical-align: top;
}
table tbody tr td * {
  font-size: 14px;
  font-size: 0.875rem;
}
table tbody tr td:first-child {
  padding-top: 20px;
}
table tbody tr td:last-child {
  border-color: #ece9e0;
  padding-bottom: 20px;
}
table tbody tr:nth-child(even) td {
  background: #F1EFE8;
}
@media screen and (max-width: 739px) {
  table thead {
    display: none;
  }
  table tbody tr td {
    width: 100%;
  }
}
@media screen and (min-width: 740px) {
  table {
    border-collapse: separate;
  }
  table th,
  table thead td {
    background: #006160;
    color: #ffffff;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
    font-style: normal;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 20px;
  }
  table tbody tr td {
    border-color: #ece9e0;
    display: table-cell;
    padding: 20px;
  }
}
.video_frame {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.video_frame iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*-------------------------------------------
  Helpers
-------------------------------------------*/
.left,
.block_left {
  display: block;
  float: left;
}
.block_left {
  margin: 5px 35px 20px 0;
}
.right,
.block_right {
  display: block;
  float: right;
}
.block_right {
  margin: 5px 0 35px 20px;
}
.block_center {
  clear: both;
  display: block;
  margin: 5px auto 20px;
}
.block {
  display: block;
}
.block_figure .table {
  display: table;
  width: 100%;
}
.block_figure .cell {
  display: table-cell;
}
.block_figure img {
  width: 100%;
}
.block_figure p {
  display: table-caption;
  caption-side: bottom;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.contain {
  overflow: hidden;
}
.no_select,
.no_select * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visually_hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually_hidden.focusable:active,
.visually_hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/*-------------------------------------------
  Buttons
-------------------------------------------*/
.button {
  background: #36302a;
  border: none;
  color: #ffffff;
  display: block;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  /* letter-spacing: 0.02em; */
  padding: 12px 20px;
  text-transform: uppercase;
}
.button.large {
  padding: 17px 30px;
}
.button.inline {
  display: inline-block;
  float: none;
}
.button.yellow {
  background: #f0b336;
}
.button.orange {
  background: #d9852d;
}
.button.red {
  background: #bf2b45;
}
.button.blue {
  background: #c8e3e2;
}
.button.aqua {
  background: #c1dfde;
}
.button.tan {
  background: #d0cdc3;
  color: #36302a;
}
.button.white {
  background: #ffffff;
  color: #bf2b45;
}
.button.back:before {
  background: url(../images/icons.png) no-repeat -400px -240px;
  background-image: url(../images/icons.svg), none;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 15px 0 0;
  width: 6px;
}
.button.bordered {
  background: none;
  border-bottom: 4px solid #f0b336;
  color: #36302a;
  margin: 0 15px 0 0;
  padding: 5px 0;
}
.button.bordered.aqua {
  border-color: #c1dfde;
}
/* Base Hovers */
@media screen and (min-width: 980px) {
  a:hover,
  .page a.enc_highlight:hover {
    border-color: #bf2b45;
    color: #bf2b45;
  }
  .button:hover {
    color: #ffffff;
  }
  .button.yellow:hover {
    background: #d0941f;
  }
  .button.orange:hover {
    background: #9d6120;
  }
  .button.red:hover {
    background: #8d2838;
  }
  .button.blue:hover {
    background: #ABC9C7;
  }
  .button.tan:hover {
    background: #a2988f;
    color: #36302a;
  }
  .button.white:hover {
    color: #8d2838;
  }
  .button.bordered:hover {
    border-color: #36302a;
    color: #36302a;
  }
}
.page a.enc_highlight {
  border-bottom: 1px solid #a2988f;
  color: #36302a;
  font-weight: 400;
  text-decoration: none;
}
.page a.enc_highlight:after {
  color: #bf2b45;
  content: 'i';
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 3px;
  vertical-align: text-top;
}
.video_header {
  height: 51px;
  background: #002c3d;
}
.video_header .shifter-handle {
  display: block;
}
.video_label {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin: 10px 0 0 0;
}
.logo_video_wrap {
  margin: 0;
}
a.logo_video {
  background-image: url(../images/logo_video.png);
  display: block;
  width: 200px;
  height: 27px;
  border: none;
}
a.logo_video:hover {
  border: none;
  color: transparent;
}
.backgroundpan-container {
  display: none !important;
}
.home_feature_load_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 979px ) {
  .home_feature_load_wrap {
    display: none;
  }
}
.home_feature_load {
  height: 8px;
  width: 0;
  background: #f0b336;
  transition: width linear;
}
.full .home_feature_load {
  width: 100%;
  background: #f0b336;
}
.feature_controls {
  position: absolute;
  right: 60px;
  bottom: 40px;
}
@media only screen and (max-width: 979px ) {
  .feature_controls {
    display: none;
  }
}
.feature_control {
  display: block;
  width: 200px;
  text-align: right;
  margin: 27px 0;
  position: relative;
}
.feature_control .label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}
.feature_control .label:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 4px;
  width: 0;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: width 0.25s;
}
.feature_control.active .label,
.feature_control:hover .label {
  color: #ffffff;
}
.feature_control.active .label:after,
.feature_control:hover .label:after {
  width: 300px;
  width: calc(230%);
}
.home_feature_desktop {
  display: none;
}
@media only screen and (min-width: 980px ) {
  .home_feature_desktop {
    display: block;
  }
}
.home_feature_mobile {
  height: 214px;
}
@media only screen and (min-width: 980px ) {
  .home_feature_mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px ) {
  .home_feature_carousel .fs-carousel-canister {
    height: 750px;
    position: relative;
  }
}
@media only screen and (min-width: 1220px ) {
  .home_feature_carousel .fs-carousel-canister {
    height: 900px;
  }
}
@media screen and (max-height: 950px) and (min-width: 980px) {
  .home_feature_carousel .fs-carousel-canister {
    height: 775px;
  }
}
@media screen and (max-height: 800px) and (min-width: 980px) {
  .home_feature_carousel .fs-carousel-canister {
    height: 650px;
  }
}
@media only screen and (min-width: 980px ) {
  .home_feature_carousel .fs-carousel-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s linear,
        visibility 0s linear;
    transition-delay: 0.3s;
  }
}
@media only screen and (min-width: 980px ) {
  .home_feature_carousel .fs-carousel-item.fs-carousel-visible {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.3s;
    transition-delay: 0s;
  }
}
.home_feature_carousel .feature {
  position: absolute !important;
}
.feature_background_container {
  opacity: 0;
  transition: opacity 0.3s;
}
.fs-carousel-item.loaded .feature_background_container {
  opacity: 1;
}
.feature_background_container,
.feature_background_pan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 980px ) {
  .feature_background_pan .fs-background-media {
    background-image: none !important;
  }
}
@media only screen and (min-width: 980px ) {
  .type_image .feature_background_pan .fs-background-media img {
    width: 150%;
    height: auto;
    position: absolute;
    display: block;
  }
}
@media only screen and (min-width: 1220px ) {
  .type_image .feature_background_pan .fs-background-media img {
    width: 160%;
  }
}
@media screen and (min-width: 1300px) {
  .type_image .feature_background_pan .fs-background-media img {
    width: 140%;
  }
}
@media screen and (min-width: 1400px) {
  .type_image .feature_background_pan .fs-background-media img {
    width: 130%;
  }
}
@media only screen and (min-width: 980px ) {
  .top_left .feature_background_pan .fs-background-media img {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 980px ) {
  .top_right .feature_background_pan .fs-background-media img {
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 980px ) {
  .bottom_left .feature_background_pan .fs-background-media img {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 980px ) {
  .bottom_right .feature_background_pan .fs-background-media img {
    right: 0;
    bottom: 0;
  }
}
.backgroundpan-media.animated {
  transition: transform 17s ease-in-out;
}
.info_callout {
  background: #ffffff;
  padding: 20px 0;
}
.info_callout_inner {
  text-align: center;
}
@media only screen and (min-width: 980px ) {
  .info_callout_inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 980px ) {
  .slim_frame .info_callout_inner {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 980px ) {
  .info_callout_left {
    display: flex;
    margin-top: 7px;
  }
}
@media only screen and (min-width: 980px ) {
  .info_callout_hours {
    margin-right: 10px;
  }
}
.info_callout_hours_icon {
  background: url(../images/social-icons.png) no-repeat -53px -168px;
  background-image: url(../images/social-icons.svg), none;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 979px ) {
  .info_callout_hours_icon {
    display: none;
  }
}
.info_callout_hours_text {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #002c3d;
  font-weight: bold;
}
.info_callout_description {
  margin-top: 3px;
}
.info_callout_description p {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #706C67;
  margin: 0;
}
.info_callout_button_text {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #706C67;
  border: none;
}
@media only screen and (max-width: 979px ) {
  .info_callout_button_text {
    margin: 10px 0 20px 0;
    display: block;
  }
}
.info_callout_button_text span {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  width: 20px;
  vertical-align: text-bottom;
  background-position: -124px -259px;
  font-size: 0;
}
.info_callout_button {
  background: #36302a;
  border: none;
  color: #ffffff;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  /* letter-spacing: 0.02em; */
  padding: 12px 20px;
  text-transform: uppercase;
  display: block;
  background: #bf2b45;
  float: none;
}
@media only screen and (min-width: 980px ) {
  .info_callout_button {
    display: inline-block;
    float: none;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 980px ) {
  .slim_frame .info_callout_button {
    background: #36302a;
    border: none;
    color: #ffffff;
    float: left;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
    font-style: normal;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.2;
    /* letter-spacing: 0.02em; */
    padding: 12px 20px;
    text-transform: uppercase;
    display: block;
    background: #bf2b45;
    float: none;
    margin: 20px 0 0 0;
  }
}
.info_callout_button:hover {
  color: #ffffff;
  background: #8d2838;
}
.info_callout_mobile_buttons {
  margin-top: 30px;
}
@media only screen and (max-width: 499px ) {
  .info_callout_mobile_buttons {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10;
  }
}
@media only screen and (min-width: 740px ) {
  .info_callout_mobile_buttons {
    text-align: center;
  }
}
@media only screen and (min-width: 980px ) {
  .info_callout_mobile_buttons {
    display: none;
  }
}
.info_callout_mobile_button {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 500px ) {
  .info_callout_mobile_button {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 740px ) {
  .info_callout_mobile_button {
    margin-right: 20px;
  }
}
.info_callout_mobile_button span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 8px;
}
.info_callout_mobile_button.icon_calendar span {
  background: url(../images/social-icons.png) no-repeat -342px 0;
  background-image: url(../images/social-icons.svg), none;
}
.info_callout_mobile_button.icon_heart span {
  background: url(../images/social-icons.png) no-repeat -403px 0;
  background-image: url(../images/social-icons.svg), none;
}
.info_callout_mobile_button.icon_star span {
  background: url(../images/social-icons.png) no-repeat -424px 0;
  background-image: url(../images/social-icons.svg), none;
}
.info_callout_mobile_button.icon_fork span {
  background: url(../images/social-icons.png) no-repeat -465px 0;
  background-image: url(../images/social-icons.svg), none;
}
.info_callout_mobile_button.icon_tours span {
  background: url(../images/social-icons.png) no-repeat -361px -19px;
  background-image: url(../images/social-icons.svg), none;
}
.info_callout_mobile_button.icon_see span {
  background: url(../images/social-icons.png) no-repeat -403px -19px;
  background-image: url(../images/social-icons.svg), none;
}
.info_callout_mobile_button.icon_map span {
  background: url(../images/social-icons.png) no-repeat -382px -19px;
  background-image: url(../images/social-icons.svg), none;
}
.home_events {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 980px ) {
  .home_events {
    padding: 70px 0 0 0;
  }
}
@media only screen and (max-width: 979px ) {
  .home_events #special_events_wrapper {
    margin-top: 25px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 979px ) {
  .home_events #special_events_wrapper img {
    display: none;
  }
}
.home_events #special_events_wrapper a {
  display: none;
}
.home_events #special_events_wrapper a:first-child,
.home_events #special_events_wrapper a:nth-child(2),
.home_events #special_events_wrapper a:nth-child(3) {
  display: block;
}
@media only screen and (min-width: 980px ) {
  .home_events #special_events_wrapper a {
    display: block;
  }
}
@media only screen and (max-width: 979px ) {
  .home_events #special_events_wrapper a {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 979px ) {
  .home_events #special_events_wrapper .date {
    position: relative;
    left: 0;
    float: left;
    font-size: 13px;
    font-size: 0.8125rem;
    min-width: auto;
    width: 62px;
    height: 62px;
    font-weight: 500;
    padding: 16px 10px;
  }
}
@media only screen and (max-width: 979px ) {
  .home_events #special_events_wrapper .date strong {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 979px ) {
  .home_events #special_events_wrapper p {
    width: 70%;
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 80px;
  }
}
.home_events .special_events_header {
  background: rgba(255, 255, 255, 0);
}
.home_events_header {
  display: flex;
  justify-content: space-between;
}
.home_events_heading {
  margin: 0;
}
@media only screen and (max-width: 979px ) {
  .home_events_heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.home_events_links {
  margin-top: 12px;
}
@media only screen and (max-width: 979px ) {
  .home_events_links {
    display: none;
  }
}
.events_buttons {
  padding-bottom: 45px;
}
@media only screen and (min-width: 980px ) {
  .events_buttons {
    display: none;
  }
}
.events_button,
.events_button_icon {
  display: block;
  color: #36302a;
  font-weight: 600;
  float: none;
  text-align: center;
}
.events_button {
  background: #F0AB1E;
  margin-bottom: 10px;
}
.events_button_icon {
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 1px;
}
.events_button_icon span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
}
.events_button_icon.icon_calendar span {
  background: url(../images/social-icons.png) no-repeat -342px 0;
  background-image: url(../images/social-icons.svg), none;
}
.events_button_icon.icon_plane span {
  background: url(../images/social-icons.png) no-repeat -361px 0;
  background-image: url(../images/social-icons.svg), none;
}
.events_button_icon.icon_ticket span {
  background: url(../images/social-icons.png) no-repeat -381px 0;
  background-image: url(../images/social-icons.svg), none;
  width: 12px;
  height: 12px;
}
.events_button_icon.icon_heart span {
  background: url(../images/social-icons.png) no-repeat -403px 0;
  background-image: url(../images/social-icons.svg), none;
}
.events_button_icon.icon_star span {
  background: url(../images/social-icons.png) no-repeat -424px 0;
  background-image: url(../images/social-icons.svg), none;
}
.events_button_icon.icon_fork span {
  background: url(../images/social-icons.png) no-repeat -465px 0;
  background-image: url(../images/social-icons.svg), none;
}
.events_button_icon.icon_cart span {
  background: url(../images/social-icons.png) no-repeat -444px 0;
  background-image: url(../images/social-icons.svg), none;
}
.component_wrap {
  position: relative;
  padding: 40px 0;
  transform: translateY(0);
}
@media only screen and (min-width: 980px ) {
  .component_wrap {
    padding: 120px 0;
  }
}
.component_wrap > .row {
  position: relative;
}
.component_wrap > .row:before,
.component_wrap > .row:after {
  content: " ";
  display: table;
}
.component_wrap > .row:after {
  clear: both;
}
.home_stories {
  background: #001A28;
  padding: 60px 0;
}
@media only screen and (max-width: 979px ) {
  .home_stories {
    display: none;
  }
}
.home_stories .special_events_header {
  background: transparent;
}
.home_stories .embellished_header.light h2:before,
.home_stories .embellished_header.light h2:after {
  border-color: #009bbb;
}
.home_stories .embellished_header.light h2 span:before,
.home_stories .embellished_header.light h2 span:after {
  border-color: #009bbb;
}
.home_stories_cards {
  margin: 40px 0;
}
.home_stories_cards .special_events_header .control {
  width: 58px;
  height: 59px;
  top: 38%;
  transform: translateY(-50%);
}
.home_stories_card {
  background: #ffffff;
  display: block;
  position: relative;
}
.home_stories_card.roller-item {
  width: 310px;
  float: left;
  margin-right: 20px;
}
.home_stories_card .icon {
  width: 49px;
  height: 49px;
  position: absolute;
  right: 15px;
  top: 8px;
}
.home_stories_card:hover .home_stories_card_inner {
  bottom: 0;
}
.home_stories_card_background {
  height: 365px;
}
.home_stories_card_inner {
  position: absolute;
  bottom: -44px;
  background: #ffffff;
  transition: bottom 0.5s;
  width: 100%;
}
.home_stories_card_content {
  padding: 30px 30px 0 30px;
}
.home_stories_card_content_tag {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #36302a;
  font-weight: 600;
  text-transform: uppercase;
}
.home_stories_card_content_description {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #36302a;
  font-weight: 600;
  margin: 18px 0;
}
.home_stories_card_content_reveal {
  margin-bottom: 20px;
}
.home_stories_card_content_link {
  float: none;
  display: inline-block;
}
.social_connect {
  background: #001A28;
  padding-bottom: 45px;
}
@media only screen and (min-width: 980px ) {
  .social_connect {
    padding-bottom: 90px;
  }
}
.social_connect .at-follow-tbx-element .at300b {
  border: 2px solid #009bbb;
  border-radius: 100%;
  padding: 5px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-right: 9px;
}
@media only screen and (min-width: 1220px ) {
  .social_connect .at-follow-tbx-element .at300b {
    margin-right: 12px;
  }
}
.social_connect .at-follow-tbx-element .at300b span {
  background: transparent !important;
}
.social_connect .at-follow-tbx-element .at300b span svg {
  width: 20px !important;
  height: 20px !important;
}
.social_connect .addthis_toolbox {
  width: 180px;
  margin: 0 auto;
}
@media only screen and (min-width: 980px ) {
  .social_connect .addthis_toolbox {
    width: 100%;
  }
}
@media only screen and (max-width: 979px ) {
  .social_connect.theme_blue [data-svc="youtube"],
  .social_connect.theme_blue [data-svc="flickr"],
  .social_connect.theme_blue [data-svc="vimeo"],
  .social_connect.theme_blue [data-svc="pinterest"] {
    display: none !important;
  }
}
.social_connect_description {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  max-width: 545px;
  margin: 0 auto;
}
@media only screen and (max-width: 979px ) {
  .social_connect_description {
    display: none;
  }
}
.social_connect_thank_you {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-style: italic;
}
@media only screen and (min-width: 980px ) {
  .social_connect_content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
.social_connect_join_wrap {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 980px ) {
  .social_connect_join_wrap {
    position: relative;
    padding-top: 0;
    padding-right: 70px;
    padding-bottom: 0;
    width: 50%;
  }
}
.social_connect_join_wrap:after {
  content: "";
  width: 1px;
  height: 114px;
  background: #009bbb;
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  opacity: 0.3;
}
.social_connect_heading {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 980px ) {
  .social_connect_heading {
    text-align: left;
  }
}
.social_connect_join_form {
  position: relative;
  height: 50px;
}
.social_connect_join_form .text {
  height: 50px;
  line-height: 38px;
  font-style: italic;
  width: 100%;
  padding-left: 15px;
}
.social_connect_join_form .submit {
  background: #009bbb;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#social_connect_newsletter_frame {
  display: none;
}
@media only screen and (min-width: 980px ) {
  .social_connect_connected_wrap {
    padding-left: 70px;
    width: 50%;
  }
}
.donate_wrap {
  position: relative;
  padding: 120px 0 75px 0;
}
@media only screen and (max-width: 979px ) {
  .donate_wrap {
    display: none;
  }
}
.donate_wrap > .row {
  position: relative;
}
.donate_background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.donate_background:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.87;
  background: #F8F4E8;
}
.donate_header {
  float: left;
  width: 30%;
}
.donate_heading {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 70px;
}
.donate_heading:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #009bbb;
  display: block;
  margin: 25px 0 0 0;
}
.donate_description {
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
}
.donate_button {
  background: #bf2b45;
}
.donate_carousel {
  float: right;
  width: 60%;
}
.donate_cards {
  position: relative;
  margin: 0;
}
.donate_cards .special_events_header {
  background: transparent;
}
.donate_cards .special_events_header .control.next {
  right: -28px;
}
.donate_cards .special_events_header .control.previous {
  left: -28px;
}
.donate_cards .roller-viewport {
  overflow: hidden;
  width: 733px;
}
.donate_card {
  position: relative;
  padding-bottom: 115px;
}
.donate_card_background {
  width: 100%;
}
.donate_card_inner {
  padding: 0 50px 45px 50px;
  width: 345px;
  height: 378px;
  position: absolute;
  top: 230px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s,
							visibility 0.5s;
  background: #ffffff;
}
.donate_card_inner:before {
  content: "";
  width: 80px;
  height: 4px;
  background: #009bbb;
  display: block;
}
.visible .donate_card_inner {
  opacity: 1;
  visibility: visible;
}
.donate_card_text {
  transform: translate(0, 400px);
  transition: transform 0.75s;
}
.visible .donate_card_text {
  transform: translate(0);
}
.donate_card_content {
  background: #ffffff;
  padding: 0 50px 45px 50px;
  width: 345px;
  height: 375px;
  position: absolute;
  top: 230px;
  right: 0;
  display: none;
}
.donate_card_content:before {
  content: "";
  width: 80px;
  height: 4px;
  background: #009bbb;
  display: block;
}
.donate_card_heading {
  margin: 35px 0 20px 0;
}
.donate_card_description {
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
}
.donate_card_link {
  float: none;
  display: inline-block;
}
.footer a {
  border: none;
}
.footer a:hover {
  color: #ffffff;
}
.footer_section {
  background: #201B17;
  padding-top: 35px;
}
@media only screen and (min-width: 980px ) {
  .footer_section {
    padding: 80px 0 0 0;
  }
}
.footer_top {
  padding-bottom: 60px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 980px ) {
  .footer_top {
    border-bottom: 1px solid #836C55;
  }
}
#footer .footer h3.footer_heading {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
#footer .footer h3.footer_heading.js-swap {
  border-top: 1px solid #836C55;
  position: relative;
  margin: 0;
  padding: 15px 0;
}
@media only screen and (min-width: 980px ) {
  #footer .footer h3.footer_heading.js-swap {
    border: none;
    padding: 0;
    margin: 0 0 24px 0;
  }
}
#footer .footer h3.footer_heading span {
  background: url(../images/social-icons.png) no-repeat -140px -1px;
  background-image: url(../images/social-icons.svg), none;
  width: 11px;
  height: 9px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 20px;
}
@media only screen and (min-width: 980px ) {
  #footer .footer h3.footer_heading span {
    display: none;
  }
}
#footer .footer h3.footer_heading.fs-swap-active span {
  transform: rotate(180deg);
  top: 15px;
}
@media only screen and (min-width: 980px ) {
  .contact_info {
    display: flex;
  }
}
.contact_wrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 980px ) {
  .contact_wrap {
    margin: 0 64px 0 0;
  }
}
.contact_address,
.footer_phone,
.footer_email {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  display: block;
  font-weight: 300;
}
.contact_address:before,
.footer_phone:before,
.footer_email:before {
  content: "";
  display: block;
  height: 11px;
  float: left;
  margin: 0 9px 0 0;
}
.contact_address {
  margin: 0 0 22px 0;
}
@media only screen and (min-width: 1220px ) {
  .contact_address span {
    display: inline-block;
  }
}
.contact_address:before {
  background: url(../images/social-icons.png) no-repeat -36px -170px;
  background-image: url(../images/social-icons.svg), none;
  width: 8px;
  margin-top: 2px;
}
.footer_phone {
  margin: 0 0 18px 0;
}
.footer_phone:before {
  background: url(../images/social-icons.png) no-repeat -18px -170px;
  background-image: url(../images/social-icons.svg), none;
  width: 11px;
}
.footer_email {
  margin: 0;
}
.footer_email:before {
  background: url(../images/social-icons.png) no-repeat -1px -170px;
  background-image: url(../images/social-icons.svg), none;
  width: 11px;
  height: 9px;
  margin-top: 3px;
}
.contact_image {
  display: block;
  background: url("../images/map-mobile.png") no-repeat;
  width: 100%;
  height: 163px;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 980px ) {
  .contact_image {
    background: url("../images/map.png") no-repeat;
    height: 111px;
  }
}
.footer_button {
  background: #F0AC1A;
  color: #000000;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (max-width: 979px ) {
  .footer_button {
    display: block;
    float: none;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 15px;
  }
}
.footer_links_wrapper {
  margin-top: 20px;
  border-bottom: 1px solid #836C55;
}
@media only screen and (min-width: 980px ) {
  .footer_links_wrapper {
    display: flex;
    margin: 0 0 0 20px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1220px ) {
  .footer_links_wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 980px ) {
  .footer_links_wrap {
    margin: 0 80px 0 0;
  }
}
.footer_links_wrap:last-of-type {
  margin: 0;
}
.footer_links.fs-swap-enabled {
  display: none;
}
.footer_links.fs-swap-active {
  display: block;
}
.footer_link {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #cbab8c;
  display: block;
  margin: 0 0 18px 0;
  line-height: 18px;
}
.social_connect.theme_footer {
  background: transparent;
  padding-bottom: 70px;
}
@media only screen and (max-width: 979px ) {
  .social_connect.theme_footer {
    display: none;
  }
}
.social_connect.theme_footer .social_connect_join_wrap:after {
  content: none;
}
.social_connect.theme_footer .social_connect_heading {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
}
.social_connect.theme_footer .social_connect_join_form .submit {
  background: #F0AC1A;
  color: #000000;
}
.social_connect.theme_footer .at-follow-tbx-element .at300b {
  border-color: #F0AC1A;
}
@media only screen and (max-width: 979px ) {
  #footer .footer_bottom .final {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10;
  }
}
@media only screen and (max-width: 979px ) {
  #footer .footer_bottom .final .link {
    margin-bottom: 20px;
  }
}
#drawer {
  padding: 0;
}
.quiz-splash {
  margin-bottom: 0;
  text-align: center;
}
.quiz-splash .wallpapered {
  margin: 0;
  padding: 95px 0 0px;
  position: relative;
  height: 900px;
}
.quiz-splash h1 {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 32px;
}
.quiz-splash .positioned {
  position: relative;
  z-index: 2;
}
.quiz-intro {
  max-width: 770px;
  margin: auto;
}
.quiz-intro p {
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 31px;
}
.quiz-button {
  float: none;
  margin: auto;
  display: inline-block;
  background: #bf2b45;
}
.quiz-button:hover {
  background: #8d2838;
}
.quiz-page .wallpapered {
  margin: 0;
  padding: 95px 0 80px;
  position: relative;
  min-height: 900px;
}
.quiz-page .quiz-overlay {
  background: #ece9e0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.85;
}
.quiz-page h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  color: #36302a;
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 32px;
  text-align: center;
}
.quiz-page .positioned {
  position: relative;
  z-index: 4;
}
.quiz-page .quiz-container {
  background: #ffffff;
  max-width: 970px;
  margin: 0 auto 40px;
  position: relative;
}
.quiz-page .quiz-container .quiz-pagination {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
}
.quiz-page .quiz-container .quiz-pagination > li {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  color: #36302a;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  padding: 0;
  transition: background 0.4s, color 0.4s;
}
.quiz-page .quiz-container .quiz-pagination > li:first-child {
  font-size: 18px;
  font-size: 1.125rem;
  background: #ece9e0;
  float: left;
  text-align: center;
  width: 55px;
}
.quiz-page .quiz-container .quiz-pagination > li:last-child {
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 30px;
}
.quiz-page .quiz-container .quiz-pagination > li:before {
  display: none;
}
.quiz-page .quiz-container .quiz-pagination.has-image > li {
  color: #ffffff;
}
.quiz-page .quiz-container .quiz-pagination.has-image > li:first-child {
  background: rgba(0, 0, 0, 0.7);
}
.quiz-page .quiz-question {
  display: none;
  overflow: hidden;
}
.quiz-page .quiz-question.quiz-current-question {
  display: block;
}
.quiz-page .quiz-question > img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.quiz-page .quiz-question > img + .quiz-copy {
  padding-top: 0;
}
.quiz-page .quiz-copy {
  padding: 76px 20px 58px;
}
.quiz-page .quiz-copy button {
  color: #645f5a;
  display: block;
  height: 45px;
  font-size: 1.25rem;
  font-style: italic;
  padding: 0 0 0 41px;
  position: relative;
}
.quiz-page .quiz-copy button:before {
  display: table;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #36302a;
  position: absolute;
  left: 0;
  top: 12px;
}
.quiz-page .quiz-copy button.correct:before,
.quiz-page .quiz-copy button.incorrect:before {
  border: 0;
  background: url(../images/newicons.png) no-repeat 0 0;
  background-image: url(../images/newicons.svg), none;
}
.quiz-page .quiz-copy button.correct {
  color: #98942c;
}
.quiz-page .quiz-copy button.correct:before {
  background-position: -291px 0px;
}
.quiz-page .quiz-copy button.incorrect {
  color: #bf2b45;
}
.quiz-page .quiz-copy button.incorrect:before {
  background-position: -239px 0px;
}
.quiz-page .quiz-next {
  overflow: hidden;
  text-align: center;
  margin: 0 20px;
  display: none;
}
.quiz-page .quiz-next:last-child {
  margin-bottom: 20px;
}
.quiz-page .quiz-next .quiz-button {
  position: relative;
}
.quiz-page .quiz-next .quiz-button:before,
.quiz-page .quiz-next .quiz-button:after {
  display: table;
  width: 1000%;
  height: 1px;
  background: #e3e0da;
  position: absolute;
  top: 50%;
  content: "";
}
.quiz-page .quiz-next .quiz-button:before {
  right: calc(100% + 15px);
}
.quiz-page .quiz-next .quiz-button:after {
  left: calc(100% + 15px);
}
.quiz-page .quiz-more {
  padding: 44px 20px 80px;
  display: none;
}
.quiz-page .quiz-answered .quiz-next,
.quiz-page .quiz-answered .quiz-more {
  display: block;
}
.quiz_question_choice_points {
  color: #98942c;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 5px;
}
.quiz_question_choice_points.incorrect {
  color: #bf2b45;
}
.quiz-results {
  background: #d9852d;
  max-width: 970px;
  margin: 0 auto 40px;
  padding: 65px 20px 80px;
  display: none;
}
.quiz-results h2,
.quiz-results h4,
.quiz-results p {
  color: #ffffff;
  text-align: center;
}
.quiz-results .quiz-share {
  text-align: center;
}
.quiz-results .quiz-share .link {
  width: 43px;
  height: 43px;
  border: 2px solid #bf2b45;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  position: relative;
}
.quiz-results .quiz-share .link span {
  position: absolute;
  left: -999999px;
}
.quiz-results .quiz-share .link:before {
  background: url(../images/newicons.png) no-repeat 0 0;
  background-image: url(../images/newicons.svg), none;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: text-bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.quiz-results .quiz-share .link.facebook:before {
  background-position: 15px 11px;
}
.quiz-results .quiz-share .link.twitter:before {
  background-position: -44px 11px;
}
.quiz-results .quiz-share .link.mail:before {
  background-position: -104px 11px;
}
.quiz-results .quiz-share .link.sharelink:before {
  background-position: -166px 11px;
}
.quiz-container.quiz-done {
  display: none;
}
.quiz-results.quiz-done {
  display: block;
}
.quiz-return {
  text-align: center;
}
.quiz-return .button {
  display: inline-block;
  float: none;
}
@media screen and (min-width: 720px) {
  .quiz-splash h1,
  .quiz-page h1 {
    font-size: 62px;
    font-size: 3.875rem;
  }
  .quiz-splash .wallpapered {
    padding: 300px 0 0px;
  }
  .quiz-page .wallpapered {
    padding: 300px 0 80px;
  }
  .quiz-intro p {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .quiz-page .quiz-copy {
    padding: 76px 80px 80px;
  }
  .quiz-page .quiz-next {
    margin: 0 80px;
  }
  .quiz-page .quiz-next:last-child {
    margin-bottom: 40px;
  }
  .quiz-page .quiz-more {
    padding: 44px 80px 80px;
  }
  .quiz-page .quiz-results {
    padding: 65px 80px 80px;
  }
}
@media screen and (max-width: 720px) {
  .quiz-header .logo_desktop {
    display: none;
  }
  .quiz-splash .row,
  .quiz-page .row {
    width: auto;
    margin: 0 15px;
  }
  .quiz-splash .wallpapered {
    height: 500px;
  }
}
.video-feature .video-info p {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-style: italic;
  margin-bottom: 20px;
}
.video-watch img {
  display: inline-block;
  margin-left: 20px;
}
.video-latest {
  padding: 39px 0;
  background: #002c3d;
}
.video-latest-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-latest-container .video-slider {
  width: 100%;
}
.video-latest-container .video-slide {
  width: 100%;
}
.video-latest-container .video-slide > a {
  position: relative;
  display: block;
  border: 0;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
}
.video-latest-image {
  position: relative;
  overflow: hidden;
}
.video-latest-image img:first-child {
  display: block;
  position: relative;
  z-index: 0;
  width: 101%;
  height: auto;
}
.video-latest-image img.video-latest-play {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 20px;
  display: none;
}
.video-latest-image h4 {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 20px;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
}
.video-carousel .fs-carousel-controls {
  display: block;
}
.video-carousel .fs-carousel-control {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  height: 65px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  z-index: 2;
}
.video-carousel .fs-carousel-control:after {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 10px;
  width: 6px;
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
}
.video-carousel .fs-carousel-control.fs-carousel-control_previous {
  left: 0;
}
.video-carousel .fs-carousel-control.fs-carousel-control_previous:after {
  background-position: -190px -260px;
}
.video-carousel .fs-carousel-control.fs-carousel-control_next {
  right: 0;
}
.video-carousel .fs-carousel-control.fs-carousel-control_next:after {
  background-position: -210px -260px;
}
.video-carousel-item {
  height: 500px;
  position: relative;
}
.video-carousel-item .video-detail {
  width: 300px;
  position: absolute;
  bottom: 20px;
  left: 75px;
  z-index: 2;
}
@media only screen and (min-width: 500px ) {
  .video-carousel-item .video-detail {
    width: 400px;
  }
}
@media only screen and (min-width: 740px ) {
  .video-carousel-item .video-detail {
    left: 150px;
    width: 450px;
  }
}
main.video-detail {
  position: relative;
  left: 0;
  width: 100%;
}
.video-latest-image,
.video-slide-image {
  overflow: hidden;
}
.video-latest-image img:first-child,
.video-slide-image img:first-child {
  transition: transform 0.5s;
  transform: scale(1);
}
.video-latest-image:hover img:first-child,
.video-slide-image:hover img:first-child {
  transform: scale(1.05);
}
.video-latest-play {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 20px;
  display: none;
}
.video-latest-info h2 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 20px;
  margin-bottom: 0.4em;
}
.video-latest-info p {
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  padding: 0 20px;
  margin-top: 0;
}
.video-slide-control > button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 23%;
  text-indent: -999999px;
  background-color: rgba(0, 0, 0, 0.64);
  opacity: 0;
  transition: opacity 0.4s;
}
.video-slide-control > button.enabled {
  opacity: 1;
}
.video-slide-control > button:after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
}
.video-slide-control > button.previous {
  left: 0;
}
.video-slide-control > button.previous:after {
  background-position: -190px -260px;
}
.video-slide-control > button.next {
  right: 0;
}
.video-slide-control > button.next:after {
  background-position: -210px -260px;
}
@media only screen and (max-width: 739px ) {
  .video-latest .row {
    width: 90%;
  }
  .video-latest-container {
    padding-top: 95%;
  }
  .video-latest-container .video-slider {
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.4s;
  }
  .video-latest-container .video-slide {
    position: absolute;
    top: 0;
    left: 0;
  }
  .video-latest-container .video-slide:nth-child( 2) {
    left: 100%;
  }
  .video-latest-container .video-slide:nth-child( 3) {
    left: 200%;
  }
  .video-latest-container .video-slide:nth-child( 4) {
    left: 300%;
  }
  .video-latest-container .video-slide:nth-child( 5) {
    left: 400%;
  }
  .video-latest-container .video-slide:nth-child( 6) {
    left: 500%;
  }
  .video-latest-container .video-slide:nth-child( 7) {
    left: 600%;
  }
  .video-latest-container .video-slide:nth-child( 8) {
    left: 700%;
  }
  .video-latest-container .video-slide:nth-child( 9) {
    left: 800%;
  }
  .video-latest-container .video-slide:nth-child( 10) {
    left: 900%;
  }
  .video-latest-container .video-slide a {
    padding-top: 97%;
  }
  .video-latest-container .video-slide .video-slide-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 740px ) {
  .video-latest {
    padding: 60px 0;
  }
  .video-latest-image img.video-latest-play {
    display: block;
  }
  .video-latest-container .video-slide {
    float: left;
  }
  .video-latest-container .video-slide:first-child {
    width: 100%;
    margin-bottom: 14px;
  }
  .video-latest-container .video-slide:first-child a {
    background-color: transparent;
  }
  .video-latest-container .video-slide:first-child .video-latest-info {
    position: absolute;
    bottom: 20px;
  }
  .video-latest-container .video-slide:first-child .video-latest-info h2 {
    font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
  }
  .video-latest-container .video-slide:first-child .video-latest-info p {
    display: none;
  }
  .video-latest-container .video-slide:first-child ~ .video-slide {
    width: 50%;
    padding-right: 7px;
  }
  .video-latest-container .video-slide:first-child ~ .video-slide a {
    padding-top: 116%;
  }
  .video-latest-container .video-slide:first-child ~ .video-slide .video-slide-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .video-latest-container .video-slide:first-child ~ .video-slide:last-child {
    padding-right: 0px;
    padding-left: 7px;
  }
  .video-latest-container .video-slide-control {
    display: none;
  }
}
@media only screen and (min-width: 980px ) and (max-width: 1219px ) {
  .video-latest-container .video-slide h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .video-latest-container .video-slide p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 980px ) {
  .video-latest-container .video-slide {
    float: left;
  }
  .video-latest-container .video-slide:first-child {
    width: 50%;
    padding-right: 10px;
  }
  .video-latest-container .video-slide:first-child ~ .video-slide {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .video-latest-container .video-slide:first-child ~ .video-slide:last-child {
    padding-left: 10px;
    padding-right: 0px;
  }
}
.video-embellished_header {
  text-align: center;
}
.video-embellished_header h2 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #36302a;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.video-embellished_header h2:before,
.video-embellished_header h2:after {
  border-top: 1px solid #36302a;
  height: 1px;
  vertical-align: middle;
  padding: 0 0 4px;
  width: 25px;
  content: '';
  display: inline-block;
  opacity: 0.5;
  position: relative;
  top: 1px;
}
.video-embellished_header h2:before {
  margin: 0 35px 0 0;
}
.video-embellished_header h2:after {
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 740px ) {
  .video-embellished_header h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .video-embellished_header h2:before,
  .video-embellished_header h2:after {
    top: 0;
  }
}
.video-embellished_header h2 span {
  display: inline-block;
  position: relative;
}
.video-embellished_header h2 span:before,
.video-embellished_header h2 span:after {
  border: 1px solid #36302a;
  border-radius: 100%;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 35%;
  content: '';
  display: inline-block;
  opacity: 0.5;
}
.video-embellished_header h2 span::before {
  left: -26px;
}
.video-embellished_header h2 span::after {
  right: -20px;
}
.video-list:last-of-type {
  padding-bottom: 30px;
}
@media only screen and (min-width: 980px ) {
  .video-list:last-of-type {
    padding-bottom: 120px;
  }
}
.video-list .video-slide {
  width: 234px;
  float: left;
  margin-right: 15px;
  position: relative;
}
.video-list .video-slide:last-child {
  margin-right: 0;
}
.video-list .video-slide img:first-child {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.video-list .video-slide img.video-latest-play {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
}
.video-list .video-slide h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 16px;
}
@media only screen and (min-width: 740px ) {
  .video-list .video-slide h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.video-list + .video-list .video-embellished_header:before {
  content: "";
  display: table;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0;
  background: #E4E1D7;
}
.video-list .video-slide-control button {
  position: absolute;
  height: 131px;
  top: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.video-list .video-slide-control button.enabled {
  opacity: 1;
}
.video-list .video-slide-control button.previous {
  left: 0;
}
.video-list .video-slide-control button.next {
  right: 0;
}
@media only screen and (min-width: 740px ) {
  .video-list .video-slide {
    width: 282px;
  }
  .video-list .video-slide-control button {
    height: 159px;
  }
}
.video-list-container {
  width: 100%;
  height: 253px;
  position: relative;
}
.video-list-container .video-slider {
  position: relative;
  top: 0;
  left: 0;
  transition: left 0.4s;
}
.video-channels {
  background-color: #ffffff;
  padding-bottom: 65px;
}
.video-channels .video-embellished_header,
.video-list .video-embellished_header {
  text-align: center;
  padding: 35px 0 30px 0;
  position: relative;
}
@media only screen and (max-width: 499px ) {
  .video-channels .row,
  .video-list .row {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 740px ) {
  .video-channels .video-embellished_header,
  .video-list .video-embellished_header {
    padding-top: 120px;
  }
  .video-channels + .video-list .video-embellished_header:before,
  .video-list + .video-list .video-embellished_header:before {
    top: 50px;
  }
}
.video-channels-list {
  margin: 0;
  padding: 0;
}
.video-channels-list:after {
  content: "";
  display: table;
  clear: both;
}
.video-channels-list li {
  position: relative;
  padding: 0 0 16px 0;
  margin: 0;
}
.video-channels-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 0;
}
.video-channels-list li.channel-gardens-landscape a {
  background: #97942D;
}
.video-channels-list li.channel-george-washington a {
  background: #002c3d;
}
.video-channels-list li.channel-colonial-life a {
  background: #4F3010;
}
.video-channels-list li.channel-architecture a {
  background: #46141c;
}
.video-channels-list li.channel-animals a {
  background: #D19514;
}
.video-channels-list li.channel-washington-library a {
  background: #009bbb;
}
.video-channels-list li.channel-leadership a {
  background: #9A656C;
}
.video-channels-list li:before {
  display: none;
}
.video-channels-list li img {
  display: none;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
}
.video-channels-list li span {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 10px;
}
@media only screen and (min-width: 500px ) {
  .video-channels-list li {
    float: left;
    width: 50%;
    padding: 0 8px 16px 8px;
    height: 174px;
    overflow: hidden;
  }
  .video-channels-list li img {
    display: block;
  }
  .video-channels-list li span {
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 740px ) {
  .video-channels-list li {
    width: 33%;
  }
}
@media only screen and (min-width: 980px ) {
  .video-channels-list li {
    width: 25%;
  }
}
.video-embed,
.video-feature {
  position: relative;
  height: 480px;
  overflow: hidden;
  padding: 0;
  transition: padding 1s;
  background: #000000;
}
.video-embed .wallpaper,
.video-feature .wallpaper {
  width: 100%;
  height: 100%;
}
.video-embed {
  margin-bottom: 80px;
}
.video-embed.video-open {
  padding: 0;
  height: auto;
}
.video-embed.video-open .video-poster {
  display: none;
}
.video-embed.video-open .video-info h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
.video-embed.video-open .video-info p {
  display: none;
}
.video-embed .video_frame {
  margin: 0;
}
@media only screen and (max-width: 499px ) {
  .video-embed .video-info > div > div {
    bottom: 115px;
  }
}
.video-watch a {
  border: 0;
}
.video-watch .button.yellow {
  color: #36302a;
}
.video-poster {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  transition: height 1s;
}
.video-poster:after {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, #000000 76%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, #000000 76%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, #000000 76%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  z-index: 5;
}
.video-poster svg {
  position: absolute;
  top: 115px;
  left: 50%;
  z-index: 6;
  transform: translate(-50%, 0);
  display: block;
  width: 60px;
  height: 60px;
}
.video-poster svg:hover .play-circle {
  fill: #ffffff;
}
.video-poster circle,
.video-poster path {
  transition: fill 0.5s, stroke 0.5s;
}
.video-detail-content aside[class*="max-"] {
  float: right;
}
.video-info {
  margin: auto;
}
.video-info > div {
  position: relative;
}
.video-info > div > div {
  position: absolute;
  bottom: 18px;
  z-index: 10;
}
.video-info h1 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  color: #ffffff;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.2em;
  transition: font-size 0.5s;
}
.video-info h4 {
  color: #ffffff;
}
.video-info p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  color: #ffffff;
  margin: 0;
}
.video-info .emdash-yellow {
  color: #f5d258;
}
.video-share {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  right: 0;
  bottom: 24px;
  z-index: 10;
}
.video-share > a {
  display: block;
  color: #ffffff;
  border: 0;
}
.video-share > a:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/newicons.png) no-repeat 0 0;
  background-image: url(../images/newicons.svg), none;
  background-position: 0px -38px;
  margin: 0 auto 8px;
}
.video-share > a.like:before {
  background-position: 0px -38px;
}
.video-share > a.save:before {
  background-position: -100px -38px;
}
.video-share > a.download:before {
  background-position: -199px -38px;
}
.video-detail-copy .red-button {
  background: #bf2b45;
  margin-right: 22px;
}
.video-detail-copy .button.bordered {
  position: relative;
  top: 7px;
}
@media only screen and (min-width: 500px ) {
  .video-embed,
  .video-feature {
    height: 500px;
  }
  .video-poster svg {
    top: 50%;
    width: 92px;
    height: 92px;
    transform: translate(-50%, -50%);
  }
  .video-poster:after {
    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 80%, #000000 100%);
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 80%, #000000 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 80%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  }
  .video-info > div > div {
    width: 80%;
  }
  .video-share {
    right: 45px;
    bottom: 68px;
  }
  .video-share a {
    margin-bottom: 20px;
  }
  .video-share a:last-child {
    margin-bottom: 0;
  }
}
.video-detail-content .video-detail-copy p:first-child {
  font-size: 34px;
  font-size: 2.125rem;
}
.video-detail-share {
  background: #ffffff;
  padding: 30px 40px;
  text-align: center;
  position: relative;
}
.video-detail-share.js-toggle_active .video_detail_share_overlay {
  display: block;
}
.video-detail-share .video_detail_share_overlay {
  display: none;
  background: #d0cdc3;
  width: 500px;
  height: 500px;
  padding: 20px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
}
.video-detail-share .video_close {
  cursor: pointer;
  background: url(../images/icons.png) no-repeat -45px -215px;
  background-image: url(../images/icons.svg), none;
  width: 26px;
  height: 26px;
  display: inline-block;
  float: right;
}
.video-detail-share:after,
.video-detail-share .video-shares:after {
  display: table;
  content: "";
  height: 0;
  clear: both;
}
.video-detail-share h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
}
.video-detail-share .video-views {
  position: relative;
  padding-top: 10px;
}
.video-detail-share .video-views span {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 32px;
  font-size: 2rem;
  display: block;
  font-weight: 700;
}
.video-detail-share .video-views:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ece9e0;
  top: 15px;
  left: 0;
}
.video-detail-share .video-share-icons .link {
  width: 47px;
  height: 47px;
  border: 2px solid #009bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  position: relative;
}
.video-detail-share .video-share-icons .link span {
  position: absolute;
  left: -999999px;
}
.video-detail-share .video-share-icons .link:before {
  background: url(../images/newicons.png) no-repeat 0 0;
  background-image: url(../images/newicons.svg), none;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: text-bottom;
  top: 0;
  left: 0;
}
.video-detail-share .video-share-icons .link.facebook:before {
  background-position: 16px -94px;
}
.video-detail-share .video-share-icons .link.twitter:before {
  background-position: -43px -94px;
}
.video-detail-share .video-share-icons .link.mail:before {
  background-position: -102px -94px;
}
.video-detail-share .video-share-icons .link.sharelink:before {
  background-position: -165px -94px;
}
.video-detail-share .video-share-icons .link.linkedin:before {
  background-position: -279px -93px;
}
.video-detail-share .video-share-icons .link.embed:before {
  background-position: -227px -94px;
}
@media only screen and (max-width: 739px ) {
  .video-detail-share .video-share-icons .link.linkedin,
  .video-detail-share .video-share-icons .link.embed {
    display: none;
  }
}
@media only screen and (min-width: 500px ) {
  .video-detail-share {
    text-align: left;
  }
  .video-detail-share .video-views {
    width: 33%;
    padding-top: 0;
    padding-left: 38px;
  }
  .video-detail-share .video-views:before {
    width: 1px;
    height: 100%;
    top: 0;
  }
  .video-detail-share .video-shares {
    width: 66%;
  }
  .video-detail-share .video-shares,
  .video-detail-share .video-views {
    float: left;
  }
}
.sidebar_callouts .callout.video-next {
  border-top: 1px solid #E4E1D7;
  border-bottom: 1px solid #E4E1D7;
  background-color: transparent;
  padding: 0;
  margin-bottom: 35px;
}
.sidebar_callouts .callout.video-next,
.sidebar_callouts .callout.video-next h2,
.sidebar_callouts .callout.video-next h5,
.sidebar_callouts .callout.video-next a {
  color: #36302a;
}
.sidebar_callouts .callout.video-next h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.sidebar_callouts .callout.video-next h2 a {
  font-weight: 700;
  border: 0;
}
.sidebar_callouts .callout.video-next h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
}
.sidebar_callouts .callout.video-next img {
  display: block;
  width: 100%;
  height: auto;
}
.video_back {
  float: none;
  background: #d0cdc3;
  color: #302A25;
  padding: 20px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 980px ) {
  .video_back {
    margin-left: -9%;
  }
}
.video_back:before {
  background: url(../images/icons.png) no-repeat -400px -225px;
  background-image: url(../images/icons.svg), none;
  margin: auto;
  position: absolute;
  display: block;
  height: 10px;
  width: 6px;
  content: "";
  left: 18px;
  top: 22px;
}
.video-detail-related {
  padding-top: 50px;
  padding-bottom: 100px;
  border-top: 1px solid #E4E1D7;
}
.video-detail-related h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 12.5px;
  margin-top: 0;
}
@media only screen and (max-width: 499px ) {
  .row.video-info {
    width: 100%;
    padding: 0 20px;
  }
  .video-share {
    width: 100%;
  }
  .video-share a {
    display: inline-block;
  }
  .video-share a:first-child + a {
    margin: 0 40px;
  }
  .video-share span {
    display: none;
  }
  .video-share:before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -25px;
    left: 20px;
  }
}
@media only screen and (max-width: 739px ) {
  .video-open .video-share {
    display: none;
  }
  .row.video-detail-content {
    width: 100%;
    padding: 0 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 740px ) {
  .video-info h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .video-info p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .video-info > div > div {
    bottom: 20px;
  }
}
@media only screen and (min-width: 980px ) {
  .video-embed.video-open {
    height: 500px;
    padding-bottom: 56.25%;
  }
}
.video-playlist-slide {
  position: relative;
  overflow: hidden;
  width: 282px;
  height: 253px;
  float: left;
  margin-right: 15px;
}
.video-playlist-slide a {
  display: block;
  border: none;
}
.video-playlist-slide h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px 0 0 0;
}
.video-playlist-slide .video-slide-image img {
  width: 100%;
  height: 100%;
}
.video-playlist-slide .video-latest-play {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 9px;
  display: block;
}
/* ==========================================================================
	 Explore
============================================================================= */
.plan_card {
  position: relative;
}
@media only screen and (min-width: 980px ) {
  .plan_card {
    width: 345px;
    margin-right: 20px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 980px ) {
  .plan_card.loaded {
    transform: translateY(-70px);
    margin-bottom: -70px;
  }
}
.component_wrap {
  position: relative;
}
@media only screen and (min-width: 980px ) {
  .component_wrap.explore_mobile {
    display: none;
  }
}
.component_wrap.explore_desktop {
  display: none;
}
@media only screen and (min-width: 980px ) {
  .component_wrap.explore_desktop {
    display: block;
  }
}
@media only screen and (min-width: 740px ) {
  .component_wrap {
    overflow: hidden;
  }
}
.component_pair {
  position: relative;
}
@media only screen and (min-width: 740px ) {
  .component_pair_wrapper:before,
  .component_pair_wrapper:after {
    content: " ";
    display: table;
  }
  .component_pair_wrapper:after {
    clear: both;
  }
}
@media only screen and (min-width: 980px ) {
  .component_pair_inner {
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 980px ) {
  .experience_block {
    width: 540px;
  }
}
@media only screen and (min-width: 1220px ) {
  .experience_block {
    width: 753px;
  }
}
@media only screen and (min-width: 740px ) {
  .experience_cards.fs-carousel {
    display: block;
  }
}
@media only screen and (min-width: 980px ) {
  .experience_cards .fs-carousel-viewport {
    width: 445px;
  }
}
.experience_cards .fs-carousel-canister {
  overflow: visible;
}
.experience_cards .fs-carousel-item {
  margin: 0;
  opacity: 1;
  transition: opacity 0.5s ease,
			transform 0.5s ease;
}
@media only screen and (min-width: 740px ) {
  .experience_cards .fs-carousel-item {
    transform: translateX(0);
  }
}
.experience_cards .fs-carousel-item:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 740px ) {
  .experience_cards .fs-carousel-item:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px ) {
  .experience_cards .fs-carousel-item_previous {
    transform: translateX(-370px);
  }
}
@media only screen and (min-width: 1220px ) {
  .experience_cards .fs-carousel-item_previous {
    transform: translateX(-350px);
  }
}
.experience_card {
  overflow: hidden;
}
.experience_card_inner {
  position: relative;
}
.experience_card_initial {
  position: relative;
}
.explore_header .fs-dropdown {
  position: relative;
  display: none;
}
@media only screen and (min-width: 980px ) {
  .explore_header .fs-dropdown {
    display: block;
  }
}
.explore_header .fs-dropdown:after {
  background: url(../images/icons.png) no-repeat -210px -260px;
  background-image: url(../images/icons.svg), none;
  width: 10px;
  height: 11px;
  display: inline-block;
  position: relative;
  top: -31px;
  right: 18px;
  content: "";
  float: right;
  z-index: 5;
  transform: rotate(90deg);
}
.explore_header .fs-dropdown.fs-dropdown-open:after {
  transform: rotate(-90deg);
  top: -36px;
}
.explore_header .fs-dropdown-selected {
  height: 56px;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0 18px;
  border: none;
  position: static;
}
.explore_header .fs-dropdown-options {
  padding: 18px 18px 0 18px;
  background: #ffffff;
  border: none;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}
.explore_header .fs-dropdown-item {
  margin: 0 0 15px 0;
}
.explore_header .fs-dropdown-item:hover,
.explore_header .fs-dropdown-item.fs-dropdown-item_selected {
  background: transparent;
}
.explore_header.theme_teal .fs-dropdown-selected {
  background: #2fb2ab;
}
.explore_header.theme_red .fs-dropdown-selected {
  background: #bf2b45;
}
.explore_header.theme_orange .fs-dropdown-selected {
  background: #f0b336;
}
.explore_header.theme_purple .fs-dropdown-selected {
  background: #9a656c;
}
.explore_header.theme_blue .fs-dropdown-selected {
  background: #009bbb;
}
.explore_header.theme_green .fs-dropdown-selected {
  background: #98942c;
}
.explore_heading {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 70px;
}
.explore_heading:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #009bbb;
  display: block;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 979px ) {
  .explore_heading {
    margin-top: 0;
  }
}
.explore_heading:after {
  content: none;
}
.explore_description_wrap .explore_description.fs-swap-enabled {
  display: none;
}
.explore_description_wrap .explore_description.fs-swap-active {
  display: block;
}
.explore_description {
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
}
@media only screen and (max-width: 979px ) {
  .explore_description {
    display: none;
  }
}
@media only screen and (min-width: 980px ) {
  .explore_carousel_wrap.explore_carousel_wrap_mobile {
    display: none;
  }
}
.explore_carousel_wrap.explore_carousel_wrap_desktop {
  display: none;
}
@media only screen and (min-width: 980px ) {
  .explore_carousel_wrap.explore_carousel_wrap_desktop {
    display: block;
  }
}
.explore_carousel.fs-carousel.fs-carousel-enabled {
  position: static;
}
.explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-viewport {
  position: static;
}
.explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control {
  font-size: 0;
  position: absolute;
  top: 62%;
  width: 58px;
  height: 59px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 500px ) {
  .explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control {
    top: 57%;
  }
}
@media only screen and (min-width: 740px ) {
  .explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control {
    top: 57%;
  }
}
@media only screen and (min-width: 980px ) {
  .explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control {
    top: 44%;
  }
}
.explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control.fs-carousel-visible {
  background: rgba(0, 0, 0, 0.6);
}
.explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control.fs-carousel-visible:after {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 10px;
  width: 6px;
  background-image: url(../images/icons.svg), none;
  content: "";
}
.explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control_previous {
  left: 0;
}
.explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control_previous:after {
  background-position: -190px -260px;
}
.explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control_next {
  right: 0;
}
.explore_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control_next:after {
  background-position: -210px -260px;
}
.explore_cards .special_events_header {
  background: transparent;
}
.explore_cards.home_stories_cards {
  margin-top: 0;
}
.explore_swap {
  display: none;
}
.explore_everything .explore_card_wrap.fs-swap-enabled {
  display: block;
}
.explore_everything .explore_card.fs-swap-enabled {
  display: block;
}
.explore_card_wrap.fs-swap-enabled {
  display: none;
}
.explore_card_wrap.fs-swap-active {
  display: block;
}
.explore_card_wrap.theme_single {
  width: 308px !important;
}
.explore_card {
  width: 233px;
  height: 233px;
  margin-left: 8px;
}
@media only screen and (min-width: 980px ) {
  .explore_card {
    width: auto;
    height: auto;
    float: left;
    margin: 0;
  }
}
.explore_card_link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: none;
}
@media only screen and (min-width: 980px ) {
  .explore_card_link {
    margin: 0 8px 8px 0;
  }
}
.explore_card_link:hover {
  border: none;
  color: transparent;
}
.explore_card_link.video_icon .explore_card_inner {
  position: relative;
}
.explore_card_link.video_icon .explore_card_inner:before {
  width: 99px;
  height: 99px;
  content: "";
  background-image: url("http://s3.amazonaws.com/mtv-main-assets/files/features/icons/mv-webfeat_play_icon.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  position: absolute;
  right: -35px;
  top: 10px;
}
@media only screen and (min-width: 980px ) {
  .explore_card_link.theme_photo_long {
    width: 300px;
    height: 396px;
    float: left;
  }
}
@media only screen and (min-width: 980px ) {
  .explore_card_link.theme_text_square {
    width: 210px;
    height: 194px;
    padding: 10px;
    float: right;
  }
}
.explore_card_link.theme_text_square.red,
.explore_card_link.theme_text_wide.red {
  background: #46141c;
}
.explore_card_link.theme_text_square.green,
.explore_card_link.theme_text_wide.green {
  background: #8A9363;
}
.explore_card_link.theme_text_square.blue,
.explore_card_link.theme_text_wide.blue {
  background: #002c3d;
}
.explore_card_link.theme_text_square.teal,
.explore_card_link.theme_text_wide.teal {
  background: #003030;
}
.explore_card_link.theme_text_square.orange,
.explore_card_link.theme_text_wide.orange {
  background: #d9852d;
}
.explore_card_link.theme_text_square.purple,
.explore_card_link.theme_text_wide.purple {
  background: #46141c;
}
@media only screen and (min-width: 980px ) {
  .explore_card_link.theme_photo_square {
    width: 209px;
    height: 194px;
    float: right;
  }
}
@media only screen and (min-width: 980px ) {
  .explore_card_link.theme_photo_wide,
  .explore_card_link.theme_text_wide {
    width: 427px;
    height: 195px;
    clear: both;
    float: right;
  }
}
@media only screen and (min-width: 980px ) {
  .theme_text_wide {
    padding: 10px;
  }
}
.explore_card_background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 980px ) {
  .explore_card_background {
    -webkit-transition: transform 0.5s !important;
    transition: transform 0.5s !important;
  }
}
@media only screen and (min-width: 980px ) {
  .explore_card_background:hover {
    transform: scale(1.05);
  }
}
.explore_card_inner {
  color: #ffffff;
  height: 100%;
}
.theme_text_square .explore_card_inner,
.theme_text_wide .explore_card_inner {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.explore_card_tag_wrap {
  position: absolute;
  top: 33px;
  left: 25px;
}
.explore_card_tag {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 500;
}
.explore_card_tag:after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 13px;
}
.explore_card_heading_wrap {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 166px;
}
.explore_card_heading {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0;
}
.explore_card_text_wrap {
  text-align: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.explore_card_title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.explore_card_title:after {
  display: block;
  content: "";
  width: 42px;
  height: 1px;
  margin: 18px auto 10px;
}
.red .explore_card_title:after {
  background: #bf2b45;
}
.green .explore_card_title:after {
  background: #002c3d;
}
.blue .explore_card_title:after {
  background: #009bbb;
}
.teal .explore_card_title:after {
  background: #2fb2ab;
}
.orange .explore_card_title:after {
  background: #f0b336;
}
.purple .explore_card_title:after {
  background: #bf2b45;
}
.explore_card_text {
  color: #ffffff;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
/*-------------------------------------------
  Global Utilities
-------------------------------------------*/
.hide {
  display: none;
}
.show {
  display: block;
}
.click {
  cursor: pointer;
}
/*-------------------------------------------
  Mobile - Min
-------------------------------------------*/
#bigtree_bar_tab,
#bigtree_bar a {
  border: none;
}
.sizer-item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.callout img {
  max-width: 100%;
}
/* !Nav Plugins */
.shifter .shifter-page {
  background: #ece9e0;
  min-width: 300px;
}
.shifter-active .shifter-handle {
  background: none;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 50px;
  padding: 15px 0;
  text-indent: 0;
  text-transform: uppercase;
  width: auto;
}
.shifter-active .shifter-handle:before {
  background: url(../images/social-icons.png) no-repeat -504px 0px;
  background-image: url(../images/social-icons.svg), none;
  content: "";
  display: block;
  float: right;
  height: 12px;
  margin: 0 0 0 10px;
  width: 14px;
  opacity: 1;
}
#menu_icon_svg {
  fill: #46141c;
  height: 16px;
  width: 16px;
}
#menu_icon_svg path {
  fill: #46141c;
}
.shifter-active .shifter-navigation {
  width: 300px;
  overflow-y: scroll;
  right: 100%;
}
.shifter-active.shifter-open .shifter-navigation {
  right: 0;
}
.cursor {
  cursor: pointer;
}
.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-300px, 0px, 0px);
  -moz-transform: translate3D(-300px, 0px, 0px);
  -ms-transform: translate3D(-300px, 0px, 0px);
  -o-transform: translate3D(-300px, 0px, 0px);
  transform: translate3D(-300px, 0px, 0px);
}
/*
	.shifter-active.shifter-left.shifter-open .shifter-page,
	.shifter-active.shifter-left.shifter-open .shifter-header {
		-webkit-transform: translate3D(300px, 0px, 0px);
		   -moz-transform: translate3D(300px, 0px, 0px);
		    -ms-transform: translate3D(300px, 0px, 0px);
		     -o-transform: translate3D(300px, 0px, 0px);
		        transform: translate3D(300px, 0px, 0px);
	}
	*/
/* IE 10 ONLY */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* Right / Default */
  .shifter-active .shifter-navigation {
    right: 100%;
    -webkit-transform: translate3D(300px, 0px, 0px);
    -moz-transform: translate3D(300px, 0px, 0px);
    -ms-transform: translate3D(300px, 0px, 0px);
    -o-transform: translate3D(300px, 0px, 0px);
    transform: translate3D(300px, 0px, 0px);
  }
  /* Left */
  /*
		.shifter-active.shifter-left .shifter-navigation { left: 0;
			-webkit-transform: translate3D(-300px, 0px, 0px);
			   -moz-transform: translate3D(-300px, 0px, 0px);
			    -ms-transform: translate3D(-300px, 0px, 0px);
			     -o-transform: translate3D(-300px, 0px, 0px);
			        transform: translate3D(-300px, 0px, 0px);
		}
		*/
  .shifter-open .shifter-navigation {
    right: 0;
    -webkit-transform: translate3D(0px, 0px, 0px);
    -moz-transform: translate3D(0px, 0px, 0px);
    -ms-transform: translate3D(0px, 0px, 0px);
    -o-transform: translate3D(0px, 0px, 0px);
    transform: translate3D(0px, 0px, 0px);
  }
}
.naver.enabled {
  background: #f5f3ee;
  margin: 20px 0;
  -webkit-transition: none;
  transition: none;
}
.naver.open {
  background: #ffffff;
}
.naver.enabled .naver-handle {
  color: #36302a;
  color: rgba(0, 0, 0, 0.75);
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  height: auto;
  padding: 10px 20px;
  text-transform: uppercase;
}
.naver.enabled .naver-handle:before {
  background: url(../images/icons.png) no-repeat -25px -200px;
  background-image: url(../images/icons.svg), none;
  height: 15px;
  opacity: 0.5;
  width: 18px;
}
/* Icons */
.iconography {
  width: 100px;
  float: left;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.iconography img {
  width: 90px;
  padding: 5px;
}
.iconography a {
  border-bottom: 0px !important;
}
/* Layered Image */
.layered_image {
  position: relative;
  top: 0;
  left: 0;
}
.layered_image img {
  position: absolute;
  top: 0;
  left: 0;
}
.layered_image img.base {
  position: relative;
}
/* !Slide Tabs */
.slide_tabs,
.tab_menu .tab_link {
  border-bottom: 4px solid #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  margin: 0;
  padding: 0;
  text-align: left;
}
.slide_tabs .tab,
.tab_menu .tab_link {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 0 20px 0 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.slide_tabs {
  position: relative;
}
.slide_tabs .marker {
  background: #f0b336;
  bottom: -4px;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: background-color 0.25s ease, left 0.25s ease, width 0.25s ease;
  transition: background-color 0.25s ease, left 0.25s ease, width 0.25s ease;
}
.slide_tabs .tab:last-of-type {
  margin: 0;
}
.slide_tabs .tab.active {
  color: #ffffff;
}
.tab_menu {
  overflow: hidden;
}
.tab_menu .tab_link {
  margin: 0 0 0 2px;
}
.tab_menu .tab_link:after {
  background: url(../images/icons.png) no-repeat -210px -260px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 0 0 10px;
  opacity: 0.6;
  width: 6px;
}
.tab_menu.has_button .slide_tabs .tab:last-of-type {
  margin: 0 20px 0 0;
}
/* Pagination */
.pagination {
  margin: 30px 0;
}
.pagination a,
.pagination span,
.pagination .pager-position {
  color: #6c6054;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 40px;
  text-align: center;
}
.pagination a,
.pagination span {
  border: none;
  margin: 0;
  padding: 0 5px;
}
.pagination .active {
  color: #d9852d;
}
.pagination .pager-control {
  background: rgba(0, 0, 0, 0.1);
  height: 40px;
  position: relative;
  width: 40px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .pagination .pager-control,
.ie9 .pagination .pager-control,
.ie10 .pagination .pager-control {
  text-indent: -99999px;
}
.pagination .pager-control.enabled {
  display: block;
}
.pagination .pager-control:after {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: -6px 0 0 -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.pagination .pager-control.previous:after {
  background-position: -190px -260px;
}
.pagination .pager-control.next:after {
  background-position: -210px -260px;
}
/* Selecter */
.selecter {
  text-align: left;
  width: 100%;
  max-width: none;
}
.selecter .selecter-selected {
  background: #ffffff;
  border: 1px solid #e3e0da;
  border-radius: 0;
  height: 50px;
  padding: 15px 30px 15px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.selecter .selecter-selected:after {
  background: url(../images/icons.png) no-repeat -380px -225px;
  background-image: url(../images/icons.svg), none;
  content: "";
  height: 6px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
}
.selecter .selecter-selected,
.selecter .selecter-item {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selecter .selecter-options {
  border-color: #e3e0da;
  border-radius: 0;
  padding: 0 0 10px 0;
}
.selecter .selecter-group {
  background: transparent;
  border: none;
  color: #6c6054;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  overflow: hidden;
  margin: 10px 20px;
  padding: 0;
  text-transform: none;
  white-space: nowrap;
}
.selecter .selecter-group:after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 0 0 10px;
  width: 100%;
  vertical-align: middle;
}
.selecter .selecter-item {
  border: none;
  color: #a2988f;
  padding: 7px 20px;
}
.selecter .selecter-item.selected {
  background: none;
  color: #36302a;
}
.selecter .selecter-options,
.selecter.focus .selecter-selected,
.selecter.open .selecter-selected {
  box-shadow: none;
}
.selecter.open .selecter-selected {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.selecter.open .selecter-selected:after {
  background-position: -380px -235px;
}
/* Datepicker */
.datepicker {
  background: #36302a;
}
.datepicker .ui-datepicker {
  padding: 0;
  width: 100%;
}
.datepicker .ui-datepicker .ui-datepicker-header {
  background: #2fb2ab;
  padding: 0;
}
.datepicker .ui-datepicker .ui-datepicker-title {
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 45px;
  text-transform: uppercase;
}
.datepicker .ui-datepicker table {
  margin: 5%;
  width: 90%;
}
.datepicker .ui-datepicker th,
.datepicker .ui-datepicker td {
  background: transparent;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0;
  text-align: center;
  text-transform: none;
}
.datepicker .ui-datepicker th {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 7px;
}
.datepicker .ui-datepicker td span,
.datepicker .ui-datepicker td a {
  border: none;
  color: #ffffff;
  padding: 7px 0;
  text-align: center;
}
.datepicker .ui-datepicker .ui-priority-secondary {
  color: rgba(255, 255, 255, 0.6);
}
.datepicker .ui-datepicker .ui-state-active {
  background: #2fb2ab;
}
.datepicker .ui-datepicker .highlight a {
  color: #f5d258;
}
.datepicker .ui-datepicker .highlight a.ui-state-active {
  color: #ffffff;
}
.datepicker .ui-datepicker .ui-datepicker-prev,
.datepicker .ui-datepicker .ui-datepicker-next {
  border: none;
  cursor: pointer;
  height: 45px;
  top: 0;
  width: 45px;
}
.datepicker .ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.datepicker .ui-datepicker .ui-datepicker-next {
  right: 0;
}
.datepicker .ui-datepicker .ui-datepicker-prev span,
.datepicker .ui-datepicker .ui-datepicker-next span {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  height: 10px;
  margin: -5px 0 0 -3px;
  width: 6px;
}
.datepicker .ui-datepicker .ui-datepicker-prev span {
  background-position: -190px -260px;
}
.datepicker .ui-datepicker .ui-datepicker-next span {
  background-position: -210px -260px;
}
.datepicker .title {
  background: #2fb2ab;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #c8e3e2;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}
.datepicker .title:before {
  background: url(../images/icons.png) no-repeat -280px -360px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 16px;
}
/* !Picker */
.picker .picker-label,
.picker:hover .picker-label {
  color: #36302a;
}
.picker {
  overflow: visible;
}
.picker:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.picker.picker-checkbox .picker-handle,
.picker.picker-checkbox:hover .picker-handle {
  border-color: #b8b9b7;
  border-radius: 0;
}
.picker.picker-checkbox.checked .picker-flag {
  background-color: #ffffff;
  background: url(../images/icons.png) no-repeat -469px -223px;
  background-image: url(../images/icons.svg), none;
}
.picker.picker-radio .picker-handle,
.picker.picker-radio:hover .picker-handle {
  border-color: #b8b9b7;
}
.picker.picker-radio .picker-flag {
  border-radius: 100%;
  height: 10px;
  margin: 2px;
  width: 10px;
}
.picker.picker-radio:hover .picker-flag {
  background: #a2988f;
}
.picker.picker-radio.checked .picker-flag {
  background: #6c6054;
}
/* !Video Replace */
.video_replace .video_replace_wrapper {
  padding-top: 56.25%;
  position: relative;
}
.video_replace .video_replace_video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* !Tipper */
.tipper {
  z-index: 3;
}
body .tipper .tipper-caret {
  background: none;
  display: none !important;
  height: 0px;
  width: 0px;
}
body .tipper .tipper-content {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 0;
}
.tooltip {
  padding: 29px;
  text-align: center;
  white-space: normal;
  width: 320px;
}
.tooltip:after {
  background: #ffffff;
  bottom: -7px;
  content: "";
  height: 20px;
  margin: 0 0 0 -10px;
  position: absolute;
  left: 50%;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bottom .tooltip:after {
  bottom: auto;
  top: -7px;
}
.tooltip h4 {
  color: #8d2838;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 10px;
}
.tooltip p {
  color: #a2988f;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.4;
  margin: 10px 0 0;
}
.tooltip.flexible {
  padding: 15px 20px;
  width: auto;
}
.tooltip.flexible p {
  margin: 0;
  white-space: nowrap;
}
.encyclopedia_tooltip {
  padding: 29px;
  white-space: normal;
  width: 320px;
}
.encyclopedia_tooltip:after {
  background: #ffffff;
  bottom: -7px;
  content: "";
  height: 20px;
  margin: 0 0 0 -10px;
  position: absolute;
  left: 50%;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.encyclopedia_tooltip h4 {
  margin: 0 0 10px;
}
.encyclopedia_tooltip p {
  color: #a2988f;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  margin: 10px 0 0;
}
/* !Vote */
.vote {
  width: 100px;
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 7px;
  text-align: center;
}
.vote p {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 0px;
  font-weight: 900 !important;
}
/* !Quotes */
.quote_tags {
  text-align: right;
  font-style: italic;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
}
.quote_tags a,
.quote_tags a:visited,
.quote_tags a:hover {
  color: #36302a !important;
  text-decoration: none;
  border: 1px solid rgba(47, 178, 171, 0.5);
  background: rgba(47, 178, 171, 0.5);
  border-radius: 10px;
  padding: 4px;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  margin-left: 5px;
}
/* !Sharing */
.menu.share {
  line-height: 23px;
  padding: 0;
}
.menu.share .label {
  border: none;
  color: #36302a;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 15px 0 0;
  text-transform: uppercase;
}
.menu.share .icon {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: top;
}
.ie8 .menu.share .icon,
.ie9 .menu.share .icon,
.ie10 .menu.share .icon {
  text-indent: -99999px;
}
.menu.share .icon {
  border: none;
  height: 23px;
  width: 23px;
}
.menu.share .facebook {
  background-position: -190px -320px;
}
.menu.share .twitter {
  background-position: -215px -320px;
}
.menu.share .mailto,
.menu.share .email {
  background-position: -240px -320px;
}
.menu.share.light .label {
  color: #ffffff;
}
.menu.share.light .facebook {
  background-position: -190px -320px;
}
.menu.share.light .twitter {
  background-position: -215px -320px;
}
.menu.share.light .mailto {
  background-position: -240px -320px;
}
.menu.share a {
  border: 0px;
}
/* !Alert */
#alert {
  background: #f5d258;
  display: none;
  padding: 10px 0 15px;
  width: 100%;
  position: absolute;
  z-index: 99;
}
#alert p {
  color: #36302a;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#alert .close {
  background: url(../images/icons.png) no-repeat -50px -200px;
  background-image: url(../images/icons.svg), none;
  float: right;
  display: block;
  height: 15px;
  margin: 10px 0 0 20px;
  width: 15px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 #alert .close,
.ie9 #alert .close,
.ie10 #alert .close {
  text-indent: -99999px;
}
/* !Header */
#header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
#header .consistent {
  background: #322C26;
  height: 50px;
  overflow: hidden;
}
#header .consistent .link {
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 50px;
  padding: 17px 0;
  font-weight: 300;
  letter-spacing: 0.2px;
}
#header .consistent .link.subtle {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  padding: 14px 0;
}
#header .consistent .link.subtle.langselect {
  padding: 0;
}
#header .consistent .search_link {
  background: url(../images/icons.png) no-repeat -412px -200px;
  background-image: url(../images/icons.svg), none;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 26px;
  height: 17px;
  padding: 0;
  transform: rotate(90deg);
}
.ie8 #header .consistent .search_link,
.ie9 #header .consistent .search_link,
.ie10 #header .consistent .search_link {
  text-indent: -99999px;
}
#header .left {
  text-align: left;
}
#header .left .link {
  border: none;
  margin: 0 20px 0 0;
}
#header .right {
  text-align: right;
  padding: 11px 0;
}
#header .right .link {
  border: none;
  margin: 0 0 0 20px;
}
#header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
#header .logo {
  background: url(../images/icons.png) no-repeat 0 -75px;
  background-image: url(../images/icons.svg), none;
  border: none;
  display: block;
  height: 35px;
  margin: 30px auto 0;
  width: 260px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}
.ie8 #header .logo,
.ie9 #header .logo,
.ie10 #header .logo {
  text-indent: -99999px;
}
#header .logo .print {
  display: none;
}
#header .buttons {
  margin-top: 43px;
}
#header .search {
  margin-top: 50px;
}
#header .button {
  margin: 0 3px 0 0;
}
#header .search fieldset {
  float: right;
}
#header .search input {
  float: left;
}
#header .search .text {
  background: #ffffff;
  border: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 15px;
  width: 179px;
}
#header .search .submit {
  background: url(../images/icons.png) no-repeat 15px -247px;
  background-image: url(../images/icons.svg), none;
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 #header .search .submit,
.ie9 #header .search .submit,
.ie10 #header .search .submit {
  text-indent: -99999px;
}
#header .search .link {
  background: none;
  border-bottom: 4px solid #f0b336;
  color: #36302a;
  margin: 0 15px 0 0;
  padding: 5px 0;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 30px;
}
#header .search .link:hover {
  border-color: #ffffff;
}
#header .search .link:last-child {
  margin-right: 0;
}
#header .navigation {
  border: none;
  width: 100%;
  padding: 0 35px;
  position: relative;
}
#header .navigation .item {
  text-align: center;
  display: inherit;
  float: left;
  margin-right: 21px;
}
@media only screen and (min-width: 1220px ) {
  #header .navigation .item {
    margin-right: 67px;
  }
}
#header .navigation .item:first-child {
  text-align: left;
}
#header .navigation .item:last-child {
  text-align: right;
  margin-right: 0;
}
#header .navigation .item .positioner {
  padding: 0 0 0 18px;
}
.ie8 #header .navigation .item .positioner {
  padding: 0 0 0 10px;
}
#header .navigation .item:first-child .positioner,
#header .navigation .item:last-child .positioner {
  padding: 0;
}
#header .navigation .link {
  border-top: none;
  border-bottom: 4px solid transparent;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 14px 0 18px;
  width: 100%;
  text-shadow: 0px 0px 5px #000;
}
#header .navigation .dropdown .link {
  text-shadow: none;
}
#header .navigation .link.active {
  border-color: #36302a;
}
#header .navigation .positioner {
  position: static;
  display: block;
}
#header .navigation .dropdown {
  background: transparent;
  border-top: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  left: 0;
  margin: -4px 0 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  padding: 0;
  top: 64px;
  width: 100%;
  display: flex;
  align-content: stretch;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#header .navigation .dropdown:before {
  content: none;
  display: block;
  height: 4px;
  width: 125px;
  left: 0;
  position: absolute;
  top: 0;
  background: #ffffff;
  border: none;
}
#header .navigation .item:last-child .dropdown {
  left: auto;
  right: 0;
}
#header .navigation .item:last-child .dropdown:before {
  left: auto;
  right: 50px;
}
#header .navigation .dropdown_links {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40;
  -moz-column-gap: 40;
  column-gap: 40;
  width: 55%;
  padding: 20px 30px;
  position: relative;
}
#header .navigation .dropdown_links:before {
  content: "";
  background: #002c3d;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20px;
}
#header .navigation .dropdown .link {
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 10px 0;
  text-align: left;
  font-style: italic;
  border-top: 1px solid rgba(228, 225, 215, 0.15);
  padding: 15px 0;
}
#header .navigation .item:hover .dropdown {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: -webkit-transform 0.15s ease, opacity 0.15s linear;
  transition: -ms-transform 0.15s ease, opacity 0.15s linear;
  transition: transform 0.15s ease, opacity 0.15s linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header .navigation .dropdown_callout {
  width: 45%;
  padding: 50px 50px 30px 50px;
  text-align: left;
}
.dropdown_callout_label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #009bbb;
  text-transform: uppercase;
}
.dropdown_callout_heading {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 26px;
  margin: 9px 0 11px 0;
}
.dropdown_callout_description {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  color: #ece9e0;
  margin: 11px 0 0 0;
}
#header .navigation .dropdown_callout .dropdown_callout_photo img {
  display: none;
}
@media only screen and (min-width: 1220px ) {
  #header .navigation .dropdown_callout .dropdown_callout_photo img {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
  }
}
#header .consistent .tickets {
  text-transform: uppercase;
}
/* !Mobile Drawer */
#drawer {
  padding: 0;
}
#drawer .button {
  margin: 0 2px 0 0;
  background: #009bbb;
  float: none;
  display: block;
  text-align: center;
}
#drawer .navigation {
  margin: 0;
}
#drawer .navigation .link {
  border-bottom: 1px solid rgba(228, 225, 215, 0.15);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
  padding: 15px 50px 15px 20px;
}
#drawer .navigation .link:last-child {
  border: none;
}
#drawer .navigation .main_nav_item.fs-swap-enabled .main_nav_children {
  display: none;
}
#drawer .navigation .main_nav_item.fs-swap-active .main_nav_children {
  display: block;
}
#drawer .navigation .main_nav_item.fs-swap-active .js-swap {
  transform: rotate(180deg);
  top: 15px;
}
#drawer .navigation .main_nav_item.fs-swap-active .js-swap:after {
  top: 38px;
  right: 50px;
}
#drawer .navigation .main_nav_item_wrapper {
  background: #002c3d;
  position: relative;
}
#drawer .navigation .main_nav_item_wrapper .js-swap {
  background-image: none;
  padding: 25px 40px;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 0;
}
#drawer .navigation .main_nav_item_wrapper .js-swap:after {
  background: url(../images/social-icons.png) no-repeat -159px 0;
  background-image: url(../images/social-icons.svg), none;
  width: 12px;
  height: 12px;
  display: inline-block;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
}
#drawer .navigation .main_nav_children {
  background: #004059;
  padding: 10px 0 15px 0;
}
#drawer .navigation .main_nav_children .link {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
  border: none;
  padding: 10px 20px;
}
#drawer .drawer_buttons {
  padding: 25px;
  background: rgba(246, 241, 234, 0.7);
}
#drawer .drawer_buttons .links_heading {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  color: rgba(126, 123, 118, 0.5);
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
#drawer .drawer_buttons .links_heading:before,
#drawer .drawer_buttons .links_heading:after {
  content: "";
  display: block;
  background: #E4E1D7;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#drawer .drawer_buttons .links_heading:before {
  left: 0;
}
#drawer .drawer_buttons .links_heading:after {
  right: 0;
}
#drawer .drawer_buttons .link {
  padding: 12px 10px !important;
  background: #36302a;
  border: none;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  /* letter-spacing: 0.02em; */
  padding: 12px 20px;
  text-transform: uppercase;
  float: left;
  width: 50%;
  display: block;
  background: #ffffff;
  color: #36302a;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1px;
}
#drawer .drawer_buttons .link span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 7px;
}
#drawer .drawer_buttons .link.icon_heart span {
  background: url(../images/social-icons.png) no-repeat -403px 0;
  background-image: url(../images/social-icons.svg), none;
}
#drawer .drawer_buttons .link.icon_star span {
  background: url(../images/social-icons.png) no-repeat -424px 0;
  background-image: url(../images/social-icons.svg), none;
}
#drawer .drawer_buttons .link.icon_calendar span {
  background: url(../images/social-icons.png) no-repeat -342px 0;
  background-image: url(../images/social-icons.svg), none;
}
#drawer .drawer_buttons .link.icon_cart span {
  background: url(../images/social-icons.png) no-repeat -444px 0;
  background-image: url(../images/social-icons.svg), none;
}
#drawer .drawer_buttons .link.icon_fork span {
  background: url(../images/social-icons.png) no-repeat -465px 0;
  background-image: url(../images/social-icons.svg), none;
}
#drawer .drawer_buttons .link.icon_tours span {
  background: url(../images/social-icons.png) no-repeat -361px -19px;
  background-image: url(../images/social-icons.svg), none;
}
#drawer .drawer_buttons .link.icon_see span {
  background: url(../images/social-icons.png) no-repeat -403px -19px;
  background-image: url(../images/social-icons.svg), none;
}
#drawer .drawer_buttons .link.icon_map span {
  background: url(../images/social-icons.png) no-repeat -382px -19px;
  background-image: url(../images/social-icons.svg), none;
}
#drawer .search {
  margin: 0;
}
#drawer .search input {
  border: none;
  background: #ffffff;
}
#drawer .search .text {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  background: #ffffff;
  border-width: 1px 0 1px 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  height: 47px;
  line-height: 40px;
  padding: 0 0 0 15px;
  width: 170px;
}
#drawer .search .submit {
  background: url(../images/social-icons.png) no-repeat -483px 0;
  background-image: url(../images/social-icons.svg), none;
  background-color: #ffffff;
  border-width: 1px 1px 1px 0;
  height: 31px;
  width: 40px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 15px;
}
.ie8 #drawer .search .submit,
.ie9 #drawer .search .submit,
.ie10 #drawer .search .submit {
  text-indent: -99999px;
}
#drawer .address {
  border-top: 1px solid #ece9e0;
  padding: 20px 0 30px;
}
#drawer .address h2 {
  color: #36302a;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 10px;
}
#drawer .address time {
  color: #b8b9b7;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 10px;
}
#drawer .address p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  padding: 0 25px 0 0;
}
#drawer .contact .link {
  border: none;
  color: #36302a;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  overflow: hidden;
  padding: 5px 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#drawer .contact .link:before {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 10px 0 0;
  width: 20px;
  vertical-align: text-bottom;
}
#drawer .contact .link.mail:before {
  background-position: -60px -258px;
}
#drawer .contact .link.phone:before {
  background-position: -94px -260px;
}
#drawer .contact .link.directions:before {
  background-position: -124px -259px;
}
#drawer .contact .link.more:before {
  background-position: -157px -258px;
}
#drawer .info_callout_drawer {
  padding: 27px 20px;
}
#drawer .info_callout_inner {
  padding: 0 30px;
}
#drawer .info_callout_description {
  margin-top: 10px;
}
/* !Footer */
#footer {
  background: #36302a;
}
#footer .prefooter {
  background: #ffffff;
  padding: 40px 0;
}
#footer .prefooter h2 {
  color: #36302a;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 10px;
}
#footer .prefooter time {
  color: #b8b9b7;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 10px;
}
#footer .prefooter p {
  font-size: 16px;
  font-size: 1rem;
}
#footer .prefooter img {
  margin: 10px 0 20px 0;
  max-width: 100%;
}
#footer .contact .link {
  border-bottom: 1px solid #e3e0da;
  color: #36302a;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  overflow: hidden;
  padding: 15px 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
#footer .contact .link:before {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 15px;
  width: 20px;
  vertical-align: text-bottom;
}
#footer .contact .link:last-child {
  border: none;
}
#footer .contact .link.mail:before {
  background-position: -60px -258px;
}
#footer .contact .link.phone:before {
  background-position: -94px -260px;
}
#footer .contact .link.directions:before {
  background-position: -124px -259px;
}
#footer .contact .link.more:before {
  background-position: -157px -258px;
}
#footer .navigation {
  padding: 40px 0 0;
}
#footer .footer h3 {
  color: #cbab8c;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
}
#footer .consistent {
  margin-bottom: 10px;
}
#footer .consistent .link {
  border: none;
  color: #ffffff;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
}
#footer .connect {
  -webkit-transition: none;
  transition: none;
}
#footer .social {
  margin-bottom: 20px;
}
#footer .social h4 {
  margin-bottom: 20px;
}
#footer .social .link {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  border: none;
  display: block;
  float: left;
  height: 30px;
  margin: 0 10px 0 0;
  width: 30px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 #footer .social .link,
.ie9 #footer .social .link,
.ie10 #footer .social .link {
  text-indent: -99999px;
}
#footer .social .link.facebook {
  background-position: 0 -295px;
}
#footer .social .link.twitter {
  background-position: -30px -295px;
}
#footer .social .link.pinterest {
  background-position: -60px -295px;
}
#footer .social .link.youtube {
  background-position: -90px -295px;
}
#footer .social .link.instagram {
  background-position: -120px -295px;
}
#footer .social .link.vimeo {
  background-position: -150px -295px;
}
#footer .newsletter fieldset:before {
  background: url(../images/icons.png) no-repeat -13px -247px;
  background-image: url(../images/icons.svg), none;
  background-color: #ffffff;
  border-width: 1px 1px 1px 0;
  content: "";
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 #footer .newsletter fieldset:before,
.ie9 #footer .newsletter fieldset:before,
.ie10 #footer .newsletter fieldset:before {
  text-indent: -99999px;
}
#footer .newsletter input {
  float: left;
}
#footer .newsletter .text {
  background: #ffffff;
  border: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  height: 40px;
  line-height: 38px;
  width: 175px;
}
#footer .newsletter .submit {
  background: #f0b336;
  margin: 0 0 0 2px;
  padding: 12px 20px;
}
#footer .postfooter {
  border-top: none;
  margin-top: 0;
  padding: 30px 0 0;
}
#footer .badges {
  margin-bottom: 20px;
}
#footer .badge {
  background: url(../images/badges.png) no-repeat 0 0;
  border: none;
  display: block;
  float: left;
  height: 111px;
  margin: 0 10px 0 0;
  width: 111px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 #footer .badge,
.ie9 #footer .badge,
.ie10 #footer .badge {
  text-indent: -99999px;
}
#footer .badge.navigator {
  background-position: 0 0;
}
#footer .badge.tripadvisor {
  background-position: -111px 0;
}
#footer .final {
  margin-top: 20px;
}
#footer .final .link {
  border: none;
  color: #cbab8c;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin: 0 0 5px;
}
#footer .copyright {
  color: #cbab8c;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
/* !Page Header */
.page_header .wallpapered {
  background: #000000;
  height: 160px;
  margin: 0 0 30px;
}
.page_header h1 {
  color: #36302a;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 10px;
}
.page_header.white {
  background: #ffffff;
}
.page_header.tall .wallpapered {
  height: auto;
  padding: 200px 0 30px;
  position: relative;
}
.page_header.tall .wallpaper:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.page_header.tall .positioned {
  position: relative;
  z-index: 2;
}
.page_header.tall h1 {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.page_header.logo {
  margin: 0;
}
.page_header.logo .wallpapered {
  height: auto;
  padding: 200px 0 50px;
}
.page_header.logo .logo {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.page_header.logo .button {
  display: none;
}
/* !Video Header */
.page_header.video .wallpapered {
  margin-bottom: 0;
}
.page_header.video .video_viewer {
  background: #000000;
  padding: 50px 0;
}
.page_header.video h1 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffffff;
}
@media screen and (min-width: 740px) {
  .page_header.video .video_viewer {
    padding: 75px 0;
  }
  .page_header.video h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* !Breadcrumb */
.breadcrumb {
  margin: 5px 0 0;
}
.breadcrumb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.breadcrumb .item {
  border: none;
  color: #36302a;
  display: block;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-transform: uppercase;
}
.breadcrumb .item:before {
  background: #ACAA9E;
  content: "";
  display: inline-block;
  margin: 0 10px 5px;
  height: 1px;
  width: 6px;
}
.breadcrumb .home {
  background: url(../images/icons.png) no-repeat 0 -200px;
  background-image: url(../images/icons.svg), none;
  height: 18px;
  width: 18px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .breadcrumb .home,
.ie9 .breadcrumb .home,
.ie10 .breadcrumb .home {
  text-indent: -99999px;
}
.breadcrumb .last {
  opacity: 0.6;
}
.page_header.tall .breadcrumb .item {
  color: #ffffff;
}
.page_header.tall .breadcrumb .home {
  background-position: 0 -220px;
}
/* !Subnavigation */
.subnavigation .block {
  background: #f5f3ee;
  border-top: 4px solid #8f7b64;
  padding: 30px;
}
.subnavigation a {
  display: block;
  font-weight: 400;
}
.subnavigation .item {
  border: none;
  color: #36302a;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 5px 10px;
}
.subnavigation .item:last-child {
  margin: 0;
}
.subnavigation .child {
  border-bottom: 1px solid #ece9e0;
  color: #bf2b45;
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: italic;
  padding: 12px 10px;
}
.subnavigation .child:last-child {
  border-color: transparent;
}
.subnavigation .child.active {
  color: #36302a;
}
.subnavigation .block.current {
  background: #ffffff;
  border-color: #bf2b45;
}
.subnavigation .block.current .item {
  margin: 0;
}
.full_bar.intro .subnavigation .block {
  background: #f5f3ee;
  margin-top: 0;
}
.full_bar.intro .subnavigation.naver.enabled {
  margin-top: 0;
  margin-bottom: 40px;
}
.full_bar.intro .subnavigation .naver-handle {
  background: #f5f3ee;
}
/* !Subbrand */
.subbrand {
  text-align: center;
}
.subbrand a,
.subbrand a:hover {
  border: none;
}
/* !Page */
.page_content {
  margin-bottom: 50px;
}
.page_content .block_left,
.page_content .block_right,
.page_content .block_center {
  max-width: 100%;
}
.page_content img {
  max-width: 100%;
}
.page_content p .button {
  clear: both;
  display: inline-block;
  float: none;
  margin: 0 10px 10px 0;
}
/* !Text Styles */
ol li {
  padding-left: 0;
}
/* !Home */
div.info_callout_mobile_buttons {
  text-align: center;
}
/* !iframe Layout */
#iframeapp {
  margin-top: 50px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
/* !Home Feature */
.home_feature {
  position: relative;
}
.home_feature.roller .roller-viewport {
  overflow: hidden;
}
.home_feature.roller .roller-canister {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.home_feature .feature {
  background: #000000;
  height: 450px;
  position: relative;
}
.home_feature .feature:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.home_feature .content {
  bottom: 25px;
  opacity: 1;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
  -webkit-transition: opacity 0.5s linear 0.5s;
  transition: opacity 0.5s linear 0.5s;
}
@media only screen and (max-width: 979px ) {
  .home_feature .content {
    display: none;
  }
}
.home_feature h2 {
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.home_feature p {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0 0 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.home_feature .button {
  float: none;
  display: inline-block;
  margin-top: 24px;
}
.home_feature .controls,
.home_feature .controls.visible {
  display: none;
}
.home_feature .visible .content {
  opacity: 1;
}
/* !Flickr Photos Module */
h4.subtitle {
  margin-top: -20px;
}
.flickr-set {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.flickr-title {
  width: 220px;
}
.flickr-title p {
  font-size: 11px;
  line-height: 0;
}
.flickr-title h4 {
  height: 40px;
}
.flickr-image a {
  left: 10px;
  position: relative;
  top: 38px;
  width: 40px;
  font-weight: bold;
  text-align: center;
  background: #F0B336;
  color: #000;
  text-decoration: none;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  curstor: arrow;
}
.share_breadcrumb {
  float: right;
  width: 150px;
  text-align: right;
}
/* !Media Gallery */
.media_gallery {
  background: #f5f3ee;
  overflow: hidden;
}
.media_gallery .header {
  margin-top: 0;
}
.media_gallery .item {
  margin: 0 10px 0 0;
}
.media_gallery .link {
  border: none;
  display: block;
  height: 225px;
  margin: 0 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 250px;
}
.media_gallery img {
  height: 100%;
  margin-left: -55px;
}
.media_gallery .video {
  position: relative;
}
.media_gallery .video:after {
  background: url(../images/icons.png) no-repeat 0 -340px;
  background-image: url(../images/icons.svg), none;
  content: "";
  height: 54px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 54px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .media_gallery .video:after,
.ie9 .media_gallery .video:after,
.ie10 .media_gallery .video:after {
  text-indent: -99999px;
}
.media_gallery .link figcaption {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.9) 100%);
}
.media_gallery .link p {
  color: #ffffff;
  display: table-cell;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  vertical-align: bottom;
}
.media_gallery h2 {
  margin: 0 0 5px;
}
.media_gallery p {
  color: #645f5a;
  font-style: italic;
  margin: 0 0 30px;
}
.media_gallery .button {
  margin-top: 30px;
}
.media_gallery .positioner {
  position: relative;
}
.media_gallery .controls.visible {
  display: block;
}
.media_gallery .control {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 65px;
  z-index: 2;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .media_gallery .control,
.ie9 .media_gallery .control,
.ie10 .media_gallery .control {
  text-indent: -99999px;
}
.media_gallery .control.enabled {
  display: block;
}
.media_gallery .control:after {
  content: "";
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
}
.media_gallery .control:after {
  display: block;
  height: 10px;
  width: 6px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.media_gallery .control.previous {
  left: 0;
}
.media_gallery .control.next {
  right: 0;
}
.media_gallery .control.previous:after {
  background-position: -190px -260px;
}
.media_gallery .control.next:after {
  background-position: -210px -260px;
}
.touch .media_gallery .controls,
.touch .media_gallery .controls.visible {
  display: none;
}
/* Tabbed Content */
.contenttabs {
  height: 60px;
  margin-top: 15px;
}
.contenttabs .tab {
  width: auto;
  padding: 5px 15px;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 4px solid #d0cdc3;
  font-weight: 500;
  font-size: 0.8125rem;
}
.contenttabs .active {
  border-bottom: 4px solid #f0b336;
}
/* !Media Gallery - Full */
.media_gallery.full {
  background: none;
  padding: 0 0 50px;
}
.media_gallery.full .link {
  height: 185px;
  margin-bottom: 4px;
  width: 100%;
}
.media_gallery.full img {
  height: auto;
  margin: 0;
  width: 100%;
}
/* !Page Callouts */
.page_callouts {
  margin: 50px 0 20px;
}
/* .page_callouts a { border: none; } */
.page_callouts.full {
  margin: 0;
}
.page_callouts .jump_links {
  padding-left: 20px;
  padding-right: 20px;
}
/* !Sidebar Callouts */
.sidebar {
  clear: right;
}
.advanced_intro .sidebar {
  margin-top: 30px;
}
.sidebar.bottom {
  margin-bottom: 50px;
  margin-top: 0;
}
.sidebar_callouts .callout {
  background: #000000;
  margin: 20px 0 0;
  overflow: hidden;
  padding: 30px;
}
.sidebar_callouts .callout .image {
  margin: 0;
  overflow: hidden;
}
.sidebar_callouts .callout img {
  display: block;
  width: 100%;
}
.sidebar_callouts .callout h3 {
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sidebar_callouts .callout h4 {
  color: #ffffff;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 20px 0 0;
  text-transform: none;
}
.sidebar_callouts .callout p {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 5px 0 0;
}
.sidebar_callouts .callout .links {
  border-top: 1px solid #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  clear: both;
  margin: 25px 0 0;
  padding: 15px 0 0;
}
.sidebar_callouts .callout .link {
  border: none;
  color: #ffffff;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 15px 0;
  text-transform: uppercase;
}
.sidebar_callouts .callout .link:last-child {
  margin-bottom: 0;
}
.sidebar_callouts .callout .email:before,
.sidebar_callouts .callout .phone:before {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.sidebar_callouts .callout .email:before {
  background-position: -310px -259px;
  height: 18px;
  width: 20px;
}
.sidebar_callouts .callout .phone:before {
  background-position: -343px -260px;
  height: 18px;
  width: 20px;
}
/* !Contact */
.sidebar_callouts .contact {
  background: #006160;
}
.sidebar_callouts .contact h3 {
  padding: 0 10px 0 0;
}
.sidebar_callouts .contact h3:before {
  background: url(../images/icons.png) no-repeat -375px -260px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  float: left;
  height: 24px;
  margin: -4px 10px 0 0;
  width: 30px;
}
/* !Flexible */
.sidebar_callouts .flexible.red {
  background-color: #8d2838;
}
.sidebar_callouts .flexible.blue {
  background-color: #00597a;
}
.sidebar_callouts .flexible.green {
  background-color: #959c72;
}
.sidebar_callouts .flexible.teal {
  background-color: #006160;
}
.sidebar_callouts .flexible.brown {
  background-color: #9d6120;
}
.sidebar_callouts .flexible.purple {
  background-color: #9a656c;
}
/* !Subtext */
.sidebar_callouts .subtext {
  background: none;
  padding: 0 30px;
}
.sidebar_callouts .subtext p {
  color: #6c6054;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.3;
  margin: 15px 0;
}
/* !Teacher Resources */
.sidebar_callouts .teacher {
  background: #f5f3ee;
  margin: 0px;
}
.sidebar_callouts .teacher img {
  float: left;
  width: 20px;
  margin-right: 10px;
}
.sidebar_callouts .teacher menu a {
  text-decoration: none !important;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif !important;
  font-style: normal !important;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  font-weight: bold !important;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 0px;
}
/* !Share */
.sidebar_callouts .share {
  background: #f5f3ee;
}
/* !weather */
.sidebar_callouts .weather {
  background: #f5f3ee;
  overflow: visible;
}
/* !key information */
.sidebar_callouts .keyinfo {
  background: #f5f3ee;
  overflow: visible;
}
.sidebar_callouts .keyinfo h3 {
  color: #000000;
}
.sidebar_callouts .keyinfo table tbody tr td {
  padding: 7px 0px;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
}
.sidebar_callouts .keyinfo table tbody tr td.label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  padding-right: 5px;
  font-weight: bold;
}
.sidebar_callouts .keyinfo table {
  margin: 0px;
}
/* !open Table */
.sidebar_callouts .opentable {
  background: #f5f3ee;
  overflow: visible;
}
.sidebar_callouts #OT_searchWrapperAll,
.sidebar_callouts #OT_searchWrapper {
  height: auto;
}
.sidebar_callouts #OT_searchWrapperAll .OT_TableButton {
  background: url(../images/btn_opentable.png);
  height: 0;
  padding: 51px 0 0 160px;
  margin: 20px 0 0;
  width: 0;
}
.sidebar_callouts #OT_searchWrapperAll .OT_feedTitle {
  color: #36302a;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 0;
  position: static;
  text-transform: none;
  text-align: left;
  width: 100%;
}
.sidebar_callouts #OT_defList {
  position: static;
  width: 100%;
}
.sidebar_callouts #OT_defList dt,
.sidebar_callouts #OT_defList dd {
  clear: both;
  margin: 0 0 10px;
  position: static;
  width: auto;
}
.sidebar_callouts #OT_defList dt {
  color: #6c6054;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  text-align: left;
}
.sidebar_callouts #OT_searchWrapper .feedFormField,
.sidebar_callouts #OT_searchWrapper .feedFormField option {
  margin: 0;
  width: 100%;
}
.sidebar_callouts #OT_searchWrapper #startDate,
.sidebar_callouts #OT_searchWrapper .OT_feedFormfieldCalendar {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  width: 100%;
}
.sidebar_callouts #OT_defList #dateDisplay {
  color: #a2988f;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  float: none;
  margin: 5px 0 0;
}
.sidebar_callouts #OT_date .imgCal {
  background: #ffffff;
  border-top: 1px solid #f5f3ee;
  margin-top: -24px;
  padding: 15px;
  width: 100%;
}
.sidebar_callouts #OT_date #imageCal,
.sidebar_callouts #OT_date #imageCal table {
  margin: 0;
  width: 100%;
}
.sidebar_callouts #OT_date #imageCal td {
  background: #ffffff;
  border: none;
}
.sidebar_callouts #OT_date .spacer {
  display: none;
}
.sidebar_callouts #OT_date #imageCal .monthRow {
  margin: 0 0 10px;
}
.sidebar_callouts #OT_date #imageCal .months {
  color: #36302a;
  height: 15px;
  line-height: 15px;
}
.sidebar_callouts #OT_date #imageCal .leftArrowTd,
.sidebar_callouts #OT_date #imageCal .rightArrowTd {
  width: 20px;
}
.sidebar_callouts #OT_date #imageCal .leftArrowLink img,
.sidebar_callouts #OT_date #imageCal .rightArrowLink img {
  display: none;
}
.sidebar_callouts #OT_date #imageCal .leftArrowLink,
.sidebar_callouts #OT_date #imageCal .rightArrowLink {
  border: none;
  display: block;
  height: 20px;
  width: 20px;
}
.sidebar_callouts #OT_date #imageCal .leftArrowLink {
  float: left;
}
.sidebar_callouts #OT_date #imageCal .rightArrowLink {
  float: right;
}
.sidebar_callouts #OT_date #imageCal .leftArrowLink:after,
.sidebar_callouts #OT_date #imageCal .rightArrowLink:after {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 10px;
  margin: 5px 0 0 7px;
  width: 6px;
}
.sidebar_callouts #OT_date #imageCal .leftArrowLink:after {
  background-position: -400px -225px;
}
.sidebar_callouts #OT_date #imageCal .rightArrowLink:after {
  background-position: -420px -225px;
}
.sidebar_callouts #OT_date #imageCal .weekdays {
  color: #a2988f;
}
.sidebar_callouts #OT_date #imageCal .clickableDays a,
.sidebar_callouts #OT_date #imageCal .nonclickableDays a {
  border: none;
  display: block;
}
.sidebar_callouts #OT_date #imageCal .clickableDays,
.sidebar_callouts #OT_date #imageCal .nonclickableDays {
  color: #6c6054;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
}
.sidebar_callouts #OT_date #imageCal .nonclickableDays {
  color: #ece9e0;
}
.sidebar_callouts #OT_logo {
  clear: both;
  border-top: 1px solid #ece9e0;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 25px 0 0;
  padding: 25px 0 0;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}
.sidebar_callouts #OT_logo a {
  border: none;
  color: #a2988f;
  font-weight: 600;
}
/* !Sign up */
.sidebar_callouts .subscribe {
  background: #f5f3ee;
  margin: 20px 0;
  padding: 30px;
  text-align: left;
}
.sidebar_callouts .subscribe p.error {
  color: #ffffff;
}
.sidebar_callouts .subscribe fieldset {
  margin: 30px auto 0;
  position: relative;
}
.sidebar_callouts .subscribe fieldset p {
  margin: 0 0 15px;
}
.sidebar_callouts .subscribe .text {
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 17px 20px;
  width: 100%;
}
.sidebar_callouts .subscribe .button {
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  float: right;
  width: 100%;
}
.sidebar_callouts .subscribe form p.subtext {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 15px 0 0;
  padding: 0;
}
/* !Embellished Header */
.embellished_header {
  text-align: center;
}
.embellished_header h2 {
  color: #36302a;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.embellished_header h2 span {
  display: inline-block;
  position: relative;
}
.embellished_header p {
  color: #6c6054;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.3;
  margin: 10px 0 0;
}
.embellished_header .link {
  border: none;
  color: #36302a;
  display: block;
  font-weight: 400;
  margin: 10px 0 0 15px;
}
.embellished_header .link:after {
  background: url(../images/icons.png) no-repeat -420px -225px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 0 0 10px;
  width: 6px;
}
.embellished_header.light h2 {
  color: #ffffff;
}
.embellished_header.light h2:before,
.embellished_header.light h2:after {
  border-color: #ffffff;
}
.embellished_header.light h2 span:before,
.embellished_header.light h2 span:after {
  border: 1px solid #ffffff;
}
.embellished_header.light p {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
}
.embellished_header.light .link {
  color: #ffffff;
}
.embellished_header.light .link:after {
  background-position: -210px -260px;
}
/* !Happending Header */
.happening_header {
  text-align: center;
}
.happening_header h2 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0;
}
.happening_header p {
  color: #8f7b64;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 20px 20px;
}
.happening_header .link {
  border: none;
  color: #36302a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin: 10px 0 0 15px;
}
.happening_header .link:after {
  background: url(../images/icons.png) no-repeat -420px -225px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 0 0 10px;
  width: 6px;
}
.happening_header .select_wrap {
  margin: 0 auto;
  padding: 5px 4px 10px;
  width: 300px;
}
.happening_header .menu .label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  display: inline-block;
  margin: 0 20px 0 0;
}
.happening_header .tabs {
  display: inline-block;
  margin: 20px 0 40px;
}
.happening_header .tab {
  color: #8f7b64;
}
.happening_header .tab.active {
  color: #36302a;
}
.happening_header .slide_tabs {
  border-color: rgba(143, 123, 100, 0.15);
}
.happening_header .slide_tabs.tabs .marker {
  background: #f0b336;
}
/* Feature Block */
.feature_block {
  overflow: hidden;
}
.feature_block .type {
  color: #ffffff;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 20px 25px;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.feature_block .type:after {
  border: 1px solid #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px 0;
  content: "";
  display: block;
  height: 3px;
  margin: 10px 0 0;
  width: 30px;
}
.feature_block .icon {
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  z-index: 2;
}
.feature_block .content {
  padding: 20px 25px;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.feature_block h3 {
  color: #ffffff;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 0 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.feature_block p {
  color: #ece9e0;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.feature_block .sub_heading .date,
.feature_block .sub_heading .location {
  color: #ece9e0;
}
.feature_block .sub_heading .date:before {
  background-position: -280px -360px;
}
.feature_block .sub_heading .location:before {
  background-position: -305px -360px;
}
.feature_block.video {
  position: relative;
}
.feature_block.video:after {
  background: url(../images/icons.png) no-repeat 0 -340px;
  background-image: url(../images/icons.svg), none;
  content: "";
  height: 54px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 54px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .feature_block.video:after,
.ie9 .feature_block.video:after,
.ie10 .feature_block.video:after {
  text-indent: -99999px;
}
.feature_block .background {
  background: #000000;
  border: none;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.feature_block.full {
  background-color: #000000;
  margin-top: 50px;
  margin-bottom: 50px;
}
.feature_block.full .background {
  padding: 56.25% 0 0;
}
.feature_block.full .column {
  position: relative;
}
.feature_block.full .content {
  padding: 25px;
}
.feature_block.full .type {
  margin-bottom: 0;
}
.feature_block.full p {
  color: rgba(255, 255, 255, 0.6);
}
.feature_block.full .link {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 20px 0 0;
  text-transform: uppercase;
}
.feature_block.full.red {
  background-color: #8d2838;
}
.feature_block.full.blue {
  background-color: #00597a;
}
.feature_block.full.green {
  background-color: #959c72;
}
.feature_block.full.teal {
  background-color: #006160;
}
.feature_block.full.brown {
  background-color: #9d6120;
}
.feature_block.full.purple {
  background-color: #9a656c;
}
/* Image Block */
.image_block .background:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
}
.image_block .button {
  color: #2f2e2c;
  margin: 20px 0 5px;
}
.event_block {
  margin: 20px 0;
}
.event_block.exhibit .logo {
  display: none;
}
.feature_block.callout {
  margin: 20px 0;
}
.color_block {
  background: #000000;
  margin: 20px 0;
  padding: 40px;
}
.color_block.red {
  background-color: #8d2838;
}
.color_block.blue {
  background-color: #00597a;
}
.color_block.green {
  background-color: #959c72;
}
.color_block.teal {
  background-color: #006160;
}
.color_block.brown {
  background-color: #9d6120;
}
.color_block.purple {
  background-color: #9a656c;
}
.color_block h3 {
  color: #ffffff;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 0 5px;
}
.color_block p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.color_block .button {
  color: #2f2e2c;
  margin: 20px 0 0;
}
/* Card Block */
.card_block {
  background: #ffffff;
  margin: 20px 0;
  overflow: hidden;
  padding: 40px;
}
.card_block h3 {
  margin-top: 0;
}
.card_block hr {
  border-color: #ece9e0;
  border-width: 1px 0;
}
.card_block p {
  color: #6c6054;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.card_block img {
  display: block;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
.callout_full {
  margin: 50px 0;
}
.callout_full.stacked {
  margin-top: -30px;
}
.callout_full .color_block,
.callout_full .card_block {
  margin: 0;
}
.card_callouts {
  margin: 50px 0 30px;
}
.card_callouts .card_block {
  margin-bottom: 20px;
}
/* Text Block */
.text_block {
  margin: 0;
  overflow: hidden;
  padding: 30px 0 10px;
}
.text_block.bordered {
  border: none;
  border-top: 1px solid #d0cdc3;
}
.text_block h3 {
  margin: 0;
  padding-top: 10px;
}
.text_block p {
  color: #6c6054;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: 10px;
}
.text_block img {
  display: block;
  float: left;
  margin: 0 auto 20px;
}
.text_block .button {
  margin-bottom: 20px;
}
/* Image Block - full */
.image_block_full.light {
  background: #f5f3ee;
}
.image_block_full h2 {
  margin-bottom: 20px;
}
.image_block_full img {
  margin: 25px 0;
  max-width: 100%;
}
/* Feature Grid */
.feature_grid.brown {
  background: #36302a;
}
.feature_grid.tan {
  background: #ece9e0;
}
.feature_grid.black {
  background: #2f2e2c;
}
.feature_grid .header {
  margin-bottom: 50px;
}
.feature_grid .wrapper,
.feature_grid .grid {
  overflow: hidden;
}
.feature_grid.animated .wrapper {
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.feature_grid .feature_block {
  margin-bottom: 10px;
  padding: 0 5px;
}
.feature_grid .feature_block .pad {
  background-color: rgba(143, 123, 100, 0.15);
}
.feature_grid .feature_block .background {
  opacity: 1;
  -webkit-transition: background 0.15s linear, opacity 0.25s linear !important;
  transition: background 0.15s linear, opacity 0.25s linear !important;
}
.feature_grid .feature_block.new .background,
.feature_grid.loading .feature_block .background {
  opacity: 0;
}
.feature_grid .feature_block.red .background {
  background-color: #8d2838;
}
.feature_grid .feature_block.blue .background {
  background-color: #00597a;
}
.feature_grid .feature_block.green .background {
  background-color: #959c72;
}
.feature_grid .feature_block.teal .background {
  background-color: #006160;
}
.feature_grid .feature_block.brown .background {
  background-color: #9d6120;
}
.feature_grid .feature_block.purple .background {
  background-color: #9a656c;
}
.feature_grid .feature_block.image_block .background {
  background-color: #42403c;
}
.feature_grid .footer .contained {
  padding: 0 5px;
}
.feature_grid .footer .button {
  background: #e2ded0;
  background: rgba(255, 255, 255, 0.1);
  color: #ece9e0;
  width: 100%;
}
.feature_grid .footer .button:after {
  background: url(../images/icons.png) no-repeat -310px -225px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 6px;
  margin: 10px auto 0;
  width: 10px;
}
.feature_grid.tan .footer .button {
  background: rgba(143, 123, 100, 0.15);
  color: #36302a;
}
.feature_grid.tan .footer .button:after {
  background-position: -310px -235px;
}
.feature_grid.tan .header h2 {
  color: #36302a;
}
.feature_grid.tan .header p {
  color: #36302a;
}
.feature_grid.tan .header h2:before,
.feature_grid.tan .header h2:after {
  background: #6c6054;
}
.feature_grid.tan .header h2 span:before,
.feature_grid.tan .header h2 span:after {
  border: 1px solid #36302a;
}
/* Portrait Rotater */
.portrait_rotater {
  background: #000;
  overflow: hidden;
}
.portrait_rotater .header {
  padding: 40px 0 20px;
}
.portrait_rotater .positioner {
  position: relative;
}
.portrait_rotater .background {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.portrait_rotater .content {
  padding: 10px 0 30px;
  position: relative;
  z-index: 2;
}
.portrait_rotater .footer {
  text-align: center;
}
.portrait_rotater .footer .button {
  color: #36302a;
  display: inline-block;
  float: none;
  margin: 0 0 10px;
}
.portrait_rotater .footer .button.load:before {
  background: url(../images/icons.png) no-repeat -414px -260px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  float: left;
  height: 18px;
  margin: -3px 10px 0 0;
  width: 15px;
}
.portrait_rotater .callout {
  margin-bottom: 50px;
  opacity: 1;
  text-shadow: 0 0 3px #000000;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.4s linear 0.1s;
  transition: -ms-transform 0.5s ease, opacity 0.4s linear 0.1s;
  transition: transform 0.5s ease, opacity 0.4s linear 0.1s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portrait_rotater .callout h3 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 0 10px;
}
.portrait_rotater .callout .button {
  color: #ffffff;
}
.portrait_rotater .callout img {
  display: none;
}
.portrait_rotater .callout.first h3 {
  color: #f5d258;
}
.portrait_rotater .callout.first .button {
  border-color: #f5d258;
}
.portrait_rotater .callout.second {
  text-align: right;
}
.portrait_rotater .callout.second h3 {
  color: #c8e3e2;
}
.portrait_rotater .callout.second .button {
  border-color: #c8e3e2;
  float: right;
}
.portrait_rotater .callout.loading {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.4s linear 0s;
  transition: -ms-transform 0.5s ease, opacity 0.4s linear 0s;
  transition: transform 0.5s ease, opacity 0.4s linear 0s;
}
.portrait_rotater .callout.loading.first {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.portrait_rotater .callout.loading.second {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* Sub Headings */
.sub_heading {
  margin: 20px 0;
  overflow: hidden;
}
.sub_heading .date,
.sub_heading .source,
.sub_heading .location {
  color: #a2988f;
  display: block;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 19px;
  margin: 0 0 5px;
  padding: 0 0 0 25px;
  position: relative;
  text-transform: uppercase;
}
.sub_heading .date {
  margin-right: 20px;
}
.sub_heading .date:before {
  background: url(../images/icons.png) no-repeat -280px -335px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 16px;
}
.sub_heading .source:before {
  background: #ACAA9E;
  content: "";
  display: block;
  left: 5px;
  margin: 0 10px 5px;
  height: 1px;
  position: absolute;
  top: 0;
  width: 6px;
}
.sub_heading .location:before {
  background: url(../images/icons.png) no-repeat -305px -335px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 19px;
  left: 2px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 11px;
}
/* Block Lists */
.block_list_header {
  margin-bottom: 0;
}
.block_list {
  margin-bottom: 20px;
}
.block_list .block_item {
  border: none;
  border-top: 1px solid #d0cdc3;
  color: #36302a;
  display: block;
  padding: 35px 0 40px;
}
.block_list .block_item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.block_list .block_item:first-child {
  border-color: transparent;
}
.block_list .block_item a {
  border: none;
}
.block_item .left_image {
  display: block;
  margin: 0 0 35px 0;
  width: 100%;
}
.block_list .block_item a.button.bordered {
  border-bottom: 4px solid #f0b336;
}
.block_list h3 {
  margin: 0 0 15px;
}
.block_list p {
  font-weight: 400;
}
.block_list .external h3:after {
  background: url(../images/icons.png) no-repeat -280px -260px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 0 10px;
  vertical-align: baseline;
  width: 16px;
}
.block_list .sub_heading {
  margin: 0;
}
.block_list.small h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
/* !Full Bar */
.full_bar {
  padding: 30px 0;
}
.full_bar .block_list_header {
  margin: 0;
}
.full_bar .block_list {
  margin-bottom: 0;
}
.full_bar.text_images.light {
  background: #f5f3ee;
}
.full_bar.text_images figure {
  margin: 20px 0;
  max-width: 100%;
}
.full_bar.text_images figure a {
  border: none;
}
.full_bar.text_images figure img {
  max-width: 100%;
}
.text_images .title_key {
  background: #bf2b45;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  float: left;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  height: 36px;
  line-height: 30px;
  margin: 4px 15px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}
/* !News Clippings */
.clippings {
  background: #f5f3ee;
}
/* !Signups */
.signup {
  text-align: center;
}
.signup .positioner {
  position: relative;
  z-index: 2;
}
.signup h2 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 10px 0 0;
}
.signup p {
  color: #8f7b64;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}
.signup fieldset {
  margin: 30px auto;
  position: relative;
}
.signup fieldset:before {
  background: url(../images/icons.png) no-repeat -320px -385px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 18px;
  left: 17px;
  position: absolute;
  top: 16px;
  width: 28px;
}
.signup .text {
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 2px;
  padding: 17px 20px 17px 60px;
  width: 100%;
}
.signup .button {
  background: #bf2b45;
  float: right;
  line-height: 16px;
  width: 100%;
}
.signup form p {
  font-size: 15px;
  font-size: 0.9375rem;
}
.signup.press h2 {
  color: #ffffff;
}
.signup.press p {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
}
.signup.press .button {
  background: #d9852d;
}
.signup.press fieldset:before {
  background-position: -280px -385px;
}
.signup_callout h2,
.signup_callout p {
  color: #ffffff;
}
.signup_callout p.error {
  color: #ffffff;
}
.signup_callout fieldset:before {
  background-position: -360px -385px;
}
.signup_callout .button {
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  float: right;
  width: 100%;
}
.signup_callout.red {
  background-color: #8d2838;
}
.signup_callout.blue {
  background-color: #00597a;
}
.signup_callout.green {
  background-color: #959c72;
}
.signup_callout.teal {
  background-color: #006160;
}
.signup_callout.brown {
  background-color: #9d6120;
}
.signup_callout.purple {
  background-color: #9a656c;
}
/* !Date Header */
.date_header {
  background: #f5f3ee;
  margin: 30px 0 40px;
}
.date_header .positioner {
  position: relative;
}
.date_header h3 {
  margin: 0;
  padding: 40px 0 50px;
  text-align: center;
}
.date_header .day {
  color: #8f7b64;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.date_header .date {
  color: #003030;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  padding: 0 40px;
}
.date_header .buttons {
  overflow: hidden;
}
.date_header .button {
  background: #003030;
  text-align: center;
  width: 100%;
}
.date_header .button.download {
  border-bottom: 1px solid #f5f3ee;
}
.date_header .control {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  display: block;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .date_header .control,
.ie9 .date_header .control,
.ie10 .date_header .control {
  text-indent: -99999px;
}
.date_header .control:after {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.date_header .control.previous {
  left: 0;
}
.date_header .control.next {
  right: 0;
}
.date_header .control.previous:after {
  background-position: -190px -260px;
}
.date_header .control.next:after {
  background-position: -210px -260px;
}
/* !Calendar */
.datepicker {
  display: none;
}
.calendar .legend {
  border-bottom: 1px solid #d0cdc3;
  margin: 20px 0 0;
  overflow: hidden;
  padding: 0 0 20px;
}
.calendar .legend .item {
  color: #36302a;
  clear: both;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin: 0 2% 0 0;
  width: 100%;
}
.calendar .legend .item:before {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  float: left;
  height: 18px;
  margin: 3px 8px 0 0;
  width: 16px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .calendar .legend .item:before,
.ie9 .calendar .legend .item:before,
.ie10 .calendar .legend .item:before {
  text-indent: -99999px;
}
.calendar .legend .item.fee:before {
  background-position: -280px -225px;
}
.calendar .legend .item.free:before {
  background-position: -260px -225px;
}
.calendar .legend .item.distances:before {
  background-position: -305px -200px;
}
.calendar .legend .item.weather:before {
  background-position: -330px -199px;
}
.calendar .legend .item.family:before {
  background-position: -354px -200px;
}
.calendar .extras {
  float: right;
  position: relative;
  z-index: 1;
}
.calendar .extras .container {
  border: 1px solid #d0cdc3;
  border-radius: 20px;
  float: left;
  height: 40px;
  margin: 0 5px 0 0;
  padding: 0 /* 11px */ 8px;
}
.calendar .extras .item {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  display: inline-block;
  height: 34px;
  margin: -1px 0 0;
  width: 22px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .calendar .extras .item,
.ie9 .calendar .extras .item,
.ie10 .calendar .extras .item {
  text-indent: -99999px;
}
.calendar .extras .item.distances {
  background-position: -302px -188px;
}
.calendar .extras .item.weather {
  background-position: -327px -187px;
}
.calendar .extras .item.family {
  background-position: -351px -188px;
}
.calendar .extras .item.fee {
  background: #98942c;
  border-radius: 40px;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
}
.calendar .extras .item.fee:before {
  background: url(../images/icons.png) no-repeat -280px -200px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  float: left;
  height: 18px;
  margin: 11px 0 0 13px;
  overflow: hidden;
  width: 16px;
}
.calendar .extras .item.free {
  background: #f0b336;
  border-radius: 40px;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
}
.calendar .extras .item.free:before {
  background: url(../images/icons.png) no-repeat -260px -200px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  float: left;
  height: 18px;
  margin: 11px 0 0 13px;
  overflow: hidden;
  width: 16px;
}
.calendar .page_outro {
  border-top: 1px solid #d0cdc3;
}
.calendar .page_outro p {
  line-height: 2.5;
}
/* Special Events Header */
.special_events_header {
  background: #f5f3ee;
}
.special_events_header .controls.visible {
  display: block;
}
.special_events_header .control {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 184px;
  position: absolute;
  top: 0;
  width: 65px;
  z-index: 2;
}
.ie8 .special_events_header .control,
.ie9 .special_events_header .control,
.ie10 .special_events_header .control {
  text-indent: -99999px;
}
.special_events_header .control.enabled {
  display: block;
}
.special_events_header .control:after {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
}
.special_events_header .control:after {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 10px;
  width: 6px;
}
.special_events_header .control.previous {
  left: 0;
}
.special_events_header .control.next {
  right: 0;
}
.special_events_header .control.previous:after {
  background-position: -190px -260px;
}
.special_events_header .control.next:after {
  background-position: -210px -260px;
}
.touch .special_events_header .controls,
.touch .special_events_header .controls.visible {
  display: none;
}
#special_events_wrapper {
  margin: 40px 0 0 0;
  padding: 0 0 60px 0;
  position: relative;
}
#special_events_wrapper a {
  border: none;
  float: left;
  margin: 0 20px 0 0;
  position: relative;
  width: 294px;
}
#special_events_wrapper img {
  display: block;
  width: 294px;
}
#special_events_wrapper .sellout {
  position: absolute;
  text-align: center;
  padding: 7px;
  width: 100%;
  top: 151px;
  background: #d0941f;
  color: #ffffff;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
}
#special_events_wrapper .date {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  background: #005e5d;
  background: #2fb2ab;
  color: #FFF;
  display: block;
  font-weight: 400;
  height: 75px;
  left: 20px;
  min-width: 75px;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  top: 0;
}
#special_events_wrapper .date strong {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
#special_events_wrapper p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  color: #36302a;
  font-weight: 600;
  margin: 15px 0 0 0;
  width: 294px;
}
/* !Intro Bar */
.full_bar.intro {
  background: #ffffff;
  margin-top: -30px;
  /* margin-bottom: 30px; */
  padding: 50px 0 40px;
}
.full_bar.intro p {
  margin: 0 0 30px;
}
.full_bar.intro .details {
  margin-top: 20px;
}
.full_bar.intro .details.video img {
  max-width: 100%;
}
.full_bar.intro .details.video a {
  border: none;
  display: block;
  position: relative;
}
.full_bar.intro .details.video a:after {
  background: url(../images/icons.png) no-repeat 0 -340px;
  background-image: url(../images/icons.svg), none;
  content: "";
  height: 54px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 54px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .full_bar.intro .details.video a:after,
.ie9 .full_bar.intro .details.video a:after,
.ie10 .full_bar.intro .details.video a:after {
  text-indent: -99999px;
}
.full_bar.intro .detail {
  border-bottom: 1px solid #ece9e0;
  padding: 20px 0 20px 45px;
  position: relative;
}
.full_bar.intro .detail:last-child {
  border: none;
}
.full_bar.intro .detail h4 {
  color: #a2988f;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.full_bar.intro .detail time,
.full_bar.intro .detail span,
.full_bar.intro .detail a {
  border: none;
  font-size: 24px;
  font-size: 1.5rem;
}
.full_bar.intro .detail:before {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 25px;
}
.full_bar.intro .detail.date:before {
  background-position: -280px -295px;
  height: 26px;
  width: 23px;
}
.full_bar.intro .detail.location:before {
  background-position: -352px -294px;
  height: 30px;
  width: 23px;
}
.full_bar.intro .detail.extra:before {
  background-position: -315px -295px;
  height: 27px;
  width: 27px;
}
.full_bar.intro .button,
.full_bar.outro .button {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.full_bar.intro .button_details,
.full_bar.outro .button_details {
  margin: 25px 0 0;
}
.full_bar.intro.full_width {
  margin-bottom: 0;
}
.full_bar.text_block {
  text-align: center;
}
.full_bar.text_block.light {
  background: #f5f3ee;
}
.full_bar h2 {
  margin: 5px 0;
}
/* Fancy Cards */
.fancy_cards {
  margin: 0;
}
.fancy_cards.light {
  background: #f5f3ee;
}
.fancy_cards .callout {
  margin-top: 0;
}
.fancy_cards .callout img {
  float: none;
  display: block;
  margin: 0 0 20px;
  max-width: 100%;
}
.fancy_cards .callout h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.fancy_cards .callout p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
.fancy_cards .callout p.emphasized {
  color: #36302a;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
}
.fancy_cards .callout p.credit {
  clear: both;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin: 30px 0 0;
}
.home_cards {
  margin: 0;
  position: relative;
}
.home_cards_content {
  position: relative;
  z-index: 2;
}
.home_cards .callout {
  margin-right: 10px;
  width: 294px;
}
.home_cards .controls {
  z-index: 3;
}
.home_cards .control {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 65px;
  margin: -32px 0 0 0;
  position: absolute;
  top: 50%;
  width: 65px;
  z-index: 2;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .home_cards .control,
.ie9 .home_cards .control,
.ie10 .home_cards .control {
  text-indent: -99999px;
}
.home_cards .control.enabled {
  display: block;
}
.home_cards .control:after {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.home_cards .control.previous {
  left: 0;
}
.home_cards .control.next {
  right: 0;
}
.home_cards .control.previous:after {
  background-position: -190px -260px;
}
.home_cards .control.next:after {
  background-position: -210px -260px;
}
.touch .home_cards .controls {
  display: none;
}
.exhibition_cards {
  margin: 0;
  position: relative;
}
.exhibition_cards_content {
  position: relative;
  z-index: 2;
}
.exhibition_cards .callout {
  margin-right: 10px;
  width: 294px;
}
.exhibition_cards .controls {
  z-index: 3;
}
.exhibition_cards .control {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 65px;
  margin: -32px 0 0 0;
  position: absolute;
  top: 50%;
  width: 65px;
  z-index: 2;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .exhibition_cards .control,
.ie9 .exhibition_cards .control,
.ie10 .exhibition_cards .control {
  text-indent: -99999px;
}
.exhibition_cards .control.enabled {
  display: block;
}
.exhibition_cards .control:after {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.exhibition_cards .control.previous {
  left: 0;
}
.exhibition_cards .control.next {
  right: 0;
}
.exhibition_cards .control.previous:after {
  background-position: -190px -260px;
}
.exhibition_cards .control.next:after {
  background-position: -210px -260px;
}
.touch .exhibition_cards .controls {
  display: none;
}
/* !Special Event / Exhibit */
.special_event .outro h2 {
  margin-top: 0;
}
.special_event .footer {
  margin-top: 30px;
}
.special_event .footer .button {
  width: auto;
}
.special_event .footer .share {
  clear: both;
  padding: 20px 0 0;
}
.special_event .page_content {
  padding-top: 40px;
}
.special_event .block_list .block_right {
  margin-top: 20px;
  max-width: 100%;
}
.exhibit_block h2 {
  margin-top: 0;
}
.exhibit_block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.section_block {
  background: #36302a;
  padding: 0;
  position: relative;
}
.section_block.red {
  background-color: #8d2838;
}
.section_block.blue {
  background-color: #00597a;
}
.section_block.green {
  background-color: #959c72;
}
.section_block.teal {
  background-color: #006160;
}
.section_block.brown {
  background-color: #9d6120;
}
.section_block.purple {
  background-color: #9a656c;
}
.section_block .positioner {
  position: relative;
  z-index: 2;
}
.section_block .content {
  padding: 50px 0;
  text-align: center;
}
.section_block h3 {
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px;
}
.section_block p {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-size: 1.125rem;
  /* font-style: italic; */
  margin: 20px 0 10px;
}
.section_block .button {
  color: #2f2e2c;
  margin: 20px 0 10px;
}
.section_block.wallpapered .button {
  background: #f0b336;
  color: #2f2e2c;
}
.section_block.light:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.quote_block .content:before {
  background: url(../images/icons.png) no-repeat 0 -405px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 53px;
  margin: 0 auto;
  position: static;
  width: 53px;
}
.quote_block .content:after {
  display: none;
}
.quote_block .content p {
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
}
.quote_block .content cite {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
.quote_block.wallpapered .content p {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* !Timelines */
.timeline {
  background: #f5f3ee;
  margin: 20px 0;
}
.timeline .header {
  background: #8f7b64;
}
.timeline .header .embellished_header {
  padding: 30px 0 10px;
}
.timeline .header .playhead {
  padding: 0 20px 20px;
  position: relative;
}
.timeline .header .markers {
  border-bottom: 1px solid #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  height: 7px;
  margin: 10px 50px 0;
  position: relative;
}
.timeline .header .marker {
  height: 1px;
  position: absolute;
  top: 0;
  width: 1px;
}
.timeline .header .marker .title {
  background: #36302a;
  border: 2px solid #ffffff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 12px;
  margin: 0 0 0 -6px;
  width: 12px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  text-indent: 100px;
}
.ie8 .timeline .header .marker .title,
.ie9 .timeline .header .marker .title,
.ie10 .timeline .header .marker .title {
  text-indent: -99999px;
}
.timeline .header .marker.active .title {
  background: #bf2b45;
}
.timeline .header .marker {
  z-index: 1;
}
.timeline .header .marker:hover,
.timeline .header .marker.active {
  z-index: 2;
}
.timeline .header .date {
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-transform: uppercase;
}
.timeline .header .date.start {
  float: left;
}
.timeline .header .date.end {
  float: right;
}
.timeline .controls {
  background: #ffffff;
  overflow: hidden;
}
.timeline .controls h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 20px 0;
  text-align: center;
}
.timeline .controls .control {
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  position: relative;
  width: 25px;
  z-index: 2;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .timeline .controls .control,
.ie9 .timeline .controls .control,
.ie10 .timeline .controls .control {
  text-indent: -99999px;
}
.timeline .controls .control:after {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.timeline .controls .control.previous {
  float: left;
  margin-left: 15px;
}
.timeline .controls .control.next {
  float: right;
  margin-right: 15px;
}
.timeline .controls .control.previous:after {
  background-position: -400px -225px;
}
.timeline .controls .control.next:after {
  background-position: -420px -225px;
}
.timeline .events {
  overflow: hidden;
}
.timeline .events .roller-canister {
  -webkit-transition: height 0.2s ease 0.1s;
  transition: height 0.2s ease 0.1s;
}
.timeline .events .event {
  display: block;
  left: 0;
  opacity: 0;
  padding: 40px;
  pointer-events: none;
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.timeline .events .event.active {
  opacity: 1;
  pointer-events: all;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.2s linear 0.3s;
  transition: opacity 0.2s linear 0.3s;
}
.timeline .events .media {
  margin: 30px auto;
  max-width: 570px;
}
.timeline .events .media .item {
  border: none;
  display: block;
}
.timeline .events .media img {
  max-width: 100%;
}
.timeline .events .media .small {
  float: left;
  width: 48%;
}
.timeline .events .media .small:nth-child(even) {
  float: right;
}
.timeline .events h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
}
.timeline .events p {
  font-size: 18px;
  font-size: 1.125rem;
}
/* !Image Comparison */
.comparison {
  background: #f5f3ee;
  margin: 20px 0;
}
.comparison .header {
  background: #8f7b64;
  padding: 30px 0;
}
.comparison .content {
  overflow: hidden;
  padding: 20px 20px 0;
  text-align: center;
}
.comparison .content .media {
  margin: 0 auto 20px;
  max-width: 1000px;
}
.comparison .content img {
  max-width: none;
}
.comparison .content p {
  font-size: 18px;
  font-size: 1.125rem;
}
.comparison .image_compare_handle {
  background: url(../images/icons.png) no-repeat -210px -200px;
  background-image: url(../images/icons.svg), none;
  background-color: #36302a;
}
/* !Encyclopedia / Collections */
.research_tools {
  background: #f5f3ee;
  margin: -30px 0 30px;
  padding: 30px 0 20px;
}
.research_tools fieldset {
  float: left;
}
.research_tools .search_text {
  width: 100%;
}
.research_tools .search_text input {
  float: left;
}
.research_tools .search_text .text {
  background: #ffffff;
  border: 1px solid #e3e0da;
  border-width: 1px 0 1px 1px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  width: 253px;
}
.research_tools .search_text .submit {
  background: url(../images/icons.png) no-repeat -431px -208px;
  background-image: url(../images/icons.svg), none;
  background-color: #ffffff;
  border: 1px solid #e3e0da;
  border-width: 1px 1px 1px 0;
  height: 50px;
  width: 40px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .research_tools .search_text .submit,
.ie9 .research_tools .search_text .submit,
.ie10 .research_tools .search_text .submit {
  text-indent: -99999px;
}
.research_tools .search_select {
  width: 100%;
}
.research_tools .selecter {
  margin-top: 0;
  width: 100%;
}
.research_tools .button.index {
  margin: 5px 0 10px;
}
.research_tools .picker-element {
  opacity: 1;
  position: relative !important;
  z-index: 999;
  margin-left: 10px;
  margin-right: 5px;
}
.research_tools .picker-label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.library_tools {
  background: #6c6054;
}
.library_tools .button {
  color: #ffffff;
}
.research_index {
  border: 1px solid #b8b9b7;
  margin: 0 0 20px 0;
  padding: 30px;
}
.research_index ul {
  margin: 30px 20px 10px;
  padding: 0;
}
.research_index ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.research_index ul li:before {
  display: none;
}
.research_index ul a {
  border: none;
  color: #8f7b64;
}
.research_index ul .count {
  font-weight: 400;
  opacity: 0.6;
}
.research .article_set {
  border: none;
  border-bottom: 1px solid #d0cdc3;
  padding: 20px 0 40px;
}
.research .article_set:last-child {
  border: none;
}
.research .article_set h2 a {
  border: none;
}
.research .article_set ul li {
  margin-bottom: 10px;
}
.research .article_set ul li:before {
  margin-top: 15px;
}
.research .article_set ul a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: italic;
  border: none;
}
.research.listing .article_set {
  padding-top: 0;
}
.research .entry_block {
  margin-bottom: 30px;
}
.research .entry_block img {
  float: left;
  margin: 0 20px 20px 0;
}
.research .entry_block h5,
.article_set h5 {
  color: #36302a;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 15px;
}
.research .entry_block h5 {
  margin-top: -15px;
}
.research .tag {
  background: #009bbb;
  color: #ffffff;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.02em;
  margin: 3px 0 0 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  vertical-align: text-top;
}
/* !Collections */
.collections_header {
  margin-bottom: 20px;
}
.collections_header h2 {
  margin-bottom: 10px;
}
.object_detail .media {
  margin-top: 25px;
  position: relative;
}
.object_detail .media a {
  border: none;
  display: block;
}
.object_detail .media .label {
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.object_detail .media .label:after {
  background: url(../images/icons.png) no-repeat -495px -200px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 3px 15px;
  vertical-align: middle;
  width: 16px;
}
.object_detail .media img {
  width: 100%;
}
.object_detail .thumbnails {
  margin-bottom: 40px;
}
.object_detail .thumbnails figure {
  margin-top: 10px;
}
.object_detail .details {
  margin: 50px 0;
}
.object_detail .details h4 {
  margin-bottom: 5px;
}
.object_detail .details p {
  margin-top: 5px;
}
.object_detail .share {
  background: #f5f3ee;
  margin: 25px 0;
  padding: 30px;
}
.oeicon {
  position: absolute;
  width: 40px;
  margin-left: 45px;
  margin-top: 30px;
}
/* !Hub Blocks */
.hub_block {
  background-color: #000000;
  margin-top: 50px;
  margin-bottom: 50px;
}
.hub_block .type {
  color: #ffffff;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 30px 35px 0;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  z-index: 2;
}
.hub_block .type:before {
  background: url(../images/icons.png) no-repeat 0 0;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.hub_block .column {
  position: relative;
  z-index: 3;
}
.hub_block .content {
  padding: 35px;
}
.hub_block h3 {
  color: #ffffff;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 0 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.hub_block .link {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  height: auto;
  margin: 20px 0 0;
  padding: 20px 0 0;
  text-transform: uppercase;
  width: auto;
}
.hub_block.maps {
  margin-top: 0;
  margin-bottom: 0;
}
.hub_block.red,
.hub_block.red .column {
  background-color: #8d2838;
}
.hub_block.blue,
.hub_block.blue .column {
  background-color: #00597a;
}
.hub_block.green,
.hub_block.green .column {
  background-color: #959c72;
}
.hub_block.teal,
.hub_block.teal .column {
  background-color: #006160;
}
.hub_block.brown,
.hub_block.brown .column {
  background-color: #9d6120;
}
.hub_block.purple,
.hub_block.purple .column {
  background-color: #9a656c;
}
.hub_block.resources {
  overflow: hidden;
}
.hub_block.resources .type:before {
  background-position: -230px -415px;
  height: 36px;
  width: 26px;
}
.hub_block.resources .right {
  background: #f5f3ee;
}
.hub_block .resource_list {
  margin: 0;
  padding: 0;
}
.hub_block .resource_list li {
  border-bottom: 1px solid #ece9e0;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
.hub_block .resource_list li:before {
  display: none;
}
.hub_block .resource_list a {
  border: none;
  display: block;
  font-weight: 600;
  padding: 15px 40px 15px 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hub_block .resource_list a:before {
  background: url(../images/icons.png) no-repeat -265px -415px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 17px;
}
.hub_block.maps {
  background: transparent;
}
.hub_block.maps .type:before {
  background-position: -190px -415px;
  height: 29px;
  width: 30px;
}
.hub_gallery {
  background: transparent;
}
.hub_gallery .gallery .link {
  background: #ffffff;
  border: none;
  border-right: 1px solid #ece9e0;
  height: 310px;
  margin: 0;
  padding: 0;
  width: 250px;
}
.hub_gallery .gallery img {
  height: 225px;
}
.hub_gallery .gallery figcaption {
  background: #ffffff;
  color: #36302a;
  height: auto;
  opacity: 1;
  top: 225px;
}
.map_detail {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* !Download Form */
.download_request {
  background: #f5f3ee;
  margin: 20px 0;
  padding: 30px;
}
.download_request h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 10px;
}
.download_request p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px 0;
}
.download_request p.error {
  color: #bf2b45;
}
.download_request p.success {
  color: #8f7b64;
}
.download_request fieldset {
  margin: 30px auto 0;
  position: relative;
}
.download_request fieldset:before {
  background: url(../images/icons.png) no-repeat -320px -385px;
  background-image: url(../images/icons.svg), none;
  content: "";
  display: block;
  height: 18px;
  left: 17px;
  position: absolute;
  top: 16px;
  width: 28px;
}
.download_request .text {
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 17px 20px 17px 60px;
  width: 100%;
}
.download_request .button {
  background: #bf2b45;
  float: right;
  width: 100%;
}
.download_request form p {
  font-size: 15px;
  font-size: 0.9375rem;
}
.download_request .button.download {
  float: left !important;
  margin-top: 10px;
  width: auto !important;
}
/* Video Hub */
.slider-video {
  height: 210px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
.slider-video img {
  width: 220px;
}
.slider-video div {
  width: 220px;
  float: left;
  margin-right: 10px;
  position: relative;
}
.slider-video h5 {
  line-height: 0px;
}
.slider-video-container {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 20px;
  overflow-y: hidden;
}
.video_hub h3 {
  margin-top: 0px;
}
.embed-container {
  position: relative;
  padding-bottom: 57.75%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_hub .map_title {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-weight: normal;
  font-style: italic;
  left: 0;
  line-height: 48px;
  margin: 0;
  opacity: 0.75;
  padding: 0 0 0 20px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 720px) {
  .video_hub .home_feature .feature {
    height: 400px;
  }
}
@media screen and (min-width: 980px) {
  .video_hub .home_feature .feature {
    height: 500px;
  }
}
.float-right {
  float: right;
}
.slider-video .tag {
  position: relative;
  width: auto;
  height: 15px;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
  padding: 4px;
  top: 18px;
  left: 3px;
  font-family: Arial;
  font-weight: bold;
}
.slider-video .tag.now {
  background-color: #BF2B45;
  color: #fff;
}
.slider-video .tag.soon {
  background-color: #D9852D;
  color: #fff;
}
.slider-video.live div {
  margin-top: -7px;
}
.slider-video div a {
  background: url('/images/icons.png') no-repeat 0 -340px;
  position: absolute;
  width: 54px;
  height: 54px;
  display: block;
  top: 60px;
  left: 15px;
  border-bottom: 0px;
}
.slider-channel div a {
  background: none;
}
.slider-video.slider-full {
  height: auto;
  margin-top: 20px;
}
.slider-video.slider-full div {
  height: 210px;
  overflow: hidden;
}
/* !Estate Map */
.estate_map {
  height: 500px;
  margin: 50px 0 0;
  position: relative;
  width: 100%;
}
.estate_map .map {
  background: #003030;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.estate_map .location {
  background: #ffffff;
  margin: 0 4px 0 0;
  left: 30px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 340px;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.estate_map .location.right {
  left: -370px;
}
/* 	.estate_map .location.bottom { bottom: -50%; top: auto; } */
.estate_map .location.visible {
  opacity: 1;
}
.estate_map .location h3 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 10px;
}
.estate_map .location p {
  color: #6c6054;
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0 20px;
}
.estate_map .location img {
  width: 100%;
  margin: 0 0 20px;
}
.estate_map .location .close {
  background: url(../images/icons.png) no-repeat -51px -220px;
  background-image: url(../images/icons.svg), none;
  height: 15px;
  position: absolute;
  top: 0;
  right: -25px;
  width: 15px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .estate_map .location .close,
.ie9 .estate_map .location .close,
.ie10 .estate_map .location .close {
  text-indent: -99999px;
}
.ajax_frame .estate_map {
  margin: 0;
}
.estate_map .location.mobile {
  display: none;
}
@media screen and (max-width: 739px) {
  .estate_map .location.mobile {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding-top: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* !Slim Frame */
.slim_frame {
  overflow: hidden;
}
.slim_frame #bigtree_bar_tab,
.slim_frame #bigtree_bar {
  display: none;
}
.slim_frame.bigtree_bar_open {
  padding-top: 0 !important;
}
.slim_frame #header {
  background: #003030;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  height: 50px;
  padding: 0 15px;
}
.slim_frame #header.slim_frame_video {
  background: #002C3E;
}
.slim_frame #header h1,
.slim_frame #header .logo_wrapper {
  float: left;
  margin: 11px 0;
}
.slim_frame #header .logo {
  background: url(../images/icons.png) no-repeat 0 -130px;
  background-image: url(../images/icons.svg), none;
  border: none;
  display: block;
  height: 27px;
  margin: 0 auto;
  width: 200px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .slim_frame #header .logo,
.ie9 .slim_frame #header .logo,
.ie10 .slim_frame #header .logo {
  text-indent: -99999px;
}
.slim_frame #header .slim_frame_title {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 17px;
  font-size: 1.0625rem;
  border: none;
  color: #fff;
  display: none;
  font-style: italic;
  line-height: 50px;
  margin: 0 0 0 15px;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 740px ) {
  .slim_frame #header .slim_frame_title {
    width: 30%;
    display: block;
    text-overflow: ellipsis;
  }
}
.slim_frame #header .button {
  float: right;
  height: 40px;
  line-height: 16px;
  margin: 0 10px 0 0;
  padding: 0;
}
/* 	.slim_frame #header .button.home:before { .icon_sprite(0, -220px); content: ""; display: block; float: left; height: 18px; margin: -2px 10px 0 0; width: 18px; .icon_indent(); } */
.slim_frame #header .shifter-handle {
  background: transparent !important;
  color: #ffffff;
  height: 50px;
  margin: 0;
  opacity: 0.75;
  padding: 15px 0;
}
.slim_frame #header .shifter-handle:before {
  float: right;
  margin: 0 0 0 10px;
  opacity: 1;
}
.slim_frame #header .label {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  display: none;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  line-height: 40px;
  margin: 0 15px 0 0;
}
.slim_frame #header .selecter {
  float: left;
  margin: 0;
  width: 300px;
}
.slim_frame #header .selecter-selected {
  border: none;
  height: 40px;
  line-height: 1;
}
.slim_frame #header .selecter-selected:after {
  top: 17px;
}
/* Video Hub */
.video_hub #header {
  background: #002c3d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  height: 50px;
  padding: 0 15px;
}
.video_hub {
  overflow: scroll;
}
/* Location ToolTip */
.tooltip.location {
  background: #ffffff;
  overflow: hidden;
  padding: 30px;
  text-align: left;
  width: 340px;
}
.tooltip.location h3 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 10px;
}
.tooltip.location p {
  color: #6c6054;
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0 20px;
}
.tooltip.location img {
  width: 100%;
  margin: 0 0 20px;
}
.tooltip.location .close {
  background: url(../images/icons.png) no-repeat -51px -220px;
  background-image: url(../images/icons.svg), none;
  height: 15px;
  position: absolute;
  top: 0;
  right: -25px;
  width: 15px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .tooltip.location .close,
.ie9 .tooltip.location .close,
.ie10 .tooltip.location .close {
  text-indent: -99999px;
}
/* Staff */
.staff_members {
  margin-top: 20px;
  margin-bottom: 20px;
}
.staff {
  margin-bottom: 50px;
}
.staff:nth-child(odd) {
  clear: left;
}
.staff h3 {
  margin: 20px 0 10px;
}
.staff p {
  margin: 10px 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
/* !Slavery Database */
table.database tbody td {
  font-weight: 400;
}
td.expand a {
  font-weight: 800;
  color: #959c72;
}
table.database tbody tr:hover {
  background: #ffffff;
}
table.database th {
  text-align: left !important;
}
/*-------------------------------------------
  UI Colors
-------------------------------------------*/
.ui_red #header .consistent {
  background: #322C26;
}
.ui_red .home_feature .button {
  background: #f0b336;
  color: #36302a;
}
.ui_red .slide_tabs .marker {
  background: #f0b336;
}
.ui_red #header .button,
.ui_red #drawer .button {
  background: #bf2b45;
}
.ui_red #header .button.shop,
.ui_red #drawer .button.shop {
  background: rgba(191, 43, 69, 0.5);
}
.ui_red #header .navigation .link.active,
.ui_red #header .navigation .dropdown,
.ui_red .subnavigation .block.current {
  border-color: #bf2b45;
}
.ui_red #header .navigation .dropdown:before {
  border-bottom-color: #bf2b45;
}
.ui_red .subnavigation .child,
.ui_red #drawer .consistent .link.highlight,
.ui_red .dropdown_callout_label {
  color: #bf2b45;
}
.ui_red #header .navigation {
  background: rgba(70, 20, 28, 0.8);
}
.ui_red #header .navigation .dropdown,
.ui_red #header .navigation .dropdown_links:before {
  background: #46141c;
}
.ui_red .navigation .dropdown_callout {
  background: #5D1E27;
}
.ui_blue #header .consistent {
  background: #322C26;
}
.ui_blue .home_feature .button {
  background: #f0b336;
  color: #36302a;
}
.ui_blue .slide_tabs .marker {
  background: #f0b336;
}
.ui_blue #header .button,
.ui_blue #drawer .button {
  background: #009bbb;
}
.ui_blue #header .button.shop,
.ui_blue #drawer .button.shop {
  background: rgba(0, 155, 187, 0.5);
}
.ui_blue #header .navigation .link.active,
.ui_blue #header .navigation .dropdown,
.ui_blue .subnavigation .block.current {
  border-color: #009bbb;
}
.ui_blue #header .navigation .dropdown:before {
  border-bottom-color: #009bbb;
}
.ui_blue .subnavigation .child,
.ui_blue #drawer .consistent .link.highlight,
.ui_blue .dropdown_callout_label {
  color: #009bbb;
}
.ui_blue #header .navigation {
  background: rgba(0, 44, 61, 0.8);
}
.ui_blue #header .navigation .dropdown {
  background: #002c3d;
}
.ui_blue #header .navigation .dropdown_callout {
  background: #004059;
}
.ui_orange #header .consistent {
  background: #322C26;
}
.ui_orange .home_feature .button {
  background: #f0b336;
  color: #36302a;
}
.ui_orange .slide_tabs .marker {
  background: #f0b336;
}
.ui_orange #header .button,
.ui_orange #drawer .button {
  background: #d9852d;
}
.ui_orange #header .button.shop,
.ui_orange #drawer .button.shop {
  background: rgba(217, 133, 45, 0.5);
}
.ui_orange #header .navigation .link.active,
.ui_orange #header .navigation .dropdown,
.ui_orange .subnavigation .block.current {
  border-color: #d9852d;
}
.ui_orange #header .navigation .dropdown:before {
  border-bottom-color: #d9852d;
}
.ui_orange .subnavigation .child,
.ui_orange #drawer .consistent .link.highlight,
.ui_orange .dropdown_callout_label {
  color: #d9852d;
}
.ui_orange #header .navigation {
  background: rgba(217, 133, 45, 0.8);
}
.ui_orange #header .navigation .dropdown,
.ui_orange #header .navigation .dropdown_links:before {
  background: #d9852d;
}
.ui_orange #header .navigation .dropdown_callout {
  background: #46413b;
}
.ui_purple #header .consistent {
  background: #322C26;
}
.ui_purple .home_feature .button {
  background: #f0b336;
  color: #36302a;
}
.ui_purple .slide_tabs .marker {
  background: #f0b336;
}
.ui_purple #header .button,
.ui_purple #drawer .button {
  background: #9a656c;
}
.ui_purple #header .button.shop,
.ui_purple #drawer .button.shop {
  background: rgba(154, 101, 108, 0.5);
}
.ui_purple #header .navigation .link.active,
.ui_purple #header .navigation .dropdown,
.ui_purple .subnavigation .block.current {
  border-color: #9a656c;
}
.ui_purple #header .navigation .dropdown:before {
  border-bottom-color: #9a656c;
}
.ui_purple .subnavigation .child,
.ui_purple #drawer .consistent .link.highlight,
.ui_purple .dropdown_callout_label {
  color: #9a656c;
}
.ui_purple #header .navigation {
  background: rgba(154, 101, 108, 0.8);
}
.ui_purple #header .navigation .dropdown,
.ui_purple #header .navigation .dropdown_links:before {
  background: #9a656c;
}
.ui_teal #header .consistent {
  background: #322C26;
}
.ui_teal .home_feature .button {
  background: #f0b336;
  color: #36302a;
}
.ui_teal .slide_tabs .marker {
  background: #f0b336;
}
.ui_teal #header .button,
.ui_teal #drawer .button {
  background: #2fb2ab;
}
.ui_teal #header .button.shop,
.ui_teal #drawer .button.shop {
  background: rgba(47, 178, 171, 0.5);
}
.ui_teal #header .navigation .link.active,
.ui_teal #header .navigation .dropdown,
.ui_teal .subnavigation .block.current {
  border-color: #2fb2ab;
}
.ui_teal #header .navigation .dropdown:before {
  border-bottom-color: #2fb2ab;
}
.ui_teal .subnavigation .child,
.ui_teal #drawer .consistent .link.highlight,
.ui_teal .dropdown_callout_label {
  color: #2fb2ab;
}
.ui_teal #header .navigation {
  background: rgba(0, 48, 48, 0.8);
}
.ui_teal #header .navigation .dropdown,
.ui_teal #header .navigation .dropdown_links:before {
  background: #003030;
}
.ui_teal #header .navigation .dropdown_callout {
  background: #024343;
}
.ui_green #header .consistent {
  background: #322C26;
}
.ui_green .home_feature .button {
  background: #f0b336;
  color: #36302a;
}
.ui_green .slide_tabs .marker {
  background: #f0b336;
}
.ui_green #header .button,
.ui_green #drawer .button {
  background: #98942c;
}
.ui_green #header .button.shop,
.ui_green #drawer .button.shop {
  background: rgba(152, 148, 44, 0.5);
}
.ui_green #header .navigation .link.active,
.ui_green #header .navigation .dropdown,
.ui_green .subnavigation .block.current {
  border-color: #98942c;
}
.ui_green #header .navigation .dropdown:before {
  border-bottom-color: #98942c;
}
.ui_green .subnavigation .child,
.ui_green #drawer .consistent .link.highlight,
.ui_green .dropdown_callout_label {
  color: #98942c;
}
.ui_green #header .navigation {
  background: rgba(53, 54, 34, 0.8);
}
.ui_green #header .navigation .dropdown,
.ui_green #header .navigation .dropdown_links:before {
  background: #353622;
}
.ui_green #header .navigation .dropdown_callout {
  background: #46413b;
}
.subnavigation .child.active {
  color: #36302a;
}
.jump_links {
  background: #f5f3ee;
  padding: 25px 0;
}
/* !Light UI */
/*
	.ui_light #header .logo { background-position: -440px -65px; }
	.ui_light #header .navigation { border-color: @black; border-color: @black_25; }
	.ui_light #header .navigation .link { color: @taupe_1; }

	.ui_light .home_feature .feature:after {
		background-image: -webkit-linear-gradient(180deg, @white_30 0%, @white_0 50%, @white_60 100%);
		background-image:         linear-gradient(180deg, @white_30 0%, @white_0 50%, @white_60 100%);
	}

	.ui_light .home_feature h2,
	.ui_light .home_feature p { color: @taupe_1; text-shadow: none; }
	.ui_light .home_feature .slide_tabs .tab,
	.ui_light .home_feature .tab_menu .tab_link { color: @black_60; }
	.ui_light .home_feature .slide_tabs .tab.active { color: @black; }
	.ui_light .home_feature .slide_tabs,
	.ui_light .home_feature .tab_menu .tab_link { border-color: @black_25; }
*/
/*-------------------------------------------
  AddThisEvent
-------------------------------------------*/
.addthisevent-drop {
  height: 49px;
  border-radius: 0px;
  z-index: 1 !important;
}
/*-------------------------------------------
  AddThis
-------------------------------------------*/
div[class*='addthis_'] a {
  border-bottom: 0px;
}
/*-------------------------------------------
  Google CSE
-------------------------------------------*/
.search {
  margin: 25px 0 50px;
}
.search a {
  border: none;
}
.search table {
  margin: 0;
}
.search table tbody tr td {
  background: transparent;
  border: none;
  padding: 0;
}
.search .gsc-control-cse {
  background: transparent;
  border: none;
  padding: 0;
}
.search form.gsc-search-box {
  margin-bottom: 20px;
}
.search .gsc-input-box {
  border: 1px solid #e3e0da !important;
  box-shadow: none !important;
  height: auto;
}
.search .gsst_a {
  padding: 8px 10px 0 5px;
}
.search .gsst_a .gscb_a {
  color: #a2988f !important;
}
.search input.gsc-input {
  background: #ffffff !important;
  border: none !important;
  border-radius: 0;
  color: #333;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 48px !important;
  margin: 0 !important;
  padding: 15px 20px !important;
  width: 100%;
}
.search input.gsc-search-button {
  background: #bf2b45;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: block;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  width: auto;
}
.search input.gsc-search-button:hover {
  background: #36302a;
}
.search div.gsc-clear-button {
  color: #a2988f;
  margin-right: 0;
  padding-left: 20px;
}
.search .gsc-above-wrapper-area {
  padding: 0;
}
.search .gsc-result-info {
  color: #a2988f;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.search .gsc-webResult.gsc-result {
  border: 1px solid #d0cdc3 !important;
  border-width: 0 0 1px !important;
  padding: 25px 0;
}
.search .gsc-orderby-container {
  vertical-align: top;
}
.search .gsc-control-cse .gsc-option-selector {
  display: none !important;
}
.search .gsc-selected-option-container {
  border-radius: 0;
  box-shadow: none;
  padding: 0 10px;
  width: auto !important;
  max-width: none !important;
}
.search .gsc-orderby-label {
  color: #a2988f;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 12px;
  padding: 0 10px 0 0;
  position: relative;
  top: -9px;
}
.search .gsc-selected-option {
  font-size: 13px;
  font-size: 0.8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .gs-web-image-box,
.search .gs-promotion-image-box {
  margin: 0 20px 0 0;
  width: 100px;
}
.search .gs-web-image-box img.gs-image,
.search .gs-promotion-image-box img.gs-promotion-image {
  max-width: 100px;
}
.search .gsc-control-cse .gsc-result .gs-title,
.search .gsc-control-cse .gsc-result .gs-title * {
  color: #36302a;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
}
.search .gsc-control-cse .gs-snippet {
  margin: 5px 0;
}
.search .gsc-control-cse .gs-snippet,
.search .gsc-control-cse .gs-snippet * {
  color: #6c6054;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.search .gsc-control-cse .gs-snippet b,
.search .gsc-control-cse .gs-snippet strong {
  font-weight: 600;
}
.search .gs-result a.gs-visibleUrl,
.search .gs-result .gs-visibleUrl {
  color: #a2988f;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 5px 0;
}
.search .gsc-thumbnail-inside,
.search .gsc-url-top,
.search .gsc-table-result {
  padding: 0;
}
.search .gsc-results .gsc-cursor-box {
  margin: 25px 0;
  text-align: center;
}
.search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #6c6054;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  margin: 0 8px;
  text-align: center;
  text-decoration: none;
}
.search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #d9852d;
}
.gssb_c {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  margin: 0;
}
.gssb_c .gssb_e {
  box-shadow: none;
  padding: 0;
}
.gssb_c .gsc-completion-container {
  border: none;
}
.gssb_c .gssb_a {
  padding: 10px 20px !important;
}
.gssb_c .gssb_a table,
.gssb_c .gssb_a table tr,
.gssb_c .gssb_a table tr td {
  padding: 0;
}
.image_404 {
  display: none;
}
/*-------------------------------------------
  Social Feed
-------------------------------------------*/
.social_feed {
  background: #000;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 50px 0;
  overflow: hidden;
  position: relative;
}
.social_feed:last-child {
  margin-bottom: 0;
}
.social_feed_shade {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
  z-index: 1;
}
.social_feed_fade {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 160px;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 30px, #000000 100%);
  z-index: 2;
}
.social_feed_inner {
  padding: 35px 0 0 0;
  position: relative;
  z-index: 3;
}
.social_feed_title {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 30px;
  font-size: 1.875rem;
  color: #F0B236;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 125%;
  margin: 0 0 10px 0;
}
.social_feed_subtitle {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin: 0;
}
.social_feed_connected_block {
  margin: 20px 0;
}
.social_feed_connected_block a {
  background-image: url(../images/social-icons.png);
  border: none;
  display: inline-block;
  height: 24px;
  margin: 0 5px 0 0;
  overflow: hidden;
  text-indent: -1000px;
  width: 24px;
}
.svg .social_feed_connected_block a {
  background-image: url(../images/social-icons.svg);
}
.social_feed_stay_connected {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #FFF;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  letter-spacing: 0.15em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.social_feed_link_twitter {
  background-position: 0 -40px;
}
.social_feed_link_flickr {
  background-position: -24px -40px;
}
.social_feed_link_facebook {
  background-position: -48px -40px;
}
.social_feed_link_youtube {
  background-position: -72px -40px;
}
.social_feed_link_instagram {
  background-position: -96px -40px;
}
.social_feed_link_vimeo {
  background-position: -120px -40px;
}
.social_feed_link_pinterest {
  background-position: -144px -40px;
}
.social_feed_block_container {
  height: 800px;
  overflow: hidden;
  padding: 20px 0 35px 0;
  width: 293px;
}
.social_feed_block_container.expanded {
  height: auto;
  padding-bottom: 100px;
}
.social_feed_block_container_inline {
  position: relative;
}
.social_feed_block_container_inline.expanded {
  padding-bottom: 0px;
}
.social_feed_block {
  background: #FFF;
  margin: 0 0 20px 0;
  width: 293px;
}
.social_feed_block_body {
  padding: 20px;
}
.social_feed_block_footer {
  background: #F4F1EB;
  padding: 18px 20px;
}
.social_feed_avatar {
  overflow: hidden;
}
.social_feed_avatar img {
  float: left;
  height: 60px;
  margin: 0 10px 0 0;
  width: 60px;
}
.social_feed_avatar img.rounded {
  border-radius: 100%;
}
.social_feed_avatar_name {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 10px 0 5px 0;
}
.social_feed_avatar_userlink {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 17px;
  font-size: 1.0625rem;
  border: none;
  color: #8F5A61;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
}
.social_feed_note {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6C6054;
  line-height: 155%;
  margin: 20px 0;
}
.social_feed_note a {
  color: #6C6054;
}
.social_feed_image_block {
  display: block;
  height: auto;
  width: 100%;
}
.social_feed_video {
  display: block;
  height: 166px;
  overflow: hidden;
  position: relative;
  width: 293px;
}
.social_feed_video img {
  display: block;
  margin-top: -27px;
}
.social_feed_video:after {
  background-image: url(../images/social-icons.png);
  background-position: -100px -70px;
  content: "";
  height: 46px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 47px;
}
.svg .social_feed_video:after {
  background-image: url(../images/social-icons.svg);
}
.social_block_type,
.social_twitter_action {
  background-image: url(../images/social-icons.png);
  border: none;
  display: inline-block;
  height: 20px;
  margin: 0 0 0 5px;
  overflow: hidden;
  text-indent: -1000px;
  width: 20px;
}
.svg .social_block_type,
.svg .social_twitter_action {
  background-image: url(../images/social-icons.svg);
}
.social_twitter_actions {
  float: right;
  margin: 0 0 0 10px;
}
.social_twitter_action_retweet {
  background-position: -20px 0px;
}
.no-touch .social_twitter_action_retweet:hover {
  background-position: -80px 0;
}
.social_twitter_action_favorite {
  background-position: 0px 0px;
}
.no-touch .social_twitter_action_favorite:hover {
  background-position: -60px 0;
}
.social_twitter_action_reply {
  background-position: -40px 0px;
}
.no-touch .social_twitter_action_reply:hover {
  background-position: -100px 0;
}
.social_block_type {
  float: left;
  margin: 0;
}
.social_block_type_twitter {
  background-position: 0px -20px;
}
.social_block_type_flickr {
  background-position: -20px -20px;
}
.social_block_type_facebook {
  background-position: -40px -20px;
}
.social_block_type_youtube {
  background-position: -60px -20px;
}
.social_block_type_googleplus {
  background-position: -80px -20px;
}
.social_block_posted {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #6C6054;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 153%;
  padding: 0 0 0 30px;
  text-transform: uppercase;
}
.social_feed_show_more {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #8C2539;
  bottom: 35px;
  color: #FFF;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  letter-spacing: 0.03em;
  line-height: 60px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 293px;
  z-index: 4;
}
.no-touch .social_feed_show_more:hover {
  background: #bf2b45;
}
.social_feed_show_more:before {
  background-image: url(../images/social-icons.png);
  background-position: -138px 0px;
  content: "";
  height: 8px;
  left: 0;
  margin: 45px auto 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 5;
}
.social_feed_more_fade {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, #000000 100%);
  bottom: 0;
  height: 170px;
  position: absolute;
  width: 293px;
  z-index: 3;
}
.social_feed_block_container_inline .social_feed_more_fade {
  background: linear-gradient(to bottom, rgba(236, 233, 224, 0) 0%, rgba(236, 233, 224, 0.8) 30%, #ece9e0 70%);
}
/*-------------------------------------------
  Language Selector
-------------------------------------------*/
.drawer {
  display: none;
  padding: 15px;
  background: #42403c;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-style: italic;
  width: 100%;
  z-index: 999;
}
.drawer.open {
  display: block;
}
.drawer a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-left: 7px;
}
.drawer .close {
  background: url(../images/icons.png) no-repeat -50px -200px;
  background-image: url(../images/icons.svg), none;
  color: #ffffff;
  float: right;
  display: block;
  height: 15px;
  width: 15px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.ie8 .drawer .close,
.ie9 .drawer .close,
.ie10 .drawer .close {
  text-indent: -99999px;
}
/*-------------------------------------------
  Contest Pages
-------------------------------------------*/
.contest_landing_wrapper,
.contest_submit_form {
  width: 293px;
}
@media only screen and (min-width: 500px ) {
  .contest_landing_wrapper,
  .contest_submit_form {
    width: 470px;
  }
}
@media only screen and (min-width: 740px ) {
  .contest_landing_wrapper,
  .contest_submit_form {
    width: 705px;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_landing_wrapper,
  .contest_submit_form {
    width: 940px;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_landing_wrapper,
  .contest_submit_form {
    width: 1175px;
  }
}
.contest_landing_block_featured {
  background: #FFF;
  margin: 0 0 25px 0;
  overflow: hidden;
}
.contest_landing_block_featured:first-child {
  margin-top: 25px;
}
.contest_landing_featured_images {
  /* IE was being grumpy */
}
.contest_landing_featured_images picture img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 980px ) {
  .contest_landing_featured_images {
    float: left;
    width: 470px;
  }
  .contest_landing_block_featured:nth-child(2n) .contest_landing_featured_images {
    float: right;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_landing_featured_images {
    margin: 0 1px 0 0;
    width: 587px;
  }
  .contest_landing_block_featured:nth-child(2n) .contest_landing_featured_images {
    margin: 0 0 0 1px;
  }
}
.contest_landing_block_featured_body {
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
.contest_landing_block_featured_body .button {
  color: #2f2e2c;
  display: block;
  float: none;
  margin: 0 0 10px 0;
}
.contest_landing_block_featured_body .button.aqua {
  margin: 0;
}
@media only screen and (min-width: 740px ) {
  .contest_landing_block_featured_body {
    padding: 45px 30px;
  }
  .contest_landing_block_featured_body .button {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_landing_block_featured_body {
    float: left;
    padding: 30px;
    width: 470px;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_landing_block_featured_body {
    padding: 45px 30px;
    width: 587px;
  }
}
.contest_landing_featured_primary_image {
  position: relative;
}
.contest_landing_featured_primary_image figcaption {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #FFF;
  height: 60px;
  left: 0;
  letter-spacing: 0.03em;
  line-height: 60px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.contest_landing_featured_primary_image figcaption:after {
  background-image: url(../images/social-icons.png);
  background-position: -150px -70px;
  content: "";
  height: 60px;
  left: 0;
  margin: -45px auto 0;
  position: absolute;
  right: 0;
  width: 60px;
}
.svg .contest_landing_featured_primary_image figcaption:after {
  background-image: url(../images/social-icons.svg);
}
.contest_landing_featured_secondary_image {
  display: none;
}
@media only screen and (min-width: 980px ) {
  .contest_landing_featured_secondary_image {
    display: block;
    float: left;
    height: 88px;
    width: 117px;
  }
  .contest_landing_featured_secondary_image:nth-child(2n) {
    width: 118px;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_landing_featured_secondary_image {
    height: 110px;
    width: 147px;
  }
  .contest_landing_featured_secondary_image:nth-child(2n) {
    width: 147px;
  }
  .contest_landing_featured_secondary_image:last-child {
    width: 146px;
  }
}
.contest_landing_featured_header {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #988D84;
  left: 0;
  letter-spacing: 0.05em;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 205px;
}
@media only screen and (min-width: 500px ) {
  .contest_landing_featured_header:before,
  .contest_landing_featured_header:after {
    background-image: url(../images/social-icons.png);
    content: "";
    height: 20px;
    position: absolute;
    width: 40px;
  }
  .svg .contest_landing_featured_header:before,
  .svg .contest_landing_featured_header:after {
    background-image: url(../images/social-icons.svg);
  }
  .contest_landing_featured_header:before {
    background-position: -221px 0;
    margin-left: -60px;
  }
  .contest_landing_featured_header:after {
    background-position: -279px 0;
    margin-left: 20px;
  }
}
.contest_landing_featured_title {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  color: #002c3d;
  letter-spacing: 0.01em;
  margin: 45px 0 25px 0;
  text-align: center;
}
@media only screen and (min-width: 500px ) {
  .contest_landing_featured_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 740px ) {
  .contest_landing_featured_title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_landing_featured_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_landing_featured_title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.contest_landing_featured_blurb {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #6c6054;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin: 0 0 25px 0;
}
@media only screen and (min-width: 500px ) {
  .contest_landing_featured_blurb {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_landing_featured_blurb {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_landing_featured_blurb {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 180%;
  }
}
.contest_landing_block {
  background: #f5f3ee;
  margin: 0 0 25px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 740px ) {
  .contest_landing_block {
    float: left;
    margin: 0 25px 25px 0;
    width: 340px;
  }
  .contest_landing_block:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_landing_block {
    margin: 0 30px 30px 0;
    width: 455px;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_landing_block {
    margin: 0 25px 25px 0;
    width: 375px;
  }
  .contest_landing_block:nth-child(2n) {
    margin-right: 25px;
  }
  .contest_landing_block:nth-child(3n) {
    margin-right: 0;
  }
}
.contest_landing_photo {
  min-height: 169px;
  padding: 20px;
  position: relative;
}
.contest_landing_photo .wallpaper-container {
  left: 0;
}
@media only screen and (min-width: 500px ) {
  .contest_landing_photo {
    min-height: 281px;
  }
  .contest_landing_photo:after {
    background-image: url(../images/social-icons.png);
    background-position: -150px -70px;
    content: "";
    height: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    z-index: 3;
  }
  .svg .contest_landing_photo:after {
    background-image: url(../images/social-icons.svg);
  }
}
@media only screen and (min-width: 740px ) {
  .contest_landing_photo {
    min-height: 191px;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_landing_photo {
    min-height: 256px;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_landing_photo {
    min-height: 211px;
  }
}
.contest_landing_photo_shade {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.contest_landing_photo_count {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F4F1EB;
  letter-spacing: 0.06em;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}
.contest_landing_photo_count_divider {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  height: 1px;
  margin: 10px 0 0 0;
  position: relative;
  text-align: left;
  width: 30px;
  z-index: 3;
}
.contest_landing_title {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 24px;
  font-size: 1.5rem;
  bottom: 20px;
  color: #F4F1EB;
  font-weight: 300;
  left: 0;
  letter-spacing: 0.06em;
  line-height: 125%;
  margin: 40px 0 0 0;
  padding: 0 20px;
  position: absolute;
  z-index: 3;
}
.contest_landing_body {
  overflow: hidden;
  padding: 20px;
}
@media only screen and (min-width: 500px ) {
  .contest_landing_body {
    padding: 20px 20px 50px 20px;
  }
}
.contest_landing_body .contest_landing_blurb {
  margin-top: 0;
}
.contest_landing_buttons .button {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 500px ) {
  .contest_landing_buttons {
    bottom: 20px;
    position: absolute;
  }
  .contest_landing_buttons .button {
    display: block;
    float: left;
    margin: 0 15px 0 0;
  }
}
.contest_submit_form {
  background: #f5f3ee;
  border-top: 4px solid #006160;
  margin: 50px 0 0 0;
  overflow: hidden;
  padding: 20px;
}
@media only screen and (min-width: 500px ) {
  .contest_submit_form {
    padding: 40px;
  }
}
@media only screen and (min-width: 740px ) {
  .contest_submit_form {
    padding: 60px;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_submit_form {
    padding: 80px;
  }
}
.contest_submit_form label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #6c4216;
  display: block;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.contest_submit_form input[type=text],
.contest_submit_form input[type=email] {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #dbdabc;
  color: #2f2e2c;
  letter-spacing: 0.05em;
  line-height: 155%;
  padding: 15px 20px;
  width: 100%;
}
.contest_submit_button {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #f0b336;
  border: none;
  color: #2f2e2c;
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.no-touch .contest_submit_button:hover {
  background: #d0941f;
  color: #2f2e2c;
}
@media only screen and (min-width: 980px ) {
  .contest_submit_button {
    width: auto;
  }
}
.contest_submit_image {
  margin: 0 0 25px 0;
}
.contest_submit_image p {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #645f5a;
  font-style: italic;
  margin: -5px 0 25px 0;
}
@media only screen and (min-width: 980px ) {
  .contest_submit_image {
    float: left;
    margin: 0 40px 0 0;
    width: 370px;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_submit_image {
    margin: 0 65px 0 0;
    width: 475px;
  }
}
.contest_icon_twitter,
.contest_icon_googleplus,
.contest_icon_flickr {
  background: url(../images/social-icons.png);
  display: inline-block;
  height: 16px;
  margin: 0 3px;
  vertical-align: middle;
  width: 14px;
}
.svg .contest_icon_twitter,
.svg .contest_icon_googleplus,
.svg .contest_icon_flickr {
  background-image: url(../images/social-icons.svg);
}
.contest_icon_twitter {
  background-position: -130px -20px;
}
.contest_icon_googleplus {
  background-position: -144px -20px;
}
.contest_icon_flickr {
  background-position: -158px -20px;
}
.contest_image_mobile {
  display: block;
}
.contest_image_mobile input {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 980px ) {
  .no-touch .contest_image_mobile {
    display: none;
  }
}
#contest_image_error {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  background: #8d2838;
  color: #ffffff;
  margin: 0 0 35px 0;
  padding: 10px 20px;
}
#contest_image_dropzone {
  display: none;
}
.no-touch #contest_image_dropzone {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  border: 1px dashed #b8b9b7;
  color: #42403c;
  cursor: pointer;
  display: block;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.no-touch #contest_image_dropzone.contest_image_preview {
  cursor: default;
  padding: 0;
}
.no-touch #contest_image_dropzone.dz-drag-hover {
  background: #ffffff;
}
.no-touch #contest_image_dropzone.dz-drag-hover .contest_file_option_divider span {
  background: #ffffff;
}
.no-touch #contest_image_dropzone:hover .contest_file_upload_button {
  background: #003030;
}
.no-touch #contest_image_dropzone .dz-preview {
  display: none;
}
.contest_image_progress_overlay {
  background: rgba(255, 255, 255, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.active .contest_image_progress_overlay {
  display: block;
}
.contest_image_progress_bar {
  background: #ffffff;
  border: 1px solid #006160;
  border-radius: 5px;
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
}
.contest_image_progress_bar span {
  background: #006160;
  border-radius: 5px;
  display: block;
  height: 20px;
  margin: -1px 0 0 -1px;
  width: 0;
}
.contest_image_upload_icon {
  background-image: url(../images/social-icons.png);
  background-position: -200px -20px;
  display: inline-block;
  height: 35px;
  margin-bottom: 10px;
  width: 40px;
}
.svg .contest_image_upload_icon {
  background-image: url(../images/social-icons.svg);
}
.contest_file_upload_button {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #006160;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  height: 50px;
  margin: 40px 0 0 0;
  padding: 0 30px;
  pointer-events: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 980px ) {
  .contest_submit_details {
    float: left;
    width: 370px;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_submit_details {
    width: 475px;
  }
}
.contest_file_option_divider {
  background: #e3e0da;
  display: inline-block;
  height: 1px;
  margin: 35px 0 0 0;
  position: relative;
  width: 300px;
}
.contest_file_option_divider span {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 20px;
  font-size: 1.25rem;
  background: #f5f3ee;
  color: #645f5a;
  font-style: italic;
  height: 20px;
  left: 120px;
  line-height: 100%;
  margin: -10px 0 0 0;
  position: absolute;
  text-align: center;
  width: 60px;
}
@media only screen and (min-width: 1220px ) {
  .contest_file_option_divider {
    width: 360px;
  }
  .contest_file_option_divider span {
    left: 150px;
  }
}
.contest_field_wrap {
  margin: 0 0 25px 0;
}
.contest_detail_instructions {
  border: 1px solid #DBD8D5;
  margin: 45px 0;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.contest_detail_instructions span {
  background: #ece9e0;
  height: 15px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 15px;
  z-index: 2;
}
.contest_detail_instructions span:after {
  content: "";
  display: block;
  border: 1px solid #B7B2AB;
  border-radius: 100%;
  height: 5px;
  margin: 5px 0 0 5px;
  width: 5px;
}
.contest_detail_instructions span.top_right {
  right: -8px;
  left: auto;
}
.contest_detail_instructions span.bottom_left {
  top: auto;
  bottom: -8px;
}
.contest_detail_instructions span.bottom_right {
  bottom: -8px;
  left: auto;
  right: -8px;
  top: auto;
}
.contest_detail_instructions p {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #645f5a;
  font-style: italic;
  line-height: 220%;
  margin: 0 0 20px 0;
}
.contest_thankyou_shade {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.contest_thankyou_dialog {
  background: #f5f3ee;
  border-top: 4px solid #bf2b45;
  left: 0;
  padding: 30px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 60px;
  width: 100%;
  z-index: 11;
}
.contest_thankyou_dialog .divider {
  background: #d0cdc3;
  display: inline-block;
  height: 1px;
  margin: 30px 0;
  position: relative;
  width: 81px;
}
.contest_thankyou_dialog .divider span {
  background: #f5f3ee;
  height: 5px;
  left: 33px;
  position: absolute;
  top: -2px;
  width: 15px;
}
.contest_thankyou_dialog .divider span:after {
  border: 1px solid #a2988f;
  border-radius: 100%;
  content: "";
  height: 5px;
  left: 5px;
  position: absolute;
  width: 5px;
}
.contest_thankyou_dialog .button {
  background: #005655;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  float: none;
}
.no-touch .contest_thankyou_dialog .button:hover {
  background: #353622;
}
@media only screen and (min-width: 500px ) {
  .contest_thankyou_dialog {
    padding: 40px;
    top: 120px;
  }
}
@media only screen and (min-width: 740px ) {
  .contest_thankyou_dialog {
    margin: 0 auto;
    padding: 60px;
    width: 705px;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_thankyou_dialog {
    padding: 100px 150px;
    top: 150px;
    width: 940px;
  }
}
@media only screen and (min-width: 1220px ) {
  .contest_thankyou_dialog {
    top: 200px;
    padding: 130px 200px;
    width: 1175px;
  }
}
.contest_thankyou_header {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (min-width: 500px ) {
  .contest_thankyou_header {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 740px ) {
  .contest_thankyou_header {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_thankyou_header {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.contest_thankyou_message {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  line-height: 200%;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 500px ) {
  .contest_thankyou_message {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 980px ) {
  .contest_thankyou_message {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/*-------------------------------------------
  Mobile
-------------------------------------------*/
@media screen and (min-width: 500px) {
  #footer .newsletter .text {
    width: 350px;
  }
  .media_gallery.full .item {
    margin-bottom: 0;
    padding: 0 2px;
  }
  .media_gallery.full .link {
    height: 145px;
  }
  .signup fieldset {
    width: 100%;
  }
  .signup .text {
    margin: 0;
    width: 345px;
  }
  .signup .button {
    width: 123px;
  }
  .download_request fieldset {
    width: 100%;
  }
  .download_request .text {
    margin: 0;
    width: 285px;
  }
  .download_request .button {
    width: 123px;
  }
  .event_block .background {
    padding: 41% 0 0 0;
  }
  .event_block.exhibit .background {
    padding: 81% 0 0 0;
  }
  .event_block.exhibit .logo {
    display: block;
    left: 50%;
    position: absolute;
    top: 35%;
    z-index: 5;
    max-height: 20%;
    /* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .card_block img {
    float: right;
    margin: 0 0 20px 20px;
  }
  .text_block img {
    float: right;
    margin: 0 0 20px 30px;
    max-width: 40%;
  }
  .home_feature .feature {
    height: 350px;
  }
  .home_cards .callout,
  .exhibition_cards .callout {
    width: 470px;
  }
  .page_content .block_left,
  .page_content .block_right {
    max-width: 50%;
  }
  .embellished_header h2:before,
  .embellished_header h2:after,
  .embellished_header h2 span:before,
  .embellished_header h2 span:after {
    content: '';
    display: inline-block;
    opacity: 0.5;
  }
  .embellished_header h2:before,
  .embellished_header h2:after {
    border-top: 1px solid #36302a;
    height: 1px;
    vertical-align: middle;
    padding: 0 0 4px;
    width: 25px;
  }
  .embellished_header h2:before {
    margin: 0 35px 0 0;
  }
  .embellished_header h2:after {
    margin: 0 0 0 30px;
  }
  .embellished_header h2 span:before,
  .embellished_header h2 span:after {
    border: 1px solid #36302a;
    border-radius: 100%;
    height: 6px;
    position: absolute;
    top: 35%;
    width: 6px;
  }
  .embellished_header h2 span:before {
    left: -26px;
  }
  .embellished_header h2 span:after {
    right: -20px;
  }
  .full_bar.intro .button,
  .full_bar.outro .button {
    margin-right: 20px;
    width: auto;
  }
  .special_event .block_list .block_right {
    max-width: 50%;
  }
  .special_event .footer .share {
    clear: none;
    float: right;
    padding: 12px 0 0;
  }
  .fancy_cards .callout img {
    float: none;
    margin: 0 0 20px;
  }
  .calendar .legend .item {
    clear: none;
    float: left;
    width: 48%;
  }
  .research_tools .search_text .text {
    width: 429px;
  }
  .research_index ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .research_index ul li {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .portrait_rotater,
  #subscribe_form,
  .home_cards {
    display: none;
  }
  .social_feed_fade {
    top: 260px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 35px, #000000 100%);
  }
  .social_feed_title {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .social_feed_block_container {
    width: 470px;
  }
  .social_feed_block {
    float: left;
    margin: 0 0 20px 0;
    width: 470px;
  }
  .social_feed_block_body {
    padding: 30px;
  }
  .social_feed_video {
    display: block;
    height: 266px;
    overflow: hidden;
    position: relative;
    width: 470px;
  }
  .social_feed_video img {
    display: block;
    margin-top: -43px;
  }
  .social_feed_video:after {
    background-image: url(../images/social-icons.png);
    background-position: 0px -70px;
    content: "";
    height: 92px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 94px;
  }
  .svg .social_feed_video:after {
    background-image: url(../images/social-icons.svg);
  }
  .social_feed_block_footer {
    padding: 22px 30px;
  }
  .social_feed_show_more,
  .social_feed_more_fade {
    width: 470px;
  }
}
@media screen and (max-width: 499px) {
  /* .mobile_hide { display: none; } */
  .text_block .contain,
  .callout_full.row .card_block .contain {
    clear: both;
  }
}
/*-------------------------------------------
  Tablet
-------------------------------------------*/
@media screen and (min-width: 500px) and (max-width: 739px) {
  /* .tablet_hide { display: none; } */
}
@media screen and (max-width: 739px) {
  .block_item .sub_heading .date,
  .block_item .sub_heading .location,
  .event_block .sub_heading .date,
  .event_block .sub_heading .location {
    float: none;
    margin: 0 0 10px;
  }
  .callout_full.row .card_block .contain {
    clear: both;
  }
}
@media screen and (min-width: 740px) {
  p.intro {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #alert p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #header .logo {
    background-position: 0 0;
    height: 55px;
    margin: 45px auto 0;
    width: 413px;
  }
  .ui_light #header .logo {
    background-position: 0 -85px;
  }
  #footer .pad {
    padding: 40px 0 0;
  }
  /* Equal Column Trick - http://www.positioniseverything.net/articles/onetruelayout/equalheight.html */
  #footer .columned {
    overflow: hidden;
  }
  #footer .column {
    border-right: 1px solid rgba(165, 140, 115, 0.15);
    padding-bottom: 500px;
    margin-bottom: -500px;
  }
  #footer .column:last-child {
    border-width: 0;
  }
  #footer .connect {
    border-top: 1px solid rgba(165, 140, 115, 0.15);
    margin-top: 40px;
  }
  #footer .newsletter .text {
    width: 225px;
  }
  #footer .final .link {
    display: inline-block;
    margin: 0 0 5px 15px;
  }
  #footer .final,
  #footer .copyright {
    text-align: right;
  }
  .page_header .wallpapered {
    height: 200px;
    margin: 0 0 50px;
  }
  .page_header.quiz-splash .wallpapered {
    height: 900px;
  }
  .page_header h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .page_header.tall .wallpapered {
    margin: 0 0 30px;
    padding: 300px 0 30px;
  }
  .page_header.logo .wallpapered {
    padding: 0;
  }
  .page_header.logo .positioned {
    padding: 600px 0 30px;
  }
  .page_header.logo .logo {
    left: 50%;
    position: absolute;
    top: 60%;
    /* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page_header.logo .button {
    display: block;
  }
  .home_feature .feature {
    height: 550px;
  }
  .home_feature .content {
    bottom: 50px;
    text-align: left;
  }
  .home_feature h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .home_feature p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .home_cards .callout,
  .exhibition_cards .callout {
    width: 347px;
  }
  .feature_block .background {
    padding: 56.25% 0 0 0;
  }
  .feature_block .type {
    left: 0;
    margin: 30px 35px;
    position: absolute;
    top: 0;
  }
  .feature_block .content {
    bottom: 0;
    left: 0;
    padding: 30px 35px;
    position: absolute;
    width: 75%;
  }
  .feature_block h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
  }
  .feature_block.full .type {
    position: static;
  }
  .feature_block.full .content {
    padding: 30px 35px;
    position: static;
  }
  .feature_block.full p {
    float: none;
    max-width: none;
  }
  .image_block .content {
    width: 100%;
  }
  .image_block p {
    float: left;
    margin-right: 2%;
    width: 73%;
  }
  .image_block .button {
    float: left;
    text-align: center;
  }
  .event_block.exhibit .background {
    padding: 66% 0 0 0;
  }
  .event_block.exhibit .logo {
    top: 40%;
  }
  .color_block .content {
    float: left;
    max-width: 60%;
  }
  .color_block .button {
    float: right;
    margin: 5px 0 0 20px;
  }
  .callout_full .card_block img {
    max-width: 50%;
  }
  .text_block img {
    float: left;
    margin: 0 30px 20px 0;
    max-width: auto;
  }
  .feature_grid .feature_block .background {
    padding: 0;
  }
  .feature_grid .feature_block.large .background,
  .feature_grid .feature_block.tall .background {
    height: 445px;
  }
  .feature_grid .feature_block.small .background {
    height: 217px;
  }
  .feature_grid .feature_block.small .content {
    padding: 20px 25px;
    width: 100%;
  }
  .feature_grid .feature_block.small .type {
    margin: 20px 25px;
  }
  .feature_grid .feature_block.small h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .feature_grid .feature_block.small p {
    display: none;
    max-width: 100%;
  }
  .feature_grid .feature_block.tall .content {
    width: 100%;
  }
  .feature_grid .feature_block.tall h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .feature_grid .feature_block.tall p {
    max-width: 100%;
  }
  .media_gallery.full .link {
    height: 220px;
  }
  .embellished_header p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .happening_header h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .happening_header p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .happening_header .link {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 0 15px;
  }
  .signup h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .signup fieldset {
    width: 525px;
  }
  .signup .text {
    width: 400px;
  }
  .signup .button {
    width: 123px;
  }
  .download_request h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .download_request fieldset {
    width: 100%;
  }
  .download_request .text {
    margin: 0;
    width: 520px;
  }
  .download_request .button {
    width: 123px;
  }
  .portrait_rotater .header {
    padding: 60px 0 20px;
  }
  .portrait_rotater .content {
    padding: 20px 0 60px;
  }
  .portrait_rotater .footer .button {
    display: block;
    float: left;
    margin: 0 10px 0 0;
  }
  .portrait_rotater .callout {
    margin-bottom: 30px;
  }
  .portrait_rotater .callout.second {
    margin-bottom: 100px;
  }
  .portrait_rotater .callout h3 {
    font-size: 48px;
    font-size: 3rem;
  }
  .portrait_rotater .callout .text {
    padding-top: 30px;
  }
  .portrait_rotater .callout .image {
    height: 1px;
    position: relative;
  }
  .portrait_rotater .callout .icon {
    background: #ffffff;
    display: block;
    height: 50px;
    line-height: 52px;
    position: absolute;
    top: 35px;
    text-align: center;
    width: 50px;
  }
  .portrait_rotater .callout .icon:after {
    background: url(../images/icons.png) no-repeat 0 0;
    background-image: url(../images/icons.svg), none;
    content: '';
    display: inline-block;
    height: 13px;
    width: 14px;
  }
  .portrait_rotater .callout img {
    display: block;
    height: 250px;
  }
  .portrait_rotater .callout.first .text {
    padding-left: 20px;
  }
  .portrait_rotater .callout.first img {
    float: right;
    max-width: none;
  }
  .portrait_rotater .callout.first .icon {
    background: #f5d258;
    right: 0;
  }
  .portrait_rotater .callout.first .icon:after {
    background-position: -355px -225px;
  }
  .portrait_rotater .callout.second .text {
    padding-right: 20px;
  }
  .portrait_rotater .callout.second img {
    float: left;
  }
  .portrait_rotater .callout.second .icon {
    background: #c8e3e2;
    left: 0;
  }
  .portrait_rotater .callout.second .icon:after {
    background-position: -330px -225px;
  }
  .portrait_rotater .callout.first {
    -webkit-transform: translate(-33%, 0);
    -ms-transform: translate(-33%, 0);
    transform: translate(-33%, 0);
  }
  .portrait_rotater .callout.second {
    -webkit-transform: translate(33%, 0);
    -ms-transform: translate(33%, 0);
    transform: translate(33%, 0);
  }
  .date_header .button {
    background: #003030;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 50%;
  }
  .date_header .button.download {
    border-right: 1px solid #f5f3ee;
  }
  .calendar .legend .item {
    width: 18%;
  }
  .special_event .block_list .block_right {
    max-width: none;
  }
  .exhibit_block img {
    width: auto;
    max-width: none;
  }
  .exhibit_block.content_right img {
    float: left;
  }
  .exhibit_block.content_left img {
    float: right;
  }
  .section_block .content {
    padding: 75px 0;
  }
  /* .section_block h3 { .font-size(50); } */
  .section_block p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section_block.wallpapered .content {
    padding: 150px 0;
  }
  .quote_block .content p {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .research_tools .search_text .text {
    width: 664px;
  }
  .research_tools .search_select {
    float: left;
    margin-right: 10px;
    width: 42%;
  }
  .research_tools .button.index {
    float: right;
  }
  .research .article_set ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .research .article_set ul li {
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
  .research .entry_block img {
    margin: 0 20px 0 0;
    max-width: 50%;
  }
  .page_header .research_tools {
    margin-top: -50px;
  }
  .full_bar.intro .details {
    margin-top: -10px;
    padding: 0 20px 0 0;
  }
  .full_bar.intro .details.video {
    margin-top: 0;
  }
  .hub_block .resource_list {
    /* -webkit-column-count: 2; */
    -moz-column-count: 2;
    column-count: 2;
    /* -webkit-column-gap: 0; */
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .hub_block .resource_list li {
    /* -webkit-column-break-inside: avoid; */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  .estate_map {
    height: 600px;
  }
  .slim_frame #header h1,
  .slim_frame #header .logo_wrapper {
    left: 0;
    margin: 11px auto;
    position: absolute;
    right: 0;
  }
  .jump_links_title {
    float: left;
    margin: 26px 20px 0 0;
  }
  .jump_links_select {
    float: left;
    width: 585px;
  }
  .image_404 {
    display: block;
    float: right;
    margin: -90px -60px 0 30px;
  }
  .thermometer img {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .comparison .content {
    padding: 40px 40px 20px;
  }
  .comparison .content .media {
    margin-bottom: 40px;
  }
  .block_item .block_item_image_wrapper {
    padding: 0 0 0 235px;
  }
  .block_list .left_image {
    float: left;
    width: 200px;
  }
  .portrait_rotater,
  #subscribe_form,
  .home_cards {
    display: block;
  }
  .social_feed_fade {
    top: 400px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 35px, #000000 100%);
  }
  .social_feed_title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 110%;
  }
  .social_feed_subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .social_feed_block_container {
    width: 730px;
  }
  .social_feed_block_container.expanded {
    padding-bottom: 130px;
  }
  .social_feed_block_container_inline.expanded {
    padding-bottom: 0px;
  }
  .social_feed_block {
    margin: 0 25px 25px 0;
    width: 340px;
  }
  .social_feed_block_body {
    padding: 20px;
  }
  .social_feed_video {
    display: block;
    height: 193px;
    overflow: hidden;
    position: relative;
    width: 340px;
  }
  .social_feed_video img {
    display: block;
    margin-top: -31px;
  }
  .social_feed_video:after {
    background-image: url(../images/social-icons.png);
    background-position: -100px -70px;
    content: "";
    height: 46px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 47px;
  }
  .svg .social_feed_video:after {
    background-image: url(../images/social-icons.svg);
  }
  .social_feed_block_footer {
    padding: 18px 20px;
  }
  .social_feed_show_more,
  .social_feed_more_fade {
    width: 705px;
  }
  .social_feed_show_more {
    height: 90px;
    line-height: 80px;
  }
  .social_feed_show_more:before {
    margin-top: 60px;
    transition: margin 0.25s;
  }
  .social_feed_show_more:hover:before {
    margin-top: 62px;
  }
}
/* Controls when there is room */
@media screen and (min-width: 850px) {
  .no-touch .media_gallery .controls,
  .no-touch .media_gallery .controls.visible {
    display: block;
  }
  .no-touch .home_cards .controls,
  .no-touch .exhibition_cards .controls {
    display: block;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .research .entry_block img {
    float: right;
    margin: 0 0 20px 20px;
  }
  .hub_gallery .control {
    bottom: 0;
    height: 310px;
    top: auto;
  }
  .sidebar_callouts .callout .image {
    float: right;
    height: 230px;
    margin: 0 0 30px 30px;
    width: 230px;
  }
  .sidebar_callouts .callout img {
    height: 100%;
    margin-left: -90px;
    max-width: none;
    width: auto;
  }
  .text_images .images_column {
    float: right !important;
    margin-top: 20px;
  }
  .text_images .text_column {
    float: left !important;
  }
}
/*-------------------------------------------
  Master Overrides
-------------------------------------------*/
.floatleft {
  float: left !important;
}
.floatright {
  float: right !important;
}
.alignleft {
  text-align: left !important;
}
.alignright {
  text-align: right !important;
}
/*-------------------------------------------
  Desktop
-------------------------------------------*/
@media screen and (max-width: 979px) {
  .mobile_hide {
    display: none;
  }
  body .tipper {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  body.bigtree_bar_open #header {
    top: 40px;
  }
  body.slim_frame.bigtree_bar_open #header {
    top: 0;
  }
  p,
  .text_block p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  p.intro {
    font-size: 32px;
    font-size: 2rem;
  }
  .desktop_hide {
    display: none;
  }
  .slide_tabs .tab:hover,
  .tab_menu .tab_link:hover {
    color: #fff;
  }
  .tab_menu .tab_link:hover:after {
    opacity: 1;
  }
  .ui_light .home_feature .slide_tabs .tab:hover,
  .ui_light .home_feature .tab_menu .tab_link:hover {
    color: #000000;
  }
  #header .logo {
    margin: 32px auto 0;
  }
  #header .consistent {
    height: 50px;
  }
  .ui_red .home_feature .button:hover {
    background: #f5d258;
  }
  .ui_red #header .button:hover,
  .ui_red .slide_tabs .marker:hover {
    background: #8d2838;
  }
  .ui_red #header .button.shop:hover {
    background: #bf2b45;
  }
  /* .ui_red .subnavigation .item:hover { color: @red_3; } */
  .ui_red .subnavigation .child:hover {
    color: #8d2838;
  }
  .ui_red #header .navigation .dropdown .link:hover,
  .ui_red #header .consistent .link:hover {
    color: #bf2b45;
  }
  .ui_blue .home_feature .button:hover {
    background: #f5d258;
  }
  .ui_blue #header .button:hover,
  .ui_blue .slide_tabs .marker:hover {
    background: #00597a;
  }
  .ui_blue #header .button.shop:hover {
    background: #009bbb;
  }
  /* .ui_blue .subnavigation .item:hover { color: @blue_3; } */
  .ui_blue .subnavigation .child:hover {
    color: #00597a;
  }
  .ui_blue #header .navigation .dropdown .link:hover,
  .ui_blue #header .consistent .link:hover {
    color: #009bbb;
  }
  .ui_orange .home_feature .button:hover {
    background: #f5d258;
  }
  .ui_orange #header .button:hover,
  .ui_orange .slide_tabs .marker:hover {
    background: #9d6120;
  }
  .ui_orange #header .button.shop:hover {
    background: #d9852d;
  }
  /* .ui_orange .subnavigation .item:hover { color: @orange_1; } */
  .ui_orange .subnavigation .child:hover {
    color: #9d6120;
  }
  .ui_orange #header .navigation .dropdown .link:hover {
    color: #36302a;
  }
  .ui_orange #header .consistent .link:hover {
    color: #f5d258;
  }
  .ui_purple .home_feature .button:hover {
    background: #f5d258;
  }
  .ui_purple #header .button:hover,
  .ui_purple .slide_tabs .marker:hover {
    background: #bf2b45;
  }
  .ui_purple #header .button.shop:hover {
    background: #9a656c;
  }
  /* .ui_purple .subnavigation .item:hover { color: @red_2; } */
  .ui_purple .subnavigation .child:hover {
    color: #bf2b45;
  }
  .ui_purple #header .navigation .dropdown .link:hover,
  .ui_purple #header .consistent .link:hover {
    color: #f0c7b6;
  }
  .ui_teal .home_feature .button:hover {
    background: #f5d258;
  }
  .ui_teal #header .button:hover,
  .ui_teal .slide_tabs .marker:hover {
    background: #006160;
  }
  .ui_teal #header .button.shop:hover {
    background: #2fb2ab;
  }
  /* .ui_teal .subnavigation .item:hover { color: @teal_3; } */
  .ui_teal .subnavigation .child:hover {
    color: #006160;
  }
  .ui_teal #header .navigation .dropdown .link:hover,
  .ui_teal #header .consistent .link:hover {
    color: #2fb2ab;
  }
  .ui_green .home_feature .button:hover {
    background: #f5d258;
  }
  .ui_green #header .button:hover,
  .ui_green .slide_tabs .marker:hover {
    background: #4c4a16;
  }
  .ui_green #header .button.shop:hover {
    background: #98942c;
  }
  /* .ui_green .subnavigation .item:hover { color: @green_3; } */
  .ui_green .subnavigation .child:hover {
    color: #4c4a16;
  }
  .ui_green #header .navigation .dropdown .link:hover,
  .ui_green #header .consistent .link:hover {
    color: #98942c;
  }
  #header .consistent .link.subtle:hover {
    color: #ffffff;
  }
  .subnavigation .block.siblings .item:hover {
    color: #8f7b64;
  }
  .subnavigation .block.current .item:hover {
    color: #36302a;
  }
  #footer .prefooter .contain {
    float: right;
    width: 310px;
  }
  #footer .prefooter h2 {
    margin-top: 10px;
  }
  #footer .prefooter img {
    margin: 0;
    width: 275px;
  }
  #footer .newsletter .text {
    width: 340px;
  }
  #footer .contact .link:hover {
    color: #bf2b45;
  }
  #footer .consistent .link:hover {
    color: #cbab8c;
  }
  #footer .final .link:hover {
    color: #ffffff;
  }
  /* .page { padding-bottom: 50px; } */
  .subnavigation .block {
    margin-top: 20px;
  }
  .page_header {
    margin-bottom: 20px;
  }
  .page_header .wallpapered {
    height: 250px;
    margin: 0 0 70px;
  }
  .page_header h1 {
    font-size: 62px;
    font-size: 3.875rem;
  }
  .page_header.tall .wallpapered {
    margin: 0 0 30px;
    padding: 400px 0 30px;
  }
  .page_header.logo .wallpapered {
    padding: 0;
  }
  .page_header.logo .positioned {
    padding: 800px 0 30px;
  }
  .home_feature .feature {
    height: 750px;
  }
  .home_feature .content {
    bottom: 50px;
    text-align: left;
  }
  .home_feature h2 {
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 20px;
    line-height: 60px;
  }
  .home_feature p {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 20px 0;
  }
  .home_feature .controls.visible {
    display: block;
  }
  .home_feature .control {
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 65px;
    z-index: 2;
    white-space: nowrap;
  }
  .home_feature .control.enabled {
    opacity: 1;
  }
  .home_feature .control .label {
    display: none;
  }
  .home_feature .control .icon {
    background: #000000;
    display: block;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    width: 65px;
  }
  .home_feature .control .icon:before {
    background: url(../images/icons.png) no-repeat 0 0;
    background-image: url(../images/icons.svg), none;
    content: '';
    display: inline-block;
    height: 16px;
    overflow: hidden;
    width: 9px;
  }
  .home_feature .control.previous {
    left: 0;
  }
  .home_feature .control.next {
    right: 0;
  }
  .home_feature .control.previous .icon {
    float: left;
    margin: 0 20px 0 0;
  }
  .home_feature .control.next .icon {
    float: right;
    margin: 0 0 0 20px;
  }
  .home_feature .control.previous .icon:before {
    background-position: -75px -220px;
  }
  .home_feature .control.next .icon:before {
    background-position: -95px -220px;
  }
  .home_feature .control:hover .icon {
    background: #ffffff;
  }
  .home_feature .control.previous:hover .icon:before {
    background-position: -75px -200px;
  }
  .home_feature .control.next:hover .icon:before {
    background-position: -95px -200px;
  }
  .media_gallery.full .link {
    height: 195px;
  }
  .media_gallery .link:hover figcaption {
    opacity: 1;
  }
  .media_gallery .video:hover:after {
    opacity: 0;
  }
  .media_gallery .control:hover {
    background: rgba(0, 0, 0, 0.9);
  }
  .happening_header h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .happening_header .link {
    display: inline-block;
  }
  .happening_header .tab:hover {
    color: #36302a;
  }
  .embellished_header .link {
    display: inline-block;
  }
  .full_bar.text_images figure {
    margin: 30px 0 0 40px;
  }
  .full_bar.text_images .left figure {
    margin: 30px 40px 0 0;
  }
  .feature_block.full h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 20px;
  }
  .card_callouts .card_block {
    margin-bottom: 20px;
  }
  .card_callouts .card_block:nth-child(odd) {
    clear: both;
  }
  .callout_full .card_block img {
    float: left;
    margin: 0 40px 0 0;
    max-width: 50%;
  }
  .callout_full .card_block_final img {
    float: right;
    margin: 0 0 20px 30px;
  }
  .block_list.small .item {
    float: left;
    width: 47.9167%;
  }
  .block_list.small .item:nth-child(1),
  .block_list.small .item:nth-child(2) {
    border-color: transparent;
  }
  .block_list.small .item:nth-child(odd) {
    clear: both;
  }
  .block_list.small .item:nth-child(even) {
    float: right;
  }
  .image_block h3 {
    margin-top: 10px;
  }
  .image_block p {
    width: 68%;
  }
  .image_block a.background .wallpaper-container,
  .media_gallery a img {
    -webkit-transition: -webkit-transform 0.5s ease 0s !important;
    transition: -ms-transform 0.5s ease 0s !important;
    transition: transform 0.5s ease 0s !important;
  }
  .image_block a.background:hover .wallpaper-container,
  .media_gallery a:hover img {
    -webkit-transition-delay: 0.25s !important;
    transition-delay: 0.25s !important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .signup h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .download_request .text {
    width: 435px;
  }
  .feature_grid .feature_block.large .background,
  .feature_grid .feature_block.tall .background {
    height: 394px;
  }
  .feature_grid .feature_block.small .background {
    height: 192px;
  }
  .feature_grid .feature_block.red:hover .background {
    background-color: #46141c;
  }
  .feature_grid .feature_block.blue:hover .background {
    background-color: #002c3d;
  }
  .feature_grid .feature_block.green:hover .background {
    background-color: #6a6d45;
  }
  .feature_grid .feature_block.teal:hover .background {
    background-color: #003030;
  }
  .feature_grid .feature_block.brown:hover .background {
    background-color: #6c4216;
  }
  .feature_grid .feature_block.purple:hover .background {
    background-color: #bf2b45;
  }
  .feature_grid .footer .button:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .feature_grid.tan .footer .button:hover {
    background: #d0cdc3;
  }
  .portrait_rotater .content {
    padding: 30px 0 60px;
  }
  .portrait_rotater .callout h3 {
    font-size: 66px;
    font-size: 4.125rem;
    margin-bottom: 20px;
  }
  .portrait_rotater .callout .text {
    padding-top: 80px;
  }
  .portrait_rotater .callout .icon {
    top: 100px;
  }
  .portrait_rotater .callout img {
    height: 400px;
  }
  .portrait_rotater .callout.first:hover {
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
  }
  .portrait_rotater .callout.second:hover {
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .datepicker {
    display: block;
    margin-top: 104px;
  }
  .full_bar.intro .button_details,
  .full_bar.outro .button_details {
    padding-top: 5px;
  }
  .special_event .sidebar_callouts {
    padding-top: 40px;
  }
  .section_block .content {
    padding: 100px 0;
  }
  .section_block.wallpapered .content {
    padding: 200px 0;
  }
  .section_block.wallpapered .button {
    margin-bottom: 0;
  }
  .fancy_cards .callout .button.bordered {
    margin-bottom: 40px;
  }
  .fancy_cards .callout p.credit {
    margin-bottom: 25px;
  }
  .fancy_cards .sized {
    overflow: hidden;
  }
  .fancy_cards .callout {
    padding-bottom: 500px;
    margin-bottom: -500px;
  }
  .fancy_cards .callout:nth-child(odd) {
    clear: none;
  }
  .home_cards .callout,
  .exhibition_cards .callout {
    margin-right: 20px;
    width: 300px;
  }
  .home_cards .sized,
  .exhibition_cards .sized {
    overflow: visible;
  }
  .research_tools .search_text {
    float: left;
    margin-right: 10px;
    width: auto;
  }
  .research_tools .search_text .text {
    width: 380px;
  }
  .research_tools .search_select {
    float: left;
    margin-right: 10px;
    width: 200px;
  }
  .research_tools .button.index {
    float: right;
    margin-top: 5px;
  }
  .research_index ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .research.listing .entry_block img {
    float: right;
    margin: 0 0 20px 20px;
  }
  .library_tools .button.bordered {
    margin: 5px 0 0 20px;
  }
  .page_header .research_tools {
    margin-top: -70px;
  }
  .hub_gallery .column {
    height: 310px;
  }
  .hub_block.resources .column,
  .hub_block.resources .resource {
    margin-bottom: -500px;
    padding-bottom: 500px;
  }
  .estate_map {
    height: 700px;
  }
  .image_404 {
    margin: -20px 0 0 30px;
    width: 200px;
  }
  .social_feed_fade {
    top: 500px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 80px, #000000 100%);
  }
  .social_feed_connected_block {
    float: right;
    margin: 0;
    width: 230px;
  }
  .social_feed_title_block {
    float: left;
    width: 660px;
  }
  .social_feed_block_container {
    width: 970px;
  }
  .social_feed_block {
    margin: 0 30px 30px 0;
    width: 455px;
  }
  .social_feed_block_body {
    padding: 30px;
  }
  .social_feed_video {
    display: block;
    height: 258px;
    overflow: hidden;
    position: relative;
    width: 455px;
  }
  .social_feed_video img {
    display: block;
    margin-top: -42px;
  }
  .social_feed_video:after {
    background-image: url(../images/social-icons.png);
    background-position: 0px -70px;
    content: "";
    height: 92px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 94px;
  }
  .svg .social_feed_video:after {
    background-image: url(../images/social-icons.svg);
  }
  .social_feed_block_footer {
    padding: 22px 30px;
  }
  .social_feed_show_more,
  .social_feed_more_fade {
    width: 940px;
  }
  .contest_detail_instructions {
    padding: 35px 65px;
  }
  .contest_detail_instructions p {
    margin: 0;
    width: 520px;
  }
  .contest_detail_instructions .contest_submit_button {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 65px;
    top: 0;
  }
}
.consistent_desktop,
#header .buttons,
#header .search,
.navigation_desktop {
  display: none;
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
  .gridlock .row .logo_desktop {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .consistent_mobile {
    display: none;
  }
  .consistent_desktop,
  #header .buttons,
  #header .search,
  .navigation_desktop {
    display: block;
  }
}
/*-------------------------------------------
  Desktop - Max
-------------------------------------------*/
@media screen and (min-width: 1220px) {
  #header .navigation .link {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 18px 0 17px;
  }
  #header .search .text {
    width: 200px;
  }
  #footer .prefooter .contain {
    width: 460px;
  }
  #footer .prefooter p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #footer .navigation {
    float: left;
  }
  #footer .consistent:last-child {
    border-width: 0 1px 0 0;
  }
  #footer .connect {
    border: none;
    padding: 0;
  }
  #footer .newsletter .text {
    width: 155px;
  }
  .subnavigation .block,
  .sidebar_callouts .callout,
  .subbrand {
    margin-left: -9%;
  }
  .home_feature .feature {
    height: 900px;
  }
  .home_feature .content .mobile-full {
    display: inline-block;
    float: none;
    vertical-align: bottom;
  }
  .home_feature h2 {
    margin: 0;
  }
  .home_feature .control .label {
    color: #ffffff;
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
    font-style: normal;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 65px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  .home_feature .control.previous .label {
    left: 85px;
  }
  .home_feature .control.next .label {
    right: 85px;
  }
  .home_feature .control:hover .label {
    opacity: 1;
  }
  .home_feature .block {
    margin-right: 0 !important;
  }
  .media_gallery.full .link {
    height: 245px;
  }
  .card_callouts .card_block {
    margin-bottom: 26px;
  }
  .fancy_cards .callout {
    margin-bottom: -500px;
  }
  .home_cards .callout,
  .exhibition_cards .callout {
    margin-right: 20px;
    width: 375px;
  }
  .image_block p {
    width: 73%;
  }
  .feature_grid .feature_block.large .background,
  .feature_grid .feature_block.tall .background {
    height: 498px;
  }
  .feature_grid .feature_block.small .background {
    height: 244px;
  }
  .datepicker {
    margin-left: -9%;
  }
  .research_tools .search_text .text {
    width: 515px;
  }
  .research_tools .search_select {
    width: 250px;
  }
  .research_index ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .research.landing .article_set ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .download_request .text {
    width: 590px;
  }
  .estate_map {
    height: 800px;
  }
  .image_404 {
    margin: -90px -60px 0 30px;
    width: auto;
  }
  .social_feed_fade {
    top: 500px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 350px, #000000 100%);
  }
  .social_feed_title_block {
    float: left;
    width: 925px;
  }
  .social_feed_block_container {
    width: 1206px;
  }
  .social_feed_block {
    width: 372px;
  }
  .social_feed_video {
    display: block;
    height: 210px;
    overflow: hidden;
    position: relative;
    width: 372px;
  }
  .social_feed_video img {
    display: block;
    margin-top: -35px;
  }
  .social_feed_show_more,
  .social_feed_more_fade {
    width: 1176px;
  }
  .contest_detail_instructions p {
    width: 715px;
  }
}
/*-------------------------------------------
  Desktop - Short Screen
-------------------------------------------*/
@media screen and (min-width: 980px) and (max-height: 950px) {
  .home_feature .feature {
    height: 775px;
  }
}
@media screen and (min-width: 980px) and (max-height: 800px) {
  .home_feature .feature {
    height: 650px;
  }
}
/*-------------------------------------------
  Print
-------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #36302a;
    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;
  }
}
/*-------------------------------------------
  IE
-------------------------------------------*/
.ie8 #header .navigation .dropdown,
.ie9 #header .navigation .dropdown,
.ie10 #header .navigation .dropdown {
  display: none;
}
.ie8 #header .navigation .item:hover .dropdown,
.ie9 #header .navigation .item:hover .dropdown,
.ie10 #header .navigation .item:hover .dropdown {
  display: block;
}
.ie8 #mediaviewer .mediaviewer-caption .content,
.ie9 #mediaviewer .mediaviewer-caption .content,
.ie10 #mediaviewer .mediaviewer-caption .content {
  display: none;
}
.ie8 #mediaviewer .mediaviewer-caption.open .content,
.ie9 #mediaviewer .mediaviewer-caption.open .content,
.ie10 #mediaviewer .mediaviewer-caption.open .content {
  display: block;
}
.ie8 .timeline .events .event,
.ie9 .timeline .events .event,
.ie10 .timeline .events .event {
  display: none;
}
.ie8 .timeline .events .event.active,
.ie9 .timeline .events .event.active,
.ie10 .timeline .events .event.active {
  display: block;
}
/*-------------------------------------------
  IE 8
-------------------------------------------*/
/*-------------------------------------------
  IE 9
-------------------------------------------*/
.ie9 #drawer {
  padding: 25px 24px;
}
.ie9 .portrait_rotater .callout {
  opacity: 1 !important;
}
/*-------------------------------------------
  IE 10
-------------------------------------------*/
/*-------------------------------------------
  IE 11
-------------------------------------------*/
/*-------------------------------------------
  Interactive Timeline - 08/2016
-------------------------------------------*/
.slim_frame.interactive_timeline {
  overflow: auto;
}
.page_header.interactive_timeline_header {
  text-align: center;
  margin-bottom: 0;
}
.page_header.interactive_timeline_header h1 span {
  font-size: 16px;
  font-size: 1rem;
  color: #d9852d;
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 740px ) {
  .page_header.interactive_timeline_header h1 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page_header.interactive_timeline_header .intro {
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
}
@media only screen and (min-width: 740px ) {
  .page_header.interactive_timeline_header .intro {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 980px ) {
  .page_header.interactive_timeline_header .intro {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.page_header.interactive_timeline_header .button {
  color: #36302a;
  display: inline-block;
  float: none;
  margin: 20px 0 0;
}
.js .page_header.interactive_timeline_header .button {
  opacity: 0;
  pointer-events: none;
}
.js .page_header.interactive_timeline_header.ready .button {
  opacity: 1;
  pointer-events: all;
}
.page_header.interactive_timeline_header .wallpapered {
  margin-bottom: 0;
  padding: 100px 0 75px;
}
@media only screen and (min-width: 740px ) {
  .page_header.interactive_timeline_header .wallpapered {
    padding: 150px 0 100px;
  }
}
@media only screen and (min-width: 980px ) {
  .page_header.interactive_timeline_header .wallpapered {
    padding: 250px 0 200px;
  }
}
.interactive_timeline_container {
  padding: 50px 0;
  pointer-events: none;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container {
    padding: 75px 0 100px;
  }
}
.interactive_timeline_container .timeline_content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .timeline_content {
    margin-bottom: 100px;
  }
}
.interactive_timeline_container .timeline_marker {
  height: 20px;
  width: 20px;
  position: absolute;
  left: -7px;
  z-index: 1;
  background-color: #36302a;
  box-shadow: inset 0 0 0 2px #b8b9b7, inset 0 0 0 6px #ece9e0;
  border-radius: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.interactive_timeline_container .timeline_marker.top {
  top: -5px;
}
.interactive_timeline_container .timeline_marker.bottom {
  bottom: -5px;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .timeline_marker {
    right: 0;
    left: 0;
  }
}
.interactive_timeline_container .timeline_events {
  position: relative;
  padding: 50px 0 75px;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .timeline_events {
    padding: 100px 0;
  }
}
.interactive_timeline_container .timeline_events:before {
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #b8b9b7;
  content: '';
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .timeline_events:before {
    right: 0;
    margin: 0 auto;
  }
}
.interactive_timeline_container.ready,
.no-js .interactive_timeline_container {
  pointer-events: all;
}
.interactive_timeline_container.ready .timeline_marker,
.no-js .interactive_timeline_container .timeline_marker {
  opacity: 1;
}
.interactive_timeline_container.ready .timeline_events:before,
.no-js .interactive_timeline_container .timeline_events:before {
  opacity: 1;
}
.interactive_timeline_container .timeline_event {
  position: relative;
  padding: 50px 0;
}
.interactive_timeline_container .event_content {
  position: relative;
  z-index: 2;
}
.interactive_timeline_container .event_content:after {
  clear: both;
  content: '';
  display: block;
}
.interactive_timeline_container .event_main,
.interactive_timeline_container .event_supporting {
  margin: 0 0 0 5px;
}
.interactive_timeline_container .event_main:after,
.interactive_timeline_container .event_supporting:after {
  clear: both;
  content: '';
  display: block;
}
.interactive_timeline_container .event_main {
  padding: 0 0 0 25px;
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .event_main {
    padding: 0 0 0 40px;
  }
}
.interactive_timeline_container .event_supporting {
  padding: 25px 0 0;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .event_main,
  .interactive_timeline_container .event_supporting {
    width: 50%;
    width: calc(50% - 2.5px);
    margin: 0;
  }
  .interactive_timeline_container .event_left .event_main {
    float: left;
    padding: 0 60px 0 0;
  }
  .interactive_timeline_container .event_left .event_supporting {
    float: right;
    padding: 0;
  }
  .interactive_timeline_container .event_right .event_main {
    float: right;
    padding: 0 0 0 60px;
  }
  .interactive_timeline_container .event_right .event_supporting {
    float: left;
    padding: 0;
  }
}
.interactive_timeline_container .timeline_event .marker {
  height: 30px;
  width: 30px;
  position: absolute;
  top: -7px;
  left: -13px;
  z-index: 2;
  background: url(../images/timeline-icons.png) no-repeat 60px 60px;
  background-image: url(../images/timeline-icons.svg), none;
  background-size: auto 24px;
  background-color: #36302a;
  border: 3px solid #ffffff;
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.2, 0.885, 0.32, 1.275);
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .timeline_event .marker {
    height: 55px;
    width: 55px;
    top: 0;
    left: 0;
    right: 0;
    background-size: auto 45px;
    border-width: 5px;
    margin: 0 auto;
  }
}
.interactive_timeline_container .timeline_event .marker:after {
  height: 160%;
  width: 160%;
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 100%;
  content: '';
  margin: -30%;
  transform: scale(0.7);
  transition: transform 0.4s cubic-bezier(0.2, 0.885, 0.32, 1.275) 0.25s;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .timeline_event .marker:after {
    border-width: 2px;
  }
}
.interactive_timeline_container .timeline_event.event_gallery .marker {
  background-position: 0 0;
}
.interactive_timeline_container .timeline_event.event_image .marker {
  background-position: 33.333% 0;
}
.interactive_timeline_container .timeline_event.event_quote .marker {
  background-position: 66.666% 0;
}
.interactive_timeline_container .timeline_event.event_video .marker,
.interactive_timeline_container .timeline_event.event_videobreak .marker {
  background-position: 99.999% 0;
}
.interactive_timeline_container .timeline_event .event_main,
.interactive_timeline_container .timeline_event .event_supporting {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity   0.4s linear 0.25s,
				transform 0.4s ease   0.25s;
}
.interactive_timeline_container .timeline_event .event_supporting {
  transition-delay: 0.5s;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .timeline_event.event_left .event_main {
    transform: translate(-50px, 0);
  }
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .timeline_event.event_right .event_main {
    transform: translate(50px, 0);
  }
}
.interactive_timeline_container .timeline_event .date {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #36302a;
  text-transform: uppercase;
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .timeline_event .date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.interactive_timeline_container .timeline_event .year {
  font-weight: 700;
}
.interactive_timeline_container .timeline_event .title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 10px 0 0;
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .timeline_event .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.interactive_timeline_container .timeline_event .description {
  font-style: italic;
}
.interactive_timeline_container .timeline_event .image {
  border: none;
  display: block;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .timeline_event .image {
    margin-top: -30px;
  }
}
.interactive_timeline_container .timeline_event .image img {
  max-width: 100%;
  display: inline-block;
}
.interactive_timeline_container .timeline_event .image .caption {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #a2988f;
  display: block;
  margin: 10px 0 0 15px;
  text-transform: uppercase;
}
.interactive_timeline_container .timeline_event .image:hover .caption {
  color: #6c6054;
}
.interactive_timeline_container .timeline_event .button {
  margin-top: 30px;
  opacity: 0;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear, opacity 0.25s linear 0.6s;
}
.interactive_timeline_container .timeline_event .description + .button {
  margin-top: 10px;
}
.interactive_timeline_container .timeline_event.visible .marker,
.no-js .interactive_timeline_container .timeline_event .marker {
  transform: scale(1);
}
.interactive_timeline_container .timeline_event.visible .marker:after,
.no-js .interactive_timeline_container .timeline_event .marker:after {
  transform: scale(1);
}
.interactive_timeline_container .timeline_event.visible .event_main,
.no-js .interactive_timeline_container .timeline_event .event_main,
.interactive_timeline_container .timeline_event.visible .event_supporting,
.no-js .interactive_timeline_container .timeline_event .event_supporting {
  opacity: 1;
  transform: translate(0, 0);
}
.interactive_timeline_container .timeline_event.visible .button,
.no-js .interactive_timeline_container .timeline_event .button {
  opacity: 1;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .event_left .image .caption {
    margin-left: 15px;
  }
  .interactive_timeline_container .event_right .image {
    text-align: right;
  }
  .interactive_timeline_container .event_right .image .caption {
    margin-right: 15px;
  }
}
.interactive_timeline_container .collapse .collapse_handle {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 5px solid #6c6054;
  color: #36302a;
  cursor: pointer;
  display: none;
  font-weight: 700;
  margin: 10px 0 25px;
  padding: 10px 0 0;
  text-transform: uppercase;
}
.js .interactive_timeline_container .collapse .collapse_content {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.js .interactive_timeline_container .collapse .collapse_content:after {
  width: 100%;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(180deg, rgba(236, 233, 224, 0) 0%, #ece9e0 100%);
  background-image: linear-gradient(180deg, rgba(236, 233, 224, 0) 0%, #ece9e0 100%);
  content: '';
  pointer-events: none;
}
.js .interactive_timeline_container .collapse .collapse_handle {
  display: block;
}
.js .interactive_timeline_container .collapse.open .collapse_content {
  height: auto;
}
.js .interactive_timeline_container .collapse.open .collapse_content:after {
  display: none;
}
.js .interactive_timeline_container .collapse.open .collapse_handle {
  display: none;
}
.interactive_timeline_container .event_datebreak {
  height: 1px;
  z-index: 0;
  padding: 0;
}
.interactive_timeline_container .event_datebreak .title {
  font-size: 100px;
  font-size: 6.25rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  color: #E1DBD1;
  margin: 0;
  opacity: 0;
  text-align: center;
  transition: opacity 0.25s linear;
}
@media only screen and (min-width: 500px ) {
  .interactive_timeline_container .event_datebreak .title {
    font-size: 170px;
    font-size: 10.625rem;
    top: -20px;
  }
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .event_datebreak .title {
    font-size: 250px;
    font-size: 15.625rem;
    top: -40px;
  }
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .event_datebreak .title {
    font-size: 350px;
    font-size: 21.875rem;
    top: -100px;
  }
}
@media only screen and (min-width: 1220px ) {
  .interactive_timeline_container .event_datebreak .title {
    font-size: 450px;
    font-size: 28.125rem;
    top: -120px;
  }
}
.interactive_timeline_container .event_datebreak.visible .title {
  opacity: 0.75;
}
.interactive_timeline_container .event_image .marker {
  background-color: #98942c;
}
.interactive_timeline_container .event_image .title {
  color: #98942c;
}
.interactive_timeline_container .event_image .button.block {
  background: #98942c;
}
.interactive_timeline_container .event_image .button.block:hover {
  background: #4c4a16;
}
.interactive_timeline_container .event_image .button.bordered {
  border-color: #98942c;
}
.interactive_timeline_container .event_image .button.bordered:hover {
  border-color: #4c4a16;
}
.interactive_timeline_container .event_image .collapse_handle {
  border-color: #98942c;
}
.interactive_timeline_container .event_video .marker {
  background-color: #2fb2ab;
}
.interactive_timeline_container .event_video .title {
  color: #2fb2ab;
}
.interactive_timeline_container .event_video .button.block {
  background: #2fb2ab;
}
.interactive_timeline_container .event_video .button.block:hover {
  background: #006160;
}
.interactive_timeline_container .event_video .button.bordered {
  border-color: #2fb2ab;
}
.interactive_timeline_container .event_video .button.bordered:hover {
  border-color: #006160;
}
.interactive_timeline_container .event_video .collapse_handle {
  border-color: #2fb2ab;
}
.interactive_timeline_container .event_gallery .marker {
  background-color: #bf2b45;
}
.interactive_timeline_container .event_gallery .title {
  color: #bf2b45;
}
.interactive_timeline_container .event_gallery .button.block {
  background: #bf2b45;
}
.interactive_timeline_container .event_gallery .button.block:hover {
  background: #8d2838;
}
.interactive_timeline_container .event_gallery .button.bordered {
  border-color: #bf2b45;
}
.interactive_timeline_container .event_gallery .button.bordered:hover {
  border-color: #8d2838;
}
.interactive_timeline_container .event_gallery .collapse_handle {
  border-color: #8d2838;
}
.interactive_timeline_container .event_text .marker {
  height: 25px;
  width: 25px;
  top: -3px;
  left: -10px;
  background-color: #36302a;
  border: none;
  box-shadow: inset 0 0 0 2px #b8b9b7, inset 0 0 0 6px #ece9e0;
}
.interactive_timeline_container .event_text .marker:after {
  display: none;
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .event_text .marker {
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
  }
}
.interactive_timeline_container .event_text .title {
  color: #a2988f;
}
.interactive_timeline_container .event_text .button.block {
  background: #d9852d;
}
.interactive_timeline_container .event_text .button.block:hover {
  background: #9d6120;
}
.interactive_timeline_container .event_text .button.bordered {
  border-color: #d9852d;
}
.interactive_timeline_container .event_text .button.bordered:hover {
  border-color: #9d6120;
}
.interactive_timeline_container .event_text .collapse_handle {
  border-color: #d9852d;
}
.interactive_timeline_container .event_quote .marker {
  background-color: #853e96;
}
.interactive_timeline_container .event_quote .quote {
  margin: 20px 0 0 10px;
}
.interactive_timeline_container .event_quote .quote:before {
  left: -10px;
  color: #853e96;
}
.interactive_timeline_container .event_quote .quote:after {
  display: none;
}
.interactive_timeline_container .event_quote .quote p {
  margin: 0 0 0 20px;
}
.interactive_timeline_container .event_quote .attribution {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #36302a;
  display: block;
  margin: 20px 0 0 30px;
  text-transform: uppercase;
}
.interactive_timeline_container .event_quote .button.block {
  background: #853e96;
}
.interactive_timeline_container .event_quote .button.block:hover {
  background: #552860;
}
.interactive_timeline_container .event_quote .button.bordered {
  border-color: #853e96;
}
.interactive_timeline_container .event_quote .button.bordered:hover {
  border-color: #552860;
}
.interactive_timeline_container .event_quote .collapse_handle {
  border-color: #853e96;
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .event_videobreak {
    text-align: center;
  }
}
.interactive_timeline_container .event_videobreak .event_main {
  padding: 0;
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .event_videobreak .event_main {
    max-width: 970px;
  }
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .event_videobreak .event_main {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 739px) {
  .interactive_timeline_container .event_videobreak .content {
    transition: none;
  }
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .event_videobreak .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    padding: 7%;
  }
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_container .event_videobreak .content {
    padding: 10%;
  }
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .event_videobreak a:hover .content {
    background: rgba(0, 0, 0, 0.6);
  }
  .interactive_timeline_container .event_videobreak a:hover .content .caption {
    color: rgba(255, 255, 255, 0.7);
  }
}
.interactive_timeline_container .event_videobreak .image .caption {
  margin: 0 0 10px 25px;
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .event_videobreak .image .caption {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 10px;
  }
}
.interactive_timeline_container .event_videobreak .title {
  color: #2fb2ab;
  margin: 0 0 20px 25px;
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .event_videobreak .title {
    color: #ffffff !important;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
}
.interactive_timeline_container .event_videobreak .video {
  position: relative;
}
.interactive_timeline_container .event_videobreak .marker {
  height: 55px;
  width: 55px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #2fb2ab;
  background-size: auto 45px;
  border-width: 5px;
  margin: auto;
  transform: none;
}
.interactive_timeline_container .event_videobreak .marker:after {
  height: 160%;
  width: 160%;
  border-width: 2px;
  margin: -30%;
  transform: none;
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_container .event_videobreak .marker:after {
    margin: -30% -80%;
  }
}
.interactive_timeline_container .event_videobreak .background {
  width: 100%;
}
.interactive_timeline_container .event_videobreak .collapse_handle {
  border-color: #2fb2ab;
}
.interactive_timeline_container .color_green .marker {
  background-color: #98942c;
}
.interactive_timeline_container .color_green .title {
  color: #98942c;
}
.interactive_timeline_container .color_green .quote:before {
  color: #98942c;
}
.interactive_timeline_container .color_green .button.block {
  background: #98942c;
}
.interactive_timeline_container .color_green .button.block:hover {
  background: #4c4a16;
}
.interactive_timeline_container .color_green .button.bordered {
  border-color: #98942c;
}
.interactive_timeline_container .color_green .button.bordered:hover {
  border-color: #4c4a16;
}
.interactive_timeline_container .color_green .collapse_handle {
  border-color: #98942c;
}
.interactive_timeline_container .color_teal .marker {
  background-color: #2fb2ab;
}
.interactive_timeline_container .color_teal .title {
  color: #2fb2ab;
}
.interactive_timeline_container .color_teal .quote:before {
  color: #2fb2ab;
}
.interactive_timeline_container .color_teal .button.block {
  background: #2fb2ab;
}
.interactive_timeline_container .color_teal .button.block:hover {
  background: #006160;
}
.interactive_timeline_container .color_teal .button.bordered {
  border-color: #2fb2ab;
}
.interactive_timeline_container .color_teal .button.bordered:hover {
  border-color: #006160;
}
.interactive_timeline_container .color_teal .collapse_handle {
  border-color: #2fb2ab;
}
.interactive_timeline_container .color_red .marker {
  background-color: #bf2b45;
}
.interactive_timeline_container .color_red .title {
  color: #bf2b45;
}
.interactive_timeline_container .color_red .quote:before {
  color: #bf2b45;
}
.interactive_timeline_container .color_red .button.block {
  background: #bf2b45;
}
.interactive_timeline_container .color_red .button.block:hover {
  background: #8d2838;
}
.interactive_timeline_container .color_red .button.bordered {
  border-color: #bf2b45;
}
.interactive_timeline_container .color_red .button.bordered:hover {
  border-color: #8d2838;
}
.interactive_timeline_container .color_red .collapse_handle {
  border-color: #8d2838;
}
.interactive_timeline_container .color_purple .marker {
  background-color: #853e96;
}
.interactive_timeline_container .color_purple .title {
  color: #853e96;
}
.interactive_timeline_container .color_purple .quote:before {
  color: #853e96;
}
.interactive_timeline_container .color_purple .button.block {
  background: #853e96;
}
.interactive_timeline_container .color_purple .button.block:hover {
  background: #552860;
}
.interactive_timeline_container .color_purple .button.bordered {
  border-color: #853e96;
}
.interactive_timeline_container .color_purple .button.bordered:hover {
  border-color: #552860;
}
.interactive_timeline_container .color_purple .collapse_handle {
  border-color: #853e96;
}
.interactive_timeline_container .color_orange .marker {
  background-color: #d9852d;
}
.interactive_timeline_container .color_orange .title {
  color: #d9852d;
}
.interactive_timeline_container .color_orange .quote:before {
  color: #d9852d;
}
.interactive_timeline_container .color_orange .button.block {
  background: #d9852d;
}
.interactive_timeline_container .color_orange .button.block:hover {
  background: #9d6120;
}
.interactive_timeline_container .color_orange .button.bordered {
  border-color: #d9852d;
}
.interactive_timeline_container .color_orange .button.bordered:hover {
  border-color: #9d6120;
}
.interactive_timeline_container .color_orange .collapse_handle {
  border-color: #d9852d;
}
.interactive_timeline_container .loading_icon_container {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  color: #645f5a;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.interactive_timeline_container .loading_icon {
  border: 5px solid #b8b9b7;
  border-left-color: #36302a;
  margin: 0 auto 20px;
  transform: translateZ(0);
  animation: interactive_timeline_spin 1.1s infinite linear;
}
.interactive_timeline_container .loading_icon,
.interactive_timeline_container .loading_icon:after {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  content: '';
  display: block;
}
.interactive_timeline_container.ready .loading_icon_container,
.no-js .interactive_timeline_container .loading_icon_container {
  display: none;
}
@keyframes interactive_timeline_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.interactive_timeline_nav {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 100;
  background: #6c6054;
  display: none;
  padding: 20px 30px 20px 20px;
  transform: translate(-100%, -50%);
  transition: transform 0.25s ease;
}
.interactive_timeline_nav.open {
  transform: translate(0, -50%);
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_nav {
    display: block;
  }
}
.interactive_timeline_nav .nav_item {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  border: none;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 5px 0;
  padding: 5px 0;
  text-transform: uppercase;
}
.interactive_timeline_nav .nav_item.active {
  color: #ffffff;
}
.interactive_timeline_nav .nav_item:hover {
  color: #ffffff;
}
.interactive_timeline_key {
  border-bottom: 4px solid #E1DBD1;
  border-top: 4px solid #E1DBD1;
  margin: 0 0 75px 0;
  padding: 15px;
}
@media only screen and (min-width: 500px ) {
  .interactive_timeline_key {
    padding: 15px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 980px ) {
  .interactive_timeline_key {
    padding: 15px 50px;
  }
}
@media only screen and (min-width: 1220px ) {
  .interactive_timeline_key {
    padding: 15px 100px;
  }
}
.interactive_timeline_key_type {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  display: block;
  line-height: 20px;
  margin: 15px 0;
}
@media only screen and (min-width: 500px ) {
  .interactive_timeline_key_type {
    display: inline-block;
    margin: 15px;
  }
}
@media only screen and (min-width: 740px ) {
  .interactive_timeline_key_type {
    margin: 15px 25px;
  }
}
.interactive_timeline_key_color {
  border: 2px solid #FFF;
  border-radius: 100%;
  float: left;
  height: 20px;
  margin: 0 10px 0 0;
  width: 20px;
}
.interactive_timeline_key_color.bg_teal {
  background: #2fb2ab;
}
.interactive_timeline_key_color.bg_red {
  background: #bf2b45;
}
.interactive_timeline_key_color.bg_green {
  background: #98942c;
}
.interactive_timeline_key_color.bg_black {
  background: #000000;
}
.interactive_timeline_key_color.bg_blue {
  background: #009bbb;
}
.interactive_timeline_key_color.bg_orange {
  background: #d9852d;
}
.interactive_timeline_key_color.bg_purple {
  background: #853e96;
}
