@import url("https://fonts.googleapis.com/css?family=Roboto+Mono|Material+Icons");
@font-face {
  font-family: 'Apercu';
  src: url("../font/apercu/Apercu-Regular.eot");
  src: url("../font/apercu/Apercu-Regular.eot?#iefix") format("embedded-opentype"), url("../font/apercu/Apercu-Regular.woff2") format("woff2"), url("../font/apercu/Apercu-Regular.woff") format("woff"), url("../font/apercu/Apercu-Regular.svg#Apercu-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }
  *:before, *:after {
    box-sizing: border-box; }
  *:focus {
    outline: none; }

::selection {
  color: #23262d;
  background: #f7f4ed; }

::-moz-selection {
  color: #23262d;
  background: #f7f4ed; }

::-webkit-input-placeholder {
  color: #23262d; }

::-moz-placeholder {
  color: #23262d; }

:-ms-input-placeholder {
  color: #23262d; }

:-moz-placeholder {
  color: #23262d; }

body {
  font: 16px/1.2 "Apercu", BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #23262d;
  background: #FFFFFF;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.menu-opened, body.aside-opened, body.preloaded {
    height: 100vh;
    overflow: hidden !important; }

p {
  line-height: 1.5; }

a {
  color: #23262d;
  text-decoration: none;
  position: relative; }
  a:hover, a:focus {
    color: #23262d;
    text-decoration: none; }
  a.fx {
    font-family: "Roboto Mono", monospace;
    color: #282828;
    text-transform: uppercase;
    font-size: 0.88em;
    display: inline-block;
    z-index: 1;
    padding-bottom: 4px; }
    a.fx .material-icons {
      font-size: 20px;
      vertical-align: middle;
      margin-left: 4px;
      bottom: 2px;
      opacity: 0;
      position: absolute;
      left: 100%;
      transform: translateX(-5px); }
    a.fx:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background: #282828;
      transform: scaleX(1);
      transform-origin: 0% 0%;
      transition: transform 200ms ease-out 200ms; }
    a.fx:hover .material-icons {
      transition: transform 200ms ease-out;
      opacity: 1;
      transform: translateX(0); }
    a.fx:hover:after {
      transform: scaleX(0);
      transform-origin: 100% 0%;
      transition: transform 200ms ease-out; }
    .-bg-primary a.fx {
      color: #f7f4ed; }
      .-bg-primary a.fx:after {
        background: #f7f4ed; }
  a.hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  a .fx {
    font-family: "Roboto Mono", monospace;
    color: #282828;
    text-transform: uppercase;
    font-size: 0.88em;
    display: inline-block;
    z-index: 1;
    position: relative;
    white-space: nowrap; }
    a .fx .material-icons {
      font-size: 20px;
      vertical-align: bottom;
      margin-left: 4px;
      opacity: 0;
      position: absolute;
      left: 100%;
      bottom: -2px;
      transform: translateX(-5px); }
    a .fx:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -4px;
      left: 0;
      background: #282828;
      transform: scaleX(0);
      transform-origin: 0% 0%;
      transition: transform 200ms ease-out 200ms; }
    .-bg-primary a .fx {
      color: #f7f4ed; }
      .-bg-primary a .fx:after {
        background: #f7f4ed; }
  a:hover .fx .material-icons {
    transition: transform 200ms ease-out;
    opacity: 1;
    transform: translateX(0); }
  a:hover .fx:after {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    transition: transform 200ms ease-out; }

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

img {
  border: 0;
  max-width: 100%;
  height: auto; }
  img.circle {
    border-radius: 50%; }
  img.img-preload {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  img.img-loaded, img.img-carousel-loaded, img.img-pre {
    position: relative;
    opacity: 0;
    transform: scale(0.98);
    z-index: 1; }

hr {
  margin-top: 2em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Apercu", BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400; }

time {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase; }

.clearfix:before,
.clearfix:after {
  flex-basis: 0;
  order: 1; }

figure {
  position: relative;
  overflow: hidden; }
  figure img {
    display: block; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.container {
  max-width: 1400px;
  width: 100%;
  position: relative; }

#ajax-nav {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: -9999px; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  background-size: cover;
  overflow: hidden;
  color: #f7f4ed;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .preloader__video {
    display: none; }
  .preloader__canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    pointer-events: none;
    z-index: 4; }
  .preloader .preloader-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .preloader .bg-1 {
    background: #23262d;
    z-index: 3; }
  .preloader .bg-2 {
    background: #444a58;
    z-index: 2; }
  .preloader .bg-3 {
    background: #666f83;
    z-index: 1; }
  .preloader h2 {
    position: relative;
    z-index: 5;
    padding: 0 100px;
    font-size: 6em;
    line-height: 1.2em;
    opacity: 0;
    max-width: 1400px; }
    @media screen and (max-width: 992px) {
      .preloader h2 {
        font-size: 5em;
        padding: 0 50px; } }
    @media screen and (max-width: 767px) {
      .preloader h2 {
        font-size: 3em;
        padding: 20px; } }

header#head {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 25px 0;
  width: 100px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center; }
  header#head:after {
    width: 2px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: scaleY(1.3);
    background: #23262d; }
  @media screen and (max-width: 767px) {
    header#head {
      padding: 0 10px;
      height: 50px;
      width: 100%;
      flex-direction: row;
      border: 0; }
      header#head > * {
        width: 60px; }
      header#head a[rel="menu"] {
        text-align: left; }
      header#head .social {
        text-align: right; } }
  header#head a[rel="menu"] {
    color: #23262d;
    font-size: 1.25em; }
    header#head a[rel="menu"] i {
      font-size: 1.6em;
      display: block; }
    @media screen and (max-width: 767px) {
      header#head a[rel="menu"] span {
        display: none; } }
  header#head #logo {
    width: 80px;
    height: 78px; }
    header#head #logo path {
      fill: #23262d; }
    @media screen and (max-width: 767px) {
      header#head #logo {
        vertical-align: middle;
        width: auto;
        height: 44px; } }
  header#head .social a {
    line-height: 0;
    display: block; }
    header#head .social a svg {
      width: 20px;
      height: 20px; }
      header#head .social a svg path {
        fill: #23262d; }
    header#head .social a:hover svg path {
      fill: #282828; }
    header#head .social a.ra {
      margin-bottom: 10px; }
      header#head .social a.ra svg {
        width: 24px;
        height: 24px; }
    @media screen and (max-width: 767px) {
      header#head .social a {
        display: inline-block; }
        header#head .social a.ra {
          margin-bottom: 0;
          margin-right: 10px;
          position: relative;
          top: 2px; } }
  body.menu-opened header#head {
    background: #23262d;
    transition: background 300ms ease-out; }
    body.menu-opened header#head a[rel="menu"] {
      color: #f7f4ed; }
    body.menu-opened header#head #logo path {
      fill: #f7f4ed; }
    body.menu-opened header#head .social a svg path {
      fill: #FFFFFF; }
    body.menu-opened header#head .social a:hover svg path {
      fill: #f7f4ed; }

.menu__video {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none; }
  .menu__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%; }
  body.menu-opened .menu__video {
    cursor: alias; }

nav#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 90vw;
  height: 100vh;
  background: #23262d;
  max-width: 525px;
  z-index: 12;
  padding: 50px 50px 25px 150px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    nav#menu {
      flex-wrap: nowrap;
      overflow: scroll;
      padding: 75px 25px 25px;
      justify-content: space-between; } }
  nav#menu .menu a {
    color: #f7f4ed; }
    nav#menu .menu a:hover {
      color: transparent;
      -webkit-text-stroke: 1px #FFFFFF;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: grayscale; }
  nav#menu .menu.primary a {
    font-size: 2.25em;
    line-height: 1.78em; }
    @media screen and (max-width: 767px) {
      nav#menu .menu.primary a {
        font-size: 1.9em;
        line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    nav#menu .menu.primary {
      margin-bottom: 25px; } }
  nav#menu .menu.secondary a {
    font-size: 2em;
    line-height: 1.69em; }
    @media screen and (max-width: 767px) {
      nav#menu .menu.secondary a {
        font-size: 1.5em;
        line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    nav#menu .menu.secondary {
      margin-bottom: 25px; } }
  nav#menu .newsletter h5 {
    font-size: 1.25em;
    color: #282828; }
  nav#menu footer {
    font-family: "Roboto Mono", monospace;
    color: #f7f4ed;
    margin-top: 10px; }
    nav#menu footer small {
      text-transform: uppercase;
      display: inline-block;
      margin-right: 2px; }
    nav#menu footer a {
      color: #f7f4ed; }
      nav#menu footer a:after {
        background: #f7f4ed; }

header.sticky-header {
  position: fixed;
  top: 0;
  width: calc(100% - 100px);
  left: 100px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  transition: top 200ms ease-out;
  color: #f7f4ed; }
  header.sticky-header.def {
    color: #f7f4ed; }
  header.sticky-header.alt {
    color: #282828; }
  header.sticky-header.bg {
    color: #FFFFFF; }
  header.sticky-header.text {
    color: #23262d; }
  header.sticky-header .marquee {
    display: flex; }
    header.sticky-header .marquee .marquee-container {
      padding-left: 15px; }
  @media screen and (max-width: 992px) {
    header.sticky-header {
      width: 100%;
      left: 0;
      top: 50px; } }
  header.sticky-header h2 {
    font-size: 10em;
    line-height: 1.1;
    white-space: nowrap;
    margin-right: 25px; }
    @media screen and (max-width: 992px) {
      header.sticky-header h2 {
        font-size: 8em; } }
    @media screen and (max-width: 767px) {
      header.sticky-header h2 {
        font-size: 4.5em;
        line-height: 1.4; } }
  body.aside-opened header.sticky-header {
    z-index: 11; }
  body.program-opened header.sticky-header {
    z-index: 16; }
  @media screen and (max-width: 767px) {
    body.home header.sticky-header.not-scrolling {
      top: 85px; }
    body.home.program-opened header.sticky-header {
      top: 50px !important; } }

main.page {
  position: relative;
  min-height: 100vh;
  margin-left: 100px; }
  @media screen and (max-width: 767px) {
    main.page {
      margin: 50px 0 0 0; }
      main.page.loaded {
        margin: 0; } }
  main.page:after {
    content: '';
    position: fixed;
    top: 0;
    left: -25vw;
    width: 150vw;
    height: 100%;
    background: rgba(35, 38, 45, 0.75);
    opacity: 0;
    z-index: 14;
    visibility: hidden;
    transition: opacity 400ms ease-out, visibility 100ms ease-out 500ms; }
  body.menu-opened main.page, body.program-opened main.page {
    cursor: alias;
    margin-left: 0; }
    body.menu-opened main.page:after, body.program-opened main.page:after {
      transition: opacity 400ms ease-out, visibility 100ms ease-out 0s;
      opacity: 1;
      visibility: visible; }

section, main, aside {
  position: relative; }
  section.-bg, main.-bg, aside.-bg {
    background: #FFFFFF;
    padding: 50px 0; }
  section.-bg-alt, main.-bg-alt, aside.-bg-alt {
    background: #f7f4ed;
    padding: 50px; }
    @media screen and (max-width: 992px) {
      section.-bg-alt, main.-bg-alt, aside.-bg-alt {
        padding: 0; } }
  section.-bg-primary, main.-bg-primary, aside.-bg-primary {
    background: #23262d;
    padding: 50px;
    color: #FFFFFF; }
    @media screen and (max-width: 992px) {
      section.-bg-primary, main.-bg-primary, aside.-bg-primary {
        padding: 0; } }
    section.-bg-primary a, main.-bg-primary a, aside.-bg-primary a {
      color: #FFFFFF; }

section {
  padding: 50px; }
  section.cover {
    padding: 0;
    overflow: hidden; }
    section.cover figure {
      display: block;
      width: 100%;
      height: 100vh;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        section.cover figure {
          height: 550px; } }
      section.cover figure img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%; }
    section.cover .carousel-nav {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
      html.touch section.cover .carousel-nav {
        display: none; }
      section.cover .carousel-nav > * {
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%; }
      section.cover .carousel-nav .prev {
        left: 0;
        cursor: w-resize; }
      section.cover .carousel-nav .next {
        right: 0;
        cursor: e-resize; }
    section.cover .carousel-list {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 25px;
      font-size: 3.75em;
      font-family: "Roboto Mono", monospace;
      color: transparent;
      -webkit-text-stroke: 1px #f7f4ed;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: grayscale;
      z-index: 2; }
    section.cover + .content {
      padding-top: 100px;
      padding-bottom: 100px; }
      @media screen and (max-width: 992px) {
        section.cover + .content {
          padding-top: 50px;
          padding-bottom: 50px; } }
      @media screen and (max-width: 767px) {
        section.cover + .content {
          padding-left: 25px;
          padding-right: 25px; } }
  section.-bg-alt {
    padding: 50px; }
    @media screen and (max-width: 992px) {
      section.-bg-alt {
        padding: 50px 0; } }
  section.-bg-primary {
    padding: 50px; }
    @media screen and (max-width: 992px) {
      section.-bg-primary {
        padding: 50px 0; } }

.content article {
  font-size: 2em;
  line-height: 1.31em;
  max-width: 775px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 992px) {
    .content article {
      font-size: 1.5em; } }
  .content article a {
    color: transparent;
    -webkit-text-stroke: 1px #23262d;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale; }
    .content article a:hover {
      -webkit-font-smoothing: antialiased;
      color: #282828;
      -webkit-text-stroke: 0; }
  .content article p {
    margin-bottom: 1em; }

.cards {
  display: flex;
  flex-wrap: wrap; }
  .cards .card {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    margin-bottom: 100px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .cards .card {
        margin-bottom: 33.3333333333px; } }
    @media screen and (max-width: 767px) {
      .cards .card .flyer {
        margin-left: 20px;
        margin-right: 20px;
        width: 100%; } }
    .cards .card .flyer figure {
      max-width: 500px; }
      @media screen and (max-width: 1024px) {
        .cards .card .flyer figure {
          max-width: 300px; } }
      @media screen and (max-width: 992px) {
        .cards .card .flyer figure {
          max-width: 250px; } }
    .cards .card .flyer.blank {
      background: rgba(35, 38, 45, 0.8); }
    .cards .card .card-container {
      flex: 1 0 0;
      padding: 10px 25px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .cards .card .card-container {
          padding: 10px 20px; } }
      .cards .card .card-container header {
        padding-bottom: 50px; }
        @media screen and (max-width: 767px) {
          .cards .card .card-container header {
            padding-bottom: 25px; } }
      .cards .card .card-container footer {
        padding-top: 50px; }
        @media screen and (max-width: 767px) {
          .cards .card .card-container footer {
            padding-top: 25px; } }

#this-week .cards {
  max-width: 1000px; }
#this-week .flyer:hover .duetone {
  filter: none; }

#upcoming-events .cards {
  align-items: flex-start; }
  #upcoming-events .cards .card {
    flex: 0 0 33.3333333%; }
    @media screen and (max-width: 1200px) {
      #upcoming-events .cards .card {
        flex: 0 0 50%; } }
    @media screen and (max-width: 767px) {
      #upcoming-events .cards .card {
        flex: 0 0 100%; } }
    #upcoming-events .cards .card .flyer {
      display: none; }
  #upcoming-events .cards .card-container {
    min-height: 264px;
    padding: 10px 50px; }
    @media screen and (max-width: 767px) {
      #upcoming-events .cards .card-container {
        padding-left: 20px;
        padding-right: 20px; } }

.load-more {
  margin-top: 30px;
  padding-right: 20px;
  font-family: "Roboto Mono", monospace;
  font-size: 0.88em;
  text-transform: uppercase;
  flex: 0 0 100%;
  text-align: right; }
  .load-more a {
    padding: 10px;
    display: inline-block;
    background: #f7f4ed; }
    .load-more a:hover {
      background: #23262d;
      color: #FFFFFF; }

#archive-events .card {
  margin-bottom: 0;
  padding: 25px;
  transform: none !important;
  z-index: auto; }
  #archive-events .card:nth-child(odd) {
    background: rgba(245, 245, 245, 0.75); }
  @media screen and (max-width: 767px) {
    #archive-events .card {
      padding: 20px; } }
  #archive-events .card .flyer {
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 2; }
    #archive-events .card .flyer figure {
      max-width: 150px; }
    @media screen and (max-width: 767px) {
      #archive-events .card .flyer {
        width: 90px;
        height: 90px;
        margin: 0; } }
  #archive-events .card .card-container {
    position: relative;
    z-index: 2; }
    #archive-events .card .card-container header {
      padding-bottom: 20px; }
      #archive-events .card .card-container header time {
        font-size: .88em; }
    #archive-events .card .card-container main.details h4 {
      font-size: 1em; }
    #archive-events .card .card-container main.details h2 {
      font-size: 1.5em;
      margin: 5px 0; }
    #archive-events .card .card-container main.details p {
      font-size: .88em; }
    #archive-events .card .card-container footer {
      padding-top: 20px; }
#archive-events .flyer:hover .duetone {
  filter: none; }

#archive-podcast .card {
  margin-bottom: 0;
  padding: 25px;
  transform: none !important;
  flex: 0 0 50%;
  z-index: auto; }
  #archive-podcast .card:nth-child(odd) {
    background: rgba(26, 28, 34, 0.75); }
  @media screen and (max-width: 992px) {
    #archive-podcast .card {
      flex: 0 0 100%;
      padding: 0 25px; } }
  @media screen and (max-width: 767px) {
    #archive-podcast .card {
      padding: 20px; } }
  #archive-podcast .card .card-container {
    position: relative;
    z-index: 2; }
    #archive-podcast .card .card-container main.details {
      max-width: 100%; }

.single-podcast {
  display: flex;
  flex-wrap: wrap; }
  .single-podcast .card {
    margin-bottom: 0;
    padding: 25px;
    transform: none !important;
    flex: 0 0 100%;
    z-index: auto; }
    @media screen and (max-width: 992px) {
      .single-podcast .card {
        padding: 0 25px; } }
    @media screen and (max-width: 767px) {
      .single-podcast .card {
        padding: 20px; } }
    .single-podcast .card .card-container {
      position: relative;
      z-index: 2; }
      .single-podcast .card .card-container main.details {
        max-width: 100%; }

#archive-news .cards {
  align-items: flex-start; }
  #archive-news .cards .card {
    flex: 0 0 50%;
    align-items: flex-start;
    padding: 0 50px; }
    @media screen and (max-width: 992px) {
      #archive-news .cards .card {
        flex: 0 0 100%;
        padding: 0 25px; } }
    @media screen and (max-width: 767px) {
      #archive-news .cards .card {
        padding: 0 20px; } }
    #archive-news .cards .card .flyer, #archive-news .cards .card .card-container {
      flex: 0 0 100%;
      max-width: 500px; }
      @media screen and (max-width: 992px) {
        #archive-news .cards .card .flyer, #archive-news .cards .card .card-container {
          flex: 1 0 0px; } }
      @media screen and (max-width: 767px) {
        #archive-news .cards .card .flyer, #archive-news .cards .card .card-container {
          flex: 0 0 100%; } }
    @media screen and (max-width: 992px) {
      #archive-news .cards .card .flyer {
        padding-right: 25px; } }
    @media screen and (max-width: 767px) {
      #archive-news .cards .card .flyer {
        margin: 0; } }
    #archive-news .cards .card .card-container {
      padding: 25px 0; }
      @media screen and (max-width: 767px) {
        #archive-news .cards .card .card-container {
          flex: 0 0 100%;
          padding: 20px 0; } }
      #archive-news .cards .card .card-container header {
        padding-bottom: 20px; }
      #archive-news .cards .card .card-container main.details h2 {
        color: #23262d;
        margin: 0; }
        #archive-news .cards .card .card-container main.details h2 sup i {
          font-size: .7em;
          color: #282828; }
      #archive-news .cards .card .card-container footer {
        padding-top: 20px; }

#residents .residents-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
  justify-content: space-between; }
  #residents .residents-list .resident {
    position: relative;
    z-index: 2;
    flex: 0 0 50%;
    padding: 0 50px;
    margin-bottom: 66.6666666667px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      #residents .residents-list .resident {
        flex: 0 0 100%; } }
    #residents .residents-list .resident h2 {
      position: relative;
      margin-top: -.5em;
      line-height: 1em;
      font-size: 3.75em;
      color: transparent;
      -webkit-text-stroke: 1px #FFFFFF;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: grayscale;
      z-index: 3; }
      @media screen and (max-width: 992px) {
        #residents .residents-list .resident h2 {
          font-size: 2em; } }
    #residents .residents-list .resident:hover h2 {
      -webkit-font-smoothing: antialiased;
      color: #f7f4ed;
      -webkit-text-stroke: 0; }
    #residents .residents-list .resident .fx {
      align-self: flex-end; }

#promoters .promoters-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
  justify-content: space-between; }
  #promoters .promoters-list .promoter {
    position: relative;
    z-index: 2;
    flex: 0 0 100%;
    padding: 0 50px;
    margin-bottom: 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #promoters .promoters-list .promoter figure {
      background: #000;
      border-radius: 50%;
      flex: 0 0 25%;
      border: 3px solid #fff; }
      @media screen and (max-width: 1024px) {
        #promoters .promoters-list .promoter figure {
          flex: 0 0 100%;
          max-width: 200px; }
          #promoters .promoters-list .promoter figure img {
            max-width: 100%; } }
      #promoters .promoters-list .promoter figure img {
        transform-origin: 50% 50%;
        border-radius: 50%; }
    #promoters .promoters-list .promoter article {
      padding: 50px;
      display: flex;
      flex: 1 0 0;
      flex-direction: column;
      justify-content: space-between; }
      #promoters .promoters-list .promoter article .links {
        margin-top: 50px;
        max-width: 480px; }
      @media screen and (max-width: 1024px) {
        #promoters .promoters-list .promoter article {
          flex: 0 0 75%;
          padding: 50px 0; }
          #promoters .promoters-list .promoter article .links {
            margin-top: 50px; } }
      @media screen and (max-width: 767px) {
        #promoters .promoters-list .promoter article {
          flex: 0 0 100%;
          padding: 25px 0; }
          #promoters .promoters-list .promoter article .links {
            margin-top: 20px; } }
      #promoters .promoters-list .promoter article h2 {
        margin-bottom: 25px; }
      #promoters .promoters-list .promoter article p {
        font-size: 2em;
        line-height: 1.31em; }
        @media screen and (max-width: 992px) {
          #promoters .promoters-list .promoter article p {
            font-size: 1.5em; } }
    #promoters .promoters-list .promoter h2 {
      position: relative;
      line-height: 1em;
      font-size: 3.75em;
      color: transparent;
      -webkit-text-stroke: 1px #23262d;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: grayscale; }
      @media screen and (max-width: 992px) {
        #promoters .promoters-list .promoter h2 {
          font-size: 2em; } }
    #promoters .promoters-list .promoter:hover h2 {
      -webkit-font-smoothing: antialiased;
      color: #282828;
      -webkit-text-stroke: 0; }
    #promoters .promoters-list .promoter .fx {
      align-self: flex-end; }

main.details {
  max-width: 500px; }
  main.details h4 {
    font-size: 1.25em; }
    @media screen and (max-width: 992px) {
      main.details h4 {
        font-size: 1.15em; } }
  main.details h2 {
    font-size: 2.25em;
    color: #282828;
    margin: 10px 0; }
    .-bg-primary main.details h2 {
      color: #f7f4ed; }
    @media screen and (max-width: 992px) {
      main.details h2 {
        font-size: 1.8em; } }
  main.details p {
    font-size: 2em;
    line-height: 1.2; }
    @media screen and (max-width: 992px) {
      main.details p {
        font-size: 1.5em; } }

.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .links .link {
    flex: 1 1 auto; }
    .links .link a {
      white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .links .link {
        flex: 0 0 100%;
        margin-bottom: 14.9925037481px; } }

.duetone {
  filter: url("#duotone-filter"); }

.duetone-alt {
  filter: url("#duotone-reverse-filter"); }

.offcanvas {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background: none !important; }
  .offcanvas:after {
    content: '';
    position: fixed;
    top: 0;
    left: -25vw;
    width: 150vw;
    height: 100%;
    background: rgba(35, 38, 45, 0.98);
    opacity: 0;
    z-index: 15;
    visibility: hidden;
    transition: opacity 400ms ease-out, visibility 100ms ease-out 500ms; }
  body.menu-opened .offcanvas {
    cursor: alias;
    margin-left: 0; }
    body.menu-opened .offcanvas:after {
      transition: opacity 400ms ease-out, visibility 100ms ease-out 0s;
      opacity: 1;
      visibility: visible; }
  .offcanvas.offcanvas-resident .aside-content {
    background: #23262d;
    color: #FFFFFF; }
  .offcanvas.offcanvas-resident .close {
    color: #FFFFFF; }
  .offcanvas.offcanvas-resident header.marquee h2 {
    color: #282828; }
  .offcanvas.offcanvas-resident .details h2 {
    color: #f7f4ed; }
  .offcanvas.offcanvas-resident .details h4 {
    color: #FFFFFF; }
  .offcanvas.offcanvas-resident .details + .text {
    margin-top: 0 !important; }
  .offcanvas.offcanvas-resident .text {
    margin-top: 50px; }

.aside--wrapper {
  width: calc(100% - 100px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 100px;
  z-index: 8;
  background: none !important; }
  .aside--wrapper section {
    padding: 0 !important; }
  @media screen and (max-width: 767px) {
    .aside--wrapper {
      width: 100%;
      left: 0; } }

.aside-content, .event {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  background: #FFFFFF;
  min-height: 100vh;
  z-index: 10; }
  .aside-content aside, .event aside {
    flex: 1 0 0; }
  .aside-content article, .event article {
    flex: 1 1 0;
    width: 100%;
    width: 550px;
    padding: 50px;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .aside-content article, .event article {
        padding: 100px 25px 25px;
        width: 90vw; } }
    .aside-content article main, .event article main {
      margin: 50px 0; }
      @media screen and (max-width: 992px) {
        .aside-content article main, .event article main {
          margin: 25px 0; } }
    .aside-content article .info, .event article .info {
      font-family: "Roboto Mono", monospace;
      text-transform: uppercase;
      font-size: 0.88em;
      margin: 50px 0; }
      @media screen and (max-width: 992px) {
        .aside-content article .info, .event article .info {
          margin: 25px 0; } }
    .aside-content article .text, .event article .text {
      font-size: 1.5em;
      line-height: 1.42em; }
      @media screen and (max-width: 992px) {
        .aside-content article .text, .event article .text {
          font-size: 1.25em; } }

.list-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  z-index: 20;
  visibility: hidden;
  overflow-y: scroll;
  max-width: 100%;
  transform: translateX(100%); }
  @media screen and (max-width: 992px) {
    .list-wrapper {
      padding: 140px 15px 25px !important; }
      .list-wrapper .submit-container input {
        width: 100%; } }
  .list-wrapper .form-group .step-2 {
    display: none; }
  .list-wrapper form .input-container {
    height: auto; }
    .list-wrapper form .input-container input {
      height: auto;
      padding: 30px 15px 15px; }
    .list-wrapper form .input-container label {
      position: absolute;
      font-size: 1.4em;
      top: 20px;
      left: 15px;
      color: #23262d;
      transition: all 200ms ease-out;
      transform-origin: 0 0; }
    .list-wrapper form .input-container input:focus + label, .list-wrapper form .input-container input.filled + label {
      color: #282828;
      top: 10px;
      transform: scale(0.7); }

.aside-content {
  transform: translateX(100%); }

.event-wrapper {
  overflow-y: scroll; }

.bg-fx-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  pointer-events: none; }

.bg-fx {
  position: absolute;
  line-height: 0;
  display: flex;
  align-items: flex-start;
  z-index: 2; }
  .bg-fx img {
    position: relative;
    display: block;
    filter: url("#duotone-reverse-filter"); }
    .bg-fx img:nth-child(odd) {
      clip-path: inset(0% 100% 0% 0%); }
    .bg-fx img:nth-child(even) {
      clip-path: inset(0% 0% 0% 100%); }
    .bg-fx img.neg {
      position: absolute; }
      .bg-fx img.neg:nth-child(1) {
        transform: translateX(-100%); }
      .bg-fx img.neg:nth-child(2) {
        transform: translateX(-200%); }
      .bg-fx img.neg:nth-child(3) {
        transform: translateX(-300%); }
      .bg-fx img.neg:nth-child(4) {
        transform: translateX(-400%); }
  .bg-fx:nth-child(odd) img:nth-child(odd) {
    clip-path: inset(0% 100% 0% 0%); }
  .bg-fx:nth-child(odd) img:nth-child(even) {
    clip-path: inset(0% 0% 0% 100%); }
  .bg-fx:nth-child(even) img:nth-child(odd) {
    clip-path: inset(0% 0% 0% 100%); }
  .bg-fx:nth-child(even) img:nth-child(even) {
    clip-path: inset(0% 100% 0% 0%); }
  .bg-fx.def img.def {
    filter: none !important; }
  .bg-fx.neg:nth-child(1) {
    transform: translate(0, -100%); }
  .bg-fx.neg:nth-child(2) {
    transform: translate(0, -200%); }
  .bg-fx.neg:nth-child(3) {
    transform: translate(0, -300%); }
  .bg-fx.neg:nth-child(4) {
    transform: translate(0, -400%); }

.close, .back {
  position: fixed;
  display: block;
  z-index: 20;
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #23262d; }
  .close i, .back i {
    font-size: 1.5em; }
  @media screen and (max-width: 767px) {
    .close, .back {
      position: absolute;
      top: 75px; } }

.-none {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  display: block; }

.marquee {
  overflow: hidden; }
  .marquee .marquee-wrapper {
    white-space: nowrap; }
    .marquee .marquee-wrapper .marquee-container {
      display: inline-block; }
      .marquee .marquee-wrapper .marquee-container h2 {
        padding-right: 50px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 25px 0; }
  .embed-container iframe, .embed-container object, .embed-container embed, .embed-container .fb-video, .embed-container .fb-video > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.init-fx {
  transform: translate3d(0, 50%, 0) scale(1.2);
  opacity: 0; }
  .init-fx.carousel {
    opacity: 1;
    transform: scale(1.1); }

.init-fade {
  transform: translate3d(0, 15px, 0);
  opacity: 0; }

.init-fade-p p {
  transform: translate3d(0, 15px, 0);
  opacity: 0; }

.promoter .init-fx {
  transform: scale(1.2); }

.loading {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  font-family: "Roboto Mono", monospace;
  color: #282828;
  text-transform: uppercase;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease-out; }
  .loading span {
    display: inline-block;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    letter-spacing: -1px; }
    .loading span:nth-child(2) {
      animation-delay: .2s; }
    .loading span:nth-child(3) {
      animation-delay: .4s; }
  .loading.is-loading {
    opacity: 1;
    visibility: visible; }

.page-template-contacts {
  background: #23262d; }

@media screen and (max-width: 767px) {
  #contacts {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; } }
#contacts #map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #contacts #map {
      position: relative;
      flex: 1 0 0; } }
#contacts #marker {
  width: 80px;
  font-size: 80px !important;
  height: 80px;
  color: #cccccc;
  font-family: 'Material Icons'; }
#contacts .mapbox-improve-map {
  display: none; }
#contacts .info {
  position: absolute;
  bottom: 50px;
  right: 50px;
  padding: 50px;
  max-width: 450px;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    #contacts .info {
      position: relative;
      width: 100%;
      bottom: auto;
      right: auto;
      padding: 20px; } }
  #contacts .info h2 {
    font-size: 3em;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #contacts .info h2 {
        font-size: 2.3em; } }
    #contacts .info h2 span {
      color: transparent;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: grayscale;
      -webkit-text-stroke: 1px #FFFFFF; }
  #contacts .info .links {
    margin-top: 30px; }
    #contacts .info .links .link {
      flex: 0 0 100%;
      margin-bottom: 15px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contacts .info .links .link label {
        font-size: 1em; }

.program {
  position: fixed;
  bottom: -80vmin;
  right: 0;
  z-index: 5;
  transform: rotate(-15deg);
  transform-origin: 100% 0;
  cursor: context-menu; }
  body.program-opened .program {
    z-index: 15;
    cursor: alias; }
  .program img {
    position: relative;
    height: 100vmin;
    display: block;
    transition: height 400ms ease-out; }
    body.program-opened .program img {
      height: auto;
      max-height: 100vh; }
  @media (max-width: 767px) {
    .program {
      display: none; }
      body.program-opened .program {
        display: block; } }

.program-mobile {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  font-size: 15px;
  cursor: pointer;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  text-align: center;
  padding: 0 10px;
  color: #FFFFFF;
  background: #282828; }
  @media (min-width: 768px) {
    .program-mobile {
      display: none !important; } }

form .input-container {
  height: 50px;
  border-radius: 2px;
  position: relative;
  margin-top: 10px; }
  form .input-container input {
    appearance: none;
    border: 0;
    width: 100%;
    height: 50px;
    font-size: 1em;
    font-family: "Roboto Mono", monospace;
    padding: 15px; }
  form .input-container button {
    position: absolute;
    top: 15px;
    right: 15px;
    appearance: none;
    border: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
    font-size: 1.25em; }
    form .input-container button i.material-icons {
      font-size: 1em;
      cursor: pointer; }
form .select-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 10px; }
  form .select-group label {
    font-size: 1.4em; }
form .select-container {
  height: 50px;
  border-radius: 2px;
  position: relative;
  margin-left: 10px; }
  form .select-container select {
    appearance: none;
    border: 0;
    color: #ffffff;
    width: 100%;
    width: 50px;
    height: 50px;
    font-size: 1.4em;
    padding: 10px 15px;
    text-align: center;
    border: 2px solid #f7f4ed;
    font-family: "Roboto Mono", monospace;
    background: none; }
form .checkbox-container {
  position: relative;
  margin: 10px 0px 0px 5px; }
  form .checkbox-container input {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background: #ffffff; }
    form .checkbox-container input:checked {
      background: #f7f4ed; }
  form .checkbox-container label {
    cursor: pointer; }
    form .checkbox-container label span {
      vertical-align: baseline;
      color: #FFFFFF;
      font-size: 1.1em;
      margin-left: 6px;
      display: inline-block; }
form .submit-container {
  margin-top: 15px; }
  form .submit-container input {
    font-family: "Roboto Mono", monospace;
    border: 0;
    font-size: 1em;
    text-transform: uppercase;
    appearance: none;
    padding: 15px;
    display: inline-block;
    background: #f7f4ed;
    min-width: 120px;
    text-align: center; }
    form .submit-container input:hover {
      background: #282828;
      color: #FFFFFF; }
form .errors-alert {
  background: #282828;
  color: #FFFFFF !important;
  font-family: "Roboto Mono", monospace;
  width: 50%;
  min-width: 200px;
  margin: 0 5%;
  position: absolute;
  left: 0;
  bottom: 105%;
  bottom: calc( 100% + 5px);
  border-radius: 4px;
  z-index: 100;
  animation-name: fadeInDown;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-duration: 0.2s; }
  form .errors-alert p {
    margin: 0;
    padding: 10px 10px 15px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: left !important;
    color: #FFFFFF !important; }
  form .errors-alert a {
    color: #FFFFFF;
    text-decoration: underline; }
  form .errors-alert span {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -0.6em 0 0 0; }
  form .errors-alert:after {
    content: '';
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #282828 transparent transparent transparent;
    position: absolute;
    bottom: 1px;
    left: 10%;
    margin: 0 0 -10px -10px; }
form .error-messages {
  display: none; }

@keyframes fadeIn {
  0% {
    transform: scale(1.02);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes slideRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0%); } }
@keyframes clipPath {
  0% {
    clip-path: inset(50px 1130px 299px 150px); }
  50% {
    clip-path: inset(50px 730px 299px 150px); }
  100% {
    clip-path: inset(50px 330px 299px 150px); } }
@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }
.eye2018 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 160px;
  margin-left: -80px;
  z-index: 100;
  opacity: 0;
  cursor: crosshair; }
  @media (min-width: 768px) {
    .eye2018 {
      bottom: 40px;
      right: 40px; } }
  .eye2018.is-dragging {
    cursor: -webkit-grabbing; }
  .eye2018 svg {
    width: 100%; }

/*# sourceMappingURL=style.css.map */
