@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text|Rokkitt|Work+Sans|Space+Mono|Cutive+Mono");
/*!
 * Tent CSS
 * http://css.sitetent.com
 *
 * Copyright (c) 2017, Aaron Mazade
 * Licensed under the MIT license
 */
@import url("https://fonts.googleapis.com/css?family=Crimson+Text|Rokkitt|Work+Sans|Space+Mono|Cutive+Mono");
html {
  box-sizing: border-box;
  line-height: 1;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  margin: 0;
  font-family: sans-serif; }

iframe {
  border: 0; }

main {
  display: block; }

sup {
  position: relative;
  top: -.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

strong {
  font-weight: bold; }

figure {
  margin: 0; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

body {
  background-color: #181712;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1em;
  font-family: Ubuntu, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6; }

hr {
  display: block;
  margin: 1.5rem 0;
  height: 1px;
  border: none;
  background-color: #dbdbdb; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

a {
  color: #DF8537;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #ae601c; }

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible; }

blockquote {
  margin: 0 0 1rem;
  padding: 0 0 0 0.5rem;
  border-left: 4px solid #6E6E6E; }

cite {
  font-style: italic; }

code {
  font-family: "Andale Mono", "Consolas", arial;
  font-size: inherit;
  color: #0074D9;
  background-color: #EFEFEC;
  padding: 0.125rem 0.25rem; }

p {
  margin: 0 0 1.5rem; }
  p:last-child {
    margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0 0 2rem;
  color: #FFFFFF;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.25; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

textarea {
  overflow: auto; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0.5rem 1rem;
  width: auto;
  border: 1px solid #B4B3B1;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #A4A4A4;
  font-size: 1rem;
  font-family: inherit;
  appearance: none; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    border-color: #0074D9; }

ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

li {
  display: list-item;
  margin-bottom: 0.5rem; }

dl {
  margin-top: 0;
  margin-bottom: 0; }

dd {
  margin-left: 0; }

table {
  border-spacing: 0; }
  table td {
    padding: 0.5rem; }

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%; }
  @media (min-width: 36em) {
    .container {
      max-width: 33.75rem; } }
  @media (min-width: 48em) {
    .container {
      max-width: 45rem; } }
  @media (min-width: 62em) {
    .container {
      max-width: 71.25rem; } }
  .container--fluid {
    max-width: 100%; }

.flex, .grid, .control--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex--stack, .grid--stack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex--top, .grid--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.flex--bottom, .grid--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex--center, .grid--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex--stretch, .grid--stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.flex--baseline, .grid--baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.flex--justify-center, .grid--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex--justify-start, .grid--justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex--justify-end, .grid--justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex__item, .grid__column {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.flex__item--top, .grid__column--top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.flex__item--bottom, .grid__column--bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.flex__item--center, .grid__column--center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

@media (min-width: 36em) {
  .flex-first--sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }

  .flex-last--sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }
@media (min-width: 48em) {
  .flex-first--md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }

  .flex-last--md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }
@media (min-width: 62em) {
  .flex-first--lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }

  .flex-last--lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }
@media (min-width: 75em) {
  .flex-first--xl {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }

  .flex-last--xl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }
.grid {
  padding: 0;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .grid--gutterless > .grid__column {
    padding: 0; }

.grid__column {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }
  .grid__column--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid__column--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid__column--3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__column--4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid__column--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid__column--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__column--7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid__column--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid__column--9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__column--10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid__column--11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .grid__column--12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 36em) {
    .grid__column--1--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .grid__column--2--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .grid__column--3--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .grid__column--4--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .grid__column--5--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .grid__column--6--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .grid__column--7--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .grid__column--8--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .grid__column--9--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .grid__column--10--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .grid__column--11--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .grid__column--12--sm {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 48em) {
    .grid__column--1--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .grid__column--2--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .grid__column--3--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .grid__column--4--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .grid__column--5--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .grid__column--6--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .grid__column--7--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .grid__column--8--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .grid__column--9--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .grid__column--10--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .grid__column--11--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .grid__column--12--md {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 62em) {
    .grid__column--1--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .grid__column--2--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .grid__column--3--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .grid__column--4--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .grid__column--5--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .grid__column--6--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .grid__column--7--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .grid__column--8--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .grid__column--9--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .grid__column--10--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .grid__column--11--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .grid__column--12--lg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 75em) {
    .grid__column--1--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .grid__column--2--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .grid__column--3--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .grid__column--4--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .grid__column--5--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .grid__column--6--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .grid__column--7--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .grid__column--8--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .grid__column--9--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .grid__column--10--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .grid__column--11--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .grid__column--12--xl {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

@media (min-width: 36em) {
  .grid {
    width: 100%; }

  .grid__column {
    padding: 0 1rem; } }
.list--unstyled, .list--inline {
  list-style-type: none;
  padding: 0; }
.list--inline .list__item {
  display: inline-block; }
  .list--inline .list__item:not(:last-child) {
    padding-right: 25px; }
.list--nulled,
.list--nulled .list__item {
  margin: 0; }

.table--stripped .table__body .table__row:not(:nth-child(even)) .table__cell {
  background-color: #EFEFEC; }

.title--xxxs,
.subtitle--xxxs {
  font-size: 0.625rem; }
.title--xxs,
.subtitle--xxs {
  font-size: 0.75rem; }
.title--xs,
.subtitle--xs {
  font-size: 0.875rem; }
.title--sm,
.subtitle--sm {
  font-size: 1rem; }
.title--md,
.subtitle--md {
  font-size: 1.125rem; }
.title--lg,
.subtitle--lg {
  font-size: 1.25rem; }
.title--xl,
.subtitle--xl {
  font-size: 2rem; }
.title--xxl,
.subtitle--xxl {
  font-size: 2.5rem; }
.title--xxxl,
.subtitle--xxxl {
  font-size: 3rem; }

.title {
  font-weight: 700; }

.subtitle {
  font-weight: 100; }

.title,
.subtitle {
  word-break: break-word; }

.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1rem; }

.title-set .title {
  margin: 0; }
.title-set .title + .subtitle {
  margin-top: 0; }

.lead {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6; }

.button {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 2.5rem;
  border: 2px solid #6E6E6E;
  border-radius: 0;
  background-color: #6E6E6E;
  color: #181712;
  text-decoration: none;
  text-transform: uppercase;
  font-size: inherit;
  -webkit-transition: all 1s ease;
          transition: all 1s ease; }
  .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
    border-color: #00305a;
    background-color: #0059a6;
    color: #FFFFFF; }
  .button.button--secondary:hover, .button.button--secondary:focus, .button.button--secondary:active {
    border-color: #193e2d;
    background-color: #2e7555;
    color: #FFFFFF; }
  .button.button--tertiary:hover, .button.button--tertiary:focus, .button.button--tertiary:active {
    border-color: #b50a00;
    background-color: #ff1103;
    color: #FFFFFF; }
  .button--xxxs {
    padding: 0.5rem 1rem;
    font-size: 0.625rem; }
  .button--xxs {
    padding: 0.5rem 2rem;
    font-size: 0.625rem; }
  .button--xs {
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem; }
  .button--sm {
    padding: 0.5rem 2.5rem;
    font-size: 0.875rem; }
  .button--md {
    padding: 0.5rem 2.5rem;
    font-size: 0.875rem; }
  .button--lg {
    padding: 1rem 3rem;
    font-size: 1.125rem; }
  .button--xl {
    padding: 1rem 3.5rem;
    font-size: 1.25rem; }
  .button--xxl {
    padding: 1rem 4rem;
    font-size: 1.25rem; }
  .button--xxxl {
    padding: 1rem 4.5rem;
    font-size: 1.25rem; }
  .button--block {
    width: 100%;
    text-align: center; }

.button--filled:hover, .button--filled:focus, .button--filled:active {
  border-color: #2e2e2e;
  background-color: #555555;
  color: #181712; }
.button--filled.button--primary {
  border-color: #0074D9;
  background-color: #0074D9;
  color: #FFFFFF; }
.button--filled.button--secondary {
  border-color: #3D9970;
  background-color: #3D9970;
  color: #FFFFFF; }
.button--filled.button--tertiary {
  border-color: #FF4136;
  background-color: #FF4136;
  color: #FFFFFF; }

.button--outlined {
  background-color: transparent;
  color: #6E6E6E; }
  .button--outlined:hover, .button--outlined:focus, .button--outlined:active {
    border-color: #2e2e2e;
    background-color: #555555;
    color: #181712; }
  .button--outlined.button--primary {
    border-color: #0074D9;
    color: #0074D9; }
  .button--outlined.button--secondary {
    border-color: #3D9970;
    color: #3D9970; }
  .button--outlined.button--tertiary {
    border-color: #FF4136;
    color: #FF4136; }

.button--clear {
  border-color: transparent;
  background-color: transparent;
  color: #6E6E6E; }
  .button--clear:hover, .button--clear:focus, .button--clear:active {
    border-bottom: 2px solid #6E6E6E;
    color: #6E6E6E; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid #B4B3B1;
  border-radius: 0;
  background: #FFFFFF;
  color: #FFFFFF; }
  .card > :last-child {
    margin-bottom: 0; }
  .card__image {
    margin: 0 auto;
    max-width: 100%; }
  .card__content {
    padding: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .card__content > :last-child {
      margin-bottom: 0; }

.card--filled {
  background-color: #FFFFFF; }
  .card--filled.card--primary {
    background-color: #0074D9; }
  .card--filled.card--secondary {
    background-color: #3D9970; }
  .card--filled.card--tertiary {
    background-color: #FF4136; }

.card--outlined {
  border: 2px solid transparent; }
  .card--outlined.card--primary {
    border-color: #0074D9; }
  .card--outlined.card--secondary {
    border-color: #3D9970; }
  .card--outlined.card--tertiary {
    border-color: #FF4136; }

.card--raised {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.1); }

.card--clear,
.card--feature {
  border: 0; }

.card--clear {
  background: transparent; }

.control__label {
  display: block;
  margin: 0 0 0 0 0.5rem;
  font-weight: 600; }

.control--radio .control__label,
.control--checkbox .control__label {
  font-weight: 400; }

.control--inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .control--inline .control__label:not(:first-child) {
    margin-left: 0; }
  @media (min-width: 36em) {
    .control--inline {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .control--inline .control__label:not(:first-child) {
        margin-left: 0.5rem; } }

.control--block,
.control--block .control__input,
.control--block .control__textarea,
.control--block .control__select {
  width: 100%; }

.control--select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 1.5rem; }
  .control--select:after {
    content: "";
    border: 1px solid #0074D9;
    border-right: 0;
    border-top: 0;
    display: block;
    position: absolute;
    height: 0.5rem;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 0.5rem;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
    z-index: 4; }

.control__select {
  padding-right: 2.5rem;
  margin: 0; }

.control__textarea--sm {
  min-height: 5rem; }
.control__textarea--md {
  min-height: 8.75rem; }
.control__textarea--lg {
  min-height: 12.5rem; }

.color-primary {
  color: #0074D9; }
.color-secondary {
  color: #3D9970; }
.color-tertiary {
  color: #FF4136; }
.color-light {
  color: #B4B3B1; }
.color-lighter {
  color: #EFEFEC; }
.color-lightest {
  color: #FFFFFF; }
.color-medium {
  color: #A4A4A4; }
.color-dark {
  color: #6E6E6E; }
.color-darker {
  color: #181712; }
.color-darkest {
  color: #111111; }

.bg-color-primary {
  background-color: #0074D9; }
.bg-color-secondary {
  background-color: #3D9970; }
.bg-color-tertiary {
  background-color: #FF4136; }
.bg-color-light {
  background-color: #B4B3B1; }
.bg-color-lighter {
  background-color: #EFEFEC; }
.bg-color-lightest {
  background-color: #FFFFFF; }
.bg-color-medium {
  background-color: #A4A4A4; }
.bg-color-dark {
  background-color: #6E6E6E; }
.bg-color-darker {
  background-color: #181712; }
.bg-color-darkest {
  background-color: #111111; }

.inverse {
  color: #EFEFEC; }
  .inverse h1,
  .inverse h2,
  .inverse h3,
  .inverse h4,
  .inverse h5,
  .inverse h6 {
    color: #EFEFEC; }

.display-block {
  display: block; }
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.display-inline-block {
  display: inline-block; }
.display-inline {
  display: inline; }
.display-none {
  display: none; }
.display-table {
  display: table; }

.padding-xxxs {
  padding: 0.5rem; }
.padding-xxs {
  padding: 1rem; }
.padding-xs {
  padding: 1.5rem; }
.padding-sm {
  padding: 2rem; }
.padding-md {
  padding: 2.5rem; }
.padding-lg {
  padding: 3rem; }
.padding-xl {
  padding: 3.5rem; }
.padding-xxl {
  padding: 4rem; }
.padding-xxxl {
  padding: 4.5rem; }
.padding-y {
  padding-left: 0;
  padding-right: 0; }
.padding-x {
  padding-top: 0;
  padding-bottom: 0; }
.padding-nulled {
  padding: 0; }

.margin-xxxs {
  margin: 0.5rem; }
.margin-xxs {
  margin: 1rem; }
.margin-xs {
  margin: 1.5rem; }
.margin-sm {
  margin: 2rem; }
.margin-md {
  margin: 2.5rem; }
.margin-lg {
  margin: 3rem; }
.margin-xl {
  margin: 3.5rem; }
.margin-xxl {
  margin: 4rem; }
.margin-xxxl {
  margin: 4.5rem; }
.margin-y {
  margin-left: 0;
  margin-right: 0; }
.margin-x {
  margin-top: 0;
  margin-bottom: 0; }
.margin-nulled {
  margin: 0; }

.height-full {
  height: 100%; }

.type-italic {
  font-style: italic; }
.type-bold {
  font-weight: 700; }
.type-black {
  font-weight: 900; }
.type-small {
  font-size: 0.7em; }
.type-caps {
  font-variant: small-caps; }
.type-uppercase {
  text-transform: uppercase; }
.type-justify {
  text-align: justify; }
.type-left {
  text-align: left; }
.type-right {
  text-align: right; }
.type-center {
  text-align: center; }

html,
body,
#page {
  width: 100%;
  background-color: #181712;
  color: #B4B3B1;
  height: 100%; }

#content {
  width: 100%;
  min-height: 70%; }

.headline {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif !important;
  color: #B4B3B1 !important;
  font-size: 1.6rem;
  padding: 25px; }

a:hover {
  text-decoration: underline; }

#main {
  overflow: hidden; }

li {
  list-style: none; }

/* Post Navigation
-------------------------------------------------------------- */
.nav-previous::before {
  padding-right: 10px;
  content: '«'; }

.nav-next::after {
  padding-left: 10px;
  content: '»'; }

/* =Comments
-------------------------------------------------------------- */
#comments {
  max-width: 100%;
  overflow: hidden; }

#reply-title {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 1.4rem;
  color: #B4B3B1; }

#comment {
  background-color: #181712;
  color: #B4B3B1;
  border: solid 1px #494743;
  max-width: 100%; }

#submit {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 2.5rem;
  border: 2px solid #6E6E6E;
  border-radius: 0;
  background-color: #6E6E6E;
  color: #181712;
  text-decoration: none;
  text-transform: uppercase;
  font-size: inherit;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  border-color: transparent;
  background-color: transparent;
  color: #6E6E6E; }
  #submit:hover, #submit:focus, #submit:active {
    border-bottom: 2px solid #6E6E6E;
    color: #6E6E6E; }

#author,
#email,
#url {
  background-color: #181712;
  color: #B4B3B1;
  border-top: none;
  border-left: none;
  border-bottom: solid 2px #494743;
  border-right: none; }

.comments-title {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 1.2rem;
  color: #B4B3B1;
  border-top: solid 1px #494743;
  padding-top: 15px; }

#respond {
  padding-top: 15px;
  border-top: solid 1px #494743; }

.comment-metadata {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 0.9rem; }

.comment-content {
  padding: 30px; }

#reply-title {
  cursor: pointer; }

#commentform {
  display: none; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
  /* Above WP toolbar. */ }

#masthead {
  width: 100%;
  height: 140px; }
  @media only screen and (max-width: 900px) {
    #masthead {
      height: 100px; } }

#site-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
  margin: 0 auto; }
  @media only screen and (max-width: 1400px) {
    #site-navigation {
      width: 70%; } }
  @media only screen and (max-width: 1200px) {
    #site-navigation {
      width: 80%; } }
  @media only screen and (max-width: 1000px) {
    #site-navigation {
      width: 90%; } }
  @media only screen and (max-width: 800px) {
    #site-navigation {
      width: 85%; } }

#logo {
  padding-top: 30px;
  font-family: 'Rokkitt';
  font-weight: 700;
  font-size: 1.3rem; }

#logo a {
  color: #B4B3B1; }
  #logo a:hover {
    color: #DF8537;
    text-decoration: none; }

#header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  margin-right: 0;
  height: 30px; }

.menu-button {
  height: 50px;
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 1.2rem;
  text-transform: lowercase;
  color: #B4B3B1; }
  .menu-button:hover {
    text-decoration: none; }

@media only screen and (max-width: 718px) {
  .menu-only-big {
    display: none; } }

.sessions-icon {
  margin-top: 20px;
  margin-right: 10px;
  background-color: #B4B3B1;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 20px;
  line-height: 48px; }

.sessions-button {
  padding-right: 4px;
  color: #181712; }

/* Sliding menu
-------------------------------------------------------------- */
#sliding-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1000; }

#sliding-menu-wrapper {
  height: 100%;
  width: 400px;
  padding-top: 150px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  right: -410px;
  background: #181712;
  border-left: 1px solid #181712; }

.sliding-menu-item {
  margin: 10px 100px;
  line-height: 50px;
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 1.3rem;
  border-bottom: 1px solid #252525; }

.sliding-menu-item a,
#slider-close a {
  color: #B4B3B1; }
  .sliding-menu-item a:hover,
  #slider-close a:hover {
    color: #DF8537;
    text-decoration: none; }

#slider-close {
  padding: 10px 100px;
  line-height: 50px; }

/* Footer Navigation
-------------------------------------------------------------- */
#colophon {
  position: relative;
  width: 100%;
  height: 140px;
  padding-top: 60px;
  z-index: 100; }
  @media only screen and (max-width: 1000px) {
    #colophon {
      padding-top: 10px;
      margin-top: 20px; } }

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
  margin: 0 auto; }
  @media only screen and (max-width: 1400px) {
    .footer-wrapper {
      width: 70%; } }
  @media only screen and (max-width: 1200px) {
    .footer-wrapper {
      width: 80%; } }
  @media only screen and (max-width: 1000px) {
    .footer-wrapper {
      width: 90%; } }
  @media only screen and (max-width: 800px) {
    .footer-wrapper {
      width: 85%;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

#footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media only screen and (max-width: 800px) {
    #footer-menu {
      display: none; } }

#footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.footer-menu-item {
  margin-right: 25px;
  font-family: "Crimson Text", "Baskerville", "Georgia", serif; }

.footer-social-item {
  padding-left: 30px; }

.footer-social-item a {
  color: #B4B3B1; }

.os-home-wrapper {
  width: 100%;
  min-height: 100%;
  background: #EFEFEC;
  color: #4A4A4A; }

.os-home-nav {
  position: fixed;
  height: 280px;
  top: 60px;
  right: 0; }
  @media only screen and (max-width: 1200px) {
    .os-home-nav {
      display: none; } }

.os-logo {
  position: fixed;
  top: 130px;
  right: 250px; }
  @media only screen and (max-width: 1400px) {
    .os-logo {
      right: 180px; } }

.os-logo-img {
  width: 70px;
  margin-right: 20px; }

.os-menu {
  width: 250px;
  padding-left: 30px;
  border-left: 1px solid #CCCACA;
  font-family: "Space Mono", arial;
  font-weight: 700; }
  @media only screen and (max-width: 1400px) {
    .os-menu {
      width: 180px; } }

.os-menu-item {
  padding: 5px; }

.os-menu-item a {
  color: #4A4A4A; }
  .os-menu-item a:hover, .os-menu-item a:focus, .os-menu-item a:active {
    color: #DF8537; }

.os-mobile-menu {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .os-mobile-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 50;
      width: 100%;
      height: 80px;
      background: #EFEFEC;
      color: #4A4A4A;
      border-bottom: 1px solid #CCCACA; } }

.logo-mobile-home a {
  padding-left: 50px;
  color: #4A4A4A !important; }
  .logo-mobile-home a:hover, .logo-mobile-home a:focus, .logo-mobile-home a:active {
    color: #DF8537 !important; }

.menu-button-home {
  color: #4A4A4A;
  padding-right: 50px; }

.os-home-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 280px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1200px) {
    .os-home-content {
      padding-top: 170px; } }
  @media only screen and (max-width: 1000px) {
    .os-home-content {
      padding-top: 150px; } }

.os-home-main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 40px;
  height: 450px; }
  @media only screen and (max-width: 700px) {
    .os-home-main-row {
      height: auto; } }

.os-home-featured {
  width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
  background: #FFFFFC;
  border: 2px solid #494747;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
  margin-right: 50px; }
  @media only screen and (max-width: 1000px) {
    .os-home-featured {
      display: none; } }

.os-featured-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.os-featured-item {
  width: 150px; }

.os-featured-item img {
  margin-bottom: 10px; }

.os-home-session-title {
  font-family: "Space Mono", arial;
  font-weight: 700; }

.os-home-session-title a {
  color: #4A4A4A; }
  .os-home-session-title a:hover, .os-home-session-title a:focus, .os-home-session-title a:active {
    color: #DF8537; }
  .os-home-session-title a:visited {
    color: #4A4A4A; }

.os-featured-title {
  font-family: "Space Mono", arial;
  font-weight: 700;
  color: #4A4A4A;
  margin-bottom: 10px; }

.os-home-session-title {
  font-size: 18px;
  text-align: right; }

.os-home-session {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px 50px;
  background: #FFFFFC;
  border: 2px solid #494747;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 700px) {
    .os-home-session {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.os-home-session-img {
  height: 100%;
  width: 60%;
  background-image: url("https://www.ontariostreet.com/wp-content/uploads/2017/12/poncio_001_compressed.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 700px) {
    .os-home-session-img {
      width: 100%;
      height: 400px; } }
  @media only screen and (max-width: 500px) {
    .os-home-session-img {
      width: 100%;
      height: 300px; } }

.os-home-session-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
  width: 40%; }
  @media only screen and (max-width: 700px) {
    .os-home-session-text {
      width: 100%;
      padding-top: 20px; } }

.os-home-session-about {
  font-family: "Cutive Mono", arial;
  color: #4A4A4A;
  text-align: right;
  font-size: 12px; }

.br-home-player {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
  padding: 10px;
  background: #FFFFFC;
  border: 2px solid #494747;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5); }

.br-home-player-img {
  height: 80px;
  width: 80px;
  background-image: url("https://www.ontariostreet.com/wp-content/uploads/2017/12/poncio_001_thumb.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.iframe-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

#iframe-placeholder {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 20px; }

.br-iframe {
  display: none;
  padding-left: 20px;
  height: 60px; }

.br-home-player-play {
  height: 80px;
  padding-left: 20px; }

.br-home-player-play i {
  line-height: 80px;
  font-size: 40px;
  cursor: pointer; }

.br-home-player-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding-left: 20px; }

.br-home-player-title div {
  font-family: "Cutive Mono", arial;
  color: #4A4A4A; }

.session-wrapper {
  width: 65%;
  margin: 0 auto; }
  @media only screen and (max-width: 1400px) {
    .session-wrapper {
      width: 70%; } }
  @media only screen and (max-width: 1200px) {
    .session-wrapper {
      width: 80%; } }
  @media only screen and (max-width: 1000px) {
    .session-wrapper {
      width: 90%; } }
  @media only screen and (max-width: 800px) {
    .session-wrapper {
      width: 85%; } }

.session-block-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%; }

.block-one-right {
  width: 59%;
  padding: 10px; }
  @media only screen and (max-width: 1000px) {
    .block-one-right {
      width: 24%;
      padding-top: 60vh; } }
  @media only screen and (max-width: 700px) {
    .block-one-right {
      width: 40px;
      padding: 0;
      padding-top: 30vh; } }
  @media only screen and (max-width: 550px) {
    .block-one-right {
      width: 0;
      padding: 0;
      padding-top: 30vh; } }

.block-one-left {
  width: 39%; }
  @media only screen and (max-width: 1000px) {
    .block-one-left {
      width: 69%;
      padding-top: 50vh; } }
  @media only screen and (max-width: 900px) {
    .block-one-left {
      width: 100%;
      padding-top: 45vh; } }
  @media only screen and (max-width: 700px) {
    .block-one-left {
      width: 100%;
      padding-top: 40vh; } }
  @media only screen and (max-width: 600px) {
    .block-one-left {
      width: 100%;
      padding-top: 25vh; } }

@media only screen and (max-width: 999px) {
  .artwork {
    display: none; } }

.artwork-small {
  display: none; }
  @media only screen and (max-width: 1000px) {
    .artwork-small {
      display: block;
      position: absolute;
      padding: 55px;
      width: 90%;
      opacity: 0.4; } }
  @media only screen and (max-width: 900px) {
    .artwork-small {
      padding: 15px;
      max-width: 85%; } }
  @media only screen and (max-width: 650px) {
    .artwork-small {
      padding: 0;
      max-width: 85%; } }

.session-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding-top: 25px; }

.block-two-right {
  width: 69%;
  padding: 10px; }
  @media only screen and (max-width: 720px) {
    .block-two-right {
      width: 100%;
      padding: 30px; } }

.block-two-left {
  width: 29%;
  padding-left: 20px; }
  @media only screen and (max-width: 720px) {
    .block-two-left {
      display: none; } }

.session-number {
  color: rgba(223, 133, 55, 0.39);
  font-size: 140px;
  font-family: 'Rokkitt';
  font-weight: 700;
  position: relative;
  right: 40%; }
  @media only screen and (max-width: 1200px) {
    .session-number {
      right: 45%;
      font-size: 110px;
      color: rgba(223, 133, 55, 0.59); } }
  @media only screen and (max-width: 999px) {
    .session-number {
      right: 18%;
      font-size: 92px;
      color: rgba(223, 133, 55, 0.59); } }
  @media only screen and (max-width: 700px) {
    .session-number {
      right: 4%;
      font-size: 62px;
      color: rgba(223, 133, 55, 0.59); } }

.session-tracklist-block {
  position: relative;
  top: -100px;
  margin-left: 50px;
  margin-bottom: -80px; }
  @media only screen and (max-width: 1200px) {
    .session-tracklist-block {
      top: -80px;
      margin-bottom: -60px; } }
  @media only screen and (max-width: 999px) {
    .session-tracklist-block {
      top: -65px;
      margin-bottom: -50px; } }
  @media only screen and (max-width: 700px) {
    .session-tracklist-block {
      top: -55px;
      margin-bottom: -40px; } }

.session-postedby {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 1.4rem;
  color: #FFFFFF; }

.session-postedin {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-family: "Work Sans", Ubuntu, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300; }

.session-title {
  font-family: 'Rokkitt';
  font-weight: 500;
  font-size: 1.8rem;
  color: #B4B3B1;
  margin-bottom: 0.4rem; }

.session-content {
  padding: 10px 40px;
  font-family: "Work Sans", Ubuntu, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #B4B3B1; }
  @media only screen and (max-width: 720px) {
    .session-content {
      padding: 10px; } }

.artwork-player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.session-page-player {
  opacity: 0; }
  @media only screen and (max-width: 999px) {
    .session-page-player {
      position: fixed;
      bottom: 0px;
      left: 0;
      opacity: 1;
      z-index: 100; } }

.session-track-list {
  padding-top: 70px;
  padding-left: 8px; }

.session-track-list table td {
  padding: 0.2rem; }

.session-track-list .table__cell {
  border-bottom: solid 1px #494743 !important; }

.session-track-head,
.session-artist-head {
  font-family: "Work Sans", Ubuntu, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: left;
  color: #B4B3B1; }

.session-track {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 1rem;
  color: #B4B3B1; }

.session-artist {
  font-family: "Work Sans", Ubuntu, "Open Sans", "Helvetica Neue", sans-serif;
  color: #B4B3B1;
  font-size: 0.7rem;
  padding-left: 10px !important; }

.session-cat-links {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 0.95rem;
  padding-top: 40px;
  padding-left: 40px;
  color: #B4B3B1; }

.session-tags-links {
  width: 80%;
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 0.85rem;
  padding-top: 40px;
  padding-left: 40px;
  color: #B4B3B1; }

.session-navigation-links {
  padding: 20px; }
  @media only screen and (max-width: 720px) {
    .session-navigation-links {
      padding: 10px 0; } }

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.metaprophet {
  width: 70%;
  padding: 50px 30px; }

.os-player {
  position: fixed;
  bottom: -70px;
  width: 100%; }

.session-comments {
  padding: 30px;
  max-width: 100%; }

.sessions-main {
  padding-top: 100px; }
  @media only screen and (max-width: 1000px) {
    .sessions-main {
      padding-top: 80px; } }
  @media only screen and (max-width: 800px) {
    .sessions-main {
      padding-top: 40px;
      padding-left: 15px;
      padding-right: 15px; } }

.sessions-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.sessions-page-title {
  color: rgba(223, 133, 55, 0.39);
  font-size: 120px;
  font-family: 'Rokkitt';
  font-weight: 600;
  position: relative;
  left: 30%;
  top: 125px; }
  @media only screen and (max-width: 1000px) {
    .sessions-page-title {
      font-size: 72px;
      left: 15%;
      top: 85px; } }
  @media only screen and (max-width: 700px) {
    .sessions-page-title {
      font-size: 54px;
      left: 10%;
      top: 75px; } }

.session-gallery-item {
  width: 23%;
  padding-top: 30px; }
  @media only screen and (max-width: 1000px) {
    .session-gallery-item {
      width: 23%;
      padding-top: 20px; } }
  @media only screen and (max-width: 800px) {
    .session-gallery-item {
      width: 48%;
      padding-top: 15px; } }

.session-item img {
  width: 100%; }

/* Page base styles
-------------------------------------------------------------- */
.page-wrapper {
  width: 65%;
  margin: 0 auto; }
  @media only screen and (max-width: 1400px) {
    .page-wrapper {
      width: 70%; } }
  @media only screen and (max-width: 1200px) {
    .page-wrapper {
      width: 80%; } }
  @media only screen and (max-width: 1000px) {
    .page-wrapper {
      width: 90%; } }
  @media only screen and (max-width: 800px) {
    .page-wrapper {
      width: 85%; } }

.page-title {
  font-family: "Rokkitt", "Andale Mono", "Consolas", arial;
  font-size: 2.6rem;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #B4B3B1; }

.page-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.page-content {
  width: 69%;
  padding: 20px 50px 20px 20px; }
  @media only screen and (max-width: 900px) {
    .page-content {
      width: 100%;
      padding: 20px; } }

.page-sidebar {
  width: 29%;
  padding: 20px; }
  @media only screen and (max-width: 900px) {
    .page-sidebar {
      display: none; } }

/* Gallery page styles
-------------------------------------------------------------- */
.gallery-page-content {
  width: 100%; }

.gallery-page-title {
  color: rgba(223, 133, 55, 0.39);
  font-size: 120px;
  font-family: 'Rokkitt';
  font-weight: 600;
  position: relative;
  left: 50%;
  z-index: 200;
  top: 75px; }
  @media only screen and (max-width: 1000px) {
    .gallery-page-title {
      font-size: 82px;
      left: 45%;
      top: 50px; } }
  @media only screen and (max-width: 700px) {
    .gallery-page-title {
      font-size: 64px;
      left: 20%;
      top: 45px; } }

/* Search and archive pages styles
-------------------------------------------------------------- */
#search-background {
  position: fixed;
  opacity: 0.5;
  background-image: url("https://www.ontariostreet.com/wp-content/uploads/2017/06/112605_eightbit1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 65%;
  min-height: 70%;
  margin: 0 auto;
  z-index: 0; }
  @media only screen and (max-width: 1400px) {
    #search-background {
      width: 70%; } }
  @media only screen and (max-width: 1200px) {
    #search-background {
      width: 80%; } }
  @media only screen and (max-width: 1000px) {
    #search-background {
      width: 90%; } }
  @media only screen and (max-width: 800px) {
    #search-background {
      width: 85%; } }

.search-wrapper {
  position: relative;
  z-index: 30;
  width: 60%; }
  @media only screen and (max-width: 1000px) {
    .search-wrapper {
      width: 70%; } }
  @media only screen and (max-width: 800px) {
    .search-wrapper {
      width: 85%; } }

.search-result-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 85%;
  margin: 20px 40px 20px 40px;
  background-color: #181712; }
  @media only screen and (max-width: 800px) {
    .search-result-box {
      width: 95%; } }

.search-result-img {
  width: 120px;
  height: 120px;
  padding: 10px; }
  @media only screen and (max-width: 800px) {
    .search-result-img {
      width: 90px;
      height: 90px; } }

.search-result-img img {
  max-width: 100%;
  max-height: 100%; }

.search-result-title {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 1.4rem;
  margin: 10px; }
  @media only screen and (max-width: 800px) {
    .search-result-title {
      font-size: 1rem; } }

.search-result-title a {
  color: #B4B3B1; }
  .search-result-title a:hover {
    color: #DF8537; }

.search-cat-links {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 0.95rem;
  padding-left: 30px;
  color: #B4B3B1; }
  @media only screen and (max-width: 800px) {
    .search-cat-links {
      font-size: 0.7rem; } }

.search-page-title {
  color: rgba(223, 133, 55, 0.39);
  font-size: 68px;
  font-family: 'Rokkitt';
  font-weight: 600;
  position: relative;
  left: 50%;
  z-index: 200;
  top: 50px; }
  @media only screen and (max-width: 1700px) {
    .search-page-title {
      font-size: 56px;
      left: 45%;
      top: 20px; } }
  @media only screen and (max-width: 1300px) {
    .search-page-title {
      font-size: 42px;
      left: 45%;
      top: 0; } }
  @media only screen and (max-width: 700px) {
    .search-page-title {
      font-size: 34px;
      left: 20%;
      top: 0; } }

/* Sounds page styles
-------------------------------------------------------------- */
.sound-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 85%;
  margin: 20px 40px 20px 40px;
  padding: 20px;
  background-color: #181712; }
  @media only screen and (max-width: 800px) {
    .sound-text-box {
      width: 95%; } }

.sound-player-box {
  width: 85%;
  margin: 20px 40px 80px 40px; }
  @media only screen and (max-width: 800px) {
    .sound-player-box {
      width: 95%; } }

.sound-title {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 8px 0;
  color: #B4B3B1; }

.sound-by {
  font-family: "Crimson Text", "Baskerville", "Georgia", serif;
  font-size: 1.1rem; }

.sound-text {
  font-size: 0.9rem;
  padding: 10px; }

.sounds-page-body {
  padding-top: 50px; }
  @media only screen and (max-width: 1000px) {
    .sounds-page-body {
      padding-top: 30px; } }
  @media only screen and (max-width: 800px) {
    .sounds-page-body {
      padding-top: 30px; } }

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