/*
Theme Name: Artlake
Version: 1.5.4
Author: Felix Dorner
Author URI: http://felixdorner.de
Theme URI: http://artlake-festival.de
Description: Official WordPress theme for Artlake Festival.
Text Domain: artlake
*/
/* Normalize
**************************************************/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

/* Basics
**************************************************/
/** Globals */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  background-color: white;
  overflow-x: hidden;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active, a:focus, a:active {
  outline: none;
}

hr {
  border-bottom: 1px solid black;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.6em 0;
}

img,
picture,
figure {
  margin: 0;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

/** Typo */
body {
  color: black;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

p {
  margin: 0 0 2em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f5f5f5;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: .8em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: .8em;
}

abbr, acronym {
  border-bottom: 1px dotted black;
  cursor: help;
}

mark, ins {
  background: #FFF3D8;
  text-decoration: none;
}

small {
  font-size: .8em;
}

big {
  font-size: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote, q {
  font-family: "Julius Sans One", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  margin: 0 0 .6em;
  text-rendering: optimizeLegibility;
  clear: both;
  font-weight: normal;
  word-wrap: break-word;
}

h1 {
  font-size: 38.4px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28.8px;
}

h4 {
  font-size: 25.6px;
}

h5 {
  font-size: 22.4px;
}

h6 {
  font-size: 19.2px;
}

/** Helpers */
.mt--xs {
  margin-top: 15px;
}

.mr--xs {
  margin-right: 15px;
}

.mb--xs {
  margin-bottom: 15px;
}

.ml--xs {
  margin-left: 15px;
}

.mt--s {
  margin-top: 30px;
}

.mr--s {
  margin-right: 30px;
}

.mb--s {
  margin-bottom: 30px;
}

.ml--s {
  margin-left: 30px;
}

.mt--m {
  margin-top: 60px;
}

.mr--m {
  margin-right: 60px;
}

.mb--m {
  margin-bottom: 60px;
}

.ml--m {
  margin-left: 60px;
}

.mt--l {
  margin-top: 90px;
}

.mr--l {
  margin-right: 90px;
}

.mb--l {
  margin-bottom: 90px;
}

.ml--l {
  margin-left: 90px;
}

.pt--xs {
  padding-top: 15px;
}

.pr--xs {
  padding-right: 15px;
}

.pb--xs {
  padding-bottom: 15px;
}

.pl--xs {
  padding-left: 15px;
}

.pt--s {
  padding-top: 30px;
}

.pr--s {
  padding-right: 30px;
}

.pb--s {
  padding-bottom: 30px;
}

.pl--s {
  padding-left: 30px;
}

.pt--m {
  padding-top: 60px;
}

.pr--m {
  padding-right: 60px;
}

.pb--m {
  padding-bottom: 60px;
}

.pl--m {
  padding-left: 60px;
}

.pt--l {
  padding-top: 90px;
}

.pr--l {
  padding-right: 90px;
}

.pb--l {
  padding-bottom: 90px;
}

.pl--l {
  padding-left: 90px;
}

.t-uppercase {
  text-transform: uppercase;
}

.t-alignleft {
  text-align: left;
}

.t-alignright {
  text-align: right;
}

.t-aligncenter {
  text-align: center;
}

/* Components
**************************************************/
/** Forms */
fieldset {
  background: #1a1a1a;
  border: 1px solid black;
  margin: 0 0 0.8em 0;
  padding: 1.6em;
}

input,
label,
select {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

label {
  margin-bottom: 15px;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: #f5f5f5;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  padding: 0.5333333333em 0.5333333333em;
  width: 100%;
}
textarea:hover,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  opacity: 1;
}
textarea:focus,
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  box-shadow: none;
  outline: none;
  opacity: 1;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

input[type="file"] {
  padding-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 1.6em;
  max-width: 100%;
  width: auto;
}

/** Tables */
table {
  border-collapse: collapse;
  margin: 0.8em 0 60px;
  table-layout: fixed;
  width: 100%;
  font-size: .8em;
}

th {
  border-bottom: 1px solid black;
  font-weight: bold;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid black;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

/** Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 60px;
}
dl dt {
  font-weight: bold;
  margin-top: 0.8em;
}
dl dd {
  margin: 0;
}

/** Buttons */
.btn {
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn:hover {
  opacity: .8;
}

.btn-medium {
  padding: 15px 30px;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.btn-large {
  padding: 15px 30px;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 40em) {
  .btn-large {
    font-size: 1.2em;
  }
}

.btn-gradient {
  color: white;
  background: #192a54;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #192a54 0%, #471c5b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #192a54), color-stop(100%, #471c5b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #192a54 0%, #471c5b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #192a54 0%, #471c5b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #192a54 0%, #471c5b 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #192a54 0%, #471c5b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192a54', endColorstr='#471c5b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.btn-gradient:hover {
  color: white;
}

.btn-ticket {
  color: white;
  background: #f95941;
}
.btn-ticket:hover {
  color: white;
}

/**
 * Animations
 */
.chrome .grid-container .delay:nth-child(4n+2),
.chrome .grid-container-3 .delay:nth-child(4n+2),
.firefox35 .grid-container .delay:nth-child(4n+2),
.firefox35 .grid-container-3 .delay:nth-child(4n+2),
.safari8 .grid-container .delay:nth-child(4n+2),
.safari8 .grid-container-3 .delay:nth-child(4n+2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.chrome .grid-container .delay:nth-child(4n+3),
.chrome .grid-container-3 .delay:nth-child(4n+3),
.firefox35 .grid-container .delay:nth-child(4n+3),
.firefox35 .grid-container-3 .delay:nth-child(4n+3),
.safari8 .grid-container .delay:nth-child(4n+3),
.safari8 .grid-container-3 .delay:nth-child(4n+3) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.chrome .grid-container .delay:nth-child(4n+4),
.chrome .grid-container-3 .delay:nth-child(4n+4),
.firefox35 .grid-container .delay:nth-child(4n+4),
.firefox35 .grid-container-3 .delay:nth-child(4n+4),
.safari8 .grid-container .delay:nth-child(4n+4),
.safari8 .grid-container-3 .delay:nth-child(4n+4) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.chrome .intro__content,
.firefox35 .intro__content,
.safari8 .intro__content {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* Site
**************************************************/
/** Outline */
.site {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.site::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 40em) {
  .section--page-intro .section__inside {
    width: 80%;
  }
}
@media screen and (min-width: 53.75em) {
  .section--page-intro .section__inside {
    width: 60%;
  }
}
.section__inside {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  z-index: 2;
  padding: 0 15px;
}
@media screen and (min-width: 40em) {
  .section__inside {
    padding: 0 30px;
  }
}

/** Header */
/** Header */
.site-branding {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 91.4285714286%;
}
.site-branding:last-child {
  margin-right: 0;
}
@media screen and (min-width: 53.75em) {
  .site-branding {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 22.8571428571%;
  }
  .site-branding:last-child {
    margin-right: 0;
  }
}

.main-navigation {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 5.7142857143%;
}
.main-navigation:last-child {
  margin-right: 0;
}
@media screen and (min-width: 53.75em) {
  .main-navigation {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 74.2857142857%;
  }
  .main-navigation:last-child {
    margin-right: 0;
  }
}

.admin-bar .site-header {
  margin-top: 32px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  z-index: 8888;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.site-header .site-title {
  line-height: 54px;
  margin: 0;
  padding: 0;
}
.site-header.is-fixed {
  height: 50px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.site-header.is-fixed .site-title {
  line-height: 54px;
}
@media screen and (min-width: 53.75em) {
  .site-header {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 53.75em) {
  .site-header {
    height: 70px;
    line-height: 70px;
  }
  .site-header .site-title {
    line-height: 74px;
  }
}

/* Menu Icon */
.primary-nav-trigger {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
}
.primary-nav-trigger .menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.primary-nav-trigger .menu-icon::before, .primary-nav-trigger .menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.primary-nav-trigger .menu-icon::before {
  top: -7px;
}
.primary-nav-trigger .menu-icon::after {
  top: 7px;
}
.primary-nav-trigger .menu-icon.is-clicked {
  background-color: transparent;
}
.primary-nav-trigger .menu-icon.is-clicked::before, .primary-nav-trigger .menu-icon.is-clicked::after {
  background-color: white;
}
.primary-nav-trigger .menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.primary-nav-trigger .menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (min-width: 53.75em) {
  .primary-nav-trigger {
    display: none;
  }
}

/** Navigation */
.main-navigation.toggled > ul {
  top: 50px;
}

.main-navigation > ul {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-navigation > ul li {
  margin: 4px 0;
  font-size: 1.4em;
  line-height: 1.6em;
  text-align: center;
}
.main-navigation > ul li a {
  color: white;
}
.main-navigation > ul li a:hover {
  opacity: .8;
}
.main-navigation > ul li ul li {
  font-size: .7em;
  line-height: 1.4em;
}

@media screen and (min-width: 53.75em) {
  .nav-menu {
    float: right;
  }

  .main-navigation > ul {
    position: relative;
    width: auto;
    list-style: none;
    background: none;
    border: none;
    padding: 0;
  }
  .main-navigation > ul li {
    position: relative;
    float: left;
    margin: 0 0 0 30px;
    font-size: .7em;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 70px;
  }
  .main-navigation > ul ul {
    background: rgba(0, 0, 0, 0.8);
    width: 120px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: auto;
    text-align: right;
    font-size: 1.2em;
    top: 90%;
    right: -15px;
    padding: 15px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .main-navigation > ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation > ul ul li {
    position: relative;
    margin: 0;
    line-height: 2.6em;
    width: 100%;
  }
  .main-navigation > ul ul li:hover > ul {
    left: 100%;
  }
  .main-navigation > ul li:hover > ul {
    opacity: 1;
    top: 80%;
    visibility: visible;
  }

  .site-header.is-fixed .main-navigation ul li {
    line-height: 50px;
  }
  .site-header.is-fixed .main-navigation ul li ul li {
    line-height: 2.6em;
  }
}
/** Page Titles */
.site-title {
  font-family: "red_moon", sans-serif;
  font-size: 1.8em;
  color: white;
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-family: "red_moon", sans-serif;
  font-size: 2.4em;
  color: black;
  margin: 0;
}

.section-title--decoration {
  display: block;
  margin-bottom: 30px;
}

p.lead {
  font-size: 1em;
  font-weight: 300;
}
@media screen and (min-width: 40em) {
  p.lead {
    font-size: 1.2em;
  }
}

.entry-title {
  color: black;
  font-size: 3em;
}

/** Footer */
.site-footer {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #f5f5f5;
}
.site-footer p {
  font-size: .7em;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 30px;
}

/* WP Specific
**************************************************/
/* 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:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #eee;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: black;
  display: block;
  font-size: .8em;
  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. */
}

/** Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/**
 * WP Gallery
 */
.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto 30px;
}

.gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  list-style: none;
  text-align: center;
}

.gallery .gallery-item img {
  max-width: 98%;
  height: auto;
}

.gallery dt.gallery-icon {
  position: relative;
}

.gallery figcaption.gallery-caption {
  position: absolute;
  bottom: -10%;
  left: 0;
  display: block;
  padding: 10px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #151515;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  pointer-events: none;
}

.gallery .gallery-item:hover figcaption.gallery-caption {
  bottom: 0;
  opacity: 1;
}

/* Image sizes depending on the number of columns */
.gallery-columns-0 .gallery-item,
.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

/**
 * Responsive settings for WordPress Gallery
 */
@media only screen and (max-width: 768px) {
  /* Gallery */
  .gallery-columns-0 .gallery-item,
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }

  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item {
    width: 50%;
  }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 480px) {
  /* Gallery */
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item {
    width: 100%;
  }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
/** Image Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

.wp-caption-text {
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .4em;
}

/** Post and pages */
.posted-on {
  font-family: "Julius Sans One", Helvetica, Arial, sans-serif;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.byline {
  display: none;
}

/** Alignments */
.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

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

img.alignright,
figure.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.entry-content > div.alignright {
  float: right;
  margin-left: 30px;
}

img.alignleft,
figure.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.entry-content > div.alignleft {
  float: left;
  margin-right: 30px;
}

/* Plugins
**************************************************/
/** Preloader */
#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 20000;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.ball-clip-rotate {
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom-color: transparent;
  height: 40px;
  width: 40px;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/** Lightbox */
#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}

#imagelightbox-loading,
#imagelightbox-overlay {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}

#imagelightbox-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Template Parts
**************************************************/
/** Hero Section */
.hero {
  position: relative;
  height: 50vh;
  overflow: hidden;
  background: #f5f5f5;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 40em) {
  .hero {
    height: 100vh;
  }
}

.hero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.hero__overlay.none {
  background: rgba(70, 70, 70, 0);
}

.hero__overlay.mid {
  background: rgba(70, 70, 70, 0.4);
}

.hero__overlay.dark {
  background: rgba(70, 70, 70, 0.6);
}

.hero__inside {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 2;
  text-align: center;
  color: white;
}
@media screen and (min-width: 40em) {
  .hero__inside {
    width: 100%;
  }
}
@media screen and (min-width: 53.75em) {
  .hero__inside {
    width: 1030px;
  }
}

.hero__inside--logo {
  display: none;
}
@media screen and (min-width: 53.75em) {
  .hero__inside--logo {
    display: block;
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 22.8571428571%;
  }
  .hero__inside--logo:last-child {
    margin-right: 0;
  }
  .hero__inside--logo img {
    width: 100%;
  }
}

.hero__inside--content {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 100%;
  padding: 25px 15px;
}
.hero__inside--content:last-child {
  margin-right: 0;
}
.hero__inside--content h2, .hero__inside--content h3, .hero__inside--content h4 {
  font-family: "Julius Sans One", Helvetica, Arial, sans-serif;
  margin: 0;
}
.hero__inside--content h2 {
  font-size: 1.4em;
}
.hero__inside--content h3 {
  font-size: 1.2em;
}
.hero__inside--content h4 {
  font-size: 1em;
}
@media screen and (min-width: 40em) {
  .hero__inside--content {
    padding: 25px 0;
  }
  .hero__inside--content h2 {
    font-size: 3em;
    margin-bottom: 0;
  }
  .hero__inside--content h3 {
    font-size: 2.4em;
    margin-bottom: 10px;
  }
  .hero__inside--content h4 {
    font-size: 1em;
    letter-spacing: .2em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 53.75em) {
  .hero__inside--content {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 74.2857142857%;
  }
  .hero__inside--content:last-child {
    margin-right: 0;
  }
}

.mouse-icon {
  display: none;
  z-index: 2;
  color: white;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid white;
  border-radius: 15px;
  bottom: 50px;
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
@media screen and (min-width: 40em) {
  .mouse-icon {
    display: block;
  }
}

.mouse-icon:hover {
  opacity: 0.3 !important;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.mouse-icon .wheel {
  background-color: white;
  -webkit-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
  -moz-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
  -o-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
  animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
  border-radius: 50%;
  height: 8px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  right: 0;
  width: 4px;
  color: white;
}

@-moz-keyframes magic-mouse-icon {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}
@-webkit-keyframes magic-mouse-icon {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}
@-o-keyframes magic-mouse-icon {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}
@keyframes magic-mouse-icon {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}
/** Intro Section */
.intro iframe {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 40em) {
  .intro iframe {
    width: 70%;
    height: 336px;
  }
}
.intro__canvas {
  position: relative;
  height: 600px;
}
@media screen and (min-width: 40em) {
  .intro__canvas {
    height: 450px;
  }
}

.intro__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 5%;
  height: 300px;
}
@media screen and (min-width: 40em) {
  .intro__media {
    right: 45%;
    height: 300px;
  }
}

.intro__content {
  position: absolute;
  top: 250px;
  left: 5%;
  right: 0;
  height: 300px;
  padding: 30px;
  text-align: center;
  color: white;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro__content p {
  margin-bottom: 0;
  padding: 0;
}
.intro__content blockquote {
  font-size: 1.4em;
}
@media screen and (min-width: 40em) {
  .intro__content {
    top: 150px;
    left: 45%;
  }
}
@media screen and (min-width: 53.75em) {
  .intro__content {
    padding: 60px;
  }
}

/** Grid structured content */
.grid-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container::after {
  clear: both;
  content: "";
  display: table;
}
.grid-container article {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 48.5714285714%;
  margin-bottom: 30px;
}
.grid-container article:last-child {
  margin-right: 0;
}
.grid-container article:nth-child(2n) {
  margin-right: 0;
}
.grid-container article:nth-child(2n+1) {
  clear: left;
}
@media screen and (min-width: 53.75em) {
  .grid-container article {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 22.8571428571%;
  }
  .grid-container article:last-child {
    margin-right: 0;
  }
  .grid-container article:nth-child(2n) {
    margin-right: 2.8571428571%;
  }
  .grid-container article:nth-child(2n+1) {
    clear: none;
  }
  .grid-container article:nth-child(4n) {
    margin-right: 0;
  }
  .grid-container article:nth-child(4n+1) {
    clear: left;
  }
}

.grid-container .entry-title {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  color: white;
  font-size: .8em;
  background-color: #f95941;
}

.grid-container .featured-image {
  display: block;
  height: 140px;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 53.75em) {
  .grid-container .featured-image:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/** Masonry structured posts */
.grid-container-2 .hentry-masonry {
  float: left;
  overflow: hidden;
  width: 100%;
}
.grid-container-2 .hentry-masonry .featured-image {
  height: 300px;
}
@media screen and (min-width: 40em) {
  .grid-container-2 .hentry-masonry:nth-child(6n+1) {
    width: 50%;
  }
  .grid-container-2 .hentry-masonry:nth-child(6n+1) .featured-image {
    height: 410px;
  }
  .grid-container-2 .hentry-masonry:nth-child(6n+2) {
    width: 50%;
  }
  .grid-container-2 .hentry-masonry:nth-child(6n+2) .featured-image {
    height: 205px;
  }
  .grid-container-2 .hentry-masonry:nth-child(6n+3),
  .grid-container-2 .hentry-masonry:nth-child(6n+4) {
    width: 25%;
  }
  .grid-container-2 .hentry-masonry:nth-child(6n+3) .featured-image,
  .grid-container-2 .hentry-masonry:nth-child(6n+4) .featured-image {
    height: 410px;
  }
  .grid-container-2 .hentry-masonry:nth-child(6n+5),
  .grid-container-2 .hentry-masonry:nth-child(6n+6) {
    width: 25%;
  }
  .grid-container-2 .hentry-masonry:nth-child(6n+5) .featured-image,
  .grid-container-2 .hentry-masonry:nth-child(6n+6) .featured-image {
    height: 205px;
  }
}

.grid-container-2 .featured-image {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.grid-container-2 .featured-image a {
  display: block;
}
.grid-container-2 .featured-image .inside {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.grid-container-2 .featured-image .inside .entry-title {
  opacity: 1;
  position: absolute;
  padding: 15px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 1em;
  letter-spacing: .2em;
}
@media screen and (min-width: 53.75em) {
  .grid-container-2 .featured-image .inside {
    background-color: rgba(0, 0, 0, 0);
  }
  .grid-container-2 .featured-image .inside .entry-title {
    font-size: .8em;
    opacity: 0;
  }
  .grid-container-2 .featured-image a:hover > .inside {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .grid-container-2 .featured-image a:hover > .inside .entry-title {
    opacity: 1;
  }
  .grid-container-2 .featured-image:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/** Grid structured content */
.grid-container-3 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container-3::after {
  clear: both;
  content: "";
  display: table;
}
.grid-container-3 .hentry-masonry {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 100%;
  margin-bottom: 60px;
}
.grid-container-3 .hentry-masonry:last-child {
  margin-right: 0;
}
@media screen and (min-width: 40em) {
  .grid-container-3 .hentry-masonry {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 48.5714285714%;
  }
  .grid-container-3 .hentry-masonry:last-child {
    margin-right: 0;
  }
  .grid-container-3 .hentry-masonry:nth-child(2n) {
    margin-right: 0;
  }
  .grid-container-3 .hentry-masonry:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 53.75em) {
  .grid-container-3 .hentry-masonry {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
  }
  .grid-container-3 .hentry-masonry:last-child {
    margin-right: 0;
  }
  .grid-container-3 .hentry-masonry:nth-child(2n) {
    margin-right: 2.8571428571%;
  }
  .grid-container-3 .hentry-masonry:nth-child(2n+1) {
    clear: none;
  }
  .grid-container-3 .hentry-masonry:nth-child(3n) {
    margin-right: 0;
  }
  .grid-container-3 .hentry-masonry:nth-child(3n+1) {
    clear: left;
  }
  .grid-container-3 .hentry-masonry a:hover {
    opacity: .6;
  }
}
.grid-container-3 .featured-image {
  background-size: cover;
  background-position: 50% 50%;
  height: 120px;
  width: 120px;
  margin: 0 auto 30px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 53.75em) {
  .grid-container-3 .featured-image:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.grid-container-3 .entry-content {
  float: left;
  width: 100%;
}
.grid-container-3 .entry-content p {
  font-size: .8em;
  font-weight: 300;
}
.grid-container-3 .entry-title {
  font-size: 1em;
  text-align: center;
  margin-bottom: 8px;
}

/** Hero Section */
.divider {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #f5f5f5;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 40em) {
  .divider {
    height: 450px;
  }
}

.divider__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.divider__inside {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 2;
  text-align: center;
  color: white;
}
@media screen and (min-width: 40em) {
  .divider__inside {
    width: 100%;
  }
}
@media screen and (min-width: 53.75em) {
  .divider__inside {
    width: 1030px;
  }
}

/** Page Styles */
.hero-page {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #f5f5f5;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 40em) {
  .hero-page {
    height: 400px;
  }
}

.hero-page__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(70, 70, 70, 0.6);
}

.hero-page__inside {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 2;
  text-align: center;
}
.hero-page__inside h2 {
  color: white;
  margin: 0;
  font-size: 1.4em;
}
@media screen and (min-width: 40em) {
  .hero-page__inside {
    width: 100%;
  }
  .hero-page__inside h2 {
    font-size: 3em;
  }
}
@media screen and (min-width: 53.75em) {
  .hero-page__inside {
    width: 1030px;
  }
}

/*
     FILE ARCHIVED ON 15:13:13 May 21, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:57:46 Jul 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.986
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.052
  esindex: 0.008
  cdx.remote: 16.679
  LoadShardBlock: 314.163 (3)
  PetaboxLoader3.datanode: 176.773 (5)
  PetaboxLoader3.resolve: 189.725 (3)
  load_resource: 115.105
  loaddict: 68.207
*/