/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* MUST BE THE SAME AS VALUE IN config.py */
/* Media Queries */
/* Viewport width + max  
    outputs both desktop in vw's and max in px 
*/
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'raleway-local';
  src: url(../fonts/raleway.eot);
  src: url("../fonts/raleway.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'raleway-local';
  src: url(../fonts/raleway-italic.eot);
  src: url("../fonts/raleway-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-italic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: 'rye-local';
  src: url(../fonts/rye.eot);
  src: url("../fonts/rye.eot?#iefix") format("embedded-opentype"), url("../fonts/rye.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'raleway-live';
  src: url(../fonts/raleway.eot);
  src: url("../fonts/raleway.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'raleway-live';
  src: url(../fonts/raleway-italic.eot);
  src: url("../fonts/raleway-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-italic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: 'rye-live';
  src: url(../fonts/rye.eot);
  src: url("../fonts/rye.eot?#iefix") format("embedded-opentype"), url("../fonts/rye.ttf") format("truetype");
  font-style: normal;
}
/* line 66, ../../sass/partials/_fonts.scss */
.local {
  font-family: 'raleway-local', courier;
}

/* line 70, ../../sass/partials/_fonts.scss */
.local .rye {
  font-family: 'rye-local', courier;
}

/* line 75, ../../sass/partials/_fonts.scss */
.live {
  font-family: 'raleway-live';
}

/* line 79, ../../sass/partials/_fonts.scss */
.live .rye {
  font-family: 'rye-live', courier;
}

/* line 83, ../../sass/partials/_fonts.scss */
.italic, i, italic {
  font-style: italic;
}

/* line 89, ../../sass/partials/_fonts.scss */
.local .bold, .local b {
  font-family: 'raleway-local';
}

/* line 93, ../../sass/partials/_fonts.scss */
.live .bold, .live b {
  font-family: 'raleway-live';
}

/* line 97, ../../sass/partials/_fonts.scss */
.fs-13-18 {
  font-size: 1.33333vw;
  line-height: 1.66667vw;
}
@media (min-width: 1441px) {
  /* line 97, ../../sass/partials/_fonts.scss */
  .fs-13-18 {
    font-size: 19.2px;
    line-height: 24px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 97, ../../sass/partials/_fonts.scss */
  .fs-13-18 {
    font-size: 4vw;
    line-height: 5vw;
  }
}

/* line 107, ../../sass/partials/_fonts.scss */
.fs-18-24, .fs-22-24 {
  font-size: 2vw;
  line-height: 2.33333vw;
}
@media (min-width: 1441px) {
  /* line 107, ../../sass/partials/_fonts.scss */
  .fs-18-24, .fs-22-24 {
    font-size: 28.8px;
    line-height: 33.6px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 107, ../../sass/partials/_fonts.scss */
  .fs-18-24, .fs-22-24 {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
}

/* line 117, ../../sass/partials/_fonts.scss */
.fs-30-34 {
  font-size: 2.66667vw;
  line-height: 3vw;
}
@media (min-width: 1441px) {
  /* line 117, ../../sass/partials/_fonts.scss */
  .fs-30-34 {
    font-size: 38.4px;
    line-height: 43.2px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 117, ../../sass/partials/_fonts.scss */
  .fs-30-34 {
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
}

/* line 2, ../../sass/partials/_common.scss */
.preserve-3d {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 8, ../../sass/partials/_common.scss */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

/* line 17, ../../sass/partials/_common.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 22, ../../sass/partials/_common.scss */
.lower {
  text-transform: lowercase;
}

/* line 26, ../../sass/partials/_common.scss */
.upper {
  text-transform: uppercase;
}

/* line 30, ../../sass/partials/_common.scss */
.fl {
  float: left;
}

/* line 31, ../../sass/partials/_common.scss */
.fr {
  float: right;
}

/* line 33, ../../sass/partials/_common.scss */
.pointer {
  cursor: pointer;
}

/* line 37, ../../sass/partials/_common.scss */
.invert {
  background: #ffffff;
  color: black;
}

/* line 42, ../../sass/partials/_common.scss */
.filter-transition {
  -webkit-transition: .4s -webkit-filter linear;
  -moz-transition: .4s -moz-filter linear;
  -moz-transition: .4s filter linear;
  -ms-transition: .4s -ms-filter linear;
  -o-transition: .4s -o-filter linear;
  transition: .4s filter linear, .4s -webkit-filter linear;
}

/* line 52, ../../sass/partials/_common.scss */
.element-left {
  text-align: left;
  float: left;
}

/* line 57, ../../sass/partials/_common.scss */
.element-right {
  text-align: right;
  float: right;
}

/* line 62, ../../sass/partials/_common.scss */
.center {
  text-align: center;
}

/* line 66, ../../sass/partials/_common.scss */
.layout {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 71, ../../sass/partials/_common.scss */
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 77, ../../sass/partials/_common.scss */
.noscroll {
  overflow: hidden;
}

/*@import "partials/fullscreen_slideshow";*/
/* line 25, ../../sass/desktop.scss */
.slow {
  transition: 0.6s ease;
}

/* line 27, ../../sass/desktop.scss */
body, html {
  background-color: black;
  font-size: 1.25vw;
  line-height: 1.3em;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Raleway', sans-serif;
  position: relative;
}
@media (min-width: 1441px) {
  /* line 27, ../../sass/desktop.scss */
  body, html {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 27, ../../sass/desktop.scss */
  body, html {
    font-size: 2.5vw;
  }
}

/* line 42, ../../sass/desktop.scss */
main {
  display: flex;
  flex-direction: column;
}

/* Global */
/* line 49, ../../sass/desktop.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 62, ../../sass/desktop.scss */
::-webkit-scrollbar {
  width: 0px;
}

/* line 71, ../../sass/desktop.scss */
#container {
  width: 100vw;
  height: 100vh;
  position: relative;
}

/* line 78, ../../sass/desktop.scss */
#content {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

/* line 83, ../../sass/desktop.scss */
#background-texture {
  position: absolute;
  width: 100%;
  background: black;
  right: 0;
  z-index: 0;
  overflow-x: hidden;
  height: 100%;
}
/* line 95, ../../sass/desktop.scss */
#background-texture img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 100, ../../sass/desktop.scss */
  #background-texture img.push {
    bottom: 18.33333vw;
  }
}

/* line 108, ../../sass/desktop.scss */
.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 0;
}

/* line 122, ../../sass/desktop.scss */
.copy a {
  color: #C7922C;
}

/* line 128, ../../sass/desktop.scss */
.inner {
  max-width: 1200px;
  margin: auto;
}

/* line 135, ../../sass/desktop.scss */
#gradient-container {
  width: 142vw;
  min-width: 142vh;
  height: 142vh;
  min-height: 142vw;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  top: calc( 50% - 71vh);
  left: calc( 50% - 71vw);
}
@media (orientation: portrait) {
  /* line 135, ../../sass/desktop.scss */
  #gradient-container {
    left: calc( 50% - 71vh);
  }
}
@media (min-aspect-ratio: 2 / 1) {
  /* line 135, ../../sass/desktop.scss */
  #gradient-container {
    top: calc( 50% - 100vh);
  }
}

/* line 154, ../../sass/desktop.scss */
#grad1 {
  z-index: 1;
  background: linear-gradient(180deg, transparent 10.36%, rgba(0, 0, 0, 0.2) 94.28%);
  animation: spin 37s infinite linear;
}

/* line 160, ../../sass/desktop.scss */
#grad2 {
  z-index: 2;
  background: linear-gradient(150deg, transparent 50.36%, rgba(54, 70, 45, 0.3) 74.28%);
  animation: spin 23s infinite linear;
}

/* line 165, ../../sass/desktop.scss */
#grad3 {
  z-index: 3;
  background: linear-gradient(130deg, transparent 30.36%, rgba(182, 172, 104, 0.3) 94.28%);
  animation: rev-spin 31s infinite linear;
}

/* line 170, ../../sass/desktop.scss */
#grad4 {
  z-index: 4;
  background-image: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 90%, #000000 100%);
  animation: rev-spin 31s infinite linear;
}

/* line 177, ../../sass/desktop.scss */
#darkness-lock {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(black 0%, black 200px, transparent 50%);
}

/* line 187, ../../sass/desktop.scss */
.grad-img {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rev-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/* line 203, ../../sass/desktop.scss */
.fog {
  opacity: 0;
}

/* line 217, ../../sass/desktop.scss */
header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 10;
  background-image: linear-gradient(to top, transparent, black, black, black);
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 217, ../../sass/desktop.scss */
  header {
    height: 18.75vw;
    background-color: black;
    font-size: 2.66667vw;
    line-height: 3.33333vw;
  }
}

/* line 233, ../../sass/desktop.scss */
#logotype {
  height: 100px;
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 14px;
  background-image: radial-gradient(#000000, #000000, rgba(0, 0, 0, 0));
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 233, ../../sass/desktop.scss */
  #logotype {
    background-image: none;
    padding: 0;
    margin-left: 0.83333vw;
    margin-right: 0.83333vw;
  }
}

/* line 247, ../../sass/desktop.scss */
#logotype img {
  max-height: 100%;
  max-width: 100%;
}

/* line 254, ../../sass/desktop.scss */
#header-container {
  height: calc(100% - 28px);
  max-width: 1040px;
  margin: auto;
  width: 100%;
  padding: 14px;
  display: flex;
  justify-content: space-between;
}

/* line 264, ../../sass/desktop.scss */
#header-push {
  width: 100%;
  height: 100px;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 264, ../../sass/desktop.scss */
  #header-push {
    height: 18.75vw;
  }
}

/* line 291, ../../sass/desktop.scss */
#r-column, #l-column {
  width: 100%;
  height: 100%;
  margin-top: 14px;
  max-width: 520px;
  box-sizing: content-box;
  /* So the width will be 100% + 17px */
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 291, ../../sass/desktop.scss */
  #r-column, #l-column {
    margin-top: 0;
  }
}

/* line 305, ../../sass/desktop.scss */
#l-wrapper {
  float: left;
  position: fixed;
  left: 0;
  width: 50%;
  height: calc(100vh - 170px);
  top: 100px;
  z-index: 1;
}

/* line 315, ../../sass/desktop.scss */
#r-wrapper {
  float: right;
  position: relative;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 315, ../../sass/desktop.scss */
  #r-wrapper {
    float: none;
    width: 100%;
    margin: auto;
    max-width: 500px;
  }
}

/* line 334, ../../sass/desktop.scss */
#r-column-inner, #l-column-inner {
  padding-left: 3.33333vw;
}
@media (min-width: 1441px) {
  /* line 334, ../../sass/desktop.scss */
  #r-column-inner, #l-column-inner {
    padding-left: 48px;
  }
}

/* line 340, ../../sass/desktop.scss */
#r-column-inner {
  padding-top: 0;
  padding-right: 3.33333vw;
  padding-bottom: 8.33333vw;
}
@media (min-width: 1441px) {
  /* line 340, ../../sass/desktop.scss */
  #r-column-inner {
    padding-right: 48px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 340, ../../sass/desktop.scss */
  #r-column-inner {
    padding-right: 6.66667vw;
    padding-left: 6.66667vw;
    padding-bottom: 12.5vw;
  }
}

/* line 352, ../../sass/desktop.scss */
#l-column-inner {
  padding-top: 0;
  width: 100%;
  height: 100%;
}

/* line 360, ../../sass/desktop.scss */
.r-column-element {
  width: calc(100% + 15px);
}

/* line 364, ../../sass/desktop.scss */
.l-column-element {
  position: absolute;
  height: 100%;
  display: none;
  opacity: 0;
  width: calc(100% - 20px);
}
/* line 373, ../../sass/desktop.scss */
.l-column-element .caption {
  position: absolute;
}

/* line 378, ../../sass/desktop.scss */
.l-column-element.active {
  display: block;
  opacity: 1;
}

/* line 384, ../../sass/desktop.scss */
.element.title {
  margin-top: 1.66667vw;
}
@media (min-width: 1441px) {
  /* line 384, ../../sass/desktop.scss */
  .element.title {
    margin-top: 24px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 384, ../../sass/desktop.scss */
  .element.title {
    margin-top: 4.16667vw;
  }
}

/* line 392, ../../sass/desktop.scss */
.figure {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 392, ../../sass/desktop.scss */
  .figure {
    height: auto;
    padding-top: 4.16667vw;
    width: 100%;
  }
}

/* line 400, ../../sass/desktop.scss */
.figure img {
  width: 100%;
}
/* line 401, ../../sass/desktop.scss */
.figure .figure-inner {
  position: relative;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 408, ../../sass/desktop.scss */
.figure .caption {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 408, ../../sass/desktop.scss */
  .figure .caption {
    float: right;
    position: relative;
    top: 100%;
    font-size: 2.66667vw;
    line-height: 3.33333vw;
  }
}

/* line 426, ../../sass/desktop.scss */
.dot {
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  height: 1.5vw;
  width: 1.5vw;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #f8edf9;
  display: block;
  transition: background .4s;
}
@media (min-width: 1441px) {
  /* line 426, ../../sass/desktop.scss */
  .dot {
    margin-top: 21.6px;
    margin-bottom: 21.6px;
    height: 21.6px;
    width: 21.6px;
  }
}

/* line 441, ../../sass/desktop.scss */
.dot.active {
  background-color: #f8edf9;
}

@media only screen and (max-width: 959px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 13.5px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1019px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 14.4px;
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1079px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 15.3px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1139px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 16.2px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1199px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 17.1px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1259px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1319px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 18.9px;
  }
}
@media only screen and (min-width: 1320px) and (max-width: 1379px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 19.8px;
  }
}
@media only screen and (min-width: 1380px) and (max-width: 1439px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 20.7px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1499px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 21.6px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1559px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 22.5px;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1619px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 23.4px;
  }
}
@media only screen and (min-width: 1620px) and (max-width: 1679px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 24.3px;
  }
}
@media only screen and (min-width: 1680px) and (max-width: 1739px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 25.2px;
  }
}
@media only screen and (min-width: 1740px) and (max-width: 1799px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 26.1px;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1859px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1860px) and (max-width: 1919px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 27.9px;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 447, ../../sass/desktop.scss */
  .main-title {
    margin-bottom: 28.8px;
  }
}

/* line 451, ../../sass/desktop.scss */
.copy {
  padding-top: 14px;
}

/* line 465, ../../sass/desktop.scss */
#home-content {
  position: absolute;
  color: white;
  z-index: 2;
  margin: auto;
  overflow: hidden;
  width: 100vw;
  height: calc(90% - 28px);
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 465, ../../sass/desktop.scss */
  #home-content {
    height: calc(90% - 2.33333vw);
  }
}

/* line 477, ../../sass/desktop.scss */
#home-content #home-inner {
  padding: 10vh 10vw;
  position: absolute;
}
/* line 483, ../../sass/desktop.scss */
#home-content #home-inner #splash-image, #home-content #home-inner #home-nav, #home-content #home-inner #social-media {
  padding: 2.5vh 0;
  width: 70vw;
  margin: auto;
  display: inline-block;
}
/* line 490, ../../sass/desktop.scss */
#home-content #home-inner #splash-image {
  height: 50vh;
}
/* line 493, ../../sass/desktop.scss */
#home-content #home-inner #splash-image img {
  height: 100%;
}
/* line 497, ../../sass/desktop.scss */
#home-content .home-nav-item, #home-content .home-glyph {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 502, ../../sass/desktop.scss */
#home-content .sm-link {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  width: 32px;
}
/* line 507, ../../sass/desktop.scss */
#home-content .sm-link img {
  width: 100%;
}
/* line 509, ../../sass/desktop.scss */
#home-content .sm-link img:hover {
  filter: invert(0.8) sepia(0.5);
}

/* line 526, ../../sass/desktop.scss */
.list, .episode-locals.list {
  width: 100vw;
  position: relative;
  display: block;
  max-width: 1040px;
  margin: auto;
}

/* line 533, ../../sass/desktop.scss */
.list.mausoleum {
  margin-top: 28px;
  text-align: center;
}

/* line 538, ../../sass/desktop.scss */
.episode-local.link {
  margin: 7% 5%;
  position: relative;
  display: block;
  margin-bottom: 28px;
}

@media (max-width: 767px) and (orientation: portrait) {
  /* line 545, ../../sass/desktop.scss */
  .episode-local.title {
    padding-bottom: 1.66667vw;
  }
}

/* line 551, ../../sass/desktop.scss */
.episode-local.image {
  width: 20%;
}
/* line 553, ../../sass/desktop.scss */
.episode-local.image img {
  width: 100%;
}

@media (max-width: 767px) and (orientation: portrait) {
  /* line 556, ../../sass/desktop.scss */
  .episode-local.author {
    text-align: center;
  }
}

/* line 558, ../../sass/desktop.scss */
.episode-local.copy {
  padding-left: calc(20% + 14px);
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 558, ../../sass/desktop.scss */
  .episode-local.copy {
    padding-left: auto;
    padding: 4.16667vw;
  }
  /* line 563, ../../sass/desktop.scss */
  .episode-local.copy br {
    display: none;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  /* line 565, ../../sass/desktop.scss */
  .episode-local.copy .title, .episode-local.copy .thumbnail {
    text-align: center;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  /* line 569, ../../sass/desktop.scss */
  .episode-local.copy .title .title, .episode-local.copy .thumbnail .title {
    padding-bottom: 4.16667vw;
  }
}

/* line 573, ../../sass/desktop.scss */
.episode-local.copy .thumbnail {
  width: 50%;
  margin: auto;
}
/* line 576, ../../sass/desktop.scss */
.episode-local.copy .thumbnail img {
  width: 100%;
}

/* line 579, ../../sass/desktop.scss */
.episode-local.description {
  padding-top: 14px;
}

/* line 581, ../../sass/desktop.scss */
.episode-local.copy {
  padding-top: 0;
}

/* line 584, ../../sass/desktop.scss */
#player-footer, #list-page-footer {
  position: absolute;
  width: 100vw;
  bottom: 0;
  height: 70px;
  z-index: 3;
}

/* line 592, ../../sass/desktop.scss */
#player-footer.closed {
  height: 15px;
}

/* line 595, ../../sass/desktop.scss */
#player-footer-overlay {
  height: 100%;
  width: 100%;
  z-index: 4;
  background-color: black;
}

/* line 601, ../../sass/desktop.scss */
#footer-push {
  height: 70px;
}

/* line 604, ../../sass/desktop.scss */
.audio-embed .episode {
  margin-bottom: 0 !important;
}
/* line 606, ../../sass/desktop.scss */
.audio-embed .episode *:not(iframe) {
  display: none !important;
}

/* line 608, ../../sass/desktop.scss */
.podcast_artwork {
  display: none !important;
}

/* line 612, ../../sass/desktop.scss */
.grave.wrapper {
  margin: auto;
  width: 43.33333vw;
  margin-bottom: 5vw;
  padding-right: 6.66667vw;
  padding-left: 6.66667vw;
}
@media (min-width: 1441px) {
  /* line 612, ../../sass/desktop.scss */
  .grave.wrapper {
    width: 624px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 612, ../../sass/desktop.scss */
  .grave.wrapper {
    width: 100vw;
  }
}

/* line 624, ../../sass/desktop.scss */
.list-page-footer {
  position: relative;
}
/* line 628, ../../sass/desktop.scss */
.list-page-footer ul {
  padding-left: calc(20% + 14px);
}
/* line 629, ../../sass/desktop.scss */
.list-page-footer li {
  display: inline-block;
}

@media (max-width: 767px) and (orientation: portrait) {
  /* line 634, ../../sass/desktop.scss */
  .pagination {
    font-size: 6vw;
    letter-spacing: 0.2em;
  }
}

/* line 640, ../../sass/desktop.scss */
#mausoleum-title, #mausoleum-explainer {
  position: relative;
}

/* line 643, ../../sass/desktop.scss */
#mausoleum-title {
  margin-top: 28px;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 643, ../../sass/desktop.scss */
  #mausoleum-title {
    margin-top: 0;
  }
}

/* line 658, ../../sass/desktop.scss */
.invisible {
  display: none;
}

@media (max-width: 767px) and (orientation: portrait) {
  /* line 660, ../../sass/desktop.scss */
  .hom {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px), (min-width: 1201px) and (max-width: 1440px), (min-width: 1441px) {
  /* line 668, ../../sass/desktop.scss */
  .hod {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 668, ../../sass/desktop.scss */
  .hod {
    display: none;
  }
}
