@charset "UTF-8";

@font-face {
  font-family: "icons";
  src: url("/content/themes/site/assets/static/fonts/icons.eot");
  src: url("/content/themes/site/assets/static/fonts/icons.eot#iefix") format("eot"), url("/content/themes/site/assets/static/fonts/icons.woff#iefix") format("woff"), url("/content/themes/site/assets/static/fonts/icons.ttf#iefix") format("truetype"), url("/content/themes/site/assets/static/fonts/icons.svg#iefix") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Miscellaneous Utilities
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2012, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 */
/*! 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: 0;
}

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

.ir {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  direction: ltr;
  background-color: transparent;
  background-repeat: no-repeat;
}
.ir br {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus, .visuallyhidden.focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.clear, .clear-both {
  clear: both;
}

/**
 * icon-font-face mixin
 * Adds the @font-face CSS
 * CAUTION: This mixin will not work within a CSS selector
 *
 * @param $iconFontName The font name
 * @param $iconFontPath The font path including name, but not including the extension
 */
/**
 * Typographic layout styling and overrides.
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2011, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 */
/**
 * List styling and overrides.
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2011, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 */
/**
 * Grid lists: .menu-detail, .menu-thumb
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2011, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 */
/**
 * Colorbox styling
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2013, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 *
 * Use at least the following settings to play nicely with this:

$.colorbox({
    close   : '<button class="go icon-before" data-icon="icon-close"><span>Close</span></button>',
    next    : '<button class="go icon-before" data-icon="icon-arrow-right"><span>Next</span></button>',
    previous: '<button class="go icon-before" data-icon="icon-arrow-left"><span>Prev</span></button>',
});

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter {
  display: none;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  bottom: 0;
  left: 0;
  position: absolute;
}

#cboxNext {
  bottom: 0;
  left: 27px;
  position: absolute;
}

#cboxClose {
  bottom: 0;
  position: absolute;
  right: 0;
}

#colorbox button.go,
#colorbox a.button.go {
  margin: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

p {
  font-family: Helvetica, Arial, sans-serif;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500 !important;
}

figcaption {
  font-family: Helvetica, Arial, sans-serif;
}

body.history #header {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 1200;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
body.history #header.headerScrolled {
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
html[data-useragent*='MSIE 9.0'] body.history #header {
  top: 48px;
}
@media (min-width: 1024px) {
  body.history #header {
    position: fixed;
  }
}
body.history #footer {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
}
body.history #footer.active {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.history a:focus {
  outline: none;
}
body.history .browser-flag {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
}

#section-footer select {
  color: #48535a;
}
#section-footer input {
  font-size: 16px;
  margin: 4px 5px 4px 0;
}
#section-footer:after {
  content: "";
  display: block;
  height: calc(100% + 1px);
}

.search-submit {
  font-size: 18px;
  font-weight: 600;
  padding-right: 28px;
}

body.history .loading-panel {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 90;
}
body.history .loading-panel .loading-copy {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.history .panel-container {
  position: relative;
  background: #fff;
  width: 100%;
  height: auto;
  top: 64px;
  overflow-x: hidden;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.history .panel-container.noScroll {
  overflow-y: hidden;
}
body.history .panel-container .panel:first-of-type {
  height: 100%;
}
html[data-useragent*='MSIE 9.0'] body.history .panel-container {
  width: auto;
  left: 0;
  right: 0;
}
@media (min-width: 400px) {
  body.history .panel-container {
    top: 120px;
  }
}
@media (min-width: 1024px) {
  body.history .panel-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
body.history .panel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: SlateGray;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1023px) {
  body.history .panel {
    min-height: 600px;
  }
}
body.history #section-1 {
  min-height: calc(100vh - 96px);
}
@media (min-width: 400px) {
  body.history #section-1 {
    min-height: calc(100vh - 120px);
  }
}
body.history #section-1 {
  background: #fff;
}
body.history #section-footer {
  background: #00afec;
  min-height: auto;
  height: 435px;
}
body.history .copy h1, body.history .copy h2, body.history .copy p {
  margin: 0;
  padding: 0;
  letter-spacing: 0px;
  line-height: 1.5;
}
body.history img {
  max-width: 100%;
}
body.history .story-image {
  display: block;
  width: 100%;
  padding-bottom: 40px;
}
body.history .story-image img {
  display: block;
  max-width: 100%;
}
body.history .story-image figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
}
body.history .col-40, body.history .col-60 {
  width: 100%;
}
body.history .center {
  display: table;
  text-align: center;
}
body.history .center .center-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 50;
  padding-bottom: 20px;
}
body.history .center .center-inner .copy {
  width: 100%;
  margin: 0 auto;
}
body.history .center .center-inner .group {
  text-align: left;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 60px;
}
body.history .center .center-inner .group:after {
  content: "";
  display: table;
  clear: both;
}
body.history .center .center-inner .group .left {
  float: left;
  width: 50%;
  text-align: center;
}
body.history .center .center-inner .group .right {
  float: right;
  width: 50%;
}
body.history .scroll-down-button {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 40px;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  z-index: 1000;
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.history .scroll-down-button.scroll-btn-active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.6;
}
body.history .scroll-down-button:focus {
  outline: none;
}
body.history .scroll-down-button:hover {
  opacity: 0.8;
}
body.history .scroll-down-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  height: 14px;
  width: 14px;
  border-right: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  margin: -12px auto 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.history .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
body.history .history-parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.history .layer {
  width: 120%;
  height: 120%;
}
body.history .foreground-layer {
  position: absolute;
  z-index: 2;
}
body.history .background-layer {
  position: absolute;
  z-index: 1;
}
body.history .bg-img {
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10%;
  top: -10%;
}

body.history #section-1 {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.history #section-1 h1 {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
}
body.history #section-1 h2 {
  font-size: 16px;
  letter-spacing: 4px;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
body.history #section-1 p {
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 2.25;
}
body.history #section-1 .bg-img {
  background-position: 40% center;
}
body.history #section-1 .foreground {
  background-image: url("/content/themes/site/assets/static/images/history-page/section1-foreground-mobile.png");
}
body.history #section-1 .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/section1-background-mobile.jpg");
}
body.history #section-1 .history-parallax-container {
  height: 100%;
  top: 0;
}
body.history #section-1 .copy {
  padding-top: 70px;
}

body.history #section-1 .center-inner {
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
body.history #section-1 .center-inner.active {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.history #section-1 .cover {
  background: black;
  opacity: 0.8;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
body.history #section-1 .cover.active {
  opacity: 0;
}

body.history .col-40 {
  width: 90%;
  margin: 0 auto;
}
body.history #section-2,
body.history #section-8,
body.history #first-store-opens,
body.history #dedicated-to-education,
body.history #giving-back,
body.history #joe-and-kathryn-legacy,
body.history #section-new-panel,
body.history #section-joe-bio {
  display: block;
  height: auto;
  padding: 0;
}
body.history #section-2 .center-inner,
body.history #section-8 .center-inner,
body.history #first-store-opens .center-inner,
body.history #dedicated-to-education .center-inner,
body.history #giving-back .center-inner,
body.history #joe-and-kathryn-legacy .center-inner,
body.history #section-new-panel .center-inner,
body.history #section-joe-bio .center-inner {
  display: block;
}
body.history #section-2 .story-image img,
body.history #section-8 .story-image img,
body.history #first-store-opens .story-image img,
body.history #dedicated-to-education .story-image img,
body.history #giving-back .story-image img,
body.history #joe-and-kathryn-legacy .story-image img,
body.history #section-new-panel .story-image img,
body.history #section-joe-bio .story-image img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
body.history #section-2 .copy,
body.history #section-8 .copy,
body.history #first-store-opens .copy,
body.history #dedicated-to-education .copy,
body.history #giving-back .copy,
body.history #joe-and-kathryn-legacy .copy,
body.history #section-new-panel .copy,
body.history #section-joe-bio .copy {
  padding-bottom: 20px;
  max-width: 420px;
}
body.history #section-2 h2,
body.history #section-8 h2,
body.history #first-store-opens h2,
body.history #dedicated-to-education h2,
body.history #giving-back h2,
body.history #joe-and-kathryn-legacy h2,
body.history #section-new-panel h2,
body.history #section-joe-bio h2 {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 25px;
  padding-bottom: 15px;
  color: #1c1c1c;
  font-weight: 600;
}
body.history #section-2 p,
body.history #section-8 p,
body.history #first-store-opens p,
body.history #dedicated-to-education p,
body.history #giving-back p,
body.history #joe-and-kathryn-legacy p,
body.history #section-new-panel p,
body.history #section-joe-bio p {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 25px;
  line-height: 1.75;
}
body.history #section-2 .scroll-down-button:after,
body.history #section-8 .scroll-down-button:after,
body.history #first-store-opens .scroll-down-button:after,
body.history #dedicated-to-education .scroll-down-button:after,
body.history #giving-back .scroll-down-button:after,
body.history #joe-and-kathryn-legacy .scroll-down-button:after,
body.history #section-new-panel .scroll-down-button:after,
body.history #section-joe-bio .scroll-down-button:after {
  border-right: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
}
body.history #section-joe-bio .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/section2-background.jpg");
}
body.history #section-joe-bio .bg-img {
  width: 110%;
  left: -18%;
}
body.history #section-new-panel .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/section3-background-new.jpg");
}
body.history #section-new-panel .bg-img {
  width: 110%;
  left: -20%;
}
body.history #section-8 .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/section8-background-park.jpg");
}
body.history #section-8 .scroll-down-button {
  background: #1c1c1c;
}
body.history #section-8 .scroll-down-button:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
body.history #section-10 .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/section10-background.jpg") !important;
}
body.history #section-new-panel,
body.history #section-joe-bio {
  background: #fff;
  padding: 0;
}
body.history #section-new-panel .left,
body.history #section-joe-bio .left {
  background: white;
  width: 100%;
}
body.history #section-new-panel .right,
body.history #section-joe-bio .right {
  background: transparent;
  width: 40%;
}
body.history #section-new-panel .copy,
body.history #section-joe-bio .copy {
  max-width: 1260px;
  padding: 20px;
  padding-top: 60px;
  text-align: left;
  width: 100%;
}
body.history #section-new-panel .story-image img,
body.history #section-joe-bio .story-image img {
  margin: 0 auto;
  max-width: 360px;
  width: 75%;
}
body.history #section-new-panel h2,
body.history #section-joe-bio h2 {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 25px;
  padding-bottom: 15px;
  color: #1c1c1c;
  font-weight: 600;
}
body.history #section-new-panel p,
body.history #section-joe-bio p {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 25px;
  line-height: 1.75;
}
body.history #section-new-panel .history-parallax-container,
body.history #section-joe-bio .history-parallax-container {
  background: #fff;
  width: 35%;
  left: auto;
}

body.history #section-2 .center-inner,
body.history #section-7 .center-inner,
body.history #section-video .center-inner,
body.history #section-8 .center-inner,
body.history #first-store-opens .center-inner,
body.history #dedicated-to-education .center-inner,
body.history #giving-back .center-inner,
body.history #joe-and-kathryn-legacy .center-inner,
body.history #section-new-panel .center-inner,
body.history #section-joe-bio .center-inner {
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  -moz-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}
body.history #section-2 .center-inner.active,
body.history #section-7 .center-inner.active,
body.history #section-video .center-inner.active,
body.history #section-8 .center-inner.active,
body.history #first-store-opens .center-inner.active,
body.history #dedicated-to-education .center-inner.active,
body.history #giving-back .center-inner.active,
body.history #joe-and-kathryn-legacy .center-inner.active,
body.history #section-new-panel .center-inner.active,
body.history #section-joe-bio .center-inner.active {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1023px) {
  body.history #section-2 .center-inner,
  body.history #section-7 .center-inner,
  body.history #section-video .center-inner,
  body.history #section-8 .center-inner,
  body.history #first-store-opens .center-inner,
  body.history #dedicated-to-education .center-inner,
  body.history #giving-back .center-inner,
  body.history #joe-and-kathryn-legacy .center-inner,
  body.history #section-new-panel .center-inner,
  body.history #section-joe-bio .center-inner {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.history #section-2 .cover,
body.history #section-7 .cover,
body.history #section-video .cover,
body.history #section-8 .cover,
body.history #first-store-opens .cover,
body.history #dedicated-to-education .cover,
body.history #giving-back .cover,
body.history #joe-and-kathryn-legacy .cover,
body.history #section-new-panel .cover,
body.history #section-joe-bio .cover {
  background: #fff;
  opacity: 0.8;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
body.history #section-2 .cover.active,
body.history #section-7 .cover.active,
body.history #section-video .cover.active,
body.history #section-8 .cover.active,
body.history #first-store-opens .cover.active,
body.history #dedicated-to-education .cover.active,
body.history #giving-back .cover.active,
body.history #joe-and-kathryn-legacy .cover.active,
body.history #section-new-panel .cover.active,
body.history #section-joe-bio .cover.active {
  opacity: 0;
}
@media (max-width: 1023px) {
  body.history #section-2 .cover,
  body.history #section-7 .cover,
  body.history #section-video .cover,
  body.history #section-8 .cover,
  body.history #first-store-opens .cover,
  body.history #dedicated-to-education .cover,
  body.history #giving-back .cover,
  body.history #joe-and-kathryn-legacy .cover,
  body.history #section-new-panel .cover,
  body.history #section-joe-bio .cover {
    opacity: 0;
  }
}
body.history #section-new-panel .cover,
body.history #section-joe-bio .cover {
  background: #fff;
  opacity: 1;
  -moz-transition: all 2s ease 1s;
  -o-transition: all 2s ease 1s;
  -webkit-transition: all 2s ease;
  -webkit-transition-delay: 1s;
  transition: all 2s ease 1s;
}
body.history #section-new-panel .cover.active,
body.history #section-joe-bio .cover.active {
  opacity: 0;
}
@media (max-width: 1023px) {
  body.history #section-new-panel .cover,
  body.history #section-joe-bio .cover {
    opacity: 0;
  }
}
body.history #section-8 .cover {
  background: #fff;
  opacity: 0.3;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
body.history #section-8 .cover.active {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  body.history #section-8 .cover {
    opacity: 0.7;
  }
}

html[data-useragent*='MSIE 9.0'] body.history #section-2 .center-inner,
html[data-useragent*='MSIE 9.0'] body.history #section-7 .center-inner,
html[data-useragent*='MSIE 9.0'] body.history #section-video .center-inner,
html[data-useragent*='MSIE 9.0'] body.history #section-8 .center-inner,
html[data-useragent*='MSIE 9.0'] body.history #first-store-opens .center-inner,
html[data-useragent*='MSIE 9.0'] body.history #dedicated-to-education .center-inner,
html[data-useragent*='MSIE 9.0'] body.history #giving-back .center-inner,
html[data-useragent*='MSIE 9.0'] body.history #joe-and-kathryn-legacy .center-inner {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
html[data-useragent*='MSIE 9.0'] body.history #section-2 .cover,
html[data-useragent*='MSIE 9.0'] body.history #section-7 .cover,
html[data-useragent*='MSIE 9.0'] body.history #section-video .cover,
html[data-useragent*='MSIE 9.0'] body.history #section-8 .cover,
html[data-useragent*='MSIE 9.0'] body.history #first-store-opens .cover,
html[data-useragent*='MSIE 9.0'] body.history #dedicated-to-education .cover,
html[data-useragent*='MSIE 9.0'] body.history #giving-back .cover,
html[data-useragent*='MSIE 9.0'] body.history #joe-and-kathryn-legacy .cover {
  opacity: 0;
}

html[data-useragent*='MSIE 9.0'] body.history #section-2 .story-image,
html[data-useragent*='MSIE 9.0'] body.history #section-2 .story-copy,
html[data-useragent*='MSIE 9.0'] body.history #section-8 .story-image,
html[data-useragent*='MSIE 9.0'] body.history #section-8 .story-copy,
html[data-useragent*='MSIE 9.0'] body.history #first-store-opens .story-image,
html[data-useragent*='MSIE 9.0'] body.history #first-store-opens .story-copy,
html[data-useragent*='MSIE 9.0'] body.history #dedicated-to-education .story-image,
html[data-useragent*='MSIE 9.0'] body.history #dedicated-to-education .story-copy,
html[data-useragent*='MSIE 9.0'] body.history #giving-back .story-image,
html[data-useragent*='MSIE 9.0'] body.history #giving-back .story-copy,
html[data-useragent*='MSIE 9.0'] body.history #joe-and-kathryn-legacy .story-image,
html[data-useragent*='MSIE 9.0'] body.history #joe-and-kathryn-legacy .story-copy,
html[data-useragent*='MSIE 9.0'] body.history #section-new-panel .story-image,
html[data-useragent*='MSIE 9.0'] body.history #section-new-panel .story-copy,
html[data-useragent*='MSIE 9.0'] body.history #section-joe-bio .story-image,
html[data-useragent*='MSIE 9.0'] body.history #section-joe-bio .story-copy {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 1023px) {
  body.history #section-2 .story-image,
  body.history #section-2 .story-copy,
  body.history #section-8 .story-image,
  body.history #section-8 .story-copy,
  body.history #first-store-opens .story-image,
  body.history #first-store-opens .story-copy,
  body.history #dedicated-to-education .story-image,
  body.history #dedicated-to-education .story-copy,
  body.history #giving-back .story-image,
  body.history #giving-back .story-copy,
  body.history #joe-and-kathryn-legacy .story-image,
  body.history #joe-and-kathryn-legacy .story-copy,
  body.history #section-new-panel .story-image,
  body.history #section-new-panel .story-copy,
  body.history #section-joe-bio .story-image,
  body.history #section-joe-bio .story-copy {
    opacity: 1 !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
@media (min-width: 345px) {
  #section-joe-bio .rwd-break {
    display: none;
  }
}

body.history .vertical-timeline {
  position: relative;
}
body.history .vertical-timeline .timeline-bar {
  position: fixed;
  width: 4px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 35%;
  right: auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  z-index: 300;
}
body.history .vertical-timeline .timeline-marker {
  position: absolute;
  width: 0px;
  height: 0px;
  margin: auto;
  top: 50%;
  left: 35%;
  right: auto;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #fff;
  z-index: 350;
  opacity: 0;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
body.history .vertical-timeline .timeline-marker:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #000;
  z-index: 360;
}
body.history .vertical-timeline .timeline-marker:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #fff;
  z-index: 370;
}
body.history .vertical-timeline .timeline-marker.active {
  opacity: 1;
  width: 42px;
  height: 42px;
}
body.history .vertical-timeline .timeline-marker.active:before {
  width: 32px;
  height: 32px;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
body.history .vertical-timeline .timeline-marker.active:after {
  width: 26px;
  height: 26px;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
html[data-useragent*='MSIE 9.0'] body.history .vertical-timeline .timeline-marker, html[data-useragent*='MSIE 10.0'] body.history .vertical-timeline .timeline-marker {
  -moz-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}
body.history .timeline-copy {
  position: relative;
}
body.history .timeline-copy .date {
  text-align: left;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 30%;
  padding: 0 34% 0px 0;
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate(-45%, 200%);
  -ms-transform: translate(-45%, 200%);
  -webkit-transform: translate(-45%, 200%);
  transform: translate(-45%, 200%);
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
body.history .timeline-copy .date.active {
  opacity: 1;
  -moz-transform: translate(-45%, -50%);
  -ms-transform: translate(-45%, -50%);
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
}
body.history .timeline-copy .event h2 {
  text-align: left;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 68%;
  padding: 7px 0 0 280px;
  white-space: normal;
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate(45%, -200%);
  -ms-transform: translate(45%, -200%);
  -webkit-transform: translate(45%, -200%);
  transform: translate(45%, -200%);
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
body.history .timeline-copy .event h2 span {
  font-weight: 100;
}
body.history .timeline-copy .event h2.active {
  opacity: 1;
  -moz-transform: translate(45%, -50%);
  -ms-transform: translate(45%, -50%);
  -webkit-transform: translate(45%, -50%);
  transform: translate(45%, -50%);
}
html[data-useragent*='MSIE 9.0'] body.history .timeline-copy .event h2.active {
  -moz-transform: translate(53%, -50%);
  -ms-transform: translate(53%, -50%);
  -webkit-transform: translate(53%, -50%);
  transform: translate(53%, -50%);
}
body.history #section-6 .vertical-timeline {
  position: relative;
}
body.history #section-6 .vertical-timeline .timeline-bar {
  background: #1c1c1c;
  left: 40%;
}
body.history #section-6 .vertical-timeline .timeline-marker {
  background: #1c1c1c;
  left: 40%;
}
body.history #section-6 .vertical-timeline .timeline-marker:before {
  background: #fff;
}
body.history #section-6 .vertical-timeline .timeline-marker:after {
  background: #1c1c1c;
}
body.history #section-6 .vertical-timeline .timeline-marker.active {
  width: 34px;
  height: 34px;
}
body.history #section-6 .vertical-timeline .timeline-marker.active:before {
  width: 28px;
  height: 28px;
}
body.history #section-6 .vertical-timeline .timeline-marker.active:after {
  width: 22px;
  height: 22px;
}
body.history #section-6 .timeline-copy {
  position: relative;
}
body.history #section-6 .timeline-copy .date {
  color: #1c1c1c;
  text-shadow: none;
  font-size: 20px;
  left: 35%;
  padding: 0 115px 0px 0;
}
body.history #section-6 .timeline-copy .event h2 {
  display: block;
  right: 72%;
  padding-top: 0;
}
body.history #section-10 .vertical-timeline {
  position: relative;
}
body.history #section-10 .vertical-timeline .timeline-bar {
  background: #1c1c1c;
  left: 27%;
}
body.history #section-10 .vertical-timeline .timeline-marker {
  background: #1c1c1c;
  left: 27%;
}
body.history #section-10 .vertical-timeline .timeline-marker:before {
  background: #fff;
}
body.history #section-10 .vertical-timeline .timeline-marker:after {
  background: #1c1c1c;
}
body.history #section-10 .vertical-timeline .timeline-marker.active {
  width: 34px;
  height: 34px;
}
body.history #section-10 .vertical-timeline .timeline-marker.active:before {
  width: 28px;
  height: 28px;
}
body.history #section-10 .vertical-timeline .timeline-marker.active:after {
  width: 22px;
  height: 22px;
}
body.history #section-10 .timeline-copy {
  position: relative;
}
body.history #section-10 .timeline-copy .date {
  color: #1c1c1c;
  text-shadow: none;
  font-size: 16px;
  left: 28%;
  padding: 0 115px 0px 0;
}
body.history #section-10 .timeline-copy .event h2 {
  display: block;
  /* background: url("/content/themes/jkaf/library/img/jkaf-logo.png") no-repeat right center; */
  padding: 0 0 0 458px;
  background-size: 180px auto;
  width: 180px;
  height: 70px;
  right: 72%;
}

body.history .vertical-timeline {
  position: relative;
  opacity: 1;
  -moz-transition: 0.3;
  -o-transition: 0.3;
  -webkit-transition: 0.3;
  transition: 0.3;
}
body.history .vertical-timeline .timeline-bar {
  height: 0%;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}
body.history .vertical-timeline .timeline-bar.active {
  height: 300%;
}

body.history #section-4, body.history #section-6, body.history #section-10 {
  padding: 0px;
}
body.history #section-4 h2, body.history #section-4 p, body.history #section-6 h2, body.history #section-6 p, body.history #section-10 h2, body.history #section-10 p {
  color: #fff;
}
body.history #section-4 .scroller, body.history #section-6 .scroller, body.history #section-10 .scroller {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: -25px;
  padding-right: 25px;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 200;
}
body.history #section-4 .scroller.noScroll, body.history #section-6 .scroller.noScroll, body.history #section-10 .scroller.noScroll {
  overflow-y: hidden;
}
html[data-useragent*='Windows'] body.history #section-4 .scroller.noScroll, html[data-useragent*='Windows'] body.history #section-6 .scroller.noScroll, html[data-useragent*='Windows'] body.history #section-10 .scroller.noScroll {
  padding-right: 42px;
}
@media (min-width: 1024px) {
  body.history #section-4 .scroller, body.history #section-6 .scroller, body.history #section-10 .scroller {
    overflow-y: scroll;
  }
}
body.history #section-4 .panel, body.history #section-6 .panel, body.history #section-10 .panel {
  height: 50%;
}
@media (min-width: 1024px) {
  body.history #section-4 .panel, body.history #section-6 .panel, body.history #section-10 .panel {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  body.history #section-4 .panel:first-of-type, body.history #section-6 .panel:first-of-type, body.history #section-10 .panel:first-of-type {
    height: 100%;
  }
}
body.history #section-4 .timeline-panel-1, body.history #section-6 .timeline-panel-1, body.history #section-10 .timeline-panel-1 {
  background: transparent;
  opacity: 1;
  padding: 0px;
  overflow: auto;
}
body.history #section-4 #first-store-opens, body.history #section-4 #dedicated-to-education, body.history #section-4 #giving-back, body.history #section-4 #joe-and-kathryn-legacy, body.history #section-6 #first-store-opens, body.history #section-6 #dedicated-to-education, body.history #section-6 #giving-back, body.history #section-6 #joe-and-kathryn-legacy, body.history #section-10 #first-store-opens, body.history #section-10 #dedicated-to-education, body.history #section-10 #giving-back, body.history #section-10 #joe-and-kathryn-legacy {
  background: transparent;
  opacity: 1;
}
body.history #section-4 .background, body.history #section-6 .background, body.history #section-10 .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/section4-background.jpg");
}
body.history #section-6 h2, body.history #section-6 p, body.history #section-10 h2, body.history #section-10 p {
  color: #1c1c1c;
}
body.history #section-6 .background, body.history #section-10 .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/section6-background.jpg");
}
body.history #section-6 .scroll-down-button, body.history #section-10 .scroll-down-button {
  color: #1c1c1c;
  background: #1c1c1c;
}
body.history #section-6 .scroll-down-button:after, body.history #section-10 .scroll-down-button:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1023px) {
  body.history #section-4 .timeline-panel-1 {
    background: #000;
    background-image: url("/content/themes/site/assets/static/images/history-page/section4-background.jpg");
    background-size: cover;
  }
  body.history #section-4 #first-store-opens {
    background: #000;
    background-image: url("/content/themes/site/assets/static/images/history-page/section4-background.jpg");
    background-size: cover;
  }
  body.history #section-6 .timeline-panel-1 {
    background: #fff;
    background-image: url("/content/themes/site/assets/static/images/history-page/section6-background.jpg");
    background-size: cover;
  }
  body.history #section-6 #giving-back {
    background: #fff;
    background-image: url("/content/themes/site/assets/static/images/history-page/section6-background-mobile.jpg");
    background-size: cover;
  }
  body.history #section-6 #dedicated-to-education {
    background: #fff;
    background-image: url("/content/themes/site/assets/static/images/history-page/section6-background-mobile.jpg");
    background-size: cover;
  }
  body.history #section-10 .timeline-panel-1 {
    background: #fff;
    background-image: url("/content/themes/site/assets/static/images/history-page/section10-background.jpg");
    background-size: cover;
  }
  body.history #section-10 #joe-and-kathryn-legacy {
    background: #fff;
    background-image: url("/content/themes/site/assets/static/images/history-page/section10-background-mobile.jpg");
    background-size: cover;
  }
}

body.history #section-4,
body.history #section-10 {
  height: 1700px;
}
@media (min-width: 1024px) {
  body.history #section-4,
  body.history #section-10 {
    height: 100%;
  }
}
body.history #section-4 .timeline-panel-1,
body.history #section-10 .timeline-panel-1 {
  height: 600px;
}
@media (min-width: 1024px) {
  body.history #section-4 .timeline-panel-1,
  body.history #section-10 .timeline-panel-1 {
    height: 100%;
  }
}
body.history #section-4 #first-store-opens,
body.history #section-4 #joe-and-kathryn-legacy,
body.history #section-10 #first-store-opens,
body.history #section-10 #joe-and-kathryn-legacy {
  height: 1100px;
}
@media (min-width: 1024px) {
  body.history #section-4 #first-store-opens,
  body.history #section-4 #joe-and-kathryn-legacy,
  body.history #section-10 #first-store-opens,
  body.history #section-10 #joe-and-kathryn-legacy {
    height: 100%;
  }
}
body.history #section-6 {
  height: 2050px;
}
@media (min-width: 480px) {
  body.history #section-6 {
    height: 2200px;
  }
}
@media (min-width: 1024px) {
  body.history #section-6 {
    height: 100%;
  }
}
body.history #section-6 .timeline-panel-1 {
  height: 600px;
}
@media (min-width: 1024px) {
  body.history #section-6 .timeline-panel-1 {
    height: 100%;
  }
}
body.history #section-6 #giving-back {
  height: 700px;
}
@media (min-width: 480px) {
  body.history #section-6 #giving-back {
    height: 750px;
  }
}
@media (min-width: 1024px) {
  body.history #section-6 #giving-back {
    height: 100%;
  }
}
body.history #section-6 #dedicated-to-education {
  height: 750px;
}
@media (min-width: 480px) {
  body.history #section-6 #dedicated-to-education {
    height: 850px;
  }
}
@media (min-width: 1024px) {
  body.history #section-6 #dedicated-to-education {
    height: 100%;
  }
}
body.history #section-10 {
  height: 1600px;
}
@media (min-width: 480px) {
  body.history #section-10 {
    height: 1650px;
  }
}
@media (min-width: 1024px) {
  body.history #section-10 {
    height: 100%;
  }
}
body.history #section-10 #joe-and-kathryn-legacy {
  height: 1000px;
}
@media (min-width: 480px) {
  body.history #section-10 #joe-and-kathryn-legacy {
    height: 1050px;
  }
}
@media (min-width: 1024px) {
  body.history #section-10 #joe-and-kathryn-legacy {
    height: 100%;
  }
}

body.history #section-4 .cover {
  background: #000;
  opacity: 0.8;
  -moz-transition: ease 1s;
  -o-transition: ease 1s;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
body.history #section-4 .cover.active {
  opacity: 0;
}
body.history #section-6 .cover, body.history #section-10 .cover {
  background: #fff;
  opacity: 0;
  -moz-transition: ease 1s;
  -o-transition: ease 1s;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
body.history #section-6 .cover.active, body.history #section-10 .cover.active {
  opacity: 0.4;
}

html[data-useragent*='MSIE 9.0'] body.history #section-4 .cover {
  opacity: 0;
}
html[data-useragent*='MSIE 9.0'] body.history #section-6 .cover,
html[data-useragent*='MSIE 9.0'] body.history #section-10 .cover {
  opacity: 0.4;
}

body.history #section-5 h2, body.history #section-5 p {
  color: #fff;
}
body.history #section-5 .copy {
  width: 80%;
  max-width: 780px;
  text-align: left;
}
body.history #section-5 .copy blockquote {
  position: relative;
  border: none;
  padding: 0;
  font-weight: normal;
  quotes: "â€œ" "â€" "â€˜" "â€™";
}
body.history #section-5 .copy blockquote:before, body.history #section-5 .copy blockquote:after {
  font-family: 'Droid Serif', serif;
  font-size: 120px;
  position: absolute;
  display: block;
  color: #fff;
}
body.history #section-5 .copy blockquote:before {
  content: open-quote;
  top: 20px;
  left: -40px;
}
body.history #section-5 .copy blockquote:after {
  content: close-quote;
  bottom: -30px;
  right: -40px;
}
body.history #section-5 .copy blockquote p {
  font-size: 18px;
}
body.history #section-5 .copy blockquote footer {
  color: #fff;
  text-align: right;
  font-size: 16px;
  padding-right: 30px;
  padding-top: 20px;
}
body.history #section-5 .bg-img {
  background-position: 45% center;
}
body.history #section-5 .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/section5-background.jpg");
}
body.history #section-7 h2,
body.history #section-video h2,
body.history #section-3 h2 {
  font-size: 19px;
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 600;
}
body.history #section-7 p,
body.history #section-video p,
body.history #section-3 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 480px) {
  body.history #section-7 p,
  body.history #section-video p,
  body.history #section-3 p {
    line-height: 1.75;
  }
}
body.history #section-7 .copy,
body.history #section-video .copy,
body.history #section-3 .copy {
  width: 98%;
  max-width: 960px;
  padding: 0 20px;
}
body.history #section-7 .highlight,
body.history #section-video .highlight,
body.history #section-3 .highlight {
  padding-top: 15px;
}
body.history #section-7 .bg-img,
body.history #section-video .bg-img,
body.history #section-3 .bg-img {
  background-position: 0 center;
}
body.history #section-7 .background,
body.history #section-video .background,
body.history #section-3 .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/section7-background-blue.jpg");
}
body.history #section-7 .scroll-down-button,
body.history #section-video .scroll-down-button,
body.history #section-3 .scroll-down-button {
  background: #fff;
}
body.history #section-7 .scroll-down-button:after,
body.history #section-video .scroll-down-button:after,
body.history #section-3 .scroll-down-button:after {
  border-right: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
}
body.history #section-video p:first-of-type {
  margin-bottom: 24px;
}
body.history #section-3 .foreground {
  background-image: url("/content/themes/site/assets/static/images/history-page/home-hero-figures-mobile.png");
}
@media (min-width: 1024px) {
  body.history #section-3 .foreground {
    background-image: url("/content/themes/site/assets/static/images/history-page/home-hero-figures.png");
  }
}
body.history #section-3 .background {
  background-image: url("/content/themes/site/assets/static/images/history-page/home-hero-background-mobile.jpg");
}
@media (min-width: 1024px) {
  body.history #section-3 .background {
    background-image: url("/content/themes/site/assets/static/images/history-page/home-hero-background.jpg");
  }
}
body.history #section-3 h2,
body.history #section-3 p {
  color: #1c1c1c;
}
body.history #section-3 .scroll-down-button {
  background: #1c1c1c;
}
body.history #section-3 .scroll-down-button:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

body.history #section-5 .center-inner,
body.history #section-3 .center-inner {
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  -moz-transition: all 0.45s ease 1s;
  -o-transition: all 0.45s ease 1s;
  -webkit-transition: all 0.45s ease;
  -webkit-transition-delay: 1s;
  transition: all 0.45s ease 1s;
}
body.history #section-5 .center-inner.active,
body.history #section-3 .center-inner.active {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
html[data-useragent*='MSIE 9.0'] body.history #section-5 .center-inner, html[data-useragent*='MSIE 9.0']
body.history #section-3 .center-inner {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1023px) {
  body.history #section-5 .center-inner,
  body.history #section-3 .center-inner {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.history #section-5 blockquote:before, body.history #section-5 blockquote:after,
body.history #section-3 blockquote:before,
body.history #section-3 blockquote:after {
  opacity: 0;
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
  -moz-transition: all 1.25s ease 1s;
  -o-transition: all 1.25s ease 1s;
  -webkit-transition: all 1.25s ease;
  -webkit-transition-delay: 1s;
  transition: all 1.25s ease 1s;
}
body.history #section-5 blockquote.active:before, body.history #section-5 blockquote.active:after,
body.history #section-3 blockquote.active:before,
body.history #section-3 blockquote.active:after {
  opacity: 0.2;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
body.history #section-5 .cover,
body.history #section-3 .cover {
  background: #ea0e8b;
  opacity: 0;
  -moz-transition: all 2.25s ease;
  -o-transition: all 2.25s ease;
  -webkit-transition: all 2.25s ease;
  transition: all 2.25s ease;
}
body.history #section-5 .cover.active,
body.history #section-3 .cover.active {
  opacity: 0.8;
}
html[data-useragent*='MSIE 9.0'] body.history #section-5 .cover, html[data-useragent*='MSIE 9.0']
body.history #section-3 .cover {
  opacity: 0.8;
}
@media (max-width: 1023px) {
  body.history #section-5 .cover,
  body.history #section-3 .cover {
    opacity: 0.8;
  }
}
body.history #section-7 .center-inner,
body.history #section-video .center-inner,
body.history #section-3 .center-inner {
  -moz-transition: all 0.45s ease 0.5s;
  -o-transition: all 0.45s ease 0.5s;
  -webkit-transition: all 0.45s ease;
  -webkit-transition-delay: 0.5s;
  transition: all 0.45s ease 0.5s;
}
body.history #section-7 .highlight,
body.history #section-video .highlight,
body.history #section-3 .highlight {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, #f8ed3f 50%);
  background-size: 200%;
  background-position: 100%;
  color: #fff;
  -moz-transition: all 0.45s ease-in 0.5s;
  -o-transition: all 0.45s ease-in 0.5s;
  -webkit-transition: all 0.45s ease-in;
  -webkit-transition-delay: 0.5s;
  transition: all 0.45s ease-in 0.5s;
}
body.history #section-7 .highlight.active,
body.history #section-video .highlight.active,
body.history #section-3 .highlight.active {
  background-position: 0%;
  color: #1c1c1c;
}
html[data-useragent*='MSIE 9.0'] body.history #section-7 .highlight.active, html[data-useragent*='MSIE 9.0']
body.history #section-video .highlight.active, html[data-useragent*='MSIE 9.0']
body.history #section-3 .highlight.active {
  color: #fff;
}
body.history #section-7 .cover,
body.history #section-video .cover,
body.history #section-3 .cover {
  background: #00afec;
  opacity: 0.8;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
body.history #section-7 .cover.active,
body.history #section-video .cover.active,
body.history #section-3 .cover.active {
  opacity: 0;
}
@media (max-width: 1023px) {
  body.history #section-7 .cover,
  body.history #section-video .cover,
  body.history #section-3 .cover {
    opacity: 0.2;
  }
}
body.history #section-3 .cover {
  background: #fff;
  opacity: 1;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
html[data-useragent*='MSIE 9.0'] body.history #section-3 .cover {
  opacity: 0;
}
@media (max-width: 1023px) {
  body.history #section-3 .cover {
    opacity: 0;
  }
}
body.history #section-video .cover {
  background: #fff;
  opacity: 0.9;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
html[data-useragent*='MSIE 9.0'] body.history #section-video .cover {
  opacity: 0;
}
@media (max-width: 1023px) {
  body.history #section-video .cover {
    opacity: 0;
  }
}

@media (max-width: 479px) {
  body.history #section-3 .copy,
  body.history #section-7 .copy,
  body.history #section-video .copy {
    text-align: left;
  }
}
@media (min-width: 380px) {
  body.history #section-3 .rwd-break,
  body.history #section-7 .rwd-break,
  body.history #section-video .rwd-break {
    display: none;
  }
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 2000;
}
#overlay.active {
  opacity: 0.8;
  visibility: visible;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#letters-overlay,
#values-overlay {
  cursor: pointer;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#letters-overlay .inner,
#values-overlay .inner {
  position: relative;
  cursor: auto;
  background: #dfdccb url("/content/themes/site/assets/static/images/history-page/letter-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 900px;
  margin: 20px 0 0 0;
  padding: 40px 20px;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -moz-transition: opacity 0.5s ease, -moz-transform 0.3s 1s;
  -o-transition: opacity 0.5s ease, -o-transform 0.3s 1s;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 1s;
  transition: opacity 0.5s ease, transform 0.3s 1s;
}
#letters-overlay .inner:after,
#values-overlay .inner:after {
  content: "";
  display: block;
  height: calc(100% + 1px);
}
#letters-overlay .inner h3,
#letters-overlay .inner time,
#letters-overlay .inner p,
#values-overlay .inner h3,
#values-overlay .inner time,
#values-overlay .inner p {
  color: #1c1c1c;
  color: rgba(28, 28, 28, 0.8);
  font-family: 'Special Elite', cursive;
  word-spacing: 8px;
}
#letters-overlay .inner h3,
#values-overlay .inner h3 {
  text-transform: none;
  text-align: center;
  margin-bottom: 40px;
  line-height: 40px;
  letter-spacing: 8px;
  font-weight: normal;
}
@media only screen and (min-width: 720px) {
  #letters-overlay .inner h3,
  #values-overlay .inner h3 {
    margin-bottom: 60px;
    letter-spacing: 10px;
  }
}
#letters-overlay .inner time,
#values-overlay .inner time {
  text-align: center;
  letter-spacing: 0;
}
#letters-overlay .inner p:nth-of-type(2),
#values-overlay .inner p:nth-of-type(2) {
  text-indent: 0px;
}
@media only screen and (min-width: 560px) {
  #letters-overlay .inner p:nth-of-type(2),
  #values-overlay .inner p:nth-of-type(2) {
    text-indent: 150px;
  }
}
#letters-overlay .inner p:nth-last-of-type(2),
#values-overlay .inner p:nth-last-of-type(2) {
  margin-bottom: -40px;
}
#letters-overlay .inner p span,
#values-overlay .inner p span {
  border-bottom: 1px solid #1c1c1c;
}
#letters-overlay .inner img,
#values-overlay .inner img {
  display: block;
  padding: 30px 0;
}
@media only screen and (min-width: 640px) {
  #letters-overlay .inner img,
  #values-overlay .inner img {
    padding: 0 0 20px 350px;
  }
}
@media only screen and (min-width: 560px) {
  #letters-overlay .inner,
  #values-overlay .inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 800px) {
  #letters-overlay .inner,
  #values-overlay .inner {
    width: 80%;
    margin: 40px auto;
  }
}
#letters-overlay .close-button,
#values-overlay .close-button {
  position: absolute;
  top: 170px;
  left: -25px;
  right: auto;
  width: 60px;
  height: 60px;
  background: #00afec;
  border: none;
  box-shadow: none;
  border-radius: 100%;
  text-indent: -9999px;
}
#letters-overlay .close-button:hover,
#values-overlay .close-button:hover {
  background: #20c5ff;
  box-shadow: none;
}
#letters-overlay .close-button:active, #letters-overlay .close-button:focus,
#values-overlay .close-button:active,
#values-overlay .close-button:focus {
  outline: none;
}
#letters-overlay .close-button:after,
#values-overlay .close-button:after {
  content: "\f00d";
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  text-indent: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 799px) {
  #letters-overlay .close-button,
  #values-overlay .close-button {
    top: -20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    border-radius: 0;
  }
  #letters-overlay .close-button:after,
  #values-overlay .close-button:after {
    content: "close \f00d";
    left: 60px;
    font-size: 21px;
    width: 100%;
    line-height: 46px;
  }
}
@media (max-width: 1023px) {
  #letters-overlay,
  #values-overlay {
    display: none;
  }
}
#letters-overlay.active,
#values-overlay.active {
  visibility: visible;
}
#letters-overlay.active .inner,
#values-overlay.active .inner {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: opacity 0.5s, -moz-transform 0.45s;
  -o-transition: opacity 0.5s, -o-transform 0.45s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.45s;
  transition: opacity 0.5s, transform 0.45s;
}
@media (max-width: 1023px) {
  #letters-overlay.active,
  #values-overlay.active {
    display: block;
  }
}

#values-button,
#video-button {
  margin-top: 20px;
  display: inline-block;
}

#values-overlay p {
  margin-left: 0;
}
@media (min-width: 480px) {
  #values-overlay p {
    margin-left: 40px;
  }
}
#values-overlay .close-button {
  top: 90px;
}
@media only screen and (max-width: 799px) {
  #values-overlay .close-button {
    top: -20px;
  }
}
#values-overlay .inner p:nth-last-of-type(2) {
  margin-bottom: 24px;
}
#values-overlay .inner p:last-of-type {
  text-indent: 0;
}

#section-video {
  background: #fff;
  background-size: cover;
  min-height: 650px;
}
#section-video:after {
  content: "";
  background: url("/content/themes/site/assets/static/images/history-page/video-panel-bg.jpg");
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 1024px) {
  #section-video:after {
    display: none;
  }
}
@media (min-width: 480px) {
  #section-video {
    min-height: 700px;
  }
}
#section-video h2,
#section-video p {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 479px) {
  body.history #section-video p {
    line-height: 1.5;
  }
}

video {
  width: 100%;
  height: auto !important;
  margin: 0;
  padding: 0;
}

.bgvid {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  opacity: 0;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.bgvid.active {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .bgvid {
    display: block;
  }
}

.video-texture {
  background: url("/content/themes/site/assets/static/images/history-page/hash-texture-dark.gif"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url("/content/themes/site/assets/static/images/history-page/hash-texture-dark.gif"), -moz-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: url("/content/themes/site/assets/static/images/history-page/hash-texture-dark.gif"), -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: url("/content/themes/site/assets/static/images/history-page/hash-texture-dark.gif"), radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0.6;
}

#video-overlay {
  background: transparent;
}

body.history .numbers {
  background: #00afec;
  padding: 10px 0;
}
body.history .numbers h2 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
}
body.history .numbers h2 .symbol {
  top: -0.5em;
  position: relative;
  font-size: 0.5em;
}
body.history .numbers h2 .title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 40px;
  background: #f8ed3f;
  font-size: 14px;
  color: #000;
  margin: 0 auto;
  max-width: 50%;
}
body.history .numbers .excerpt {
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
body.history #section-9 {
  background: #000;
  display: block;
  padding: 0;
  text-align: left;
}
body.history #section-9 .col-50 {
  width: 100%;
  margin-bottom: 90px;
}
body.history #section-9 .col-50:last-of-type {
  margin-bottom: 0px;
}
body.history #section-9 .center-inner {
  display: block;
  padding: 0;
}
body.history #section-9 .numbers, body.history #section-9 .horizontal-timeline {
  width: 100%;
}
body.history #section-9 .horizontal-timeline {
  background: #000;
}

body.history #section-9 {
  height: 850px;
}
@media (min-width: 480px) {
  body.history #section-9 {
    height: 800px;
  }
}
body.history #section-9 .horizontal-timeline {
  position: absolute;
  height: 43%;
}
body.history #section-9 .horizontal-timeline .timeline-controls .next-date-button, body.history #section-9 .horizontal-timeline .timeline-controls .prev-date-button {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ea0e8b;
  z-index: 100;
}
body.history #section-9 .horizontal-timeline .timeline-controls .next-date-button:after, body.history #section-9 .horizontal-timeline .timeline-controls .prev-date-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.history #section-9 .horizontal-timeline .timeline-controls .prev-date-button {
  top: 53%;
  left: 10px;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.history #section-9 .horizontal-timeline .timeline-controls .prev-date-button:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
body.history #section-9 .horizontal-timeline .timeline-controls .prev-date-button.active {
  opacity: 1;
}
@media only screen and (max-width: 559px) {
  body.history #section-9 .horizontal-timeline .timeline-controls .prev-date-button {
    display: none;
  }
}
body.history #section-9 .horizontal-timeline .timeline-controls .next-date-button {
  top: 53%;
  right: 10px;
}
body.history #section-9 .horizontal-timeline .timeline-controls .next-date-button:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
@media only screen and (max-width: 559px) {
  body.history #section-9 .horizontal-timeline .timeline-controls .next-date-button {
    display: none;
  }
}
body.history #section-9 .horizontal-timeline .timeline-container {
  position: absolute;
  padding: 10em 0 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.history #section-9 .horizontal-timeline .timeline-container .slick-slider, body.history #section-9 .horizontal-timeline .timeline-container .slick-list, body.history #section-9 .horizontal-timeline .timeline-container .slick-track, body.history #section-9 .horizontal-timeline .timeline-container .slick-slide {
  height: auto;
}
body.history #section-9 .horizontal-timeline .timeline-container .slick-list {
  position: static;
  overflow: visible;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] {
  position: relative;
  width: 30%;
  padding-top: 125px;
}
@media (min-width: 401px) {
  body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 560px) {
  body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] {
    padding-top: 108px;
  }
}
@media (min-width: 768px) {
  body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] {
    padding-top: 220px;
  }
}
@media (min-width: 1824px) {
  body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] {
    padding-top: 280px;
  }
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"]:focus {
  outline: none;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .inner {
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .intro-cta {
  position: absolute;
  top: -80px;
  -moz-transform: translateX(-42%);
  -ms-transform: translateX(-42%);
  -webkit-transform: translateX(-42%);
  transform: translateX(-42%);
  color: #00afec;
  font-size: 14px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .intro-cta:before {
  content: "Swipe Right \2192";
}
@media only screen and (min-width: 760px) {
  body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .intro-cta:before {
    content: "Swipe or Click \2192";
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .intro-cta.active {
  opacity: 0;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .info-card {
  position: absolute;
  top: auto;
  left: -150px;
  bottom: 50px;
  background: #fff;
  width: 300px;
  height: auto;
  padding: 20px 20px 30px;
  color: #1c1c1c;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0;
  -moz-transform: translate3d(0, 20%, 0);
  -ms-transform: translate3d(0, 20%, 0);
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .info-card:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #fff;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .info-card.active {
  opacity: 1;
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .marker {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .marker:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .marker:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #000;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .marker.active:after {
  background: #ea0e8b;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .marker.hover-active:after {
  background: #ea0e8b;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .marker:hover:after {
  background: #ea0e8b;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .date {
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 0;
  color: #fff;
  font-size: 24px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-font-smoothing: antialiased;
}
body.history #section-9 .horizontal-timeline .timeline-container div[class^="date-"] .bar {
  position: absolute;
  width: 101%;
  height: 6px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-start .marker {
  cursor: pointer;
  top: -36px;
  left: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  color: #1c1c1c;
  font-size: 24px;
  text-align: center;
  border-radius: 100%;
  z-index: 50;
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-start .marker:before, body.history #section-9 .horizontal-timeline .timeline-container div.date-start .marker:after {
  width: 0;
  height: 0;
  background: transparent;
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-start .marker:after {
  content: "\f061";
  top: 12px;
  width: 20px;
  height: 20px;
  font-family: "icons";
  color: #000;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-start .marker:hover:after {
  color: #ea0e8b;
  background: #fff;
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-start .marker.active:after {
  background: transparent;
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-start .bar {
  left: 50%;
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-cta .inner {
  text-align: center;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-cta .inner a {
  position: relative;
  margin-top: -50px;
  display: block;
  color: #fff;
  background: #00afec;
  padding: 4%;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 6px 0 #f8ed3f;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-cta .inner a:hover {
  background: #f8ed3f;
  color: #1c1c1c;
}
@media only screen and (min-width: 560px) {
  body.history #section-9 .horizontal-timeline .timeline-container div.date-cta .inner a {
    display: inline;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  body.history #section-9 .horizontal-timeline .timeline-container div.date-cta .inner a {
    font-size: 16px;
  }
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-end {
  z-index: -1;
}
body.history #section-9 .horizontal-timeline .timeline-container div.date-end .bar {
  left: -50%;
}

.current-initiatives-cta {
  position: absolute;
  bottom: -14px;
  left: 0px;
  right: 0px;
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #f8ed3f;
  text-align: center;
  font: normal 600 18px Dual, Helvetica, Arial, sans-serif;
  padding: 20px 0 50px;
  z-index: 100;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.current-initiatives-cta:hover {
  background-color: #00afec;
  color: #fff;
}
.current-initiatives-cta:hover .history-page-button {
  -moz-box-shadow: 0 6px 0 #f8ed3f;
  -webkit-box-shadow: 0 6px 0 #f8ed3f;
  box-shadow: 0 6px 0 #f8ed3f;
}
.current-initiatives-cta .history-page-button {
  -moz-box-shadow: 0 6px 0 #00afec;
  -webkit-box-shadow: 0 6px 0 #00afec;
  box-shadow: 0 6px 0 #00afec;
  padding: 0px 12px 7px;
}

#cboxClose {
  bottom: auto;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#colorbox,
#cboxWrapper,
#cboxContent {
  overflow: visible;
}

#cboxContent {
  background: transparent;
}

@media only screen and (min-width: 321px) {
  body.history #section-footer {
    height: 370px;
  }

  body.history #section-1 h1 {
    font-size: 38px;
    padding-bottom: 25px;
  }
  body.history #section-1 h2 {
    font-size: 18px;
  }
  body.history #section-1 p {
    font-size: 14px;
    line-height: 2;
  }

  body.history .vertical-timeline {
    position: relative;
  }
  body.history .vertical-timeline .timeline-bar {
    left: 34%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.history .vertical-timeline .timeline-marker {
    position: absolute;
    left: 34%;
  }
  body.history .vertical-timeline .timeline-marker:before {
    content: "";
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body.history .vertical-timeline .timeline-marker:after {
    content: "";
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body.history .timeline-copy {
    position: relative;
  }
  body.history .timeline-copy .date {
    font-size: 23px;
    left: 30%;
    padding: 0 32% 0px 0;
    -moz-transform: translate(-45%, 200%);
    -ms-transform: translate(-45%, 200%);
    -webkit-transform: translate(-45%, 200%);
    transform: translate(-45%, 200%);
  }
  body.history .timeline-copy .date.active {
    opacity: 1;
    -moz-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
  }
  body.history .timeline-copy .event h2 {
    font-size: 20px;
    line-height: 30px;
    right: 68%;
    padding: 7px 0 0 310px;
    white-space: normal;
    -moz-transform: translate(45%, -200%);
    -ms-transform: translate(45%, -200%);
    -webkit-transform: translate(45%, -200%);
    transform: translate(45%, -200%);
  }
  body.history .timeline-copy .event h2 span {
    font-weight: 300;
  }
  body.history .timeline-copy .event h2.active {
    opacity: 1;
    -moz-transform: translate(45%, -50%);
    -ms-transform: translate(45%, -50%);
    -webkit-transform: translate(45%, -50%);
    transform: translate(45%, -50%);
  }
  body.history #section-6 .vertical-timeline {
    position: relative;
  }
  body.history #section-6 .vertical-timeline .timeline-bar {
    left: 42%;
  }
  body.history #section-6 .vertical-timeline .timeline-marker {
    left: 42%;
  }
  body.history #section-6 .vertical-timeline .timeline-marker.active {
    width: 36px;
    height: 36px;
  }
  body.history #section-6 .vertical-timeline .timeline-marker.active:before {
    width: 30px;
    height: 30px;
  }
  body.history #section-6 .vertical-timeline .timeline-marker.active:after {
    width: 24px;
    height: 24px;
  }
  body.history #section-6 .timeline-copy {
    position: relative;
  }
  body.history #section-6 .timeline-copy .date {
    font-size: 23px;
    left: 35%;
    padding: 0 120px 0px 0;
  }
  body.history #section-6 .timeline-copy .event h2 {
    right: 65%;
    padding-top: 0;
  }
  body.history #section-10 .vertical-timeline {
    position: relative;
  }
  body.history #section-10 .vertical-timeline .timeline-bar {
    left: 28%;
  }
  body.history #section-10 .vertical-timeline .timeline-marker {
    left: 28%;
  }
  body.history #section-10 .vertical-timeline .timeline-marker.active {
    width: 36px;
    height: 36px;
  }
  body.history #section-10 .vertical-timeline .timeline-marker.active:before {
    width: 30px;
    height: 30px;
  }
  body.history #section-10 .vertical-timeline .timeline-marker.active:after {
    width: 24px;
    height: 24px;
  }
  body.history #section-10 .timeline-copy {
    position: relative;
  }
  body.history #section-10 .timeline-copy .date {
    font-size: 18px;
    left: 28%;
    padding: 0 120px 0px 0;
  }
  body.history #section-10 .timeline-copy .event h2 {
    padding: 0 0 0 460px;
    background-size: 190px auto;
    width: 190px;
    height: 70px;
    right: 68%;
  }
  html[data-useragent*='MSIE 9.0'] body.history #section-10 .timeline-copy .event h2 {
    right: 50%;
  }
}
@media only screen and (min-width: 409px) {
  .current-initiatives-cta {
    bottom: -13px;
  }

  body.history .years,
  body.history .dollars {
    padding: 20px 0px 10px 0px;
  }
}
@media only screen and (min-width: 480px) {
  body.history #section-1 h1 {
    font-size: 46px;
  }
  body.history #section-1 h2 {
    font-size: 18px;
  }
  body.history #section-1 p {
    font-size: 16px;
  }

  body.history #section-2 .group,
  body.history #section-8 .group,
  body.history #first-store-opens .group,
  body.history #dedicated-to-education .group,
  body.history #giving-back .group,
  body.history #joe-and-kathryn-legacy .group {
    padding: 60px 20px;
  }
  body.history #section-2 h2,
  body.history #section-8 h2,
  body.history #first-store-opens h2,
  body.history #dedicated-to-education h2,
  body.history #giving-back h2,
  body.history #joe-and-kathryn-legacy h2 {
    font-size: 20px;
  }
  body.history #section-2 p,
  body.history #section-8 p,
  body.history #first-store-opens p,
  body.history #dedicated-to-education p,
  body.history #giving-back p,
  body.history #joe-and-kathryn-legacy p {
    font-size: 16px;
  }
  body.history #section-new-panel .copy,
  body.history #section-joe-bio .copy {
    padding: 60px 0px 100px 0px;
    margin: 0 auto;
    max-width: 420px;
    text-align: left;
    width: 100%;
  }
  body.history #section-new-panel h2,
  body.history #section-joe-bio h2 {
    font-size: 20px;
  }
  body.history #section-new-panel p,
  body.history #section-joe-bio p {
    font-size: 16px;
  }
  body.history #section-new-panel .story-image img,
  body.history #section-joe-bio .story-image img {
    margin: 0 auto;
    width: 60%;
    max-width: 360px;
  }
  body.history #section-new-panel .left,
  body.history #section-joe-bio .left {
    width: 100%;
  }

  body.history .vertical-timeline {
    position: relative;
  }
  body.history .vertical-timeline .timeline-bar {
    left: 32%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.history .vertical-timeline .timeline-marker {
    left: 32%;
  }
  body.history .timeline-copy {
    position: relative;
  }
  body.history .timeline-copy .date {
    font-size: 24px;
    left: 45%;
    padding: 0 60% 0px 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate(-45%, 200%);
    -ms-transform: translate(-45%, 200%);
    -webkit-transform: translate(-45%, 200%);
    transform: translate(-45%, 200%);
  }
  body.history .timeline-copy .date.active {
    opacity: 1;
    -moz-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
  }
  body.history .timeline-copy .event h2 {
    font-size: 23px;
    line-height: 30px;
    right: 50%;
    padding: 5px 0 0 220px;
    white-space: nowrap;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate(45%, -200%);
    -ms-transform: translate(45%, -200%);
    -webkit-transform: translate(45%, -200%);
    transform: translate(45%, -200%);
  }
  body.history .timeline-copy .event h2.active {
    opacity: 1;
    -moz-transform: translate(45%, -50%);
    -ms-transform: translate(45%, -50%);
    -webkit-transform: translate(45%, -50%);
    transform: translate(45%, -50%);
  }
  body.history #section-6 .vertical-timeline {
    position: relative;
  }
  body.history #section-6 .vertical-timeline .timeline-bar {
    left: 32%;
  }
  body.history #section-6 .vertical-timeline .timeline-marker {
    left: 32%;
  }
  body.history #section-6 .vertical-timeline .timeline-marker.active {
    width: 42px;
    height: 42px;
  }
  body.history #section-6 .vertical-timeline .timeline-marker.active:before {
    width: 32px;
    height: 32px;
  }
  body.history #section-6 .vertical-timeline .timeline-marker.active:after {
    width: 26px;
    height: 26px;
  }
  body.history #section-6 .timeline-copy {
    position: relative;
  }
  body.history #section-6 .timeline-copy .date {
    font-size: 24px;
    left: 45%;
    padding: 0 60% 0px 0;
  }
  body.history #section-6 .timeline-copy .event h2 {
    right: 49%;
    padding-top: 0;
  }
  body.history #section-10 .vertical-timeline {
    position: relative;
  }
  body.history #section-10 .vertical-timeline .timeline-bar {
    left: 32%;
  }
  body.history #section-10 .vertical-timeline .timeline-marker {
    left: 32%;
  }
  body.history #section-10 .vertical-timeline .timeline-marker.active {
    width: 42px;
    height: 42px;
  }
  body.history #section-10 .vertical-timeline .timeline-marker.active:before {
    width: 32px;
    height: 32px;
  }
  body.history #section-10 .vertical-timeline .timeline-marker.active:after {
    width: 26px;
    height: 26px;
  }
  body.history #section-10 .timeline-copy {
    position: relative;
  }
  body.history #section-10 .timeline-copy .date {
    font-size: 24px;
    left: 45%;
    padding: 0 60% 0px 0;
  }
  body.history #section-10 .timeline-copy .event h2 {
    padding: 0 0 0 490px;
    background-size: 270px auto;
    width: 270px;
    height: 80px;
    right: 50%;
  }

  body.history #section-7 p,
  body.history #section-video p,
  body.history #section-3 p,
  body.history #section-5 p {
    font-size: 20px;
  }
  body.history #section-5 .copy blockquote:before, body.history #section-5 .copy blockquote:after {
    font-size: 160px;
  }
  body.history #section-5 .copy blockquote:before {
    top: 20px;
    left: -40px;
  }
  body.history #section-5 .copy blockquote:after {
    bottom: -50px;
    right: -40px;
  }
  body.history #section-5 .copy blockquote p {
    font-size: 26px;
  }
  body.history #section-5 .copy blockquote footer {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  body.history #section-1 .copy {
    max-width: 740px;
  }
  body.history #section-1 h1 {
    font-size: 52px;
    padding-bottom: 30px;
  }
  body.history #section-1 h2 {
    font-size: 18px;
    padding-bottom: 30px;
  }
  body.history #section-1 p {
    font-size: 16px;
  }

  body.history .panel {
    padding: 50px;
  }
  body.history #section-footer {
    height: 365px;
  }

  .current-initiatives-cta {
    bottom: -17px;
  }

  body.history .col-40 {
    width: 40%;
    float: left;
  }
  body.history .col-60 {
    width: 60%;
    float: left;
    padding-left: 20px;
  }
  body.history #section-2,
  body.history #section-8,
  body.history #first-store-opens,
  body.history #dedicated-to-education,
  body.history #giving-back,
  body.history #joe-and-kathryn-legacy,
  body.history #section-new-panel,
  body.history #section-joe-bio {
    display: table;
    height: 100%;
    padding: 0px;
  }
  body.history #section-2 .center-inner,
  body.history #section-8 .center-inner,
  body.history #first-store-opens .center-inner,
  body.history #dedicated-to-education .center-inner,
  body.history #giving-back .center-inner,
  body.history #joe-and-kathryn-legacy .center-inner,
  body.history #section-new-panel .center-inner,
  body.history #section-joe-bio .center-inner {
    display: table-cell;
  }
  body.history #section-2 .story-image img,
  body.history #section-8 .story-image img,
  body.history #first-store-opens .story-image img,
  body.history #dedicated-to-education .story-image img,
  body.history #giving-back .story-image img,
  body.history #joe-and-kathryn-legacy .story-image img,
  body.history #section-new-panel .story-image img,
  body.history #section-joe-bio .story-image img {
    width: 100%;
    max-width: 100%;
  }
  body.history #section-2 h2,
  body.history #section-8 h2,
  body.history #first-store-opens h2,
  body.history #dedicated-to-education h2,
  body.history #giving-back h2,
  body.history #joe-and-kathryn-legacy h2,
  body.history #section-new-panel h2,
  body.history #section-joe-bio h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  body.history #section-2 p,
  body.history #section-8 p,
  body.history #first-store-opens p,
  body.history #dedicated-to-education p,
  body.history #giving-back p,
  body.history #joe-and-kathryn-legacy p,
  body.history #section-new-panel p,
  body.history #section-joe-bio p {
    font-size: 16px;
  }
  body.history #section-2 .copy,
  body.history #section-8 .copy,
  body.history #first-store-opens .copy,
  body.history #dedicated-to-education .copy,
  body.history #giving-back .copy,
  body.history #joe-and-kathryn-legacy .copy,
  body.history #section-new-panel .copy,
  body.history #section-joe-bio .copy {
    padding: 10px 0 0 0;
    max-width: 100%;
  }
  body.history #section-2 .group,
  body.history #section-8 .group,
  body.history #first-store-opens .group,
  body.history #dedicated-to-education .group,
  body.history #giving-back .group,
  body.history #joe-and-kathryn-legacy .group,
  body.history #section-new-panel .group,
  body.history #section-joe-bio .group {
    padding: 30px;
  }
  body.history #section-new-panel,
  body.history #section-joe-bio {
    padding: 0;
    z-index: 999;
  }
  body.history #section-new-panel .copy,
  body.history #section-joe-bio .copy {
    padding: 50px;
    text-align: left;
  }
  body.history #section-new-panel .left,
  body.history #section-joe-bio .left {
    background: white;
    width: 65%;
  }
  body.history #section-new-panel .right,
  body.history #section-joe-bio .right {
    background: transparent;
    width: 40%;
  }
  body.history #section-new-panel .story-image,
  body.history #section-joe-bio .story-image {
    float: left;
    width: 50%;
    padding: 0 20px 10px 0;
  }
  body.history #section-new-panel .story-image img,
  body.history #section-joe-bio .story-image img {
    width: 100%;
  }
  body.history #section-8 .col-60 {
    padding-left: 0px;
    padding-right: 20px;
  }

  body.history #section-2 .center-inner,
  body.history #section-8 .center-inner,
  body.history #first-store-opens .center-inner,
  body.history #dedicated-to-education .center-inner,
  body.history #giving-back .center-inner,
  body.history #joe-and-kathryn-legacy .center-inner,
  body.history #section-new-panel .center-inner,
  body.history #section-joe-bio .center-inner {
    opacity: 1;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body.history #section-2 .center-inner.active,
  body.history #section-8 .center-inner.active,
  body.history #first-store-opens .center-inner.active,
  body.history #dedicated-to-education .center-inner.active,
  body.history #giving-back .center-inner.active,
  body.history #joe-and-kathryn-legacy .center-inner.active,
  body.history #section-new-panel .center-inner.active,
  body.history #section-joe-bio .center-inner.active {
    opacity: 1;
  }
  body.history #section-2 .story-image,
  body.history #section-8 .story-image,
  body.history #first-store-opens .story-image,
  body.history #dedicated-to-education .story-image,
  body.history #giving-back .story-image,
  body.history #joe-and-kathryn-legacy .story-image,
  body.history #section-new-panel .story-image,
  body.history #section-joe-bio .story-image {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    opacity: 0;
    -moz-transition: all 0.65s ease;
    -o-transition: all 0.65s ease;
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
  }
  body.history #section-2 .story-image.active,
  body.history #section-8 .story-image.active,
  body.history #first-store-opens .story-image.active,
  body.history #dedicated-to-education .story-image.active,
  body.history #giving-back .story-image.active,
  body.history #joe-and-kathryn-legacy .story-image.active,
  body.history #section-new-panel .story-image.active,
  body.history #section-joe-bio .story-image.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  body.history #section-2 .story-copy,
  body.history #section-8 .story-copy,
  body.history #first-store-opens .story-copy,
  body.history #dedicated-to-education .story-copy,
  body.history #giving-back .story-copy,
  body.history #joe-and-kathryn-legacy .story-copy,
  body.history #section-new-panel .story-copy,
  body.history #section-joe-bio .story-copy {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    opacity: 0;
    -moz-transition: all 0.65s ease;
    -o-transition: all 0.65s ease;
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
  }
  body.history #section-2 .story-copy.active,
  body.history #section-8 .story-copy.active,
  body.history #first-store-opens .story-copy.active,
  body.history #dedicated-to-education .story-copy.active,
  body.history #giving-back .story-copy.active,
  body.history #joe-and-kathryn-legacy .story-copy.active,
  body.history #section-new-panel .story-copy.active,
  body.history #section-joe-bio .story-copy.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  body.history #section-8 .story-image {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    opacity: 0;
    -moz-transition: all 0.65s ease;
    -o-transition: all 0.65s ease;
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
  }
  body.history #section-8 .story-image.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  body.history #section-8 .story-copy {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    opacity: 0;
    -moz-transition: all 0.65s ease;
    -o-transition: all 0.65s ease;
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
  }
  body.history #section-8 .story-copy.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  body.history #section-new-panel .story-image,
  body.history #section-joe-bio .story-image {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    opacity: 0;
    -moz-transition: all 0.65s ease 0.3s;
    -o-transition: all 0.65s ease 0.3s;
    -webkit-transition: all 0.65s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.65s ease 0.3s;
  }
  body.history #section-new-panel .story-image.active,
  body.history #section-joe-bio .story-image.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  body.history #section-new-panel .story-copy,
  body.history #section-joe-bio .story-copy {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    opacity: 0;
    -moz-transition: all 0.65s ease;
    -o-transition: all 0.65s ease;
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
  }
  body.history #section-new-panel .story-copy.active,
  body.history #section-joe-bio .story-copy.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  body.history .vertical-timeline {
    position: relative;
  }
  body.history .vertical-timeline .timeline-bar {
    width: 6px;
    left: 45%;
  }
  body.history .vertical-timeline .timeline-marker {
    width: 0px;
    height: 0px;
    left: 45.25%;
    -moz-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
  }
  body.history .vertical-timeline .timeline-marker:before {
    content: "";
    width: 0px;
    height: 0px;
    left: 50%;
  }
  body.history .vertical-timeline .timeline-marker:after {
    content: "";
    width: 0px;
    height: 0px;
  }
  body.history .vertical-timeline .timeline-marker.active {
    width: 66px;
    height: 66px;
    opacity: 1;
  }
  body.history .vertical-timeline .timeline-marker.active:before {
    content: "";
    width: 48px;
    height: 48px;
    left: 50%;
    -moz-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
  }
  body.history .vertical-timeline .timeline-marker.active:after {
    content: "";
    width: 42px;
    height: 42px;
    -moz-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
  }
  body.history .timeline-copy {
    position: relative;
  }
  body.history .timeline-copy .date {
    font-size: 30px;
    left: 45%;
    padding: 0 30% 0px 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate(-45%, 200%);
    -ms-transform: translate(-45%, 200%);
    -webkit-transform: translate(-45%, 200%);
    transform: translate(-45%, 200%);
  }
  body.history .timeline-copy .date.active {
    opacity: 1;
    -moz-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
  }
  body.history .timeline-copy .event h2 {
    font-size: 26px;
    line-height: 30px;
    right: 45%;
    padding: 5px 0 0 330px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate(45%, -200%);
    -ms-transform: translate(45%, -200%);
    -webkit-transform: translate(45%, -200%);
    transform: translate(45%, -200%);
  }
  body.history .timeline-copy .event h2.active {
    opacity: 1;
    -moz-transform: translate(45%, -50%);
    -ms-transform: translate(45%, -50%);
    -webkit-transform: translate(45%, -50%);
    transform: translate(45%, -50%);
  }
  html[data-useragent*='MSIE 9.0'] body.history .timeline-copy .event h2 {
    right: 50%;
  }
  html[data-useragent*='MSIE 10.0'] body.history .timeline-copy .event h2 {
    right: 42%;
  }
  body.history #section-6 .vertical-timeline {
    position: relative;
  }
  body.history #section-6 .vertical-timeline .timeline-bar {
    left: 45%;
  }
  body.history #section-6 .vertical-timeline .timeline-marker {
    left: 45%;
  }
  body.history #section-6 .vertical-timeline .timeline-marker.active {
    width: 66px;
    height: 66px;
  }
  body.history #section-6 .vertical-timeline .timeline-marker.active:before {
    width: 48px;
    height: 48px;
  }
  body.history #section-6 .vertical-timeline .timeline-marker.active:after {
    width: 42px;
    height: 42px;
  }
  body.history #section-6 .timeline-copy {
    position: relative;
  }
  body.history #section-6 .timeline-copy .date {
    left: 47%;
    font-size: 30px;
    padding: 0 30% 0px 0;
  }
  body.history #section-6 .timeline-copy .event h2 {
    right: 45%;
  }
  html[data-useragent*='MSIE 10.0'] body.history #section-6 .timeline-copy .event h2 {
    right: 42%;
  }
  body.history #section-10 .vertical-timeline {
    position: relative;
  }
  body.history #section-10 .vertical-timeline .timeline-bar {
    left: 45%;
  }
  body.history #section-10 .vertical-timeline .timeline-marker {
    left: 45%;
  }
  body.history #section-10 .vertical-timeline .timeline-marker.active {
    width: 66px;
    height: 66px;
  }
  body.history #section-10 .vertical-timeline .timeline-marker.active:before {
    width: 48px;
    height: 48px;
  }
  body.history #section-10 .vertical-timeline .timeline-marker.active:after {
    width: 42px;
    height: 42px;
  }
  body.history #section-10 .timeline-copy {
    position: relative;
  }
  body.history #section-10 .timeline-copy .date {
    left: 45%;
    font-size: 30px;
    padding: 0 30% 0px 0;
  }
  body.history #section-10 .timeline-copy .event h2 {
    padding: 0 0 0 720px;
    background-size: 340px auto;
    width: 340px;
    height: 90px;
    right: 45%;
  }
  html[data-useragent*='MSIE 10.0'] body.history #section-10 .timeline-copy .event h2 {
    right: 42%;
  }

  body.history #section-7 p,
  body.history #section-video p,
  body.history #section-3 p,
  body.history #section-5 p {
    font-size: 20px;
  }
  body.history #section-5 p {
    font-size: 28px;
  }
  body.history #section-5 .copy blockquote:before, body.history #section-5 .copy blockquote:after {
    font-size: 200px;
  }
  body.history #section-5 .copy blockquote:before {
    top: 30px;
    left: -100px;
  }
  body.history #section-5 .copy blockquote:after {
    bottom: -40px;
    right: -100px;
  }
  body.history #section-5 .copy blockquote p {
    font-size: 26px;
  }
  body.history #section-5 .copy blockquote footer {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 20px;
  }

  body.history .years,
  body.history .dollars {
    width: 340px;
    float: left;
    position: relative;
    margin-top: 48px;
  }
  body.history .numbers .inner {
    margin-right: auto;
    margin-left: auto;
    width: 720px;
    *zoom: 1;
    height: 100%;
  }
  body.history .numbers .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  body.history .numbers .years .title {
    right: 150px;
  }
  body.history .numbers .dollars .title {
    right: 30px;
  }
  body.history #section-9 {
    height: auto;
  }
  body.history #section-9 .center-inner {
    display: block;
    padding: 0;
    height: 100%;
    height: calc(100% - 75px);
  }
  body.history #section-9 .numbers, body.history #section-9 .horizontal-timeline {
    width: 100%;
    height: 540px;
  }
  body.history #section-9 .horizontal-timeline {
    position: relative;
    background: #000;
  }
}
@media only screen and (min-width: 860px) {
  body.history .col-60 {
    padding-left: 40px;
  }
  body.history #section-2 h2,
  body.history #section-8 h2,
  body.history #first-store-opens h2,
  body.history #dedicated-to-education h2,
  body.history #giving-back h2,
  body.history #joe-and-kathryn-legacy h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  body.history #section-2 p,
  body.history #section-8 p,
  body.history #first-store-opens p,
  body.history #dedicated-to-education p,
  body.history #giving-back p,
  body.history #joe-and-kathryn-legacy p {
    font-size: 18px;
  }
  body.history #section-2 .copy,
  body.history #section-8 .copy,
  body.history #first-store-opens .copy,
  body.history #dedicated-to-education .copy,
  body.history #giving-back .copy,
  body.history #joe-and-kathryn-legacy .copy {
    padding: 20px 0 0 0;
  }
  body.history #section-8 .col-60 {
    padding-right: 40px;
  }

  #letters-overlay .inner {
    padding: 150px 55px 100px 150px;
  }
}
@media only screen and (min-width: 1024px) {
  body.history #header.headerScrolled {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translateY(-144px);
    -ms-transform: translateY(-144px);
    -webkit-transform: translateY(-144px);
    transform: translateY(-144px);
  }
  html[data-useragent*='MSIE 9.0'] body.history #header.headerScrolled {
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  body.history .panel-container {
    top: 0px;
  }
  body.history .panel-container.panelScrolled {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  body.history .panel-container .panel:first-of-type {
    height: 100%;
  }
  body.history .scroll-down-button {
    display: block;
  }
  body.history #section-footer {
    height: 264px;
  }
  body.history #section-1 .history-parallax-container {
    height: calc(100% - 144px);
    top: 144px;
  }
  body.history #section-1 .copy {
    padding-top: 140px;
  }

  body.history #section-1 .copy {
    max-width: 840px;
  }
  body.history #section-1 h1 {
    font-size: 56px;
    padding-bottom: 45px;
    letter-spacing: 5px;
  }
  body.history #section-1 h2 {
    font-size: 21px;
    padding-bottom: 45px;
  }
  body.history #section-1 .bg-img {
    background-position: 30% center;
  }
  body.history #section-1 .foreground {
    background-image: url("/content/themes/site/assets/static/images/history-page/section1-foreground.png");
  }
  body.history #section-1 .background {
    background-image: url("/content/themes/site/assets/static/images/history-page/section1-background.jpg");
  }

  body.history #section-2 .group,
  body.history #section-8 .group,
  body.history #first-store-opens .group,
  body.history #dedicated-to-education .group,
  body.history #giving-back .group,
  body.history #joe-and-kathryn-legacy .group,
  body.history #section-new-panel .group,
  body.history #section-joe-bio .group {
    padding: 0 40px;
  }
  body.history #section-2 h2,
  body.history #section-8 h2,
  body.history #first-store-opens h2,
  body.history #dedicated-to-education h2,
  body.history #giving-back h2,
  body.history #joe-and-kathryn-legacy h2,
  body.history #section-new-panel h2,
  body.history #section-joe-bio h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  body.history #section-2 p,
  body.history #section-8 p,
  body.history #first-store-opens p,
  body.history #dedicated-to-education p,
  body.history #giving-back p,
  body.history #joe-and-kathryn-legacy p,
  body.history #section-new-panel p,
  body.history #section-joe-bio p {
    font-size: 20px;
  }
  body.history #section-2 .copy,
  body.history #section-8 .copy,
  body.history #first-store-opens .copy,
  body.history #dedicated-to-education .copy,
  body.history #giving-back .copy,
  body.history #joe-and-kathryn-legacy .copy,
  body.history #section-new-panel .copy,
  body.history #section-joe-bio .copy {
    padding: 30px 0 0 0;
  }
  body.history #first-store-opens .copy {
    padding: 60px 0 0 0;
  }
  body.history #joe-and-kathryn-legacy .copy,
  body.history #section-8 .copy {
    padding: 5px 0 0 0;
  }
  body.history #section-new-panel .copy,
  body.history #section-joe-bio .copy {
    text-align: left;
    max-width: 968px;
    padding: 100px;
  }
  body.history #section-new-panel h2,
  body.history #section-joe-bio h2 {
    font-size: 21px;
    padding-bottom: 20px;
  }
  body.history #section-new-panel p,
  body.history #section-joe-bio p {
    font-size: 17px;
  }
  body.history #section-new-panel .story-image,
  body.history #section-joe-bio .story-image {
    width: 44%;
    float: left;
    padding: 0 20px 10px 0;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1280px) {
  body.history #section-new-panel .story-image,
  body.history #section-joe-bio .story-image {
    padding: 0 40px 20px 0;
  }
}
@media only screen and (min-width: 1024px) {
  body.history #section-new-panel .story-image img,
  body.history #section-joe-bio .story-image img {
    width: 100%;
  }

  body.history .vertical-timeline {
    position: relative;
  }
  body.history .vertical-timeline .timeline-bar {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.history .vertical-timeline .timeline-marker {
    left: 50%;
    -moz-transform: translate(-46%, -50%);
    -ms-transform: translate(-46%, -50%);
    -webkit-transform: translate(-46%, -50%);
    transform: translate(-46%, -50%);
  }
  body.history .timeline-copy {
    position: relative;
  }
  body.history .timeline-copy .date {
    font-size: 30px;
    left: 50%;
    padding: 0 230px 5px 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate(-50%, 300%);
    -ms-transform: translate(-50%, 300%);
    -webkit-transform: translate(-50%, 300%);
    transform: translate(-50%, 300%);
  }
  body.history .timeline-copy .date.active {
    opacity: 1;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body.history .timeline-copy .event h2 {
    font-size: 30px;
    line-height: 35px;
    right: 50%;
    padding: 5px 0 0 500px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate(50%, -300%);
    -ms-transform: translate(50%, -300%);
    -webkit-transform: translate(50%, -300%);
    transform: translate(50%, -300%);
  }
  body.history .timeline-copy .event h2.active {
    opacity: 1;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  html[data-useragent*='MSIE 10.0'] body.history .timeline-copy .event h2 {
    right: 48%;
  }
  body.history #section-6 .vertical-timeline {
    position: relative;
  }
  body.history #section-6 .vertical-timeline .timeline-bar {
    left: 50%;
  }
  body.history #section-6 .vertical-timeline .timeline-marker {
    left: 50%;
  }
  body.history #section-6 .timeline-copy {
    position: relative;
  }
  body.history #section-6 .timeline-copy .date {
    left: 50%;
    padding: 0 230px 0 0;
  }
  body.history #section-6 .timeline-copy .event h2 {
    right: 49%;
    padding-top: 0;
  }
  html[data-useragent*='MSIE 10.0'] body.history #section-6 .timeline-copy .event h2 {
    right: 48%;
  }
  body.history #section-10 .vertical-timeline {
    position: relative;
  }
  body.history #section-10 .vertical-timeline .timeline-bar {
    left: 50%;
  }
  body.history #section-10 .vertical-timeline .timeline-marker {
    left: 50%;
  }
  body.history #section-10 .timeline-copy {
    position: relative;
  }
  body.history #section-10 .timeline-copy .date {
    left: 50%;
    padding: 0 230px 5px 0;
  }
  body.history #section-10 .timeline-copy .event h2 {
    padding: 0 0 0 950px;
    background-size: 400px auto;
    width: 400px;
    height: 100px;
    right: 50%;
  }
  html[data-useragent*='MSIE 10.0'] body.history #section-10 .timeline-copy .event h2 {
    right: 48%;
  }

  body.history #section-7 h2,
  body.history #section-video h2,
  body.history #section-3 h2,
  body.history #section-5 h2 {
    font-size: 34px;
    padding-bottom: 30px;
  }
  body.history #section-3 p {
    font-size: 24px;
  }
  body.history #section-5 .copy blockquote:before, body.history #section-5 .copy blockquote:after {
    font-size: 270px;
  }
  body.history #section-5 .copy blockquote:before {
    top: 30px;
    left: -130px;
  }
  body.history #section-5 .copy blockquote:after {
    bottom: -40px;
    right: -130px;
  }
  body.history #section-5 .copy blockquote p {
    font-size: 30px;
  }

  body.history .years,
  body.history .dollars {
    width: 460px;
  }
  body.history .numbers .inner {
    width: 960px;
  }
  body.history .numbers h2 {
    font-size: 160px;
  }
  body.history .numbers h2 .title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    padding: 10px 40px;
    background: #f8ed3f;
    top: 127px;
    bottom: auto;
    right: 0;
    font-size: 14px;
    color: #000;
  }
  body.history .numbers .excerpt {
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding: 48px 20px 0;
  }
}
@media only screen and (min-width: 1440px) {
  body.history #header.headerScrolled {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translateY(-123px);
    -ms-transform: translateY(-123px);
    -webkit-transform: translateY(-123px);
    transform: translateY(-123px);
  }
  body.history .panel-container {
    top: 0;
  }
  body.history .panel-container .panel:first-of-type {
    height: 100%;
  }
  body.history #section-footer {
    height: 240px;
  }
  body.history #section-1 .history-parallax-container {
    height: calc(100% - 123px);
    top: 123px;
  }
  body.history #section-1 .copy {
    padding-top: 190px;
  }

  body.history #section-1 .copy {
    max-width: 1100px;
  }
  body.history #section-1 h1 {
    font-size: 72px;
    letter-spacing: 5px;
    padding-bottom: 60px;
  }
  body.history #section-1 h2 {
    font-size: 24px;
    letter-spacing: 5px;
    padding-bottom: 60px;
  }
  body.history #section-1 p {
    letter-spacing: 4px;
  }

  .current-initiatives-cta {
    bottom: -12px;
  }

  body.history .col-60 {
    padding-left: 60px;
  }
  body.history #section-2 h2,
  body.history #section-8 h2,
  body.history #first-store-opens h2,
  body.history #dedicated-to-education h2,
  body.history #giving-back h2,
  body.history #joe-and-kathryn-legacy h2 {
    font-size: 24px;
  }
  body.history #section-8 .col-60 {
    padding-right: 60px;
  }

  body.history #section-5 .copy blockquote:before {
    left: -140px;
  }
  body.history #section-5 .copy blockquote:after {
    right: -140px;
  }
}
@media only screen and (min-width: 1824px) {
  body.history .years,
  body.history .dollars {
    width: 940px;
    float: left;
    position: relative;
    margin-top: 48px;
  }
  body.history .numbers .inner {
    margin-right: auto;
    margin-left: auto;
    width: 1920px;
    *zoom: 1;
    height: 100%;
  }
  body.history .numbers .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  body.history .numbers h2 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 320px;
    line-height: 1;
    letter-spacing: 0;
  }
  body.history .numbers h2 .title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    padding: 10px 40px;
    background: #f8ed3f;
    top: 180px;
    right: 0;
    font-size: 18px;
    color: #000;
  }
  body.history .numbers h2 .symbol {
    top: -0.5em;
    position: relative;
    font-size: 0.5em;
  }
  body.history .numbers .years .title {
    right: 250px;
  }
  body.history .numbers .dollars .title {
    right: 80px;
  }
  body.history .numbers .excerpt {
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding: 48px 20px 0;
  }
  body.history #section-9 {
    height: auto;
  }
  body.history #section-9 .center-inner {
    display: block;
    padding: 0;
    height: 100%;
    height: calc(100% - 75px);
  }
  body.history #section-9 .numbers, body.history #section-9 .horizontal-timeline {
    width: 100%;
    height: 600px;
  }
  body.history #section-9 .horizontal-timeline {
    position: relative;
    background: #000;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster:h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
    color: black !important;
  }

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

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

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

@media only screen and (max-width: 540px) {
  #flyout-container {
    height: 475px;
  }
  body.history .panel-container {
    top: 70px;
  }
}

/*# sourceMappingURL=history-page.css.map */
