/*!
Theme Name: Ski Sundown
Theme URI: http://juliabalfour.com/
Author: Julia Balfour, LLC
Author URI: http://juliabalfour.com/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jbal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jbal is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@-webkit-keyframes fadein {
  0% {
    -webkit-opacity: 0; }
  100% {
    -webkit-opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-opacity: 0; }
  100% {
    -moz-opacity: 1; } }

@-ms-keyframes fadein {
  0% {
    -ms-opacity: 0; }
  100% {
    -ms-opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.anim .b-lazy, .anim p, .anim .anim-fade-in, .anim h1, .anim h2, .anim h3, .anim h4, .anim h5, .anim h6, .anim li, .anim img:not(.b-lazy), .anim svg, .anim .link, .anim input, .anim select, .anim textarea, .anim .chosen-single, .anim button {
  opacity: 0;
  filter: alpha(opacity=0); }

.anim.in-view h1 {
  -webkit-animation: fadein 0.35s ease-out forwards 0.15s;
  -moz-animation: fadein 0.35s ease-out forwards 0.15s;
  -ms-animation: fadein 0.35s ease-out forwards 0.15s;
  -o-animation: fadein 0.35s ease-out forwards 0.15s;
  animation: fadein 0.35s ease-out forwards 0.15s; }

.anim.in-view img:not(.b-lazy),
.anim.in-view .b-lazy.b-loaded,
.anim.in-view .anim-fade-in, .anim.in-view h2, .anim.in-view svg {
  -webkit-animation: fadein 0.35s ease-out forwards 0.25s;
  -moz-animation: fadein 0.35s ease-out forwards 0.25s;
  -ms-animation: fadein 0.35s ease-out forwards 0.25s;
  -o-animation: fadein 0.35s ease-out forwards 0.25s;
  animation: fadein 0.35s ease-out forwards 0.25s; }

.anim.in-view h3, .anim.in-view h4, .anim.in-view h5, .anim.in-view h6, .anim.in-view p, .anim.in-view li, .anim.in-view input, .anim.in-view select, .anim.in-view button, .anim.in-view textarea, .anim.in-view .chosen-single, .anim.in-view .link {
  -webkit-animation: fadein 0.35s ease-out forwards 0.5s;
  -moz-animation: fadein 0.35s ease-out forwards 0.5s;
  -ms-animation: fadein 0.35s ease-out forwards 0.5s;
  -o-animation: fadein 0.35s ease-out forwards 0.5s;
  animation: fadein 0.35s ease-out forwards 0.5s; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 75%; }

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

sub {
  bottom: -0.25rem; }

sup {
  top: -0.5rem; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none; }

fieldset {
  padding: 32px; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: inherit;
  font: inherit; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

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

blockquote {
  margin: 0 2rem; }
  blockquote p {
    font-size: 2rem; }

address {
  margin: 1rem 0;
  font-style: normal; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 0 !important;
  cursor: help;
  text-decoration: none; }

abbr[title] {
  text-decoration: none; }

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

body {
  background: #fff; }

hr {
  background-color: #666666;
  border: 0;
  height: 1px;
  margin: 2rem 0; }

ul, ol {
  margin: 32px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 32px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 32px 32px; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 32px 0; }

table {
  margin: 0 0 32px;
  width: 100%; }

:focus {
  outline: none !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #F89728; }

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 32px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 32px; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2rem; }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 32px 0 0; }

.page-links {
  clear: both;
  margin: 0 0 32px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

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

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

.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 32px;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid #666666; }

.wp-caption-text {
  text-align: left;
  font-size: 85%;
  font-style: italic; }

@media screen and (min-width: 90rem) {
  .wp-caption .wp-caption-text {
    margin: 2rem 0 0;
    padding: 1.5rem 0 0; } }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 32px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

.search-results .row-content {
  margin: 3rem auto;
  overflow: hidden; }

.search-results .hentry {
  width: 100%;
  margin: 0 0 1rem; }
  .search-results .hentry .copyarea {
    padding: 1rem 0; }
    .search-results .hentry .copyarea h2 {
      margin: 0; }
      .search-results .hentry .copyarea h2 a {
        color: #000; }
  .search-results .hentry .bg-lightgray {
    position: relative; }
    .search-results .hentry .bg-lightgray::before {
      content: " ";
      display: block;
      top: 0;
      bottom: 0;
      position: absolute;
      width: 100%;
      right: 100%;
      background: #F7F8FA; }

@media screen and (min-width: 64rem) {
  .search-results .hentry .copyarea {
    padding: 2rem 0; } }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 94rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    padding: 0; }

.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }

.row:not(.expanded) .row {
  max-width: none; }

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0; }

.column, .columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  min-width: 0; }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.x-small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.16667%;
  -ms-flex: 0 0 4.16667%;
  flex: 0 0 4.16667%;
  max-width: 4.16667%; }

.x-small-offset-0 {
  margin-left: 0%; }

.x-small-2 {
  -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%; }

.x-small-offset-1 {
  margin-left: 4.16667%; }

.x-small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.x-small-offset-2 {
  margin-left: 8.33333%; }

.x-small-4 {
  -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%; }

.x-small-offset-3 {
  margin-left: 12.5%; }

.x-small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.83333%;
  -ms-flex: 0 0 20.83333%;
  flex: 0 0 20.83333%;
  max-width: 20.83333%; }

.x-small-offset-4 {
  margin-left: 16.66667%; }

.x-small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.x-small-offset-5 {
  margin-left: 20.83333%; }

.x-small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29.16667%;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  max-width: 29.16667%; }

.x-small-offset-6 {
  margin-left: 25%; }

.x-small-8 {
  -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%; }

.x-small-offset-7 {
  margin-left: 29.16667%; }

.x-small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.x-small-offset-8 {
  margin-left: 33.33333%; }

.x-small-10 {
  -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%; }

.x-small-offset-9 {
  margin-left: 37.5%; }

.x-small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45.83333%;
  -ms-flex: 0 0 45.83333%;
  flex: 0 0 45.83333%;
  max-width: 45.83333%; }

.x-small-offset-10 {
  margin-left: 41.66667%; }

.x-small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.x-small-offset-11 {
  margin-left: 45.83333%; }

.x-small-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54.16667%;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%; }

.x-small-offset-12 {
  margin-left: 50%; }

.x-small-14 {
  -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%; }

.x-small-offset-13 {
  margin-left: 54.16667%; }

.x-small-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.x-small-offset-14 {
  margin-left: 58.33333%; }

.x-small-16 {
  -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%; }

.x-small-offset-15 {
  margin-left: 62.5%; }

.x-small-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.83333%;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%; }

.x-small-offset-16 {
  margin-left: 66.66667%; }

.x-small-18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.x-small-offset-17 {
  margin-left: 70.83333%; }

.x-small-19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 79.16667%;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%; }

.x-small-offset-18 {
  margin-left: 75%; }

.x-small-20 {
  -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%; }

.x-small-offset-19 {
  margin-left: 79.16667%; }

.x-small-21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.x-small-offset-20 {
  margin-left: 83.33333%; }

.x-small-22 {
  -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%; }

.x-small-offset-21 {
  margin-left: 87.5%; }

.x-small-23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95.83333%;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%; }

.x-small-offset-22 {
  margin-left: 91.66667%; }

.x-small-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.x-small-offset-23 {
  margin-left: 95.83333%; }

.x-small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.x-small-up-1 > .column, .x-small-up-1 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.x-small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.x-small-up-2 > .column, .x-small-up-2 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.x-small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.x-small-up-3 > .column, .x-small-up-3 > .columns {
  -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%; }

.x-small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.x-small-up-4 > .column, .x-small-up-4 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.x-small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.x-small-up-5 > .column, .x-small-up-5 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.x-small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.x-small-up-6 > .column, .x-small-up-6 > .columns {
  -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%; }

.x-small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.x-small-up-7 > .column, .x-small-up-7 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }

.x-small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.x-small-up-8 > .column, .x-small-up-8 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

@media print, screen and (min-width: 48rem) {
  .small-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-2 {
    -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%; }
  .small-offset-1 {
    margin-left: 4.16667%; }
  .small-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-offset-2 {
    margin-left: 8.33333%; }
  .small-4 {
    -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%; }
  .small-offset-3 {
    margin-left: 12.5%; }
  .small-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .small-offset-4 {
    margin-left: 16.66667%; }
  .small-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-offset-5 {
    margin-left: 20.83333%; }
  .small-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .small-offset-6 {
    margin-left: 25%; }
  .small-8 {
    -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%; }
  .small-offset-7 {
    margin-left: 29.16667%; }
  .small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .small-offset-8 {
    margin-left: 33.33333%; }
  .small-10 {
    -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%; }
  .small-offset-9 {
    margin-left: 37.5%; }
  .small-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .small-offset-10 {
    margin-left: 41.66667%; }
  .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-offset-11 {
    margin-left: 45.83333%; }
  .small-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .small-offset-12 {
    margin-left: 50%; }
  .small-14 {
    -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%; }
  .small-offset-13 {
    margin-left: 54.16667%; }
  .small-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .small-offset-14 {
    margin-left: 58.33333%; }
  .small-16 {
    -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%; }
  .small-offset-15 {
    margin-left: 62.5%; }
  .small-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .small-offset-16 {
    margin-left: 66.66667%; }
  .small-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-offset-17 {
    margin-left: 70.83333%; }
  .small-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .small-offset-18 {
    margin-left: 75%; }
  .small-20 {
    -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%; }
  .small-offset-19 {
    margin-left: 79.16667%; }
  .small-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .small-offset-20 {
    margin-left: 83.33333%; }
  .small-22 {
    -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%; }
  .small-offset-21 {
    margin-left: 87.5%; }
  .small-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .small-offset-22 {
    margin-left: 91.66667%; }
  .small-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .small-offset-23 {
    margin-left: 95.83333%; }
  .small-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .small-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -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%; }
  .small-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -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%; }
  .small-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .small-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 64rem) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -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%; }
  .medium-offset-1 {
    margin-left: 4.16667%; }
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-offset-2 {
    margin-left: 8.33333%; }
  .medium-4 {
    -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%; }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .medium-offset-4 {
    margin-left: 16.66667%; }
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-5 {
    margin-left: 20.83333%; }
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .medium-offset-6 {
    margin-left: 25%; }
  .medium-8 {
    -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%; }
  .medium-offset-7 {
    margin-left: 29.16667%; }
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-offset-8 {
    margin-left: 33.33333%; }
  .medium-10 {
    -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%; }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .medium-offset-10 {
    margin-left: 41.66667%; }
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-11 {
    margin-left: 45.83333%; }
  .medium-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .medium-offset-12 {
    margin-left: 50%; }
  .medium-14 {
    -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%; }
  .medium-offset-13 {
    margin-left: 54.16667%; }
  .medium-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-offset-14 {
    margin-left: 58.33333%; }
  .medium-16 {
    -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%; }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .medium-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .medium-offset-16 {
    margin-left: 66.66667%; }
  .medium-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-17 {
    margin-left: 70.83333%; }
  .medium-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .medium-offset-18 {
    margin-left: 75%; }
  .medium-20 {
    -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%; }
  .medium-offset-19 {
    margin-left: 79.16667%; }
  .medium-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-offset-20 {
    margin-left: 83.33333%; }
  .medium-22 {
    -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%; }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .medium-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .medium-offset-22 {
    margin-left: 91.66667%; }
  .medium-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-23 {
    margin-left: 95.83333%; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -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%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -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%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 80rem) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -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%; }
  .large-offset-1 {
    margin-left: 4.16667%; }
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-offset-2 {
    margin-left: 8.33333%; }
  .large-4 {
    -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%; }
  .large-offset-3 {
    margin-left: 12.5%; }
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .large-offset-4 {
    margin-left: 16.66667%; }
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-5 {
    margin-left: 20.83333%; }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .large-offset-6 {
    margin-left: 25%; }
  .large-8 {
    -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%; }
  .large-offset-7 {
    margin-left: 29.16667%; }
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large-offset-8 {
    margin-left: 33.33333%; }
  .large-10 {
    -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%; }
  .large-offset-9 {
    margin-left: 37.5%; }
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .large-offset-10 {
    margin-left: 41.66667%; }
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-11 {
    margin-left: 45.83333%; }
  .large-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .large-offset-12 {
    margin-left: 50%; }
  .large-14 {
    -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%; }
  .large-offset-13 {
    margin-left: 54.16667%; }
  .large-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large-offset-14 {
    margin-left: 58.33333%; }
  .large-16 {
    -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%; }
  .large-offset-15 {
    margin-left: 62.5%; }
  .large-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .large-offset-16 {
    margin-left: 66.66667%; }
  .large-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-17 {
    margin-left: 70.83333%; }
  .large-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .large-offset-18 {
    margin-left: 75%; }
  .large-20 {
    -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%; }
  .large-offset-19 {
    margin-left: 79.16667%; }
  .large-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large-offset-20 {
    margin-left: 83.33333%; }
  .large-22 {
    -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%; }
  .large-offset-21 {
    margin-left: 87.5%; }
  .large-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .large-offset-22 {
    margin-left: 91.66667%; }
  .large-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-23 {
    margin-left: 95.83333%; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-3 > .column, .large-up-3 > .columns {
    -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%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-6 > .column, .large-up-6 > .columns {
    -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%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 90rem) {
  .full-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .full-offset-0 {
    margin-left: 0%; }
  .full-2 {
    -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%; }
  .full-offset-1 {
    margin-left: 4.16667%; }
  .full-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .full-offset-2 {
    margin-left: 8.33333%; }
  .full-4 {
    -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%; }
  .full-offset-3 {
    margin-left: 12.5%; }
  .full-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .full-offset-4 {
    margin-left: 16.66667%; }
  .full-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .full-offset-5 {
    margin-left: 20.83333%; }
  .full-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .full-offset-6 {
    margin-left: 25%; }
  .full-8 {
    -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%; }
  .full-offset-7 {
    margin-left: 29.16667%; }
  .full-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .full-offset-8 {
    margin-left: 33.33333%; }
  .full-10 {
    -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%; }
  .full-offset-9 {
    margin-left: 37.5%; }
  .full-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .full-offset-10 {
    margin-left: 41.66667%; }
  .full-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .full-offset-11 {
    margin-left: 45.83333%; }
  .full-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .full-offset-12 {
    margin-left: 50%; }
  .full-14 {
    -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%; }
  .full-offset-13 {
    margin-left: 54.16667%; }
  .full-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .full-offset-14 {
    margin-left: 58.33333%; }
  .full-16 {
    -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%; }
  .full-offset-15 {
    margin-left: 62.5%; }
  .full-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .full-offset-16 {
    margin-left: 66.66667%; }
  .full-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .full-offset-17 {
    margin-left: 70.83333%; }
  .full-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .full-offset-18 {
    margin-left: 75%; }
  .full-20 {
    -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%; }
  .full-offset-19 {
    margin-left: 79.16667%; }
  .full-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .full-offset-20 {
    margin-left: 83.33333%; }
  .full-22 {
    -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%; }
  .full-offset-21 {
    margin-left: 87.5%; }
  .full-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .full-offset-22 {
    margin-left: 91.66667%; }
  .full-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .full-offset-23 {
    margin-left: 95.83333%; }
  .full-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-up-1 > .column, .full-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .full-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-up-2 > .column, .full-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .full-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-up-3 > .column, .full-up-3 > .columns {
    -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%; }
  .full-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-up-4 > .column, .full-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .full-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-up-5 > .column, .full-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .full-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-up-6 > .column, .full-up-6 > .columns {
    -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%; }
  .full-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-up-7 > .column, .full-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .full-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-up-8 > .column, .full-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1rem; }

.column-block > :last-child {
  margin-bottom: 0; }

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

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

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

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

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

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

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

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

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

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

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

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 64rem) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 80rem) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

body, p, li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000; }

::selection {
  background: #00A4E4;
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "tgn-soft-round-con", sans-serif, monospace; }

h1 {
  font-size: 3rem;
  font-weight: 200;
  line-height: 1; }

h2 {
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1rem; }

h3 {
  color: #00A4E4;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 0.5rem;
  text-transform: uppercase; }

h4 {
  font-size: 1.567rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15; }

h5 {
  font-family: "tgn-soft-round-con", sans-serif, monospace;
  font-size: 1.25rem;
  font-weight: normal; }

p {
  margin: 0.5rem 0 2rem; }

ul, ol {
  margin: 1rem 2rem;
  padding: 0 2rem; }

a {
  color: #F89728;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer; }
  a.anchor {
    position: absolute;
    top: -200px;
    padding: 0 !important;
    background: none !important; }
  a.link {
    color: #000;
    font-family: "atrament-web", sans-serif, monospace;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    border-bottom: 2px solid #F89728; }
  a.button {
    color: #000;
    font-family: "atrament-web", sans-serif, monospace;
    background: #F89728;
    padding: 0.75rem 1rem;
    border-radius: 5px;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    border: 2px solid transparent; }
    a.button span {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-left: 6px;
      position: relative;
      top: 2px;
      background: url("images/arrow-right-black-orange.svg") no-repeat center center;
      background-size: 18px 18px; }

.copyarea ul, .copyarea ol {
  padding: 0;
  margin: 2rem 0 2rem 1.125rem; }
  .copyarea ul li, .copyarea ol li {
    padding: 0;
    margin: 0.5rem 0;
    position: relative; }

.copyarea ul {
  list-style: disc; }
  .copyarea ul.links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .copyarea ul.links li {
      padding: 0;
      margin: 1rem 0 0 0; }

.copyarea p,
iframe[src*=youtube] {
  width: 100% !important; }

.b-lazy {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
  .b-lazy.b-loaded {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0); }

.bg-blue {
  background: #00A4E4; }
  .bg-blue p, .bg-blue a, .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue li {
    color: #fff; }

.bg-green {
  background: #8CC63F; }
  .bg-green p, .bg-green a, .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green li {
    color: #fff; }

.bg-white {
  background: #fff; }

.bg-lightgray {
  background: #F7F8FA; }

.bg-gray {
  background: #666666; }

.bg-orange {
  background: #F89728; }
  .bg-orange p, .bg-orange a, .bg-orange h1, .bg-orange h2, .bg-orange h3, .bg-orange h4, .bg-orange h5, .bg-orange li {
    color: #fff; }

@media screen and (min-width: 36.25rem) {
  h1 {
    font-size: 4rem; } }

@media screen and (min-width: 48rem) {
  h2 {
    font-size: 3rem; } }

@media screen and (min-width: 64rem) {
  h1 {
    font-size: 5rem; }
  a, button {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
  a:hover {
    color: #000; }
  a.link {
    position: relative;
    z-index: 4;
    overflow: hidden;
    border-bottom: 0; }
    a.link::before, a.link::after {
      position: absolute;
      content: " ";
      display: block;
      bottom: 0;
      height: 2px;
      background-color: #F89728; }
    a.link::before {
      right: 0;
      width: 100%;
      -webkit-transition: translateX(0);
      -moz-transition: translateX(0);
      -ms-transition: translateX(0);
      -o-transition: translateX(0);
      transition: translateX(0);
      -webkit-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
      -moz-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
      -ms-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
      -o-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
      transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955); }
    a.link::after {
      left: 0;
      width: 0%;
      -webkit-transition: translateX(-105%);
      -moz-transition: translateX(-105%);
      -ms-transition: translateX(-105%);
      -o-transition: translateX(-105%);
      transition: translateX(-105%);
      -webkit-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
      -moz-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
      -ms-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
      -o-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
      transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s; }
    a.link:hover::before, a.link:hover::after {
      -webkit-transition: translateX(0);
      -moz-transition: translateX(0);
      -ms-transition: translateX(0);
      -o-transition: translateX(0);
      transition: translateX(0); }
    a.link:hover::before {
      width: 0%; }
    a.link:hover::after {
      width: 100%; }
  a.button span {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
  a.button:hover {
    border-color: #000;
    background: #fff; }
    a.button:hover span {
      background-image: url("images/arrow-right-black-white.svg"); } }

@media screen and (min-width: 80rem) {
  body, p, li {
    font-size: 20px;
    font-size: 1.125rem; }
  h2 {
    font-size: 3.75rem; } }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0;
  border: 0;
  border-bottom: 2px solid #F89728;
  border-radius: 0;
  font-family: "atrament-web", sans-serif, monospace;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  background: transparent;
  color: #000; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #000;
  border: 2px solid #666666;
  border-radius: 0;
  background: #fff;
  padding: 1rem 1.5rem;
  width: 100%; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: none; }

select {
  background: #fff url("images/arrow-down-black.svg") no-repeat center right 16px;
  -webkit-appearance: none;
  appearance: none; }
  select option {
    padding: 0.5rem 0; }
  select[multiple="multiple"] {
    background: #fff;
    height: auto; }

textarea {
  width: 100%; }

.error404 form.search-form .search-submit {
  margin: 1rem 0 0; }

/* gravity forms */
.gform_wrapper {
  margin: 2rem 0 0; }
  .gform_wrapper ul {
    list-style: none;
    margin: 0; }
    .gform_wrapper ul li.gfield {
      margin: 1rem 0;
      clear: both; }
  .gform_wrapper .gform_title {
    font-size: 3.75rem;
    color: #000; }
  .gform_wrapper .gsection_title {
    font-size: 2rem;
    margin: 2rem 0; }
  .gform_wrapper input[type="radio"] {
    margin-right: 8px; }
  .gform_wrapper .gfield_label {
    font-family: "tgn-soft-round-con", sans-serif, monospace;
    text-transform: uppercase; }
  .gform_wrapper .gfield_required {
    display: none; }
  .gform_wrapper textarea {
    resize: none;
    max-height: 200px;
    display: block; }
  .gform_wrapper .ginput_container_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
    .gform_wrapper .ginput_container_name .name_first,
    .gform_wrapper .ginput_container_name .name_last {
      width: calc(50% - 8px); }
      .gform_wrapper .ginput_container_name .name_first label,
      .gform_wrapper .ginput_container_name .name_last label {
        font-family: "tgn-soft-round-con", sans-serif, monospace;
        text-transform: uppercase; }
  .gform_wrapper .ginput_container_address span {
    display: block; }
    .gform_wrapper .ginput_container_address span label {
      font-family: "tgn-soft-round-con", sans-serif, monospace;
      text-transform: uppercase;
      font-size: 70%; }
    .gform_wrapper .ginput_container_address span.address_line_1, .gform_wrapper .ginput_container_address span.address_line_2 {
      clear: both; }
    .gform_wrapper .ginput_container_address span.address_city, .gform_wrapper .ginput_container_address span.address_state, .gform_wrapper .ginput_container_address span.address_zip {
      float: left;
      width: calc(33.33% - 8px);
      margin: 0 0 1rem; }
    .gform_wrapper .ginput_container_address span.address_state {
      margin: 0 12px 1rem; }
    .gform_wrapper .ginput_container_address span.address_zip {
      float: right; }
  .gform_wrapper .ginput_container_time {
    float: left;
    width: calc(33.33% - 8px);
    margin: 0 0 1rem; }
    .gform_wrapper .ginput_container_time i, .gform_wrapper .ginput_container_time label {
      display: none; }
    .gform_wrapper .ginput_container_time.gfield_time_minute {
      margin: 0 12px; }
    .gform_wrapper .ginput_container_time.gfield_time_ampm {
      float: left; }
  .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea, .gform_wrapper .gfield.gfield_error select {
    border-color: #F89728; }
  .gform_wrapper .gfield.gfield_error .validation_message {
    font-size: 0.875rem;
    font-weight: 600; }

#masthead {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff; }
  #masthead .header-main #main-logo {
    display: block;
    width: 200px;
    height: 64px;
    float: left;
    margin: 1rem 0;
    left: -4px;
    position: relative;
    z-index: 5; }
    #masthead .header-main #main-logo img, #masthead .header-main #main-logo svg {
      display: block;
      width: 100%;
      height: auto; }
  #masthead .header-main .global-cta {
    display: none; }

#content {
  padding-top: 96px;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  #content.overlay {
    opacity: 0.35;
    filter: alpha(opacity=35); }

@media screen and (min-width: 48rem) {
  #masthead .header-main #main-logo {
    margin: 1.25rem 0;
    width: 225px;
    height: 70px; }
  #content {
    padding-top: 110px; } }

@media screen and (min-width: 64rem) {
  #masthead .columns {
    position: relative; }
  #masthead .header-main #main-logo {
    float: left;
    width: 225px;
    height: 70px;
    position: relative;
    z-index: 99; } }

@media screen and (min-width: 1180px) {
  #masthead .header-main .global-cta {
    display: block;
    text-align: right;
    position: absolute;
    right: 0.5rem;
    z-index: 60;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
    #masthead .header-main .global-cta a {
      display: inline-block;
      font-family: "atrament-web", sans-serif, monospace;
      text-transform: uppercase;
      letter-spacing: 0.15rem; }
    #masthead .header-main .global-cta .arrow {
      display: inline-block;
      margin: 0 0 0 2px;
      width: 18px;
      height: 18px;
      border-radius: 20px;
      background: #F89728 url("images/arrow-right-orange-white.svg") no-repeat center center;
      background-size: 18px 18px;
      position: relative;
      top: 2px;
      -webkit-transition: 0.35s;
      -moz-transition: 0.35s;
      -ms-transition: 0.35s;
      -o-transition: 0.35s;
      transition: 0.35s; }
    #masthead .header-main .global-cta:hover a {
      color: #000; }
    #masthead .header-main .global-cta:hover .arrow {
      background-image: url("images/arrow-right-black-white.svg"); }
  #masthead .header-main #site-navigation {
    display: block;
    float: right;
    height: 100%;
    position: relative;
    z-index: 50;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
  #masthead.smaller #site-navigation {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  #masthead.smaller .global-cta {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px); } }

#site-footer {
  width: 100%;
  position: relative; }
  #site-footer .widget {
    width: 100%;
    margin: 2rem 0 3rem; }
    #site-footer .widget h5 {
      text-transform: uppercase;
      color: #fff;
      font-size: 1.25rem;
      margin: 1.5rem 0; }
    #site-footer .widget ul.menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      #site-footer .widget ul.menu li {
        display: block;
        font-size: 1rem;
        margin: 0 0 0.45rem; }
        #site-footer .widget ul.menu li a {
          font-family: "atrament-web", sans-serif, monospace;
          letter-spacing: 0.1rem;
          text-transform: uppercase;
          color: #fff;
          font-weight: 600; }
    #site-footer .widget.widget_text .textwidget {
      margin-top: -4px; }
    #site-footer .widget.widget_text p {
      line-height: 2;
      margin: 0 0 0.45rem; }
    #site-footer .widget.widget_text p, #site-footer .widget.widget_text a {
      color: #fff;
      font-size: 1rem;
      letter-spacing: 0.1rem;
      font-family: "atrament-web", sans-serif, monospace;
      text-transform: uppercase;
      font-weight: 600; }
    #site-footer .widget::before {
      content: " ";
      display: block;
      height: 20px; }
    #site-footer .widget:nth-child(1)::before {
      width: 62px;
      background: url("images/icon-mountains-05.svg") no-repeat center center; }
    #site-footer .widget:nth-child(2)::before {
      width: 46px;
      background: url("images/icon-mountains-06.svg") no-repeat center center; }
    #site-footer .widget:nth-child(3)::before {
      width: 48px;
      background: url("images/icon-mountains-07.svg") no-repeat center center; }
    #site-footer .widget:nth-child(4)::before {
      width: 48px;
      background: url("images/icon-mountains-08.svg") no-repeat center center; }
  #site-footer #parallax-container {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1; }
    #site-footer #parallax-container .parallax-section {
      position: relative;
      width: 100%;
      overflow: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
      #site-footer #parallax-container .parallax-section .copyarea {
        position: relative; }
      #site-footer #parallax-container .parallax-section .mountain {
        display: block;
        width: 100%;
        top: -1px;
        position: relative; }
    #site-footer #parallax-container .bg-mediumgray {
      background: #C3C5C9; }
    #site-footer #parallax-container .footer-top .copyarea {
      text-align: center;
      max-width: 760px;
      margin: 0 auto;
      padding: 2rem 2rem 3rem; }
      #site-footer #parallax-container .footer-top .copyarea a.link {
        display: inline-block; }
    #site-footer #parallax-container .footer-middle .copyarea {
      text-align: center;
      padding: 4rem 0; }
    #site-footer #parallax-container .footer-bottom p, #site-footer #parallax-container .footer-bottom a {
      color: #fff;
      font-weight: 200; }
    #site-footer #parallax-container .footer-bottom p.copyright {
      font-size: 0.875rem;
      margin-top: 2rem; }
    #site-footer #parallax-container .footer-bottom hr {
      background: #fff;
      margin: 0; }
    #site-footer #parallax-container .footer-bottom a.footer-link {
      margin-right: 1rem; }

#social-links {
  list-style: none;
  margin: 2rem 0;
  padding: 0; }
  #social-links li {
    display: inline-block;
    margin: 0 0.75rem 0 0; }
    #social-links li a {
      display: block;
      width: 25px;
      height: 25px;
      background-size: 100% auto; }
    #social-links li.facebook a {
      background: url("images/social-facebook-white.svg") no-repeat center center; }
    #social-links li.instagram a {
      background: url("images/social-instagram-white.svg") no-repeat center center; }
    #social-links li.linkedin a {
      background: url("images/social-linkedin-white.svg") no-repeat center center; }
    #social-links li.pinterest a {
      background: url("images/social-pinterest-white.svg") no-repeat center center; }
    #social-links li.twitter a {
      background: url("images/social-twitter-white.svg") no-repeat center center; }
    #social-links li.vimeo a {
      background: url("images/social-vimeo-white.svg") no-repeat center center; }
    #social-links li.youtube a {
      background: url("images/social-youtube-white.svg") no-repeat center center; }

@media screen and (min-width: 48rem) {
  #site-footer .widget {
    width: auto;
    margin: 4rem 0 6rem; }
    #site-footer .widget ul.menu li a {
      letter-spacing: 0.15rem; }
    #site-footer .widget.widget_text p, #site-footer .widget.widget_text a {
      letter-spacing: 0.15rem; }
  #site-footer .footer-widget-area {
    justify-content: space-between; }
  #site-footer #parallax-container .footer-middle .copyarea {
    text-align: center;
    padding: 4rem 0 5rem; } }

@media screen and (min-width: 64rem) {
  #site-footer .widget {
    width: auto;
    margin: 4rem 4rem 6rem 0; }
  #site-footer .footer-widget-area {
    justify-content: normal; }
  #site-footer #parallax-container .footer-top .copyarea {
    padding: 0 0 1rem; }
  #site-footer #parallax-container .footer-middle .copyarea {
    padding: 3rem 0 4rem; }
  #social-links {
    width: 25px;
    float: right;
    margin: 4rem 0 0 0; }
    #social-links li {
      display: block;
      margin: 0 0 0.75rem; } }

@media screen and (min-width: 80rem) {
  #site-footer .widget {
    width: auto;
    margin: 4rem 6rem 6rem 0; } }

.main-navigation {
  position: relative; }
  .main-navigation .menu-toggle {
    position: absolute;
    top: 32px;
    right: 0;
    width: 32px;
    height: 30px;
    margin: 0 auto;
    border: 0;
    padding: 0;
    outline: none !important; }
    .main-navigation .menu-toggle span {
      width: 32px;
      height: 2px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: #F89728;
      position: absolute;
      -webkit-transition: 0.35s;
      -moz-transition: 0.35s;
      -ms-transition: 0.35s;
      -o-transition: 0.35s;
      transition: 0.35s; }
      .main-navigation .menu-toggle span:nth-child(1) {
        top: 6px; }
      .main-navigation .menu-toggle span:nth-child(2) {
        top: 14px; }
      .main-navigation .menu-toggle span:nth-child(3) {
        top: 22px; }
  .main-navigation .nav-menu {
    padding: 1rem 0 2rem; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-navigation ul li {
      display: block;
      margin: 0.625rem 0; }
      .main-navigation ul li a {
        color: #000;
        font-size: 1.125rem;
        font-family: "atrament-web", sans-serif, monospace;
        text-transform: uppercase;
        letter-spacing: 0.15rem;
        display: block;
        text-decoration: none;
        font-weight: normal; }
      .main-navigation ul li ul.sub-menu {
        display: none;
        margin: 1rem 1rem 2rem; }
        .main-navigation ul li ul.sub-menu li {
          margin: 0 0 0.5rem; }
          .main-navigation ul li ul.sub-menu li a {
            font-family: "Inter", sans-serif;
            text-transform: none;
            letter-spacing: 0; }
      .main-navigation ul li:focus ul, .main-navigation ul li:hover ul {
        display: block; }
        .main-navigation ul li:focus ul li a, .main-navigation ul li:hover ul li a {
          color: #000; }
  .main-navigation .menu-container {
    clear: both; }
  .main-navigation.toggled .menu-toggle span:nth-child(1), .main-navigation.toggled .menu-toggle span:nth-child(3) {
    top: 14px; }
  .main-navigation.toggled .menu-toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .main-navigation.toggled .menu-toggle span:nth-child(2) {
    width: 0; }
  .main-navigation.toggled .menu-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 48rem) {
  .main-navigation .menu-toggle {
    top: 40px; } }

@media screen and (min-width: 1180px) {
  .main-navigation {
    text-align: right; }
    .main-navigation .menu-toggle {
      display: none; }
    .main-navigation .nav-menu {
      padding: 0; }
    .main-navigation .menu-container {
      height: 100%; }
    .main-navigation ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      height: 100%; }
      .main-navigation ul li {
        display: inline-block;
        margin: 0;
        position: relative; }
        .main-navigation ul li:last-of-type a {
          padding-right: 0; }
        .main-navigation ul li a {
          padding: 2.875rem 1rem;
          position: relative;
          line-height: 1; }
        .main-navigation ul li ul.sub-menu {
          position: absolute;
          width: 325px;
          height: auto;
          top: 100%;
          left: 50%;
          margin: 0;
          padding: 0.625rem;
          text-align: left;
          background: #F7F8FA;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
          .main-navigation ul li ul.sub-menu::before {
            content: " ";
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            top: -24px;
            left: 0;
            right: 0;
            margin: 0 auto;
            border: 12px solid transparent;
            border-bottom-color: #F7F8FA; }
          .main-navigation ul li ul.sub-menu li {
            display: block;
            margin: 0;
            height: auto; }
            .main-navigation ul li ul.sub-menu li a {
              padding: 1rem;
              top: 0;
              -webkit-transform: translateY(0);
              -moz-transform: translateY(0);
              -ms-transform: translateY(0);
              -o-transform: translateY(0);
              transform: translateY(0); }
              .main-navigation ul li ul.sub-menu li a:hover {
                background: rgba(248, 151, 40, 0.26); }
        .main-navigation ul li:hover a {
          color: #F89728; }
  .smaller .main-navigation ul li a {
    padding: 1.6rem 1rem; }
  .smaller .main-navigation ul li:last-of-type a {
    padding-right: 0; } }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 40px;
  background: #F89728;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  z-index: 5; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: #fff; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.slick-prev {
  left: 2rem;
  background-image: url("images/arrow-left-orange.svg"); }

.slick-next {
  right: 2rem;
  background-image: url("images/arrow-right-orange.svg"); }

@media screen and (min-width: 64rem) {
  .slick-prev {
    left: 15%; }
  .slick-next {
    right: 15%; } }

@media screen and (min-width: 80rem) {
  .slick-prev {
    left: 14%; }
  .slick-next {
    right: 14%; } }

@media screen and (min-width: 90rem) {
  .slick-prev {
    left: 22%; }
  .slick-next {
    right: 22%; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0; }
    .slick-dots li button {
      display: block;
      width: 8px;
      height: 8px;
      border: 0;
      border-radius: 100%;
      text-indent: 999px;
      overflow: hidden;
      font-size: 1px;
      padding: 0;
      outline: none;
      cursor: pointer;
      background: rgba(248, 151, 40, 0.35);
      -webkit-transition: 0.35s;
      -moz-transition: 0.35s;
      -ms-transition: 0.35s;
      -o-transition: 0.35s;
      transition: 0.35s; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li:hover button {
      background: #f89728; }
    .slick-dots li.slick-active button {
      width: 16px;
      height: 16px;
      background: #f89728; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .slick-slider .slick-track:before, .slick-slider .slick-track:after {
      content: "";
      display: table; }
    .slick-slider .slick-track:after {
      clear: both; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

#site-alerts .alert {
  display: none; }

#site-alerts .alert-icon {
  margin: 0.5rem 0;
  float: left;
  width: 18px;
  height: 18px; }
  #site-alerts .alert-icon svg {
    display: block;
    color: #fff;
    margin-top: 1px; }

#site-alerts .alerts {
  width: calc(100% - 20px); }

#site-alerts h3, #site-alerts p {
  margin: 0.5rem; }

#site-alerts h3 {
  display: inline-block;
  font-size: 1rem; }

#site-alerts p {
  display: none; }

#site-alerts a.link::before, #site-alerts a.link::after {
  background-color: #fff; }

@media screen and (min-width: 48rem) {
  #site-alerts .alert-icon {
    margin: 0.5rem;
    width: 19px; }
  #site-alerts .alerts {
    width: calc(100% - 50px); }
  #site-alerts h3 {
    font-size: 1.125rem; }
  #site-alerts p {
    display: inline;
    font-size: 0.875rem;
    line-height: 1; }
    #site-alerts p span {
      display: none; }
  #site-alerts a:hover {
    color: #fff; } }

@media screen and (min-width: 64rem) {
  #site-alerts p {
    font-size: 1rem; }
    #site-alerts p span {
      display: inline;
      letter-spacing: 0.15rem;
      font-family: "atrament-web", sans-serif, monospace;
      margin-left: 1rem; } }

.page-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .page-header img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-header .title-text {
    position: relative; }
    .page-header .title-text .columns {
      padding: 3rem 0.5rem; }
  .page-header h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.header-info-bar {
  position: relative;
  z-index: 6; }
  .header-info-bar .row {
    position: relative; }
    .header-info-bar .row::before {
      content: " ";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      right: calc(100% - 1.5rem);
      background: #fff; }
  .header-info-bar .columns {
    padding: 1rem 0.5rem 0.75rem;
    position: relative; }
  .header-info-bar .weather-widget h3 {
    display: none; }
  .header-info-bar .weather-widget .report-cta {
    display: inline-block; }
    .header-info-bar .weather-widget .report-cta a.link {
      display: inline-block;
      line-height: 1.1; }
  .header-info-bar .orange-cta a.header-cta {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: "tgn-soft-round-con", sans-serif, monospace;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 0.75rem 1rem; }
    .header-info-bar .orange-cta a.header-cta .arrow {
      display: block;
      float: right;
      width: 20px;
      height: 20px;
      margin-left: 8px;
      border-radius: 40px;
      background: url("images/arrow-right-white.svg") no-repeat center center;
      background-size: 20px 20px; }

@media screen and (max-width: 767px) {
  .header-info-bar .row {
    display: block; }
  .header-info-bar .weather-widget {
    display: flex;
    justify-content: space-between; }
    .header-info-bar .weather-widget .report-cta {
      margin: 0 2rem 0 0.5rem; }
  .header-info-bar .orange-cta {
    padding: 0 2rem 0 0.5rem;
    background: #fff; } }

@media screen and (max-width: 1023px) {
  .header-info-bar .weather-widget {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media screen and (min-width: 48rem) {
  .page-header .title-text .columns {
    padding: 4rem 0.5rem calc(4rem + 72px); }
  .header-info-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto; }
    .header-info-bar .columns {
      padding: 1rem 0.5rem; }
    .header-info-bar .weather-widget .report-cta {
      padding-right: 2rem; }
    .header-info-bar .orange-cta a.header-cta {
      font-size: 1.125rem;
      width: 150px;
      height: 150px;
      position: absolute;
      bottom: 1rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      padding: 1rem;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }
      .header-info-bar .orange-cta a.header-cta .arrow {
        position: absolute;
        bottom: 2rem;
        left: 1rem;
        margin-left: 0;
        width: 25px;
        height: 25px;
        background-size: 25px 25px; } }

@media screen and (min-width: 64rem) {
  .page-header {
    height: 465px; }
    .page-header .title-text {
      top: calc(50% - 52px);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .page-header .title-text .columns {
        padding: 0 0.5rem; }
  .header-info-bar .columns {
    padding: 2rem 0.5rem; }
  .header-info-bar .weather-widget h3 {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
    margin: 0; }
  .header-info-bar .weather-widget .report-cta {
    margin-top: 6px;
    float: right;
    padding-right: 2.5rem; }
    .header-info-bar .weather-widget .report-cta a.link {
      line-height: inherit; }
  .header-info-bar .orange-cta a.header-cta {
    font-size: 1.25rem;
    width: 180px;
    height: 180px;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1.625rem 2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }
    .header-info-bar .orange-cta a.header-cta .arrow {
      position: absolute;
      bottom: 2rem;
      left: 2rem;
      width: 40px;
      height: 40px;
      margin-left: 0;
      border-radius: 40px;
      background: url("images/arrow-right-white.svg") no-repeat center center; } }

@media screen and (min-width: 80rem) {
  .header-info-bar .orange-cta a.header-cta {
    font-size: 1.25rem;
    width: 180px;
    height: 180px;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1.625rem 2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }
    .header-info-bar .orange-cta a.header-cta .arrow {
      position: absolute;
      bottom: 2rem;
      left: 2rem;
      width: 40px;
      height: 40px;
      margin-left: 0;
      border-radius: 40px;
      background: url("images/arrow-right-white.svg") no-repeat center center; } }

@media screen and (min-width: 90rem) {
  .header-info-bar .weather-widget .report-cta {
    padding-right: 3.5rem; }
  .header-info-bar .orange-cta a.header-cta {
    width: 200px;
    height: 200px; } }

.newsletter-signup {
  padding: 0 2rem;
  text-align: center; }
  .newsletter-signup input, .newsletter-signup .icon-envelope {
    display: block; }
  .newsletter-signup h2 {
    width: 100%;
    margin: 0 0 1rem;
    color: #fff;
    text-align: center; }
  .newsletter-signup form .icon-envelope {
    float: left;
    width: 70px;
    height: 63px;
    padding: 1rem;
    border: 3px solid #fff; }
    .newsletter-signup form .icon-envelope svg {
      display: block;
      width: 32px;
      height: 25px; }
  .newsletter-signup form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .newsletter-signup form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .newsletter-signup form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .newsletter-signup form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .newsletter-signup form input.email {
    padding: 1rem;
    border: 0;
    float: right;
    width: calc(100% - 70px);
    color: #fff;
    background: #C3C5C9;
    font-size: 1.125rem;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    line-height: 1.4;
    border: 3px solid #fff;
    border-left: 0; }
  .newsletter-signup form input.button {
    display: inline-block;
    text-align: right;
    color: #fff;
    font-family: "tgn-soft-round-con", sans-serif, monospace;
    text-transform: uppercase;
    font-size: 1.25rem;
    border: 0;
    margin: 1rem 0 0;
    padding-right: 26px;
    background: transparent url("images/arrow-right-white-gray-tiny.svg") no-repeat center right 3px; }

@media screen and (min-width: 36.25rem) {
  .newsletter-signup form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 2rem 0 0;
    border: 3px solid #fff; }
    .newsletter-signup form .icon-envelope {
      width: 101px;
      height: 90px;
      padding: 2rem;
      border-top: 0;
      border-left: 0;
      border-bottom: 0; }
      .newsletter-signup form .icon-envelope svg {
        width: 34px;
        height: 26px; }
    .newsletter-signup form input.email {
      padding: 1.75rem 2rem;
      font-size: 1.25rem;
      width: 100%;
      border: 0; }
    .newsletter-signup form input.button {
      margin: 0; } }

@media screen and (min-width: 64rem) {
  .newsletter-signup {
    padding: 0 2rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .newsletter-signup input, .newsletter-signup .icon-envelope {
      display: inline-block;
      vertical-align: middle; }
    .newsletter-signup h2 {
      width: 55%;
      text-align: left; }
    .newsletter-signup form {
      margin-left: 2rem; } }

@media screen and (min-width: 90rem) {
  .newsletter-signup h2 {
    width: 30%; }
  .newsletter-signup form {
    width: 70%; } }

#tribe-events-pg-template,
.tribe-events-pg-template {
  max-width: 100%; }

.post-type-archive-tribe_events .tribe-events-loop .type-tribe_events {
  margin: 0 0 1rem;
  background: #F7F8FA;
  border: 0;
  position: relative;
  padding: 2rem; }
  .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    background: #F7F8FA; }
  .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events .tribe-event-schedule-details {
    color: #00A4E4;
    text-transform: uppercase;
    font-family: "tgn-soft-round-con", sans-serif, monospace;
    font-size: 1rem;
    line-height: 1.1; }
  .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events h3.tribe-events-list-event-title {
    font-size: 1.75rem;
    line-height: 1.1;
    margin: 0 0 1rem; }
    .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events h3.tribe-events-list-event-title a {
      text-transform: uppercase;
      color: #000; }

.post-type-archive-tribe_events .tribe-events-loop a.link {
  display: inline-block; }

#tribe-events-bar,
.tribe-events-title-bar,
#tribe-events-header,
.tribe-events-cal-links,
.tribe-events-ical.tribe-events-button,
h2.tribe-events-list-separator-month {
  display: none !important; }

.event-category-bar {
  padding: 2rem; }
  .event-category-bar p {
    font-size: 1rem;
    position: relative;
    margin: 0; }
  .event-category-bar select {
    display: inline-block;
    width: auto;
    color: orange;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #000;
    padding: 0 1.5rem 0 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-transform: lowercase;
    background: url("images/arrow-down-black.svg") no-repeat center right; }

#tribe-events-footer {
  margin: 2rem 0; }
  #tribe-events-footer .tribe-events-sub-nav {
    text-align: right;
    margin-top: 2rem; }
  #tribe-events-footer .tribe-events-nav-pagination {
    position: relative;
    text-align: right;
    padding: 0 2rem; }
    #tribe-events-footer .tribe-events-nav-pagination .tribe-events-nav-previous,
    #tribe-events-footer .tribe-events-nav-pagination .tribe-events-nav-next {
      width: auto;
      margin: 0 0 0 1rem;
      float: none;
      display: inline-block; }
      #tribe-events-footer .tribe-events-nav-pagination .tribe-events-nav-previous span,
      #tribe-events-footer .tribe-events-nav-pagination .tribe-events-nav-next span {
        display: none; }
      #tribe-events-footer .tribe-events-nav-pagination .tribe-events-nav-previous a,
      #tribe-events-footer .tribe-events-nav-pagination .tribe-events-nav-next a {
        display: block;
        width: 40px;
        height: 40px;
        text-indent: 999px;
        overflow: hidden;
        border-radius: 40px; }
    #tribe-events-footer .tribe-events-nav-pagination .tribe-events-nav-previous a {
      background: #F89728 url("images/arrow-left-orange.svg") no-repeat center center; }
    #tribe-events-footer .tribe-events-nav-pagination .tribe-events-nav-next a {
      background: #F89728 url("images/arrow-right-orange.svg") no-repeat center center; }

#tribe-events-content {
  padding: 0; }
  #tribe-events-content.tribe-events-month {
    max-width: 94rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2em; }

.tribe-events-notices {
  background: #00A4E4;
  color: #fff;
  border: 0;
  text-shadow: none;
  padding: 0.5rem 2rem; }
  .tribe-events-notices p, .tribe-events-notices li {
    color: #fff; }

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: 0; }

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-size: 0.875rem;
  padding: 0;
  margin: 0.25rem 0; }

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  padding: 6px 9px;
  margin: 0; }

.tribe-events-calendar th {
  background-color: #666666;
  font-family: "tgn-soft-round-con", sans-serif, monospace;
  letter-spacing: 0.15rem;
  color: #fff;
  font-size: 1.25rem; }

.tribe-events-calendar td div[id*=tribe-events-daynum-],
.tribe-events-calendar td div[id*=tribe-events-daynum-] a,
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  font-family: "tgn-soft-round-con", sans-serif, monospace;
  color: #000;
  font-size: 1rem; }

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #F89728; }

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: #F7F8FA; }

.recurringinfo .tribe-events-divider {
  margin: 0 1rem; }

.tribe-events-calendar .tribe-events-tooltip,
.recurring-info-tooltip.tribe-events-tooltip {
  width: 300px;
  background: #666666;
  border-radius: 5px;
  border: 0; }
  .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body,
  .recurring-info-tooltip.tribe-events-tooltip .tribe-events-event-body {
    padding: 1rem; }
  .tribe-events-calendar .tribe-events-tooltip h3,
  .recurring-info-tooltip.tribe-events-tooltip h3 {
    margin: 1rem 1rem 0;
    color: #fff; }
  .tribe-events-calendar .tribe-events-tooltip .tribe-event-duration,
  .recurring-info-tooltip.tribe-events-tooltip .tribe-event-duration {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 1rem; }
  .tribe-events-calendar .tribe-events-tooltip p,
  .recurring-info-tooltip.tribe-events-tooltip p {
    text-transform: none;
    line-height: 1.4;
    font-size: 1rem;
    margin: 0;
    color: #fff; }
  .tribe-events-calendar .tribe-events-tooltip .tribe-events-arrow,
  .recurring-info-tooltip.tribe-events-tooltip .tribe-events-arrow {
    background: none;
    width: 0;
    height: 0;
    bottom: -20px;
    border: 12px solid transparent;
    border-top-color: #666666; }

.tribe-events-calendar .tribe-events-tooltip p {
  font-size: 0.875rem; }

.tribe-events-back {
  margin: 0; }
  .tribe-events-back a.link {
    display: inline-block; }

.single-tribe_events #tribe-events-content {
  margin: 2rem auto 0; }
  .single-tribe_events #tribe-events-content .row.back-btn {
    margin-bottom: 1rem; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dt {
    width: 40px;
    clear: left; }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dt img {
      display: block; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd {
    width: calc(100% - 45px);
    padding: 0 1rem; }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd p, .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd address {
      text-transform: uppercase;
      font-family: "tgn-soft-round-con", sans-serif, monospace;
      font-size: 1.25rem;
      margin: 0; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dt, .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd {
    display: inline-block;
    vertical-align: middle;
    margin: 0.75rem 0; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta a {
    color: #000;
    position: relative;
    z-index: 4;
    overflow: hidden;
    border-bottom: 0;
    padding-bottom: 2px;
    font-family: "atrament-web", sans-serif, monospace;
    letter-spacing: 0.15rem;
    font-size: 1rem;
    text-transform: uppercase; }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta a::before, .single-tribe_events #tribe-events-content .tribe-events-event-meta a::after {
      position: absolute;
      content: " ";
      display: block;
      bottom: 0;
      height: 2px;
      background-color: #F89728; }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta a::before {
      right: 0;
      width: 100%;
      -webkit-transition: translateX(0);
      -moz-transition: translateX(0);
      -ms-transition: translateX(0);
      -o-transition: translateX(0);
      transition: translateX(0);
      -webkit-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
      -moz-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
      -ms-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
      -o-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
      transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955); }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta a::after {
      left: 0;
      width: 0%;
      -webkit-transition: translateX(-105%);
      -moz-transition: translateX(-105%);
      -ms-transition: translateX(-105%);
      -o-transition: translateX(-105%);
      transition: translateX(-105%);
      -webkit-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
      -moz-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
      -ms-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
      -o-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
      transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s; }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta a:hover::before, .single-tribe_events #tribe-events-content .tribe-events-event-meta a:hover::after {
      -webkit-transition: translateX(0);
      -moz-transition: translateX(0);
      -ms-transition: translateX(0);
      -o-transition: translateX(0);
      transition: translateX(0); }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta a:hover::before {
      width: 0%; }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta a:hover::after {
      width: 100%; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta .organizer-details,
  .single-tribe_events #tribe-events-content .tribe-events-event-meta .location-details {
    margin: 3rem 0; }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta .organizer-details p, .single-tribe_events #tribe-events-content .tribe-events-event-meta .organizer-details address,
    .single-tribe_events #tribe-events-content .tribe-events-event-meta .location-details p,
    .single-tribe_events #tribe-events-content .tribe-events-event-meta .location-details address {
      font-family: "Inter", sans-serif;
      font-size: 1.125rem;
      margin: 0; }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta .organizer-details .tribe-country-name,
    .single-tribe_events #tribe-events-content .tribe-events-event-meta .location-details .tribe-country-name {
      display: none; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta .organizer-details {
    margin: 2rem 0; }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta .organizer-details h3, .single-tribe_events #tribe-events-content .tribe-events-event-meta .organizer-details p {
      margin: 1rem 0; }

.single-tribe_events .tribe_events.hentry .row .columns.events-meta {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.single-tribe_events .events-content {
  position: relative; }
  .single-tribe_events .events-content .copyarea {
    padding: 2rem 1rem 2rem 0; }
  .single-tribe_events .events-content::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    background: #F7F8FA; }

.single-tribe_events .tribe-events-event-meta {
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: #fff; }

.related-events {
  margin: 0 auto 8rem;
  background: url("images/bg-topographic-05.svg") no-repeat top left; }
  .related-events .copyarea {
    padding: 3rem 0; }
    .related-events .copyarea .inner {
      padding: 1rem;
      height: 100%;
      border-bottom: 10px solid #F89728;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); }
    .related-events .copyarea h3 {
      font-size: 1rem; }
    .related-events .copyarea h4 {
      margin: 0; }
      .related-events .copyarea h4 a {
        color: #000; }
  .related-events .row-content .columns {
    margin-bottom: 1rem; }

.single-tribe_venue .tribe-events-venue {
  margin-top: 3rem;
  margin-bottom: 5rem; }
  .single-tribe_venue .tribe-events-venue .back-btn {
    margin-bottom: 1rem; }
  .single-tribe_venue .tribe-events-venue .events-content {
    position: relative; }
    .single-tribe_venue .tribe-events-venue .events-content .copyarea {
      padding: 3rem 0; }
    .single-tribe_venue .tribe-events-venue .events-content::before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      right: 100%;
      background: #F7F8FA; }
  .single-tribe_venue .tribe-events-venue .events-meta {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .single-tribe_venue .tribe-events-venue .events-meta dl dt {
      width: 40px;
      clear: left; }
      .single-tribe_venue .tribe-events-venue .events-meta dl dt img {
        display: block; }
    .single-tribe_venue .tribe-events-venue .events-meta dl dd {
      width: calc(100% - 55px);
      padding: 0 1rem; }
      .single-tribe_venue .tribe-events-venue .events-meta dl dd p strong {
        font-weight: 600; }
      .single-tribe_venue .tribe-events-venue .events-meta dl dd p, .single-tribe_venue .tribe-events-venue .events-meta dl dd address {
        text-transform: uppercase;
        font-family: "tgn-soft-round-con", sans-serif, monospace;
        font-size: 1.25rem;
        margin: 0;
        font-weight: 400; }
    .single-tribe_venue .tribe-events-venue .events-meta dl dt, .single-tribe_venue .tribe-events-venue .events-meta dl dd {
      display: inline-block;
      vertical-align: middle;
      margin: 0.75rem 0; }
    .single-tribe_venue .tribe-events-venue .events-meta .tribe-events-event-url a {
      color: #000;
      position: relative;
      z-index: 4;
      overflow: hidden;
      border-bottom: 0;
      padding-bottom: 2px;
      font-family: "atrament-web", sans-serif, monospace;
      letter-spacing: 0.15rem;
      font-size: 1rem;
      text-transform: uppercase; }
      .single-tribe_venue .tribe-events-venue .events-meta .tribe-events-event-url a::before, .single-tribe_venue .tribe-events-venue .events-meta .tribe-events-event-url a::after {
        position: absolute;
        content: " ";
        display: block;
        bottom: 0;
        height: 2px;
        background-color: #F89728; }
      .single-tribe_venue .tribe-events-venue .events-meta .tribe-events-event-url a::before {
        right: 0;
        width: 100%;
        -webkit-transition: translateX(0);
        -moz-transition: translateX(0);
        -ms-transition: translateX(0);
        -o-transition: translateX(0);
        transition: translateX(0);
        -webkit-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
        -moz-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
        -ms-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
        -o-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955);
        transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955); }
      .single-tribe_venue .tribe-events-venue .events-meta .tribe-events-event-url a::after {
        left: 0;
        width: 0%;
        -webkit-transition: translateX(-105%);
        -moz-transition: translateX(-105%);
        -ms-transition: translateX(-105%);
        -o-transition: translateX(-105%);
        transition: translateX(-105%);
        -webkit-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
        -moz-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
        -ms-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
        -o-transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s;
        transition: 0.35s cubic-bezier(0.74, 0.445, 0.145, 0.955) 0.35s; }
      .single-tribe_venue .tribe-events-venue .events-meta .tribe-events-event-url a:hover::before, .single-tribe_venue .tribe-events-venue .events-meta .tribe-events-event-url a:hover::after {
        -webkit-transition: translateX(0);
        -moz-transition: translateX(0);
        -ms-transition: translateX(0);
        -o-transition: translateX(0);
        transition: translateX(0); }
      .single-tribe_venue .tribe-events-venue .events-meta .tribe-events-event-url a:hover::before {
        width: 0%; }
      .single-tribe_venue .tribe-events-venue .events-meta .tribe-events-event-url a:hover::after {
        width: 100%; }
    .single-tribe_venue .tribe-events-venue .events-meta .tribe-country-name {
      display: none; }

@media screen and (max-width: 48rem) {
  .tribe-events-loop .tribe-events-event-meta {
    border: 0;
    background: transparent; }
  .tribe-events-list .time-details,
  .tribe-events-list .tribe-event-schedule-details {
    padding: 0; }
  #tribe-events-pg-template {
    padding: 0; }
  .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events .tribe-event-schedule-details {
    font-size: 1.25rem; }
  .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events h3.tribe-events-list-event-title {
    font-size: 2.75rem; } }

@media screen and (min-width: 48rem) {
  #tribe-events-header,
  .tribe-events-loop,
  .event-category-bar {
    max-width: 94rem;
    margin: 0 auto;
    padding: 0 2rem; }
  .event-category-bar p, .event-category-bar select {
    font-size: 1.5rem; }
  .event-category-bar p {
    margin: 4rem 0 1.5rem; }
  .tribe-events-list .tribe-events-loop .tribe-events-content {
    margin: 0; }
  .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events {
    padding: 2rem 2rem 2rem 0; }
    .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events .tribe-event-schedule-details {
      font-size: 1.25rem; }
    .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events h3.tribe-events-list-event-title {
      font-size: 3rem; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dt {
    width: 30px; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd p, .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd address {
    font-size: 1rem; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta .location-details p, .single-tribe_events #tribe-events-content .tribe-events-event-meta .location-details address {
    font-size: 1rem; }
  .single-tribe_events .events-content {
    position: relative; }
    .single-tribe_events .events-content .copyarea {
      padding: 3rem 2rem 3rem 0; }
  .single-tribe_events .tribe_events.hentry .row .columns.events-meta {
    padding: 3rem 0; } }

@media screen and (min-width: 64rem) {
  #tribe-events-pg-template {
    margin-top: 100px;
    margin-bottom: 64px; }
  .event-category-bar p, .event-category-bar select {
    font-size: 2rem; }
  .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events h3.tribe-events-list-event-title {
    font-size: 3.75rem; }
  .single-tribe_events #tribe-events-pg-template {
    margin-top: 2rem; }
  .single-tribe_events .events-content .copyarea {
    padding: 6rem 3rem 6rem 0; }
  .single-tribe_events .tribe_events.hentry .row .columns.events-meta {
    padding: 6rem 0; }
  .related-events .copyarea .inner {
    padding: 2rem; } }

@media screen and (min-width: 80rem) {
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dt {
    width: 40px; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd p, .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd address {
    font-size: 1.25rem; }
  .related-events .copyarea {
    padding: 6rem 0; }
    .related-events .copyarea h3 {
      font-size: 1.25rem; } }

#hero {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 100px; }
  #hero .above {
    width: 100%;
    height: calc(100vh - 200px);
    overflow: hidden;
    position: relative;
    z-index: 4; }
    #hero .above .row.tagline {
      position: absolute;
      top: 32%;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: 4;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  #hero .below {
    position: relative;
    z-index: 6; }
  #hero .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    #hero .img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #hero .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.15); }
  #hero h1 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  #hero .header-info-bar .row,
  #hero .event-info-bar .row {
    position: relative;
    text-align: left; }
  #hero .header-info-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
  #hero .event-info-bar .row .bg-white,
  #hero .event-info-bar .row .bg-lightgray {
    position: relative; }
    #hero .event-info-bar .row .bg-white::before,
    #hero .event-info-bar .row .bg-lightgray::before {
      content: " ";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      right: calc(100% - 1.5rem); }
  #hero .event-info-bar .row .bg-white::before {
    background: #fff; }
  #hero .event-info-bar .row .bg-lightgray::before {
    background: #F7F8FA; }
  #hero .event-info-bar .copyarea {
    padding: 2rem 2rem 2rem 0; }
    #hero .event-info-bar .copyarea h2 a {
      color: #000; }
    #hero .event-info-bar .copyarea a.link {
      display: inline-block; }
    #hero .event-info-bar .copyarea.more-events ul {
      list-style: none;
      margin: 0; }
      #hero .event-info-bar .copyarea.more-events ul li {
        margin: 0.5rem 0; }

@media screen and (min-width: 375px) {
  #hero .above .row.tagline {
    top: 40%; } }

@media screen and (min-width: 48rem) {
  #hero .above {
    height: calc(60vh - 96px); }
    #hero .above .row.tagline {
      top: 40%; }
  #hero .event-info-bar .row .bg-lightgray::before {
    display: none; }
  #hero .event-info-bar .copyarea.more-events {
    padding: 2rem 0;
    max-width: 150px;
    margin: 0 auto; } }

@media screen and (min-width: 64rem) {
  #hero .above {
    height: calc(100vh - 110px); }
  #hero .event-info-bar {
    width: 100%;
    position: relative;
    z-index: 6; }
    #hero .event-info-bar .copyarea {
      width: 65%;
      padding-top: 2rem;
      position: relative; }
      #hero .event-info-bar .copyarea.more-events {
        max-width: 180px; } }

@media screen and (min-width: 90rem) {
  #hero h1 {
    font-size: 7.5rem; }
  #hero .event-info-bar .copyarea.more-events {
    max-width: 200px; } }

.accordion {
  margin: 3rem auto;
  padding: 3rem 0;
  position: relative;
  background: #F7F8FA url("images/bg-topographic-03.svg") no-repeat top left;
  background-size: 50% auto;
  position: relative; }
  .accordion .row-header {
    padding: 0 0 1rem; }
  .accordion .row-header,
  .accordion .row-content {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
  .accordion .accordion-drawer {
    border-top: 1px solid #000; }
    .accordion .accordion-drawer:last-child {
      border-bottom: 1px solid #000; }
    .accordion .accordion-drawer .drawer-header {
      padding: 1rem 0;
      position: relative; }
      .accordion .accordion-drawer .drawer-header .disc {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 40px;
        background: #F89728 url("images/icon-plus-white.svg") no-repeat center center;
        background-size: 14px 14px; }
      .accordion .accordion-drawer .drawer-header h3 {
        text-transform: none;
        letter-spacing: 0;
        margin: 0;
        font-family: "Inter", sans-serif;
        font-size: 1.25rem;
        color: #000; }
      .accordion .accordion-drawer .drawer-header.open .disc {
        background-image: url("images/icon-minus-white.svg"); }
    .accordion .accordion-drawer .drawer-content {
      display: none; }
      .accordion .accordion-drawer .drawer-content ul {
        list-style: disc; }
      .accordion .accordion-drawer .drawer-content .copyarea {
        padding-top: 1.5rem; }
  .accordion .inner .copyarea {
    margin-top: -1rem;
    padding: 0 0 1rem; }
    .accordion .inner .copyarea p, .accordion .inner .copyarea iframe {
      width: 100% !important; }

@media screen and (min-width: 64rem) {
  .accordion {
    margin: 6rem auto;
    padding: 4rem 0; }
    .accordion .row-header {
      padding: 0 0 2rem; }
    .accordion .accordion-drawer .drawer-header {
      padding: 2rem 0; }
      .accordion .accordion-drawer .drawer-header .disc {
        width: 40px;
        height: 40px;
        background-size: 18px 18px; }
      .accordion .accordion-drawer .drawer-header h3 {
        font-size: 1.75rem; }
    .accordion .inner .copyarea {
      margin-top: -2rem; } }

@media screen and (min-width: 80rem) {
  .accordion .accordion-drawer .drawer-header .disc {
    position: relative;
    top: 5px; }
  .accordion .accordion-drawer .drawer-header h3 {
    font-size: 2rem; } }

.image-callout {
  margin: 3rem 0;
  position: relative; }
  .image-callout .row {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .image-callout .img {
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16); }
    .image-callout .img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .image-callout .icon {
    display: block;
    margin: 0 0 1rem; }
    .image-callout .icon svg, .image-callout .icon img {
      display: block;
      width: 100%;
      max-width: 52px;
      max-height: 22px; }
  .image-callout .copyarea {
    padding: 2rem 0; }
  .image-callout a.link {
    display: inline-block; }

@media screen and (min-width: 64rem) {
  .image-callout {
    margin: 6rem 0; }
    .image-callout .row {
      padding-top: 3rem;
      padding-bottom: 3rem; }
    .image-callout .copyarea {
      padding: 3rem 1.5rem; } }

@media screen and (min-width: 80rem) {
  .image-callout {
    overflow: hidden; }
    .image-callout .row {
      position: relative;
      padding-top: 5rem;
      padding-bottom: 5rem; }
      .image-callout .row::after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        left: calc(100% - 1.5rem);
        background: #fff; }
    .image-callout .copyarea {
      padding: 6rem 6rem 6rem 3rem; } }

.fullwidth {
  margin: 3rem auto;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  background: #F7F8FA url("images/bg-topographic-01.svg") no-repeat center left;
  background-size: auto 100%; }
  .fullwidth .bg-topo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    z-index: 1; }
  .fullwidth .row {
    position: relative;
    z-index: 2; }
  .fullwidth a.link {
    display: inline-block; }

@media screen and (min-width: 64rem) {
  .fullwidth {
    margin: 6rem auto;
    padding: 6rem 0; } }

.gallery {
  margin: 100px auto;
  text-align: center;
  overflow: hidden;
  position: relative; }
  .gallery .slick-gallery {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gallery .slick-gallery img {
      display: block;
      width: 100%;
      max-width: 768px;
      padding: 0 0.5rem;
      -webkit-transition: 0.35s;
      -moz-transition: 0.35s;
      -ms-transition: 0.35s;
      -o-transition: 0.35s;
      transition: 0.35s;
      opacity: 0.5;
      filter: alpha(opacity=50); }
      .gallery .slick-gallery img.slick-active {
        opacity: 1;
        filter: alpha(opacity=100); }

@media screen and (min-width: 80rem) {
  .gallery .slick-gallery img {
    max-width: 990px; } }

.multi-column {
  position: relative;
  margin: 3rem auto; }
  .multi-column.col-count-3, .multi-column.col-count-4 {
    background: #fff url("images/bg-topographic-02.svg") no-repeat center left;
    background-size: auto 100%;
    padding: 3rem 0; }
  .multi-column .row-header,
  .multi-column .row-content {
    width: 100%; }
    .multi-column .row-header .columns, .multi-column .row-header .cols,
    .multi-column .row-content .columns,
    .multi-column .row-content .cols {
      position: relative; }
  .multi-column .row-header {
    margin-bottom: 2rem; }
    .multi-column .row-header h2 {
      margin-bottom: 0; }
  .multi-column .row-content .cols {
    padding: 0.5rem; }
    .multi-column .row-content .cols .block {
      height: 100%;
      position: relative;
      background: #fff;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
      border-bottom: 10px solid #F89728; }
      .multi-column .row-content .cols .block .img {
        width: 100%;
        overflow: hidden; }
        .multi-column .row-content .cols .block .img img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .multi-column .row-content .cols .block .copyarea {
        padding: 2rem 2rem 2.5rem; }
        .multi-column .row-content .cols .block .copyarea p {
          margin: 1rem 0; }
        .multi-column .row-content .cols .block .copyarea span {
          display: block;
          width: 100%; }
        .multi-column .row-content .cols .block .copyarea .links {
          margin: 1rem 0 0; }
        .multi-column .row-content .cols .block .copyarea a.link {
          display: inline-block; }
  .multi-column.col-count-2 h4, .multi-column.col-count-3 h4 {
    font-size: 1.75rem;
    line-height: 1.1; }
  .multi-column .img {
    height: 250px; }

@media screen and (min-width: 480px) {
  .multi-column .img {
    height: 420px; } }

@media screen and (min-width: 48rem) {
  .multi-column .row-header {
    position: relative; }
    .multi-column .row-header a.link {
      position: absolute;
      right: 0;
      bottom: 6px;
      padding-bottom: 0; }
  .multi-column.col-count-2 .img, .multi-column.col-count-4 .img {
    height: 250px; }
  .multi-column.col-count-2 .row-content .cols, .multi-column.col-count-4 .row-content .cols {
    width: 50%; }
  .multi-column.col-count-3 .img {
    height: 220px; }
  .multi-column.col-count-3 .row-content .cols {
    width: 33.33%; } }

@media screen and (min-width: 64rem) {
  .multi-column {
    margin: 6rem auto; }
    .multi-column.col-count-2 h4, .multi-column.col-count-3 h4 {
      font-size: 2.8125rem; }
    .multi-column.col-count-3, .multi-column.col-count-4 {
      padding: 6rem 0; }
    .multi-column.col-count-3 .row-content .cols {
      width: 33.33%; }
    .multi-column.col-count-4 .img {
      height: 200px; }
    .multi-column.col-count-4 .row-content .cols {
      width: 25%; } }

@media screen and (min-width: 80rem) {
  .multi-column.col-count-2 .img, .multi-column.col-count-4 .img {
    height: 360px; } }

.multi-column-slider {
  position: relative;
  margin: 6rem auto;
  background: #fff url("images/bg-topographic-04.svg") no-repeat center left;
  background-size: auto 100%;
  padding: 6rem 0;
  overflow: hidden; }
  .multi-column-slider .row-header {
    width: 100%;
    margin-bottom: 2rem;
    position: relative; }
    .multi-column-slider .row-header .columns {
      position: relative; }
  .multi-column-slider .row-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1.5rem; }
    .multi-column-slider .row-content .cols {
      padding: 0.5rem;
      position: relative; }
      .multi-column-slider .row-content .cols .block {
        height: 100%;
        position: relative;
        background: #fff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); }
        .multi-column-slider .row-content .cols .block::after {
          content: " ";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 10px;
          background: #F89728; }
        .multi-column-slider .row-content .cols .block .img {
          width: 100%;
          height: 240px;
          overflow: hidden; }
          .multi-column-slider .row-content .cols .block .img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .multi-column-slider .row-content .cols .block .row {
          padding: 0; }
        .multi-column-slider .row-content .cols .block .copy-top,
        .multi-column-slider .row-content .cols .block .copy-bottom {
          width: 100%; }
        .multi-column-slider .row-content .cols .block .copyarea {
          padding: 2rem; }
          .multi-column-slider .row-content .cols .block .copyarea h4 {
            align-self: flex-start; }
          .multi-column-slider .row-content .cols .block .copyarea p {
            margin: 0.5rem 0 0;
            align-self: flex-end; }
          .multi-column-slider .row-content .cols .block .copyarea .link {
            position: absolute;
            bottom: 3rem;
            left: 2rem;
            margin: 1rem 0 0;
            align-self: flex-end; }
  .multi-column-slider .slick-slider .slick-list {
    overflow: visible; }
  .multi-column-slider .slick-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .multi-column-slider .slick-slider .slick-track .slick-slide {
      height: auto; }
  .multi-column-slider .slick-prev,
  .multi-column-slider .slick-next {
    top: unset;
    bottom: -60px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  .multi-column-slider .slick-prev {
    left: unset;
    right: 100px; }
  .multi-column-slider .slick-next {
    left: unset;
    right: 50px; }

@media screen and (min-width: 1080px) {
  .multi-column-slider .row-header .link {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 0; }
  .multi-column-slider .row-content .cols .block {
    z-index: 2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s; }
    .multi-column-slider .row-content .cols .block:hover {
      z-index: 4;
      cursor: pointer;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); } }

.table-chart {
  margin: 3em auto;
  position: relative; }
  .table-chart .row-header .row a.button {
    display: inline-block; }
  .table-chart .row-header .row a.link {
    display: inline-block;
    margin: 0 0 1rem; }
  .table-chart .row-content {
    margin: 1rem 0 0; }
  .table-chart .table-header {
    display: none; }
  .table-chart .table-columns > .columns:first-child {
    font-weight: 700; }
  .table-chart .table-columns {
    padding: 0.5rem 0; }
    .table-chart .table-columns .columns {
      padding: 0.25rem 0.625rem; }
      .table-chart .table-columns .columns::before {
        content: attr(data-header);
        display: block;
        font-size: 1rem;
        font-style: italic;
        color: #666666; }
      .table-chart .table-columns .columns:first-child::before {
        display: none; }
    .table-chart .table-columns:nth-child(odd) {
      background-color: #F7F8FA; }

@media screen and (min-width: 48rem) {
  .table-chart .table-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-family: "tgn-soft-round-con", sans-serif, monospace;
    text-transform: uppercase; }
    .table-chart .table-header .columns {
      padding: 0.625rem;
      font-size: 1.25rem;
      line-height: 1.1; }
  .table-chart .row-header .row {
    align-items: flex-end; }
    .table-chart .row-header .row .columns:last-child {
      text-align: right; }
  .table-chart .table-columns .columns {
    padding: 1.625rem 0.625rem;
    line-height: 1.1; }
    .table-chart .table-columns .columns::before {
      display: none; } }

@media screen and (min-width: 64rem) {
  .table-chart {
    margin: 6rem auto; }
    .table-chart .row-header h2 {
      margin: 0; }
    .table-chart .row-header a.button {
      display: inline-block;
      margin-bottom: 6px; }
    .table-chart .row-content {
      margin: 2rem 0 0; } }

.trail-conditions {
  margin: 3rem auto;
  position: relative; }
  .trail-conditions .row-header .columns {
    text-align: left; }
  .trail-conditions .row-header .row {
    justify-content: space-between; }
  .trail-conditions .row-header .col {
    padding: 0.5rem; }
  .trail-conditions .row-header h5 {
    font-size: 1rem;
    text-transform: uppercase; }
    .trail-conditions .row-header h5 span {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 0.875rem;
      text-transform: none;
      margin-left: 0.25rem; }
  .trail-conditions .row-content,
  .trail-conditions .table-group {
    width: 100%; }
  .trail-conditions img {
    vertical-align: middle; }
    .trail-conditions img.difficulty {
      height: 20px;
      width: auto; }
      .trail-conditions img.difficulty[src*='advanced'], .trail-conditions img.difficulty[src*='expert'], .trail-conditions img.difficulty[src*='variations'] {
        height: 26px; }
  .trail-conditions .table-content:nth-child(odd) {
    background: #F7F8FA; }

@media screen and (max-width: 767px) {
  .trail-conditions .row-header {
    margin: 0 0 1rem 0; }
  .trail-conditions .table-header {
    display: none; }
  .trail-conditions img.difficulty {
    display: inline-block;
    vertical-align: middle; }
  .trail-conditions span[data-header="Difficulty"] {
    position: relative; }
    .trail-conditions span[data-header="Difficulty"]::before {
      content: "Difficulty";
      display: inline-block;
      vertical-align: middle;
      font-size: 0.65rem;
      color: #666666;
      font-style: italic;
      margin-right: 4px; }
  .trail-conditions .table-content {
    display: block; }
    .trail-conditions .table-content .columns {
      text-align: left;
      padding: 1rem; }
    .trail-conditions .table-content .col-trail-name {
      float: left;
      width: 55%;
      font-family: "tgn-soft-round-con", sans-serif, monospace;
      text-transform: uppercase;
      font-size: 1.5rem;
      line-height: 1.1; }
    .trail-conditions .table-content .col-difficulty {
      float: right;
      width: 45%;
      text-align: right; }
    .trail-conditions .table-content .col-night-skiing,
    .trail-conditions .table-content .col-freestyle-terrain,
    .trail-conditions .table-content .col-moguls,
    .trail-conditions .table-content .col-open-closed {
      clear: both;
      padding: 0 1rem 1rem; }
      .trail-conditions .table-content .col-night-skiing span::after,
      .trail-conditions .table-content .col-freestyle-terrain span::after,
      .trail-conditions .table-content .col-moguls span::after,
      .trail-conditions .table-content .col-open-closed span::after {
        content: attr(data-header);
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px; }
      .trail-conditions .table-content .col-night-skiing.empty,
      .trail-conditions .table-content .col-freestyle-terrain.empty,
      .trail-conditions .table-content .col-moguls.empty,
      .trail-conditions .table-content .col-open-closed.empty {
        display: none; } }

@media screen and (min-width: 48rem) {
  .trail-conditions .row-header {
    margin: 0 0 2rem 0; }
  .trail-conditions .table-header {
    font-family: "tgn-soft-round-con", sans-serif, monospace;
    text-transform: uppercase; }
    .trail-conditions .table-header .columns {
      padding: 0.625rem 0; }
  .trail-conditions .table-content .columns {
    padding: 1rem 0; }
  .trail-conditions .table-content .col-night-skiing.empty,
  .trail-conditions .table-content .col-freestyle-terrain.empty,
  .trail-conditions .table-content .col-moguls.empty,
  .trail-conditions .table-content .col-open-closed.empty {
    display: block; }
  .trail-conditions .columns {
    text-align: center; }
  .trail-conditions img {
    display: block;
    margin: 0 auto; } }

@media screen and (min-width: 48rem) {
  .trail-conditions {
    margin: 6rem auto; } }

.video-row {
  margin: 3rem auto;
  position: relative;
  overflow: hidden; }
  .video-row iframe {
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16); }
  .video-row .copyarea {
    padding: 2rem 0; }
  .video-row a.link {
    display: inline-block; }
  .video-row .image-side {
    padding-top: 2rem; }

@media screen and (min-width: 64rem) {
  .video-row {
    margin: 6rem auto; }
    .video-row iframe {
      height: 100%; }
    .video-row .image-side {
      padding-top: 0; }
    .video-row .row {
      position: relative;
      padding-top: 5rem;
      padding-bottom: 5rem; }
      .video-row .row::after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        left: calc(100% - 1.5rem);
        background: #fff; }
      .video-row .row .copyarea {
        padding: 6rem 6rem 6rem 3rem; }
      .video-row .row.position-right {
        flex-direction: row-reverse; }
        .video-row .row.position-right::after {
          display: none; }
        .video-row .row.position-right::before {
          content: " ";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%;
          right: calc(100% - 1.5rem);
          background: #fff; }
        .video-row .row.position-right .copyarea {
          padding: 6rem 3rem; } }

.wp-open-weather {
  display: inline-block;
  width: auto;
  vertical-align: middle; }
  .wp-open-weather .wcp-openweather-header,
  .wp-open-weather .wcp-openweather-now-details,
  .wp-open-weather .wcp-openweather-city-wrapper {
    display: none; }
  .wp-open-weather tbody, .wp-open-weather tr, .wp-open-weather td {
    display: block;
    float: left; }

.wcp-openweather-default-shortcode {
  margin: 0; }
  .wcp-openweather-default-shortcode .wcp-openweather-container {
    overflow: visible; }
  .wcp-openweather-default-shortcode .wcp-openweather-content > .wcp-openweather-container {
    padding: 0; }
  .wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-content-tbl {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
    margin-left: 0 !important; }
    .wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-content-tbl .wcp-openweather-now-temperature-wrapper .wcp-openweather-now-value .wcp-openweather-now-value-deg {
      top: 8px !important;
      font-size: inherit; }
    .wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-content-tbl .wcp-openweather-now-icon-wrapper .wcp-openweather-now-icon {
      width: auto !important;
      height: auto !important;
      display: inline-block !important;
      vertical-align: middle !important; }
      .wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-content-tbl .wcp-openweather-now-icon-wrapper .wcp-openweather-now-icon img {
        width: auto !important;
        height: auto !important;
        max-height: 28px;
        margin-left: 0 !important;
        margin-right: 0.5rem !important;
        position: relative; }

.wcp-openweather-default-widget .wcp-openweather-content .wcp-openweather-now-wrapper .wcp-openweather-now-temperature .wcp-openweather-now-value,
.wcp-openweather-default-widget .wcp-openweather-content .wcp-openweather-content-tbl .wcp-openweather-now-temperature-wrapper .wcp-openweather-now-value,
.wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-now-wrapper .wcp-openweather-now-temperature .wcp-openweather-now-value,
.wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-content-tbl .wcp-openweather-now-temperature-wrapper .wcp-openweather-now-value {
  font-family: "Inter", sans-serif;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 700 !important; }

@media screen and (min-width: 48rem) {
  .wp-open-weather tbody, .wp-open-weather tr, .wp-open-weather td {
    display: block;
    float: right; }
  .wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-content-tbl .wcp-openweather-now-icon-wrapper .wcp-openweather-now-icon img {
    margin-left: 1rem !important;
    max-height: 40px; }
  .wcp-openweather-default-widget .wcp-openweather-content .wcp-openweather-now-wrapper .wcp-openweather-now-temperature .wcp-openweather-now-value,
  .wcp-openweather-default-widget .wcp-openweather-content .wcp-openweather-content-tbl .wcp-openweather-now-temperature-wrapper .wcp-openweather-now-value,
  .wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-now-wrapper .wcp-openweather-now-temperature .wcp-openweather-now-value,
  .wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-content-tbl .wcp-openweather-now-temperature-wrapper .wcp-openweather-now-value {
    font-size: 2rem; } }

@media screen and (min-width: 64rem) {
  .wp-open-weather tbody, .wp-open-weather tr, .wp-open-weather td {
    display: block;
    float: right; }
  .wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-content-tbl {
    margin-left: 2rem !important; }
    .wcp-openweather-default-shortcode .wcp-openweather-content .wcp-openweather-content-tbl .wcp-openweather-now-icon-wrapper .wcp-openweather-now-icon img {
      max-height: 40px; } }

html[data-useragent*="MSIE 10.0"] .multi-column .row-content .cols .block .img img,
html[data-useragent*="MSIE 10.0"] .multi-column-slider .row-content .cols .block .img img,
html[data-useragent*="Windows NT 10.0"] .multi-column .row-content .cols .block .img img,
html[data-useragent*="Windows NT 10.0"] .multi-column-slider .row-content .cols .block .img img,
html[data-useragent*="Windows NT 6.3"] .multi-column .row-content .cols .block .img img,
html[data-useragent*="Windows NT 6.3"] .multi-column-slider .row-content .cols .block .img img {
  height: auto; }

html[data-useragent*="MSIE 10.0"] .multi-column-slider .slick-prev,
html[data-useragent*="MSIE 10.0"] .multi-column-slider .slick-next,
html[data-useragent*="Windows NT 10.0"] .multi-column-slider .slick-prev,
html[data-useragent*="Windows NT 10.0"] .multi-column-slider .slick-next,
html[data-useragent*="Windows NT 6.3"] .multi-column-slider .slick-prev,
html[data-useragent*="Windows NT 6.3"] .multi-column-slider .slick-next {
  top: calc(100% + 16px);
  bottom: 0; }

html[data-useragent*="MSIE 10.0"] .multi-column-slider .slick-prev,
html[data-useragent*="Windows NT 10.0"] .multi-column-slider .slick-prev,
html[data-useragent*="Windows NT 6.3"] .multi-column-slider .slick-prev {
  left: calc(100% - 100px); }

html[data-useragent*="MSIE 10.0"] .multi-column-slider .slick-next,
html[data-useragent*="Windows NT 10.0"] .multi-column-slider .slick-next,
html[data-useragent*="Windows NT 6.3"] .multi-column-slider .slick-next {
  left: calc(100% - 50px); }

html[data-useragent*="MSIE 10.0"] select::-ms-expand,
html[data-useragent*="Windows NT 10.0"] select::-ms-expand,
html[data-useragent*="Windows NT 6.3"] select::-ms-expand {
  display: none; }

@media screen and (min-width: 36.25rem) {
  html[data-useragent*="MSIE 10.0"] .newsletter-signup form .icon-envelope,
  html[data-useragent*="Windows NT 10.0"] .newsletter-signup form .icon-envelope,
  html[data-useragent*="Windows NT 6.3"] .newsletter-signup form .icon-envelope {
    width: 155px; } }

@media screen and (min-width: 90rem) {
  html[data-useragent*="MSIE 10.0"] .newsletter-signup form,
  html[data-useragent*="Windows NT 10.0"] .newsletter-signup form,
  html[data-useragent*="Windows NT 6.3"] .newsletter-signup form {
    width: 65%; }
    html[data-useragent*="MSIE 10.0"] .newsletter-signup form .icon-envelope,
    html[data-useragent*="Windows NT 10.0"] .newsletter-signup form .icon-envelope,
    html[data-useragent*="Windows NT 6.3"] .newsletter-signup form .icon-envelope {
      width: 140px; } }
      
      @media screen and (min-width: 1180px) and (max-width: 1280px) {
  .main-navigation ul li a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1350px) {
  .main-navigation ul li a {
    font-size: 1rem;
  }
}
