/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
     Imports
     ========================================================================== */
/* Slider */
/* Put in your brand colors here */
/* Import your fonts here */
@import url("https://use.typekit.net/cxf0pro.css");
/*
$transition: 0.5s linear;
$background-transition: background $transition;
*/
@import url("https://use.typekit.net/cxf0pro.css");
@import url("https://use.typekit.net/cxf0pro.css");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

.slick-slide {
  float: left;
  height: 80vh;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  @media screen and (max-width: 768px) {
    .slick-slide {
      height: 50vh; } }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Put in your brand colors here */
/* Import your fonts here */
/*
$transition: 0.5s linear;
$background-transition: background $transition;
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide figure,
  .slick-slide figure img {
    height: calc(100% - 20px);
    width: 100%; }
  .slick-slide img {
    display: block;
    object-fit: cover; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0; }
  .slick-dots li {
    display: inline; }
    .slick-dots li button {
      background: #dfd3cc;
      border: 2px solid #262626;
      border-radius: 50%;
      font-size: 0;
      height: 12px;
      margin: 0 10px;
      padding: 0;
      width: 12px; }
      .slick-dots li button:before {
        display: none; }
      .slick-dots li button:hover {
        background: #c5daca; }
    .slick-dots li.slick-active button {
      background: #c5daca; }

.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  content: "";
  cursor: pointer;
  position: absolute;
  top: 45%; }
  @media screen and (max-width: 768px) {
    .slick-prev,
    .slick-next {
      top: 35%; } }
  .slick-prev:hover,
  .slick-next:hover {
    background: transparent;
    color: transparent; }

.slick-prev {
  height: 50px;
  left: 15px !important;
  padding-top: 60px;
  width: 50px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .slick-prev {
      left: 4px; } }

.slick-next {
  height: 50px;
  right: 15px !important;
  padding-top: 60px;
  width: 50px; }
  @media screen and (max-width: 768px) {
    .slick-next {
      right: 4px; } }

.slick-prev:before,
.slick-next:before {
  background-size: contain !important;
  background: url("../img/arrow.png") no-repeat;
  content: "" !important;
  display: block;
  height: 50px;
  width: 30px;
  opacity: 1 !important;
  position: absolute;
  top: 0; }
  @media screen and (max-width: 768px) {
    .slick-prev:before,
    .slick-next:before {
      height: 30px; } }

.slick-prev:before {
  left: 0; }

.slick-next:before {
  right: 0;
  transform: rotate(180deg); }

/* Put in your brand colors here */
/* Import your fonts here */
/*
$transition: 0.5s linear;
$background-transition: background $transition;
*/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 1.2em; } }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #dfd3cc;
  overflow-x: hidden;
  max-width: 100vw; }

h1,
h2 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase; }

h1 {
  font-size: 5rem;
  margin: 30px 0; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 3rem;
      margin: 15px 0; } }

h2 {
  font-size: 2.5rem;
  margin: 1rem 0; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 1.6rem;
      line-height: 2rem; } }

h3 {
  font-family: ibm-plex-mono, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  margin: 10px 0; }

h4 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 0.8rem; } }

ul {
  list-style: none;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    ul {
      width: calc(100% - 30px);
      padding-left: 15px; } }
  ul li {
    padding: 0 0 30px 0; }

a {
  color: #262626;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s; }
  a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s; }
  a:hover {
    color: #262626;
    outline: none; }
    a:hover:before {
      transform-origin: 0% 50%;
      transform: scale3d(1, 1, 1); }
  a.image-link:before {
    display: none; }
  a.reverse:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s; }
  a.reverse:hover {
    color: #262626;
    outline: none; }
    a.reverse:hover:before {
      transform-origin: 100% 50%;
      transform: scale3d(0, 1, 1); }

.micro {
  font-size: 0.8rem; }
  @media screen and (max-width: 768px) {
    .micro {
      font-size: 0.6rem; } }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row; }

.half {
  width: 50%; }

.loading-screen {
  background: #c5daca;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  transition: top 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  z-index: 1000; }
  .loading-screen.down {
    top: 100%; }
  .loading-screen.hidden {
    display: none; }

figure {
  margin: 0; }

figcaption {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7px;
  margin-top: 15px; }

.bottom-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #262626;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 1s;
  z-index: 1; }
.bottom-line.border-on:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1); }

.top-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #262626;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 1s;
  z-index: 1; }
.top-line.border-on:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1); }

.left-line:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #262626;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(1, 0, 1);
  transition: transform 1s;
  z-index: 1; }
.left-line.border-on:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1); }

.right-line:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #262626;
  top: 0;
  right: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(1, 0, 1);
  transition: transform 1s;
  z-index: 1; }
.right-line.border-on:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1); }

#header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  background: #dfd3cc;
  font-size: 1rem;
  width: calc(100vw - 120px);
  padding: 10px 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  @media screen and (max-width: 1080px) and (min-width: 768px) {
    #header {
      width: calc(100vw - 40px);
      padding: 10px 20px; } }
  @media screen and (max-width: 768px) {
    #header {
      width: calc(100vw - 20px);
      padding: 10px; }
      #header .location-button {
        display: none; } }
  #header .logo-container {
    width: 20vw;
    min-width: 200px; }
  #header nav {
    max-width: 75vw; }
    #header nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      list-style: none;
      max-width: 600px;
      margin: 0;
      width: 60vw; }
      #header nav ul li {
        display: inline;
        padding: 0; }
        #header nav ul li.active a:before {
          transform-origin: 0% 50%;
          transform: scale3d(1, 1, 1); }
    @media screen and (max-width: 768px) {
      #header nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        background: #262626;
        bottom: 0;
        color: #dfd3cc;
        display: none;
        font-size: 2rem;
        height: 100vh;
        left: 0;
        max-width: 100vw;
        position: fixed;
        right: 0;
        top: 100vh;
        width: 100vw;
        transition: top 1s linear; }
        #header nav ul {
          -webkit-flex-flow: column;
          -moz-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          height: 100vh;
          width: 100vw; }
          #header nav ul li {
            display: block;
            padding: 20px 0; }
            #header nav ul li a {
              color: #c5daca; }
        #header nav.open {
          top: 0; } }
  #header #mobile-navigation {
    display: none; }
    @media screen and (max-width: 768px) {
      #header #mobile-navigation {
        display: block; } }
    #header #mobile-navigation .hamburger {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      height: 23px;
      position: relative;
      width: 30px;
      z-index: 10001;
      cursor: pointer; }
      #header #mobile-navigation .hamburger span {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #262626;
        border-radius: 9px;
        opacity: 1;
        left: 0; }
        #header #mobile-navigation .hamburger span:nth-child(1) {
          top: 0px; }
        #header #mobile-navigation .hamburger span:nth-child(2), #header #mobile-navigation .hamburger span:nth-child(3) {
          top: 9px; }
        #header #mobile-navigation .hamburger span:nth-child(4) {
          top: 18px; }
      #header #mobile-navigation .hamburger:hover span {
        background-color: #262626;
        cursor: pointer; }
      #header #mobile-navigation .hamburger.open span {
        background: #dfd3cc; }
        #header #mobile-navigation .hamburger.open span:nth-child(1) {
          left: 50%;
          top: 18px;
          width: 0%; }
        #header #mobile-navigation .hamburger.open span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        #header #mobile-navigation .hamburger.open span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #header #mobile-navigation .hamburger.open span:nth-child(4) {
          left: 50%;
          top: 18px;
          width: 0%; }
        #header #mobile-navigation .hamburger.open span:hover {
          background-color: #dfd3cc; }

section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  max-width: 100vw; }
  section.teal-bg {
    background-color: #c5daca; }
  section.black-bg {
    background-color: #262626;
    color: #dfd3cc; }
  section .main-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  section .sidebar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  section .sideways {
    transform: rotate(90deg); }
    section .sideways.left {
      transform: rotate(-90deg); }
  section .image-container img {
    width: 100%;
    height: auto; }
  section .location {
    max-width: 120px;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      section .location {
        padding: 6px; } }
  section .time {
    text-align: center; }
    section .time h3 {
      margin: 0; }
  section .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    width: 100vw; }
  section#intro-section {
    margin-top: 43px; }
    section#intro-section .logo-container {
      width: calc(100vw * 6 / 12);
      padding: 30px 0; }
      @media screen and (max-width: 768px) {
        section#intro-section .logo-container {
          padding-bottom: 0; } }
      section#intro-section .logo-container svg path {
        fill: #262626; }
    section#intro-section .main-container {
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: calc(100vw * 11 / 12); }
      section#intro-section .main-container .image-container {
        padding-bottom: 30px;
        width: calc(100vw * 10 / 12); }
      @media screen and (max-width: 768px) {
        section#intro-section .main-container {
          -webkit-justify-content: space-around;
          -moz-justify-content: space-around;
          -ms-justify-content: space-around;
          justify-content: space-around;
          -ms-flex-pack: space-around; }
          section#intro-section .main-container .image-container {
            height: 70%; }
            section#intro-section .main-container .image-container figure,
            section#intro-section .main-container .image-container figure img {
              height: calc(100% - 20px); }
            section#intro-section .main-container .image-container img {
              object-fit: cover; } }
    section#intro-section .sidebar {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      font-family: ibm-plex-mono, sans-serif;
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      font-size: 1.5rem;
      line-height: 3rem;
      position: relative;
      width: calc(100vw / 12); }
    section#intro-section .section-footer {
      font-family: ibm-plex-mono, sans-serif;
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      font-size: 1.5rem;
      letter-spacing: 3rem;
      text-align: center;
      padding: 15px 0;
      position: relative;
      width: calc(100vw * 11 / 12); }
      @media screen and (max-width: 768px) {
        section#intro-section .section-footer {
          font-size: 1rem;
          letter-spacing: 1rem; } }
  section#about .main-container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 60px 0;
    width: calc(100vw * 10 / 12); }
    section#about .main-container .image-container {
      width: calc(100vw * 6 / 12); }
      section#about .main-container .image-container figure {
        height: 100%; }
        section#about .main-container .image-container figure img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
    section#about .main-container .text-container {
      width: calc(100vw * 3 / 12); }
      section#about .main-container .text-container h2,
      section#about .main-container .text-container p {
        padding: 0 30px; }
      section#about .main-container .text-container h2 {
        margin-top: 0; }
    @media screen and (max-width: 1270px) {
      section#about .main-container .image-container {
        width: calc(100vw * 3 / 12);
        padding-bottom: 30px; }
      section#about .main-container .text-container {
        width: calc(100vw * 6 / 12); } }
    @media screen and (max-width: 768px) {
      section#about .main-container {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 30px 0; }
        section#about .main-container .image-container {
          width: calc(100vw * 9 / 12);
          padding-bottom: 30px; }
        section#about .main-container .text-container {
          width: calc(100vw * 10 / 12); } }
  section#about .infographic-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    text-transform: uppercase; }
    section#about .infographic-wrapper .location-infographic {
      display: grid;
      grid-template-columns: calc(100vw * 3 / 12) calc(100vw * 4 / 12) calc(100vw * 2 / 12);
      grid-template-rows: auto 2px 20px auto;
      padding: 90px 0 30px 0; }
      @media screen and (max-width: 768px) {
        section#about .infographic-wrapper .location-infographic {
          grid-template-rows: auto 2px 40px auto; } }
      section#about .infographic-wrapper .location-infographic .union-station img,
      section#about .infographic-wrapper .location-infographic .home img,
      section#about .infographic-wrapper .location-infographic .airport img {
        height: 30px;
        width: auto; }
        @media screen and (max-width: 768px) {
          section#about .infographic-wrapper .location-infographic .union-station img,
          section#about .infographic-wrapper .location-infographic .home img,
          section#about .infographic-wrapper .location-infographic .airport img {
            height: 18px; } }
      section#about .infographic-wrapper .location-infographic .union-station {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
        padding-bottom: 10px;
        opacity: 0; }
      section#about .infographic-wrapper .location-infographic .home {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        grid-column: 2 / span 1;
        grid-row: 1 / span 1;
        margin-left: -17px;
        opacity: 0; }
        @media screen and (max-width: 768px) {
          section#about .infographic-wrapper .location-infographic .home {
            margin-left: -9px; } }
      section#about .infographic-wrapper .location-infographic .airport {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        grid-column: 3 / span 1;
        grid-row: 1 / span 1;
        opacity: 0; }
      section#about .infographic-wrapper .location-infographic .line {
        position: relative; }
        section#about .infographic-wrapper .location-infographic .line.line-left {
          grid-column: 1 / span 1;
          grid-row: 2 / span 1;
          margin-left: 15px; }
          section#about .infographic-wrapper .location-infographic .line.line-left:before {
            transform-origin: 0% 50%; }
          section#about .infographic-wrapper .location-infographic .line.line-left.border-on:before {
            transform-origin: 100% 50%; }
        section#about .infographic-wrapper .location-infographic .line.line-right {
          grid-column: 2 / span 2;
          grid-row: 2 / span 1;
          margin-right: 15px; }
      section#about .infographic-wrapper .location-infographic .union-station-horizontal-line,
      section#about .infographic-wrapper .location-infographic .fl-horizontal-line,
      section#about .infographic-wrapper .location-infographic .dia-horizontal-line {
        position: relative; }
      section#about .infographic-wrapper .location-infographic .union-station-horizontal-line {
        grid-column: 1 / span 1;
        grid-row: 3 / span 1;
        margin-left: 15px; }
      section#about .infographic-wrapper .location-infographic .fl-horizontal-line {
        grid-column: 2 / span 1;
        grid-row: 3 / span 1; }
        @media screen and (max-width: 768px) {
          section#about .infographic-wrapper .location-infographic .fl-horizontal-line.left-line:before {
            height: calc(100% - 30px); } }
      section#about .infographic-wrapper .location-infographic .dia-horizontal-line {
        grid-column: 3 / span 1;
        grid-row: 3 / span 1;
        margin-right: 15px; }
      section#about .infographic-wrapper .location-infographic .union-station-text,
      section#about .infographic-wrapper .location-infographic .foundryline-text,
      section#about .infographic-wrapper .location-infographic .airport-text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 10px;
        opacity: 0; }
      section#about .infographic-wrapper .location-infographic .union-station-text {
        grid-column: 1 / span 1;
        grid-row: 4 / span 1; }
      section#about .infographic-wrapper .location-infographic .foundryline-text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        grid-column: 2 / span 1;
        grid-row: 4 / span 1;
        margin-left: -68px; }
        @media screen and (max-width: 768px) {
          section#about .infographic-wrapper .location-infographic .foundryline-text {
            margin-left: -38px;
            margin-top: -25px; } }
      section#about .infographic-wrapper .location-infographic .airport-text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        grid-column: 3 / span 1;
        grid-row: 4 / span 1; }
        section#about .infographic-wrapper .location-infographic .airport-text .location {
          text-align: right; }
  section#about .sidebar {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: calc(100vw * 2 / 12);
    position: relative; }
    section#about .sidebar .sideways {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      height: calc(100vw * 2 / 12); }
    @media screen and (max-width: 768px) {
      section#about .sidebar {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; }
        section#about .sidebar .sideways {
          height: calc(100vw * 8 / 12); } }
  section#amenities {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    section#amenities .bottom-line:before {
      background: #dfd3cc; }
    section#amenities .main-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100vw; }
      section#amenities .main-content .image-container {
        padding: 30px; }
      section#amenities .main-content .image-column {
        width: calc(100vw * 4 / 12); }
        section#amenities .main-content .image-column .image-container {
          height: calc(100% - 90px); }
          section#amenities .main-content .image-column .image-container figure {
            height: 100%; }
            section#amenities .main-content .image-column .image-container figure img {
              height: 100%;
              object-fit: cover; }
      section#amenities .main-content .amenities-list {
        position: relative;
        width: calc(100vw * 4 / 12); }
        section#amenities .main-content .amenities-list:before {
          background: #dfd3cc; }
      section#amenities .main-content .images-column {
        width: calc(100vw * 4 / 12); }
        section#amenities .main-content .images-column .lobby-image {
          width: calc(100vw * 2 / 12); }
          section#amenities .main-content .images-column .lobby-image img {
            width: 100%;
            height: auto; }
        section#amenities .main-content .images-column .fitness-image {
          width: calc(100% - 60px); }
          section#amenities .main-content .images-column .fitness-image img {
            width: 100%;
            height: auto; }
      @media screen and (max-width: 768px) {
        section#amenities .main-content {
          -webkit-flex-flow: column;
          -moz-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          padding-bottom: 30px; }
          section#amenities .main-content .image-column,
          section#amenities .main-content .amenities-list,
          section#amenities .main-content .images-column {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-around;
            -moz-justify-content: space-around;
            -ms-justify-content: space-around;
            justify-content: space-around;
            -ms-flex-pack: space-around;
            width: 100vw; }
            section#amenities .main-content .image-column .image-container,
            section#amenities .main-content .amenities-list .image-container,
            section#amenities .main-content .images-column .image-container {
              width: calc(100vw * 11 / 12);
              padding: 0; }
            section#amenities .main-content .image-column .fitness-image,
            section#amenities .main-content .amenities-list .fitness-image,
            section#amenities .main-content .images-column .fitness-image {
              width: calc(100vw * 7 / 12); }
            section#amenities .main-content .image-column .lobby-image,
            section#amenities .main-content .amenities-list .lobby-image,
            section#amenities .main-content .images-column .lobby-image {
              width: calc(100vw * 4 / 12); }
          section#amenities .main-content .amenities-list ul {
            margin-bottom: 0; } }
  section#location {
    text-transform: uppercase;
    position: relative; }
    section#location .sidebar {
      margin-right: 5px;
      margin-left: -7px;
      width: calc(100vw * 2 / 12);
      position: relative; }
      section#location .sidebar .sideways {
        height: calc(100vw * 2 / 12); }
      @media screen and (max-width: 768px) {
        section#location .sidebar {
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start;
          padding-top: 140px;
          margin-left: 0; }
          section#location .sidebar h1 {
            margin: 0; } }
    section#location .flex {
      position: relative; }
      @media screen and (max-width: 768px) {
        section#location .flex {
          flex-flow: wrap;
          position: relative; } }
    section#location .map-container {
      width: calc(100vw * 6 / 12);
      height: calc(100vw * 6 / 12);
      position: relative; }
      section#location .map-container #map {
        width: 100%;
        height: 100%; }
      section#location .map-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative; }
      @media screen and (max-width: 768px) {
        section#location .map-container {
          width: calc(100vw * 10 / 12);
          height: calc(100vw * 10 / 12); } }
    section#location .location-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      width: calc(100vw * 4 / 12);
      position: relative; }
      @media screen and (max-width: 768px) {
        section#location .location-info {
          width: calc(100vw * 10 / 12); } }
      section#location .location-info h3 {
        font-size: 1.5rem; }
      section#location .location-info .address-container,
      section#location .location-info .time-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        position: relative; }
        @media screen and (max-width: 768px) {
          section#location .location-info .address-container,
          section#location .location-info .time-container {
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            justify-content: flex-start;
            -ms-flex-pack: flex-start;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            -ms-align-items: flex-start;
            align-items: flex-start;
            padding: 30px; } }
        section#location .location-info .address-container figcaption,
        section#location .location-info .time-container figcaption {
          padding: 0 40px 30px 40px; }
      section#location .location-info .address-container {
        height: 40%; }
      section#location .location-info .time-container {
        margin-top: 5px; }
        section#location .location-info .time-container .time-item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row;
          -moz-flex-flow: row;
          -ms-flex-flow: row;
          flex-flow: row;
          padding: 30px 0; }
          @media screen and (max-width: 768px) {
            section#location .location-info .time-container .time-item {
              padding: 15px 0; } }
          section#location .location-info .time-container .time-item .time {
            width: 50px; }
          section#location .location-info .time-container .time-item h3 {
            font-size: 2.5rem;
            margin: 10px 0; }
          section#location .location-info .time-container .time-item .to-container {
            border-top: 2px dashed #262626;
            border-bottom: 2px dashed #262626;
            font-size: 1.25rem;
            height: 2rem;
            line-height: 2rem;
            margin: 15px 30px;
            padding: 0 5px; }
            @media screen and (max-width: 768px) {
              section#location .location-info .time-container .time-item .to-container {
                margin: 15px; } }
  section#community {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    section#community .flex-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row;
      -moz-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      padding: 30px 0; }
    section#community .title {
      border-color: #262626; }
    section#community .text-container {
      width: calc(100vw * 4 / 12);
      padding-right: 40px; }
      section#community .text-container p:first-child {
        margin-top: 0; }
    section#community .slider-container {
      width: calc(100vw * 7 / 12);
      padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      section#community .flex-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; }
      section#community .text-container,
      section#community .slider-container {
        width: calc(100vw * 10 / 12);
        margin: 0 auto;
        padding-right: 0; }
      section#community .slider-container {
        padding-top: 30px; } }
  section#contact {
    position: relative; }
    section#contact .info-column,
    section#contact h2 {
      width: calc(100vw * 2 / 12); }
    section#contact h2 {
      font-size: 1.5rem; }
    section#contact .info-column {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding: 30px;
      width: calc(100vw * 3 / 12);
      position: relative; }
      section#contact .info-column .contact-item {
        padding: 15px 0; }
        section#contact .info-column .contact-item .name {
          text-transform: uppercase; }
        section#contact .info-column .contact-item .info {
          padding: 15px 0; }
    section#contact .image-column {
      width: calc(100vw * 9 / 12); }
      section#contact .image-column .image-container {
        padding: 30px; }
    @media screen and (max-width: 768px) {
      section#contact {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; }
        section#contact h2 {
          width: calc(100vw * 10 / 12); }
        section#contact .info-column {
          width: calc(100vw * 10 / 12); }
        section#contact .image-column {
          order: 1;
          position: relative;
          width: 100vw; }
          section#contact .image-column .image-container {
            padding: 15px; }
        section#contact .info-column {
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start;
          order: 2; } }

footer {
  background: #262626;
  color: #c5daca;
  padding-bottom: 20px;
  position: relative; }
  @media screen and (max-width: 768px) {
    footer .flex.big-wrapper {
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; }
      footer .flex.big-wrapper .half {
        width: 100vw; } }
  footer .bottom-line:before,
  footer .right-line:before {
    background: #c5daca; }
  footer .logo-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100vw;
    padding: 30px 0;
    position: relative; }
    footer .logo-container svg {
      width: calc(100vw * 6 / 12); }
      @media screen and (max-width: 768px) {
        footer .logo-container svg {
          width: calc(100vw * 9 / 12); } }
      footer .logo-container svg path {
        fill: #c5daca; }
  footer .flex.bottom-line {
    position: relative; }
  footer .email-signup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 30px;
    position: relative; }
  footer .affiliate-logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      footer .affiliate-logos {
        padding-bottom: 20px; } }
    footer .affiliate-logos a {
      color: #c5daca; }
    footer .affiliate-logos .mcwhinney-logo {
      width: calc(100vw * 4 / 12); }
      footer .affiliate-logos .mcwhinney-logo svg {
        width: 100%;
        height: auto; }
        footer .affiliate-logos .mcwhinney-logo svg path,
        footer .affiliate-logos .mcwhinney-logo svg polygon {
          fill: #c5daca; }
    footer .affiliate-logos .flex {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      width: calc(100vw * 4 / 12); }
      @media screen and (max-width: 768px) {
        footer .affiliate-logos .flex {
          width: calc(100vw * 11 / 12); }
          footer .affiliate-logos .flex .footer-nav {
            width: 61%; }
            footer .affiliate-logos .flex .footer-nav ul {
              padding-left: 0;
              font-size: 0.7rem; } }
    footer .affiliate-logos img {
      width: 40px;
      height: auto; }
  footer ul {
    margin: 0; }
  footer nav li {
    padding: 0; }

.footer-nav ul {
  padding-left: 0; }
  .footer-nav ul li {
    padding-bottom: 10px; }

button {
  font-family: ibm-plex-mono, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  background: #c5daca;
  background-clip: none;
  border-radius: 0;
  border: 2px solid #c5daca;
  float: right;
  font-size: 1.2rem;
  text-transform: uppercase;
  outline: none;
  padding: 4px 20px;
  margin: 10px 0; }
  button:hover {
    background: #262626;
    border-color: #c5daca;
    color: #c5daca;
    cursor: pointer; }

#mc_embed_signup {
  width: calc(100vw * 4 / 12);
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #mc_embed_signup {
      width: calc(100vw * 11 / 12); } }
  #mc_embed_signup .asterisk {
    color: #c5daca;
    top: 0; }
  #mc_embed_signup .button {
    color: #262626;
    height: 28px;
    line-height: 15px; }
  #mc_embed_signup .mc-field-group {
    font-family: ibm-plex-mono, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; }
    #mc_embed_signup .mc-field-group input {
      background: transparent;
      border-width: 3px;
      border-style: double;
      border-color: #c5daca;
      border-left: none;
      border-right: none;
      border-top: none;
      color: #c5daca;
      height: 30px;
      width: 100%; }
      #mc_embed_signup .mc-field-group input:hover, #mc_embed_signup .mc-field-group input:focus {
        outline: none; }
    #mc_embed_signup .mc-field-group label {
      font-size: 0.75rem;
      width: 100%;
      text-transform: uppercase; }
  #mc_embed_signup input.button {
    font-family: ibm-plex-mono, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background: #c5daca;
    background-clip: none;
    border-radius: 0;
    border: 2px solid #c5daca;
    float: right;
    font-size: 0.8rem;
    text-transform: uppercase;
    outline: none;
    padding: 4px 20px;
    margin: 10px 0; }
    #mc_embed_signup input.button:hover {
      background: #262626;
      border-color: #c5daca;
      color: #c5daca;
      cursor: pointer; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

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

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

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