@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: hidden;
    padding: 0;
    border-bottom: 0;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 0;
    border-bottom: 0; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent; }
  .featherlight-previous {
    left: 0;
    right: 80%; }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal; }
  .featherlight-next span {
    right: 5%;
    left: auto; }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none; } }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 0;
    right: 0;
    left: 85%; }
  .featherlight-previous {
    left: 0;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

@font-face {
  font-family: 'Interstate-Thin';
  src: url("../assets/fonts/Interstate-Thin.otf"), url("../assets/fonts/Interstate-Thin.ttf"); }

@font-face {
  font-family: 'Interstate-ThinCondensed';
  src: url("../assets/fonts/Interstate-ThinCondensed.otf"), url("../assets/fonts/Interstate-Thin.ttf"); }

@font-face {
  font-family: 'Interstate-ThinItalic';
  src: url("../assets/fonts/Interstate-ThinItalic.otf"), url("../assets/fonts/Interstate-ThinItalic.ttf"); }

@font-face {
  font-family: 'Interstate-Light';
  src: url("../assets/fonts/Interstate-Light.otf"), url("../assets/fonts/Interstate-Light.ttf"); }

@font-face {
  font-family: 'Interstate-Bold';
  src: url("../assets/fonts/Interstate-Bold.otf"), url("../assets/fonts/Interstate-Bold.ttf"); }

@font-face {
  font-family: 'Interstate-BoldCondensed';
  src: url("../assets/fonts/Interstate-BoldCondensed.otf"), url("../assets/fonts/Interstate-BoldCondensed.ttf"); }

@font-face {
  font-family: 'Interstate-Regular';
  src: url("../assets/fonts/Interstate-Regular.otf"), url("../assets/fonts/Interstate-Regular.ttf"); }

@font-face {
  font-family: 'Interstate-RegularCondensed';
  src: url("../assets/fonts/Interstate-RegularCondensed.otf"), url("../assets/fonts/Interstate-Regular.ttf"); }

@font-face {
  font-family: 'Interstate-ExtraLight';
  src: url("../assets/fonts/Interstate-ExtraLight.otf"), url("../assets/fonts/Interstate-ExtraLight.ttf"); }

@font-face {
  font-family: 'Interstate-Lightitalic';
  src: url("../assets/fonts/Interstate-LightItalic.otf"), url("../assets/fonts/Interstate-LightItalic.ttf"); }

.container-fluid,
.container-photo,
.container-video,
.container-text {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.container-photo {
  max-width: 1200px; }

.container-video {
  max-width: 1100px; }

.container-text {
  max-width: 800px; }

.content-wrapper {
  margin-top: 75px;
  margin-bottom: 75px; }
  .content-wrapper a:not([class]) {
    color: #274d37; }
    .content-wrapper a:not([class]):hover {
      color: #000000; }

.page-fold {
  height: 100%;
  display: flex;
  flex-direction: column; }

.page-fold.nav-offset {
  margin-top: 80px;
  height: calc(100% - 80px); }

.btn,
.btn-dark {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  font-family: "Interstate-Regular", sans-serif;
  background-color: #274d37;
  padding: 0 50px;
  cursor: pointer;
  border: 0; }

.btn-dark {
  background-color: #000000; }
  .btn-dark:hover {
    background-color: #274d37; }

.btn:hover {
  background-color: #000000; }

.input-default {
  font-family: "Interstate-Lightitalic", sans-serif;
  font-size: 14px;
  color: #666666;
  background-color: #ffffff;
  padding: 7px;
  border: 1px solid #666666; }

.select-dark-bg,
.select-black-bg {
  -webkit-appearance: none;
  background-color: #2B2B2B;
  color: #d0ccca;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 5px;
  width: 180px;
  text-align-last: center;
  font-size: 14px; }
  .select-dark-bg:hover,
  .select-black-bg:hover {
    background-color: #274d37; }

.select-black-bg {
  background-color: #000000; }

.title {
  color: #ffffff;
  background-color: #000000;
  font-size: 18px;
  font-family: "Interstate-Regular", sans-serif;
  text-transform: uppercase;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 15px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px; }
  .title:first-of-type {
    margin-top: 0; }

.section-dark-bg {
  background: #333333 url("../assets/img/section-dark-bg-small.png") repeat; }

.dimmable:hover {
  background-color: #000000; }

.dimmable img {
  display: block; }

.dimmable:hover img {
  opacity: 0.7; }

.inset-shadow {
  box-shadow: inset 0 0 2em #000000; }

.navbar-backdrop {
  display: block;
  height: 80px; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%; }

.navbar-nav {
  background-color: #000000;
  display: flex;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: center; }

.navbar-nav li {
  display: inline-block;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  font-family: "Interstate-RegularCondensed", sans-serif; }

.nav-logo {
  background-size: 153px 50px;
  background-repeat: no-repeat;
  background-image: url("../assets/img/logo.png");
  display: inline-block;
  width: 153px;
  height: 50px; }
  .nav-logo:hover {
    opacity: 0.7; }

.nav-logo span {
  display: none; }

.navbar-nav a {
  text-transform: uppercase;
  color: #666666;
  text-decoration: none;
  font-size: 14px; }

.navbar-nav a span {
  padding-bottom: 3px; }

.navbar-nav a:hover span,
.navbar-nav a.active span,
body.photos .navbar-nav a.photos span,
body.videos .navbar-nav a.videos span,
body.blog .navbar-nav a.blog span,
body.gear .navbar-nav a.gear span,
body.blog .navbar-nav a.blog span,
body.post .navbar-nav a.blog span,
body.about .navbar-nav a.about span,
body.route .navbar-nav a.route span,
body.support .navbar-nav a.support span,
body.contact .navbar-nav a.contact span {
  border-bottom: 3px solid #ffffff;
  color: #ffffff; }

.mailing-list {
  background: #333333 url("../assets/img/section-dark-bg-small.png") repeat;
  padding: 50px 0;
  box-shadow: inset 0 0 2em #000000; }
  .mailing-list .header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px; }
  .mailing-list .logo {
    background-size: 153px 50px;
    background-repeat: no-repeat;
    background-image: url("../assets/img/logo.png");
    display: inline-block;
    width: 153px;
    height: 50px; }
  .mailing-list .header {
    margin-left: 15px; }
  .mailing-list .list-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 5px; }
  .mailing-list .list-subtitle {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    font-weight: 300;
    padding: 0;
    margin: 0; }
  .mailing-list .list-form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 15px; }
    .mailing-list .list-form input[type=text] {
      width: calc(25% - 10px);
      margin-right: 15px; }

.footer {
  background-color: #000000;
  padding-top: 75px;
  padding-bottom: calc(50px * 3); }
  .footer .footer-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around; }
    .footer .footer-inner .section {
      margin-top: 0; }
  .footer .section-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 0; }
  .footer .list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6; }
    .footer .list a {
      color: #666666;
      text-decoration: none; }
      .footer .list a:hover {
        color: #ffffff; }
  .footer .social {
    display: inline; }
    .footer .social li {
      float: left;
      margin-right: 15px; }
    .footer .social a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 30px;
      background-color: #2B2B2B;
      border-radius: 50%;
      text-align: center;
      padding-top: 5px; }
      .footer .social a span {
        display: none; }

.paginator {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px; }
  .paginator .prev a,
  .paginator .next a {
    color: #666666;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px; }
    .paginator .prev a:hover,
    .paginator .next a:hover {
      color: #333333; }
  .paginator .pages {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 18px; }
    .paginator .pages li {
      display: inline;
      margin: 0;
      padding: 0; }
    .paginator .pages a {
      color: #666666;
      text-decoration: none;
      padding: 5px 5px;
      margin: 0 2px; }
      .paginator .pages a:hover, .paginator .pages a.active {
        color: #cccccc;
        background-color: #666666; }

.map-bubble .post-title {
  margin-bottom: 5px; }
  .map-bubble .post-title a {
    font-size: 18px;
    font-family: "Interstate-Regular", sans-serif;
    color: #666666;
    text-decoration: none; }
    .map-bubble .post-title a:hover {
      color: #000000; }

.map-bubble .post-date {
  color: #999999;
  font-size: 14px;
  font-family: "Interstate-Regular", sans-serif; }

.hero {
  flex-grow: 1;
  position: relative;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero .title-wrapper {
    text-align: center; }
  .hero h1,
  .hero h2 {
    color: #ffffff;
    text-shadow: 0 0 10px #666666;
    font-size: 66px;
    font-family: "Interstate-RegularCondensed", sans-serif;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px; }
  .hero h1 {
    font-size: 66px; }
  .hero h2 {
    font-size: 28px; }

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .header-wrapper .title {
    flex: 1 1 auto; }
  .header-wrapper .btn {
    margin-left: 15px; }

.description {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #cccccc;
  font-size: 18px;
  font-family: "Interstate-Light", sans-serif;
  line-height: 1.6; }

.post-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .post-wrapper .post-thumb-spacer {
    width: calc(33% - 7px);
    height: 0; }
  .post-wrapper .post-thumb {
    width: calc(33% - 7px);
    background-color: #000000;
    text-decoration: none;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative; }
    .post-wrapper .post-thumb img {
      display: block;
      width: auto;
      height: 250px; }
    .post-wrapper .post-thumb .details {
      background-color: #a1a2a5;
      padding: 40px;
      display: flex;
      align-items: center;
      height: 120px; }
      .post-wrapper .post-thumb .details .title-wrapper {
        width: 100%;
        text-align: center;
        text-transform: uppercase; }
        .post-wrapper .post-thumb .details .title-wrapper h3,
        .post-wrapper .post-thumb .details .title-wrapper h4 {
          line-height: 1.6;
          margin: 0;
          padding: 0;
          line-height: 1.1; }
        .post-wrapper .post-thumb .details .title-wrapper h3 {
          font-family: "Interstate-Bold", sans-serif;
          font-size: calc(18px * 1.2);
          color: #000000;
          margin-bottom: 5px; }
        .post-wrapper .post-thumb .details .title-wrapper h4 {
          font-size: 14px;
          font-family: "Interstate-Light", sans-serif;
          color: #666666; }
    .post-wrapper .post-thumb:hover img,
    .post-wrapper .post-thumb:hover .details {
      opacity: 0.7; }

.embeddable {
  background-color: #000000;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 40px;
  margin-bottom: 75px; }
  .embeddable iframe,
  .embeddable object,
  .embeddable embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.home .hero {
  position: relative; }
  .home .hero .controls .btn-right,
  .home .hero .controls .btn-left {
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    color: #ffffff;
    font-size: 66px;
    line-height: 66px;
    text-decoration: none;
    opacity: 0.7; }
    .home .hero .controls .btn-right:hover,
    .home .hero .controls .btn-left:hover {
      color: #000000; }
  .home .hero .controls .btn-right {
    right: 0; }
  .home .hero .controls .btn-left {
    left: 0; }
  .home .hero .btn {
    margin-right: 15px; }

.home .social {
  box-shadow: inset 0 0 2em #000000; }

.home .social-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 50px; }
  .home .social-inner .facebook {
    width: 500px;
    margin-right: 15px; }
  .home .social-inner .instagram {
    width: 400px; }
    .home .social-inner .instagram .feed {
      overflow-y: scroll; }
  .home .social-inner .feed {
    height: 400px;
    background: #000000; }

.home .videos {
  margin-bottom: 50px; }
  .home .videos .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home .videos .content .video {
      width: 542px;
      height: 305px;
      margin-bottom: 15px; }
      .home .videos .content .video .embeddable {
        height: 305px;
        margin-top: 0;
        padding-bottom: 0; }

.home .photos .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .home .photos .content .photo {
    width: 208px;
    height: 208px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative; }
    .home .photos .content .photo img {
      width: auto;
      height: 100%;
      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto; }

.home .map {
  flex-grow: 1;
  background-color: #d0ccca;
  position: relative; }

.gear .description-wrapper {
  background-color: #333333;
  box-shadow: inset 0 0 2em #000000; }
  .gear .description-wrapper .description {
    padding-top: 75px;
    padding-bottom: 75px; }

.gear .section {
  margin-top: 50px; }
  .gear .section .title {
    margin-bottom: 15px; }
  .gear .section .photo {
    margin-bottom: 15px; }
    .gear .section .photo img {
      width: 100%;
      height: auto; }
  .gear .section .list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gear .section .list li .basic {
      padding: 5px 25px;
      display: flex;
      flex-wrap: nowrap; }
      .gear .section .list li .basic .category,
      .gear .section .list li .basic .brand {
        display: block;
        font-size: 16px;
        text-transform: uppercase; }
      .gear .section .list li .basic .brand {
        width: 50%;
        color: #666666; }
      .gear .section .list li .basic .category {
        font-family: "Interstate-Bold", sans-serif;
        width: 50%; }
    .gear .section .list li .details {
      padding: 5px 25px;
      display: none; }
    .gear .section .list li.active .basic {
      background-color: #666666; }
    .gear .section .list li.active .details {
      display: block;
      background-color: #999999; }

.photos .filter-wrapper {
  background-color: #333333;
  box-shadow: inset 0 0 2em #000000;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  .photos .filter-wrapper .filter .order-by {
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 15px; }

.photos .section {
  margin-top: 50px; }
  .photos .section .title {
    margin-bottom: 15px; }
  .photos .section .photo-array {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: space-between; }
    .photos .section .photo-array .photo-sm,
    .photos .section .photo-array .photo-md,
    .photos .section .photo-array .photo-lg {
      flex-shrink: 0;
      margin-bottom: 15px;
      overflow: hidden;
      text-align: center; }
      .photos .section .photo-array .photo-sm img,
      .photos .section .photo-array .photo-md img,
      .photos .section .photo-array .photo-lg img {
        display: block;
        height: 100%;
        width: auto;
        background-color: #000000; }
    .photos .section .photo-array .photo-sm {
      flex-basis: 390px;
      height: calc(390px * 3/4); }
    .photos .section .photo-array .photo-md {
      flex-basis: 592px;
      height: calc(592px * 3/4); }
    .photos .section .photo-array .photo-lg {
      flex-basis: 1200px;
      height: calc(1200px * 3/4); }

.videos .page-fold {
  height: calc(100% - 225px); }

.videos .section {
  margin-bottom: 50px; }
  .videos .section .title {
    margin-bottom: 15px; }
  .videos .section .embeddable {
    margin-top: 0px;
    height: 619px;
    padding-bottom: 0px; }

.route .map {
  flex-grow: 1;
  background-color: #d0ccca;
  position: relative; }

.support .page-fold {
  height: calc(100% - 225px); }

.support .description-wrapper {
  background-color: #333333;
  box-shadow: inset 0 0 2em #000000; }

.support .description {
  padding-top: 75px;
  padding-bottom: 75px; }
  .support .description h2 {
    font-size: 18px;
    font-family: "Interstate-Regular", sans-serif;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .support .description p {
    font-size: 18px;
    line-height: 1.6; }
  .support .description .buttons a {
    margin-right: 15px; }

.support .section {
  margin-bottom: 40px; }
  .support .section .title {
    margin-bottom: 15px; }
  .support .section .sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .support .section .sponsors .sponsor-item {
      display: block;
      background-color: #000000;
      height: 185px;
      width: 185px;
      margin-bottom: 15px;
      overflow: hidden;
      text-align: center; }
      .support .section .sponsors .sponsor-item img {
        display: block;
        height: 100%;
        width: auto; }

.contact .page-fold {
  height: calc(100% - 225px); }

.contact .description {
  padding-bottom: 40px;
  padding-top: 0;
  color: #666666; }

.contact .contact-form input,
.contact .contact-form textarea {
  display: block; }

.contact .contact-form .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }
  .contact .contact-form .info input {
    width: 255px; }

.contact .contact-form .message {
  margin-bottom: 15px; }
  .contact .contact-form .message textarea {
    width: 100%;
    height: 300px; }

.post .description-wrapper {
  background-color: #333333;
  box-shadow: inset 0 0 2em #000000; }

.post .description {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.6; }

.post .comments {
  margin-top: 50px; }

.post .post-body {
  margin-bottom: 50px;
  color: #666666;
  line-height: 1.4; }
  .post .post-body h1, .post .post-body h2:not(.title), .post .post-body h3, .post .post-body h4, .post .post-body h5, .post .post-body h6 {
    font-family: "Interstate-BoldCondensed", sans-serif;
    color: #000000;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
  .post .post-body h1 {
    font-size: calc(28px * 1.2); }
  .post .post-body h2:not(.title) {
    font-size: calc(66px * 0.6); }
  .post .post-body h3 {
    font-size: calc(18px * 1.2); }
  .post .post-body p {
    font-size: 18px;
    font-family: "Interstate-Light", sans-serif;
    line-height: 1.6; }
  .post .post-body blockquote {
    font-size: calc(18px * 2);
    font-family: "Interstate-Lightitalic", sans-serif;
    line-height: 1.6; }
  .post .post-body hr {
    display: none; }
  .post .post-body .embeddable {
    margin-left: -100px;
    margin-right: -100px;
    width: 1000px;
    height: 563px; }
  .post .post-body .featured-image {
    margin-left: -200px;
    margin-right: -200px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .post .post-body .featured-image .photo-container {
      text-align: center;
      overflow: hidden; }
    .post .post-body .featured-image .description {
      color: #333333;
      background-color: #a1a2a5;
      font-size: 14px;
      line-height: 1.6;
      padding: 15px 40px; }
    .post .post-body .featured-image.one .photo-container {
      width: 100%; }
      .post .post-body .featured-image.one .photo-container .description {
        padding: 15px 200px; }
    .post .post-body .featured-image.two .photo-container {
      width: calc(50% - 10px); }
    .post .post-body .featured-image.three .photo-container {
      width: calc(33% - 10px); }
    .post .post-body .featured-image img {
      height: auto;
      width: 100%; }
    .post .post-body .featured-image .stacked-images {
      display: flex;
      justify-content: space-between;
      box-orient: horizontal;
      flex-direction: row;
      box-align: center;
      align-items: top;
      box-pack: center; }
    .post .post-body .featured-image .one .description {
      padding: 15px 200px; }
  .post .post-body .inline-image {
    background-color: #a1a2a5;
    margin-top: 20px;
    margin-bottom: 20px; }
    .post .post-body .inline-image img {
      height: auto;
      width: 100%; }
    .post .post-body .inline-image .description {
      color: #333333;
      font-size: 16px;
      line-height: 1.6;
      padding: 15px 40px; }

.blog .filter-wrapper {
  background-color: #333333;
  box-shadow: inset 0 0 2em #000000;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  .blog .filter-wrapper .filter .order-by {
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 15px; }
  .blog .filter-wrapper .filter select {
    margin-right: 50px; }

.about .page-fold {
  height: calc(100% - 225px); }

.about .description {
  text-align: center; }
  .about .description .route-map {
    margin: auto 0;
    margin-bottom: 40px;
    background-size: 800px 523px;
    background-repeat: no-repeat;
    background-image: url("../assets/img/map.png");
    display: inline-block;
    width: 800px;
    height: 523px; }
  .about .description p {
    text-align: left; }

.about .section img {
  width: 100%;
  height: auto; }

.about .section p {
  color: #666666;
  font-size: 16px;
  line-height: 1.6; }

* {
  box-sizing: border-box; }

input, textarea, keygen, select, button {
  font: 12px "Interstate-RegularCondensed", sans-serif;
  line-height: 1.5; }

html, body {
  font-family: "Interstate-Regular", sans-serif;
  height: 100%;
  width: 100%;
  min-width: 1200px;
  margin: 0;
  background-color: #d0ccca; }
