@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* * {
  margin: 0;
  padding: 0;
} */
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,700");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Type scale is a perfect fourth – 1.333 */
p {
  margin-bottom: 1.3em;
  font-size: 1.02rem; }

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: #fff; }

h1 {
  margin-top: 0;
  font-size: 3.157em; }

h2 {
  font-size: 2.369em; }

h3 {
  font-size: 1.777em; }

h4 {
  font-size: 1.333em; }

small, .font_small {
  font-size: 0.75em; }

@font-face {
  font-family: 'UniversLTStd-LightCn';
  src: url("../fonts/UniversLTStd-LightCn.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStd-LightCn.otf") format("opentype"), url("../fonts/UniversLTStd-LightCn.woff") format("woff"), url("../fonts/UniversLTStd-LightCn.ttf") format("truetype"), url("../fonts/UniversLTStd-LightCn.svg#UniversLTStd-LightCn") format("svg");
  font-weight: normal;
  font-style: normal; }

/* This is the customization of icons we pulled from fontawesome using fontello */
/* This includes:
	Twitter
	Facebook
	Youtube
	Instagram
	Arrow Right
*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?27415349");
  src: url("../fonts/fontello.eot?27415349#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?27415349") format("woff2"), url("../fonts/fontello.woff?27415349") format("woff"), url("../fonts/fontello.ttf?27415349") format("truetype"), url("../fonts/fontello.svg?27415349#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

.icons {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none; }

a,
a:link,
a:visited {
  text-decoration: none;
  color: #dedede; }

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

.timeline-home-featured a, timeline-home-featured a:link, timeline-home-featured:visited {
  text-decoration: none;
  color: #999; }

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01rem;
  line-height: 1.4;
  height: 100%;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

iframe {
  border: 0;
  border-width: 0;
  border-style: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.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 {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Mobile Menu */
.mobile-menu {
  display: block;
  max-width: 100%;
  width: 100%;
  left: -100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 9998;
  transition: 0.5s ease;
  top: 0;
  opacity: 0;
  padding-top: 40px;
  font-size: 1.15rem;
  line-height: 1.65; }

.menu-title {
  font-size: 1.15rem;
  line-height: 1.65;
  font-weight: inherit;
  color: #999;
  display: block;
  margin-top: 0px; }

label {
  cursor: pointer; }

.menu-col-1 {
  width: 48%;
  float: left;
  margin-bottom: 20px; }

.menu-col-2 {
  width: 48%; }

.menu-col-2 button {
  background-color: transparent;
  color: #fff;
  border: 0;
  cursor: pointer; }

.menu-col-2 button:hover {
  color: #999; }

.menu-col-3 {
  width: 100%; }

.mobile-menu ul {
  margin-top: 20px;
  padding: 0 0 0 28px;
  display: inline-block; }

#menu-stay-in-touch ul li {
  display: inline; }

.mobile-menu ul li a {
  text-decoration: none;
  color: #fff; }

.menu-social-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased; }

.fa-wrapper-first {
  padding-right: 10px;
  text-align: left; }

.fa-wrapper {
  padding: 10px;
  text-align: left; }

.fa-wrapper-last {
  padding-left: 10px;
  text-align: left; }

.social-icons-wrapper {
  margin-bottom: 8px;
  display: block; }

#menu-stay-in-touch ul {
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 15px;
  -moz-padding-start: 15px;
  -khtml-padding-start: 15px;
  -o-padding-start: 15px;
  padding-start: 15px;
  padding-left: 15px; }

.menu-email-signup {
  display: inline;
  margin: 0;
  vertical-align: middle; }

.email-arrow {
  margin-left: 4px;
  vertical-align: middle; }

@media (max-height: 480px) and (min-width: 400px) {
  .mobile-menu {
    display: block;
    max-width: 100%;
    width: 100%;
    left: -100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 9998;
    transition: 0.6s ease;
    top: 0;
    opacity: 0;
    padding-top: 40px;
    font-size: 1.15rem;
    line-height: 1.65; }
  .menu-title {
    display: inline; }
  .menu-email-signup {
    display: inline;
    margin-left: 20px; }
  .menu-col-1 {
    width: 40%;
    float: left; }
  .menu-col-2 {
    width: 50%;
    float: left; }
  .fa-wrapper-first {
    padding-right: 12px;
    text-align: left; }
  .fa-wrapper {
    padding: 12px;
    text-align: left; }
  .fa-wrapper-last {
    padding-left: 12px;
    text-align: left; } }

@media (max-height: 480px) and (max-width: 460px) {
  .menu-col-1 {
    width: 48%; }
  .menu-col-2 {
    width: 48%; }
  .fa-wrapper-first {
    padding-right: 12px;
    text-align: left; }
  .fa-wrapper {
    padding: 12px;
    text-align: left; }
  .fa-wrapper-last {
    padding-left: 12px;
    text-align: left; } }

@media (max-height: 480px) and (min-width: 540px) {
  .menu-col-1 {
    width: 25%; }
  .menu-col-2 {
    width: 25%; }
  .menu-title {
    display: block; }
  .menu-col-3 {
    width: 45%; }
  .menu-email-signup {
    display: inline;
    margin-left: 0px; }
  .fa-wrapper-first {
    padding-right: 10px;
    text-align: left; }
  .fa-wrapper {
    padding: 10px;
    text-align: left; }
  .fa-wrapper-last {
    padding-left: 10px;
    text-align: left; } }

@media (max-height: 480px) and (min-width: 830px) {
  .fa-wrapper-first {
    padding-right: 6px;
    text-align: left; }
  .fa-wrapper {
    padding: 6px;
    text-align: left; }
  .fa-wrapper-last {
    padding-left: 6px;
    text-align: left; } }

@media (min-height: 413px) and (min-width: 720px) {
  .menu-col-1 {
    width: 48%; }
  .menu-col-2 {
    width: 48%; }
  .menu-title {
    display: block; }
  .menu-col-3 {
    width: 100%; }
  .fa-wrapper-first {
    padding-right: 12px;
    text-align: left; }
  .fa-wrapper {
    padding: 12px;
    text-align: left; }
  .fa-wrapper-last {
    padding-left: 12px;
    text-align: left; } }

@media (max-height: 530px) {
  .mobile-menu {
    font-size: 0.8rem; }
  .menu-title {
    font-size: 0.8rem; }
  .mobile-menu ul li a {
    text-decoration: none;
    color: #fff; } }

@media (min-width: 416px) and (min-height: 412px) {
  .mobile-menu {
    max-width: 275px; }
  .menu-email-signup {
    display: inline;
    margin-left: 0px; } }

/*

@media (min-height: 28.1875rem) { // 675px (which is what we want in px, divided by 16px (1rem, standard base) = 42.1875rem

.mobile-menu ul { // how far the menu items are down from the top of the page in percentages
  position: relative;
  top: 0;
  // top: 25%;
  // transform: translateY(-25%);
  padding: 0 0 0 80px;
  display: block;
}

}
*/
@media (min-height: 690px) {
  .mobile-menu {
    font-size: 1rem;
    line-height: 1.5; }
  .menu-col-1 {
    width: 100%; }
  .menu-col-2 {
    width: 100%; }
  .mobile-menu ul {
    margin-top: 20px;
    padding: 0 0 0 28px;
    display: block; }
  .menu-title {
    font-size: 1rem;
    font-weight: inherit;
    color: #999;
    display: block;
    margin-top: 20px; }
  #menu-stay-in-touch ul li {
    display: inline; }
  .menu-social-icon {
    font-size: 2rem; } }

@media (min-height: 750px) {
  .mobile-menu {
    font-size: 1.1rem;
    line-height: 1.65; }
  .menu-col-1 {
    width: 100%; }
  .menu-col-2 {
    width: 100%; }
  .mobile-menu ul {
    margin-top: 20px;
    padding: 0 0 0 28px;
    display: block; }
  .menu-title {
    font-size: 1.2rem;
    font-weight: inherit;
    color: #999;
    display: block;
    margin-top: 20px; }
  #menu-stay-in-touch ul li {
    display: inline; } }

/* Global Menu selectors that apply to all sizes and versions of the menu */
.mobile-menu ul li {
  list-style: none; }

.mobile-menu ul li a:hover {
  color: #999;
  cursor: pointer; }

.mobile-menu--open {
  left: 0;
  opacity: 1;
  position: fixed; }

.mobile-nav-button {
  position: fixed;
  padding: 1.3rem;
  left: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.65); }

.mobile-nav-button-open {
  position: fixed;
  padding: 1.3rem;
  left: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  background: transparent; }

@media (min-width: 730px) {
  .mobile-nav-button {
    position: fixed;
    padding: 0.9rem;
    left: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.65); }
  .mobile-nav-button-open {
    position: fixed;
    padding: 0.9rem;
    left: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: transparent; } }

#hamburger {
  width: 35px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9999; }

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#hamburger span:nth-child(2) {
  top: 19px;
  width: 38px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  transform: rotate(-30deg); }

#hamburger span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 1px; }

#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 1px; }

.menu-social-wrapper {
  margin-bottom: 10px; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  color: #CCCCCC; }

input[type="radio"] + label:hover {
  color: #fff; }

input[type="radio"] + label span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }

input[type="radio"] + label span {
  background-color: grey; }

input[type="radio"]:checked + label span {
  background-color: #fff; }

input[type="radio"] + label span,
input[type="radio"]:checked + label {
  -webkit-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  color: #fff; }

@font-face {
  font-family: 'UniversLTStd-LightCn';
  src: url("../fonts/UniversLTStd-LightCn.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStd-LightCn.otf") format("opentype"), url("../fonts/UniversLTStd-LightCn.woff") format("woff"), url("../fonts/UniversLTStd-LightCn.ttf") format("truetype"), url("../fonts/UniversLTStd-LightCn.svg#UniversLTStd-LightCn") format("svg");
  font-weight: normal;
  font-style: normal; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-viewport:first-of-type {
  overflow: hidden;
  position: relative;
  height: 120px;
  display: block; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

* {
  box-sizing: border-box; }

.carousel-home {
  height: 100%; }

.carousel-cell {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  border-radius: 0px; }

/* .carousel-nav .carousel-cell {
  opacity: 0.5;
  background: $black;
  filter: alpha(opacity=50); */
/* For IE8 and earlier */
/*
.carousel-nav .carousel-cell:hover {
  opacity: 1;
  background: $black;
  filter: alpha(opacity=100); */
/* For IE8 and earlier */
/*  // cell number
 .carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
 }
*/
/*
.flickity-viewport:nth-of-type(1) .carousel-cell {
  opacity: 0.3;
  background: $black;
  filter: alpha(opacity=30); */
/* For IE8 and earlier */
.carousel-nav .carousel-cell {
  opacity: 0.3;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

.carousel-nav .carousel-cell:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white; }

/* style the bottom carousel nav timeline */
.carousel {
  height: 100%;
  z-index: 9999; }

.carousel-nav img {
  max-width: 100%; }

.carousel-nav .carousel-cell {
  width: 67px;
  border: 0px #474747 solid; }

.middle-text {
  vertical-align: middle;
  font-size: 0.8rem; }

@media (min-width: 520px) {
  .carousel-nav .carousel-cell {
    width: 100px; } }

@media (min-width: 900px) {
  .middle-text {
    vertical-align: middle;
    font-size: 1.25rem; } }

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px; }

.carousel-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%; }

#index.carousel-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%; }

@media (min-width: 520px) {
  #index.carousel-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background: #000; }
  .carousel-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: #000; } }

.carousel-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: #000; }

@media (min-width: 520px) {
  .carousel-nav {
    /* this allows us to position the carousel to the bottom of the screen. Height of the small carousel nav is 120px when grid is not stacked single vertical on small viewport  */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; } }

@media (min-width: 400px) and (max-height: 450px) {
  #index.carousel-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%; }
  .carousel-nav .carousel-cell {
    width: 80px;
    border: 0px #474747 solid; } }

/* .carousel-nav .carousel-cell { // small viewport, narrower small nav
  width: 100px; // width of the carousel navigation when on a smaller viewport.
  border: 0px #474747 solid;
}

*/
.carousel-nav-year {
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  font-size: 0.85rem; }

.inner {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  color: #b3b3b3;
  margin-top: 27px; }

.hide-nav {
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
  display: block;
  transition: all .3s ease-in-out; }

.hide-nav:hover {
  overflow: visible;
  height: 80px;
  transition: all .3s ease-in-out; }

@media (min-width: 520px) {
  .hide-nav:hover {
    overflow: visible;
    height: 120px;
    transition: all .3s ease-in-out; } }

.full-nav {
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
  display: block; }

.full-nav:hover {
  overflow: visible; }

@media (max-width: 520px) {
  .full-nav {
    height: 80px; }
  .full-nav:hover {
    overflow: hidden;
    height: 80px; }
  .hide-nav:hover {
    overflow: hidden;
    height: 80px; } }

@media (max-width: 520px) and (max-height: 450px) {
  .full-nav {
    height: 80px; }
  .full-nav:hover {
    overflow: hidden;
    height: 80px; }
  .hide-nav:hover {
    overflow: hidden;
    height: 80px; } }

@media (max-height: 450px) {
  .full-nav {
    height: 80px; }
  .full-nav:hover {
    overflow: hidden;
    height: 80px; }
  .hide-nav:hover {
    overflow: hidden;
    height: 80px; } }

/* ------------------------------- ALL CUSTOM IS BELOW -------------- */
/* Although there may be some custom changes above */
/* Custom block sizes for the large column */
.timeline-height-adjustment {
  height: calc(100vh - 80px); }

.timeline-home-featured {
  width: 80%;
  max-width: 600px;
  opacity: 1; }

.timeline-home-news {
  width: 70%;
  max-width: 300px;
  opacity: 1; }

.block-width-large {
  width: 30%;
  /* do the math on this for each viewport */
  max-width: 428px;
  min-width: 225px;
  /* background-color: #39293e; */ }

/* 66 x 8 */
.block-width-medium {
  width: 25%;
  max-width: 356px;
  min-width: 190px; }

/* 66 x 6 */
.block-width-small {
  width: 21%;
  max-width: 264px;
  min-width: 175px; }

/* 66 x 4 */
.block-width-xsmall {
  width: 14%;
  max-width: 264px;
  min-width: 140px; }

/* 66 x 3 */
.block-width-year {
  width: 0%; }

@media (min-width: 32.5rem) and (min-height: 32.5rem) {
  .timeline-height-adjustment {
    height: calc(100vh - 120px); }
  .timeline-home-news {
    width: 80%;
    max-width: 500px; }
  .timeline-home-featured {
    width: 80%;
    max-width: 600px;
    opacity: 1; }
  .block-width-large {
    width: 32%;
    /* do the math on this for each viewport */
    max-width: 350px;
    min-width: 250px;
    /* background-color: #39293e; */ }
  /* 66 x 8 */
  .block-width-medium {
    width: 27%;
    max-width: 250px;
    min-width: 190px; }
  /* 66 x 6 */
  .block-width-small {
    width: 20%;
    max-width: 205px;
    min-width: 175px; }
  /* 66 x 4 */
  .block-width-xsmall {
    width: 16%;
    max-width: 275px;
    min-width: 125px; }
  /* 66 x 3 */
  .block-width-year {
    width: 0%; } }

/* -------------------------------
	staticClick Code for when you click on an item */
.carousel-cell.is-clicked {
  background: #dedede; }

body, html {
  height: 100%;
  background-color: #000;
  margin: 0; }

.nav-hide {
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
  display: block; }

.carousel-cell-inner {
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0px; }

.nav-hide:hover .carousel-cell-inner {
  overflow: visible; }

.carousel-nav-year {
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  font-size: 0.85rem; }

.inner {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  color: #b3b3b3;
  margin-top: 27px; }

.block-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  /*	-webkit-transition: all 0.5s ease; // fade in/out the darker opacity of the images on hover
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; */ }

/* Hover large timeline carousel opacity */
.block-image-wrapper:hover img {
  opacity: 0.25;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* 	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s ease; // fade in/out the darker opacity of the images on hover
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; */ }

.timeline-title-hidden {
  display: none;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #000;
  font-family: "UniversLTStd-LightCn";
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 0.07rem;
  opacity: 0.75;
  font-size: 1.5rem;
  text-transform: uppercase; }

.timeline-title-hidden a:link {
  color: #fff;
  text-decoration: none; }

.timeline-title-hidden a:visited {
  color: #fff;
  text-decoration: none; }

.timeline-title-hidden a:hover {
  color: #fed109;
  text-decoration: none; }

.timeline-title-hidden a:active {
  color: #fff;
  text-decoration: none; }

.timeline-featured-wrapper {
  display: block;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #000;
  font-family: "UniversLTStd-LightCn";
  cursor: pointer;
  max-width: 85%;
  letter-spacing: 0.07rem;
  opacity: 1;
  position: relative;
  margin-top: 30px;
  font-size: 2.85rem;
  text-transform: uppercase;
  -webkit-transform: translateZ(0px); }

#news-content-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 0px 20px 200px 20px;
  margin-top: 0px;
  opacity: 1; }

#tour-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 0px 20px 200px 20px;
  margin-top: 0px;
  opacity: 1; }

@media (max-width: 779px) {
  /* Timeline Titles */
  .timeline-title-hidden {
    display: none;
    width: 80%;
    position: relative;
    margin-top: 125px;
    font-size: 1.15rem; } }

@media (min-width: 780px) {
  /* Timeline Titles */
  .timeline-title-hidden {
    display: none;
    width: 80%;
    position: relative;
    margin-top: 75px; } }

@media (max-height: 600px) {
  .timeline-title-hidden {
    display: none;
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    font-size: 1.15rem;
    position: relative;
    margin-top: 60px; } }

.block-image-wrapper:hover .timeline-title-hidden {
  display: block; }

/* Pleasure Block */
.large-arrow {
  font-size: 2rem;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 800px) {
  .large-arrow {
    font-size: 3rem !important;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0; } }

.fa-angle-left {
  vertical-align: middle;
  padding-bottom: 6px; }

.fa-angle-right {
  vertical-align: middle;
  padding-bottom: 6px; }

@media (min-height: 600px) {
  .large-arrow {
    font-size: 3rem;
    vertical-align: middle;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 30px; }
  .fa-angle-left {
    vertical-align: middle;
    padding-bottom: 12px; }
  .fa-angle-right {
    vertical-align: middle;
    padding-bottom: 12px; } }

#timeline-block-pleasure h1 {
  margin: 10px 0 0 0;
  font-size: 3.157em;
  line-height: 1;
  text-align: center; }

@media (max-width: 370px) {
  #timeline-block-pleasure h1 {
    margin: 0 0 0 0;
    font-size: 2.157em;
    line-height: 1;
    text-align: center; } }

#timeline-block-pleasure h2 {
  margin: 0;
  font-size: 1.57em;
  line-height: 1.2; }

#timeline-block-pleasure a:link {
  color: #fed109;
  text-decoration: none; }

#timeline-block-pleasure a:visited {
  color: #fed109;
  text-decoration: none; }

#timeline-block-pleasure a:hover {
  color: #fff;
  text-decoration: none; }

#timeline-block-pleasure a:active {
  color: #fed109;
  text-decoration: none; }

/* End Pleasure Block */
.center {
  text-align: center; }

.svg_hover_brick:hover path, .svg_hover_brick:hover rect, .svg_hover_brick:hover polygon {
  fill: #fed109; }

/* Layout for the sub pages of the timeline */
.flex-grid-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  padding: 0 0 80px 0;
  width: 100%;
  height: auto; }

.flex-grid-wrapper-2 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  padding: 0 0 0 0;
  width: 100%;
  height: auto; }

.flex-item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  width: 100%;
  height: 100%; }

.flex-item img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover; }

.video-wrapper {
  /* Getting rid of video-wrapper fixes flexbox problem on firefox mobile. Seems to be okay on safari and chrome */
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex: 1 1 auto; }

@media (min-width: 750px) {
  .video-wrapper {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    height: 100%;
    flex: 1 1 auto; } }

.col-text {
  padding: 25px 30px 25px 30px; }

.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  flex: 100%; }

#intro-top-right {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/timeline-single-pages/sesame/sesame-cover-blur-bg-800.jpg");
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap; }

.flex-item-one-third {
  width: 100%;
  height: 100%;
  max-width: 100%; }

.flex-item-one-third img {
  width: 100%;
  height: 100%;
  max-width: 100%; }

.flex-item-two-thirds {
  width: 100%;
  height: 100%;
  max-width: 100%; }

.flex-item-two-thirds img {
  width: 100%;
  height: 100%;
  max-width: 100%; }

@media (min-width: 750px) {
  .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: row;
    max-width: 100%; }
  .flex-item {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    width: 100%;
    height: 100%; }
  .flex-item img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover; }
  .flex-item-one-third {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .flex-item-one-third img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    max-width: 100%; }
  .flex-item-two-thirds {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;
    /* IE 10 */
    flex: 2;
    width: 100%;
    height: 100%; }
  .flex-item-two-thirds img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover; }
  #intro-top-right {
    width: 30%;
    height: 100%;
    position: relative;
    background-image: url("../images/timeline-single-pages/sesame/sesame-cover-blur-bg-800.jpg");
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap; } }

@media (min-width: 850px) {
  .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: row;
    position: relative; }
  .flex-item {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    width: 100%;
    height: 100%; }
  .flex-item img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover; } }

#flex-grid-cover {
  position: relative;
  width: 100%;
  margin: 0 auto; }

/* ------------------------------------------------------------ */
#flex-grid-cover-1234 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/1234.jpg"); }

#flex-grid-cover-almost-crimes {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/almost-crimes.jpg"); }

#flex-grid-cover-antipioneer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/antipioneer.jpg"); }

#flex-grid-cover-bittersweet-melodies {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/bittersweet-melodies.jpg"); }

#flex-grid-cover-bss-youforgotitinpeople {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/bss-youforgotitinpeople.jpg"); }

#flex-grid-cover-coachella {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/coachella.jpg"); }

#flex-grid-cover-colbert {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/colbert.jpg"); }

#flex-grid-cover-feistodon {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/feistodon.jpg"); }

#flex-grid-cover-grammys2008 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/grammys2008.jpg"); }

#flex-grid-cover-graveyard {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/graveyard.jpg"); }

#flex-grid-cover-gonzo-xmas-2020 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/gonzo-xmas-2020.jpg"); }

#flex-grid-cover-cat-stevens {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/cat-stevens.jpg"); }

#flex-grid-cover-honeyhoney {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/honeyhoney.jpg"); }

#flex-grid-cover-howcomeyounevergothere {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/howcomeyounevergothere.jpg"); }

#flex-grid-cover-ifeelitall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/ifeelitall.jpg"); }

#flex-grid-cover-junos2005 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/junos2005.jpg");
  background-position: center center; }

#flex-grid-cover-junos2008 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/junos2008.jpg"); }

#flex-grid-cover-junos2012 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/junos2012.jpg"); }

#flex-grid-cover-lawtldn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/lawtldn.jpg");
  background-position: center bottom; }

#flex-grid-cover-letitdie-making {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/letitdie-making.jpg"); }

#flex-grid-cover-metals-making {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/metals-making.gif"); }

#flex-grid-cover-metals-reveal {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/metals-reveal.jpg"); }

#flex-grid-cover-metals-tour1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/metals-tour1.jpg");
  background-position: center left; }

#flex-grid-cover-metals-tour2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/metals-tour2.jpg"); }

#flex-grid-cover-mexico {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/mexico.jpg"); }

#flex-grid-cover-nyt {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/nyt.jpg"); }

#flex-grid-cover-olympics {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/olympics.jpg");
  background-position: left bottom; }

#flex-grid-cover-oneevening {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/oneevening.jpg"); }

#flex-grid-cover-pleasure-making {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/pleasure-making.jpg"); }

#flex-grid-cover-polaris-metals {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/polaris-metals.jpg"); }

#flex-grid-cover-sesamestreet {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/sesamestreet.jpg"); }

#flex-grid-cover-snl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/snl.jpg"); }

#flex-grid-cover-thebadineachother {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/thebadineachother.jpg"); }

#flex-grid-cover-themettletour {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/themettletour.jpg"); }

#flex-grid-cover-thereminder-making {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/thereminder-making.jpg"); }

#flex-grid-cover-thereminder-tour1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/thereminder-tour1.jpg");
  background-position: center top; }

#flex-grid-cover-thereminder-tour2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/thereminder-tour2.jpg"); }

#flex-grid-cover-thewater {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/thewater.jpg"); }

#flex-grid-cover-tour {
  display: none; }

#flex-grid-cover-pleasure-tour {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/pleasure-tour.jpg"); }

#flex-grid-cover-2017-colbert {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/feist-century-colbert-2017-1.jpg");
  background-position: center top; }

#flex-grid-cover-century {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/century.jpg");
  background-position: center top; }

#flex-grid-cover-pleasure-video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/pleasure-video.jpg"); }

@media (min-width: 750px) {
  #flex-grid-cover-tour {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
    min-height: 575px;
    background: #063759;
    background: -moz-linear-gradient(top, #063759 0%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #063759), color-stop(100%, black));
    background: -webkit-linear-gradient(top, #063759 0%, black 100%);
    background: -o-linear-gradient(top, #063759 0%, black 100%);
    background: -ms-linear-gradient(top, #063759 0%, black 100%);
    background: linear-gradient(to bottom, #063759 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063759', endColorstr='#000000', GradientType=0 ); } }

#flex-grid-cover-pleasure-studies {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background: #063759;
  background: -moz-linear-gradient(top, #063759 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #063759), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #063759 0%, black 100%);
  background: -o-linear-gradient(top, #063759 0%, black 100%);
  background: -ms-linear-gradient(top, #063759 0%, black 100%);
  background: linear-gradient(to bottom, #063759 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063759', endColorstr='#000000', GradientType=0 ); }

#flex-grid-cover-2017-cohen {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/2017-cohen.jpg");
  background-position: center top; }

#flex-grid-cover-letitdiereissue {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  min-height: 575px;
  background-image: url("../images/timeline-single-pages/flexgridcover/letitdie-reissue.jpg"); }

#flex-grid-cover img {
  width: 100%;
  height: auto;
  object-fit: cover; }

#flex-grid-album-cover img.album-back {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  object-fit: cover; }

#flex-grid-album-cover img.album-front {
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover; }

#flex-grid-album-cover img.album-front:hover, #flex-grid-album-cover img.album-front:active {
  opacity: 0; }

.cover-intro-text-title {
  font-size: 1.85rem;
  margin-bottom: 5px;
  font-family: "UniversLTStd-LightCn";
  letter-spacing: 0.05rem;
  line-height: 1.25;
  text-transform: uppercase; }

.text-title {
  font-size: 1.75rem;
  font-family: "UniversLTStd-LightCn";
  letter-spacing: 0.05rem;
  text-transform: uppercase; }

.cover-intro-text-date {
  font-weight: 700;
  letter-spacing: 0.04rem;
  margin-bottom: 3px;
  font-size: 1rem; }

#cover-intro-text-primary {
  display: none;
  position: relative;
  top: 55px;
  left: 50px;
  width: 40%;
  min-width: 300px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 35px 20px 20px 20px;
  font-size: 0.95rem;
  line-height: 1.5; }

@media (min-width: 750px) {
  #cover-intro-text-primary {
    display: block;
    position: relative;
    top: 55px;
    left: 50px;
    width: 40%;
    min-width: 300px;
    max-width: 100%;
    margin: 0 5%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 35px 20px 20px 20px;
    font-size: 0.95rem;
    line-height: 1.5; } }

#cover-intro-text-primary-tour {
  display: block;
  position: relative;
  top: 55px;
  width: 80%;
  min-width: 300px;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 35px 20px 20px 20px;
  font-size: 0.95rem;
  line-height: 1.5; }

#cover-intro-text-primary-pleasure-studies {
  display: block;
  position: relative;
  top: 55px;
  width: 80%;
  min-width: 300px;
  max-width: 100%;
  margin: 0 auto 100px auto;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 35px 20px 20px 20px;
  font-size: 0.95rem;
  line-height: 1.5; }

#cover-intro-text-secondary {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px 20px 20px;
  font-size: 0.95rem;
  line-height: 1.5;
  width: 100%;
  float: left;
  position: relative; }

@media (min-width: 750px) {
  #cover-intro-text-secondary {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 20px 20px 20px;
    font-size: 0.95rem;
    line-height: 1.5;
    width: 100%;
    float: left;
    position: relative; } }

.album-top-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  width: 100%;
  height: auto; }

#flex-grid-album-cover-wrapper {
  position: relative;
  object-fit: cover; }

#flex-grid-album-cover {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  object-fit: cover; }

#flex-grid-album-cover img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover; }

.album-intro-top-right {
  display: flex;
  flex-wrap: no-wrap;
  height: auto;
  position: relative;
  flex-direction: column;
  align-item: stretch; }

#intro-text-album {
  padding: 25px;
  font-size: 0.95rem;
  width: 100%;
  line-height: 1.5;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1; }

#view-back-cover {
  font-size: 0.8rem;
  color: #999999;
  display: block;
  clear: left;
  float: left; }

.stream-album {
  display: block;
  color: #999999;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.35rem; }

.listen {
  margin-right: 10px;
  font-size: 1.75rem; }

.listen a {
  color: #666666; }

.listen a .fa-fw:hover {
  color: #fff;
  cursor: pointer; }

.listen a:nth-of-type(2) .fa-fw:hover {
  color: #84bd00; }

.secondary-color-text {
  color: #999999; }

@media (min-width: 750px) {
  .listen {
    margin-right: 10px;
    font-size: 1.35rem; }
  #flex-grid-album-cover {
    width: 70%;
    height: auto;
    position: relative;
    object-fit: cover; }
  #flex-grid-album-cover img {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    object-fit: cover; }
  .album-intro-top-right {
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: no-wrap;
    flex: 1;
    height: auto;
    position: relative;
    flex-direction: column;
    align-item: stretch; } }

@media (min-width: 1000px) {
  #flex-grid-album-cover {
    width: 70%;
    height: auto;
    position: relative;
    flex: 2;
    object-fit: cover; }
  #flex-grid-album-cover img {
    position: relative;
    object-position: 50% 50%;
    object-fit: cover;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  .full-width-text {
    width: 70%; } }

.bgt-almost-crimes {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/almost-crimes/bgt-almost-crimes.jpg"); }

.bgt-letitdie-making {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/letitdie-making/bgt-letitdie-making.jpg"); }

.bgt-oneevening {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/oneevening/bgt-oneevening.jpg"); }

.bgt-junos2005 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/junos2005/bgt-junos2005.jpg"); }

.bgt-thereminder-making {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder-making/bgt-thereminder-making.jpg"); }

.bgt-1234 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/1234/bgt-1234.jpg"); }

.bgt-thereminder-tour1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder-tour1/bgt-thereminder-tour1.jpg"); }

.bgt-snl {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/snl/bgt-snl.jpg"); }

.bgt-grammys {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/grammys/bgt-grammys.jpg"); }

.bgt-ifeelitall {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/ifeelitall/bgt-ifeelitall.jpg"); }

.bgt-thereminder-tour2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder-tour2/bgt-thereminder-tour2.jpg"); }

.bgt-junos2008 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/junos2008/bgt-junos2008.jpg"); }

.bgt-colbert {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/colbert/bgt-colbert.jpg"); }

.bgt-sesame {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/sesame/bgt-sesame.jpg"); }

.bgt-honeyhoney {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/honeyhoney/bgt-honeyhoney.jpg"); }

.bgt-cat-stevens {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/cat-stevens/cat-stevens-background.jpg"); }

.bgt-thewater {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thewater/bgt-thewater.jpg"); }

.bgt-olympics {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/olympics/bgt-olympics.jpg"); }

.bgt-lawtldn {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/lawtldn/bgt-lawtldn.jpg"); }

.bgt-metals-making {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals-making/bgt-metals-making.jpg"); }

.bgt-metals-reveal {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals-reveal/bgt-metals-reveal.jpg"); }

.bgt-metals-tour1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals-tour1/bgt-metals-tour1.jpg"); }

.bgt-howcomeyounevergothere {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/howcomeyounevergothere/bgt-howcomeyounevergothere.jpg"); }

.bgt-mexico {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/mexico/bgt-mexico.jpg"); }

.bgt-nyt {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/nyt/bgt-nyt.jpg"); }

.bgt-thebadineachother {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thebadineachother/bgt-thebadineachother.jpg"); }

.bgt-metals-tour2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals-tour2/bgt-metals-tour2.jpg"); }

.bgt-junos2012 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/junos2012/bgt-junos2012.jpg"); }

.bgt-bittersweet-melodies {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/bittersweet-melodies/bgt-bittersweet-melodies.jpg"); }

.bgt-coachella {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/coachella/bgt-coachella.jpg"); }

.bgt-feistodon {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/feistodon/bgt-feistodon.jpg"); }

.bgt-polaris-metals {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/polaris-metals/bgt-polaris-metals.jpg"); }

.bgt-antipioneer {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/antipioneer/bgt-antipioneer.jpg"); }

.bgt-graveyard {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/graveyard/bgt-graveyard.jpg"); }

.bgt-themettletour {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/themettletour/bgt-themettletour.jpg"); }

.bgt-pleasure-making {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/pleasure-making/bgt-pleasure-making.jpg"); }

.bgt-tour {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/tour/bgt-tour.jpg"); }

.bgt-pleasure-studies {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/pleasure-studies/bgt-pleasure-studies.jpg"); }

.bg-sesame-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/sesame/bg-test3.jpg"); }

.bg-the-reminder-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder/thereminder-bg-1.jpg"); }

.bg-the-reminder-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder/thereminder-bg-2.jpg"); }

.bg-the-reminder-3 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder/thereminder-bg-3.jpg"); }

.bg-the-reminder-4 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder/thereminder-bg-4.jpg"); }

.bg-the-reminder-making-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder/photos/reminder-making-bg-1.jpg"); }

.bg-the-reminder-making-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder/photos/reminder-making-bg-2.jpg"); }

.bg-the-reminder-making-3 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder/photos/reminder-making-bg-3.jpg"); }

.bg-letitdie-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/letitdie-album/letitdie-bg-1.jpg"); }

.bg-letitdie-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/letitdie-album/letitdie-bg-2.jpg"); }

.bg-letitdie-3 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/letitdie-album/letitdie-bg-3.jpg"); }

.bg-letitdie-4 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/letitdie-album/letitdie-bg-4.jpg"); }

.bg-letitdie-5 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/letitdie-album/letitdie-bg-5.jpg"); }

.bg-oneevening-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/oneevening/bg-color-2b.jpg"); }

.bg-mushaboom-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/mushaboom/bg-mushaboom-1.jpg"); }

.bg-thereminder-tour1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder-tour1/thereminder-tour1-bg1.jpg"); }

.bg-thereminder-tour2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder-tour1/thereminder-tour1-bg2.jpg"); }

.bg-reminder-tour2-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder-tour2/bg-reminder-tour2.jpg"); }

.bg-reminder-tour2-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder-tour2/bg-reminder-tour2-2.jpg"); }

.bg-reminder-tour2-3 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thereminder-tour2/bg-reminder-tour2-3.jpg"); }

.bg-colbert-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/colbert/bg-colbert-1.jpg"); }

.bg-honeyhoney-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/honeyhoney/bg-honeyhoney-1.jpg"); }

.bg-1234-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/1234/bg-1234-1.jpg"); }

.bg-1234-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/1234/bg-1234-2.jpg"); }

.bg-mymoonmyman-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/mymoonmyman/bg-mymoonmyman-1.jpg"); }

.bg-mymoonmyman-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/mymoonmyman/bg-mymoonmyman-2.jpg"); }

.bg-mymoonmyman-3 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/mymoonmyman/bg-mymoonmyman-3.jpg"); }

.bg-snl-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/snl/bg-snl-1.jpg"); }

.bg-snl-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/snl/bg-snl-2.jpg"); }

.bg-metals-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals/metals-bg1.jpg"); }

.bg-metals-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals/metals-bg2.jpg"); }

.bg-metals-3 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals/metals-bg3.jpg"); }

.bg-metals-4 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals/metals-bg4.jpg"); }

.bg-metals-5 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals/metals-bg5.jpg"); }

.bg-metals-6 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals/metals-bg6.jpg"); }

.bg-metals-tour1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals-tour1/metals-tour1-bg1.jpg"); }

.bg-bieo-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/thebadineachother/bg-bieo-1.jpg"); }

.bg-metals-tour2-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals-tour2/metals-tour2-bg1.jpg"); }

.bg-metals-tour2-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals-tour2/metals-tour2-bg2.jpg"); }

.bg-bittersweet-melodies-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/bittersweet-melodies/bg-bittersweet-melodies-1.jpg"); }

.bg-antipioneer-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/antipioneer/bg-antipioneer-1.jpg"); }

.bg-graveyard-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/graveyard/bg-graveyard-1.jpg"); }

.bg-dontgiveup-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/dontgiveup/bg-dontgiveup-1.jpg"); }

.bg-themettletour-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/themettletour/bg-themettletour-1.jpg"); }

.bg-metals-making-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/metals-making/bg-metals-making-1.jpg"); }

.bg-almost-crimes-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/almost-crimes/bg-almost-crimes-1.jpg"); }

.bg-pleasure-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/pleasure/bg-pleasure-1.jpg"); }

.bg-pleasure-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/pleasure/bg-pleasure-2.jpg"); }

.bg-2017-colbert {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/2017-colbert/bg-2017-colbert.jpg"); }

.bg-2017-cohen {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/2017-cohen/bg-2017cohen.jpg"); }

.bg-pleasure-video-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/pleasure-video/bg-pleasure-video-1.jpg"); }

.bg-pleasure-video-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/pleasure-video/bg-pleasure-video-2.jpg"); }

.bg-pleasure-tour1-bg1 {
  background: #155b63;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #155b63 0%, #072223 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #155b63 0%, #072223 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #155b63 0%, #072223 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155b63', endColorstr='#072223',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.bg-century-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/century/bg-century-1.jpg"); }

.bg-century-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/century/bg-century-2.jpg"); }

.bg-letitdie-reissue-1 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/letitdie-reissue/let_it_die_vinyl_bg1.jpg"); }

.bg-letitdie-reissue-2 {
  background-size: cover;
  background-image: url("../images/timeline-single-pages/letitdie-reissue/let_it_die_vinyl_bg2.jpg"); }

.dates-wrapper {
  text-align: center; }

.dates-col, .dates-col-1, .dates-col-2 {
  display: block; }

.dates-col-1, .dates-col-2 {
  padding-right: 0px; }

video {
  width: 100%    !important; }

.video-credits-2018 li {
  margin-bottom: 20px; }

#flex-grid-album-cover img {
  min-width: 100%;
  min-height: 100%; }

#x-button-wrapper {
  position: fixed;
  padding: 0.9rem;
  right: 10px;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  background: transparent;
  font-size: 2.5rem;
  display: none;
  transition: all .2s ease-in-out; }

#x-button-wrapper:hover {
  font-size: 2.75rem; }

#x-button {
  line-height: 1; }

/* Pleasure Studies */
@font-face {
  font-family: UniveConLig;
  src: url("../fonts/UniversLTStd-LightCn.ttf"); }

#inner-studies-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Muli", sans-serif;
  font-size: 1.4rem; }

.form-p {
  font-size: 1.4rem; }

.terms {
  border-bottom: 1px solid #fed703;
  text-align: left; }

.signup-expired p {
  color: #FFF;
  text-align: center;
  font-family: UniveConLig;
  font-size: 22px;
  letter-spacing: 1px; }

.signup, .signup-expired {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10% 15%;
  text-align: left;
  border-top: 1px solid #fed703;
  border-bottom: 1px solid #fed703; }

@media (min-width: 981px) {
  .signup {
    min-height: 671px;
    max-height: 671px; } }

.signup .signup-form input, .signup .signup-form textarea {
  background-color: #000000;
  color: #fed703;
  border: 1px solid #fed703;
  padding: 3px 12px;
  font-family: UniveConLig;
  font-size: 18px; }

.signup .signup-form .form-group {
  margin-bottom: 15px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  min-height: 64px; }

.signup .signup-form .form-group.max {
  width: 100%; }

.signup .signup-form textarea {
  resize: none;
  height: 120px; }

.signup .signup-form input::-webkit-input-placeholder, .signup .signup-form textarea::-webkit-input-placeholder {
  color: #fed703; }

.signup .signup-form input:focus, .signup .signup-form textarea:focus {
  outline: none; }

.signup .signup-form input {
  width: 100%; }

.signup .signup-form input.checkbox-input {
  width: auto;
  margin-right: 12px !important; }

.signup .signup-form label {
  width: 100%;
  color: #FFF;
  font-style: italic;
  font-family: UniveConLig;
  font-size: 18px;
  margin-top: 12px;
  letter-spacing: 1px; }

.signup .signup-form label a {
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.signup .signup-form label a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.signup .signup-form textarea {
  width: 100%; }

.signup .signup-form .form-group input:nth-child(2) {
  float: right; }

.signup .signup-form .submit {
  background-color: #fed703;
  color: #000000;
  border-radius: 0;
  width: 50%;
  text-align: left;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: UniveConLig;
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 1px; }

.submission {
  background-color: #fed703;
  color: #000000;
  padding: 15px 0 5px 10px;
  border-radius: 0;
  width: 200px;
  text-align: left;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: UniveConLig;
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 1px; }

.submission:hover {
  background-color: #000000;
  color: #fed703;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: hand; }

.submission:focus {
  outline: none; }

.share {
  padding: 5% 0;
  background-color: rgba(0, 0, 0, 0.85); }

.share .share-icons .icon {
  width: 42px;
  margin: 12px 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.share .share-icons a img:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.site-content {
  text-align: right;
  padding-top: 2%;
  padding-right: 5%; }

.site-content a {
  color: #FFF;
  font-style: italic;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: UniveConLig;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 24px; }

.site-content a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.social-content .social-icons img {
  width: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.social-content .social-icons a img:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.social-content .social-icons {
  padding-top: 5%;
  padding-left: 5%;
  text-align: center; }

.social-content, .site-content {
  margin-bottom: 18px; }

.thanks {
  display: none;
  text-align: center; }

.thanks h2 {
  font-family: UniveConLig;
  color: #fed703;
  text-transform: uppercase;
  text-align: center;
  font-size: 38px; }

.thanks h3 {
  text-align: center; }

.thanks h3 a {
  font-family: UniveConLig;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.thanks h3 a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.help-block {
  display: inline-block;
  width: 100%; }

.form-group .help-block:first-child {
  margin-right: 10%; }

@media (max-width: 991px) {
  .site-content {
    text-align: center; }
  .signup .signup-form input {
    width: 100%;
    margin: 12px 0; } }

@media (max-width: 1263px) {
  .social-content .social-icons img {
    width: 32px; } }

@media (max-width: 980px) {
  .signup .signup-form .form-group {
    width: 100%; } }

/* Mark's Additional  CSS */
#pleasure-studies-form-wrapper {
  margin: 100px 0 50px 0; }

.form-group {
  width: 100%;
  margin: 10px 0 40px 0; }

.col-one-quarter {
  width: 100%; }

.col-full {
  width: 100%; }

.input-md {
  width: 100%;
  background-color: transparent;
  color: #fed703;
  border: 1px solid #fed703;
  margin-top: 10px;
  padding: 8px 12px;
  font-family: UniveConLig;
  /* font-size: 18px; */ }

@media (min-width: 850px) {
  .form-group {
    width: 100%;
    margin: 10px 0 50px 0; }
  .col-one-quarter {
    /* width: 50%; */ }
  .col-full {
    width: 100%; }
  .input-md {
    width: 100%; } }

.col-full.control-label {
  font-size: 1.35rem; }

/*.hello {
color: #fed703;
}*/
/* This is the top hamburger menu code */
/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */
nav {
  height: 0;
  display: flex; }

#menuToggle {
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none; }

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease; }

#menuToggle a:hover {
  color: #db3e80; }

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none; }

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fed109;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#menuToggle span:first-child {
  transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%; }

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323; }

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px); }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 340px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: #fed109;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

#menu li {
  font-size: 22px; }

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none; }

/* Seated Tour Section July 2020 Addition to style the button */
.seated-follow-link, .seated-follow-link:visited {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  border: 2px solid black;
  background: #db3e80 !important;
  border-radius: 3px;
  font-size: 12px;
  overflow: hidden;
  padding: 12px 3px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase !important; }
