/*!
 * Bikes BLues and BBQ Website Styles
 * Copyright 2018 Matchstick Studio, LLC
 */
/**
 * reset.css
 *
 * Adapted from:
 * Normalize.css by Nicolas Gallagher and Jonathan Neal: https://github.com/necolas/normalize.css/
 * HTML5 boilerplate: http://html5boilerplate.com/
 * HTML5 Doctor Reset by Eric Meyer and Richard Clark: html5doctor.com/html-5-reset-stylesheet/
 *
 * Modified by Elliot Jay Stocks
 */
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: blue;
}

a:focus {
  outline: 0;
}

li {
  list-style: none;
}

abbr[title] {
  border-bottom: none;
}

b,
strong {
  font-weight: 700;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

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

td {
  vertical-align: top;
}

@font-face {
  font-family: "League Gothic";
  src: url("fonts/leaguegothic-regular-webfont.eot");
  src: url("fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/leaguegothic-regular-webfont.woff") format("woff"), url("fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bernier Regular";
  src: url("fonts/bernier-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.grid-container {
  box-sizing: border-box;
  max-width: 1100px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin: 0 auto;
}

.grid-container.full {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.grid-container.mobile-full {
  padding-right: 0;
  padding-left: 0;
}

.grid {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-col {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.grid.center-items {
  align-items: center;
}

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

.col,
.col-5,
.col-10,
.col-15,
.col-20,
.col-25,
.col-30,
.col-35,
.col-40,
.col-45,
.col-50,
.col-55,
.col-60,
.col-65,
.col-70,
.col-75,
.col-80,
.col-85,
.col-90,
.col-95,
.col-100,
.col-1-3,
.col-2-3,
.col-offset-0,
.col-offset-5,
.col-offset-10,
.col-offset-15,
.col-offset-20,
.col-offset-25,
.col-offset-30,
.col-offset-35,
.col-offset-40,
.col-offset-45,
.col-offset-50,
.col-offset-55,
.col-offset-60,
.col-offset-65,
.col-offset-70,
.col-offset-75,
.col-offset-80,
.col-offset-85,
.col-offset-90,
.col-offset-95,
.col-offset-100,
.col-offet-1-3,
.col-offset-2-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 8px;
  align-items: center;
  justify-content: center;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col.full,
.col-5.full,
.col-10.full,
.col-15.full,
.col-20.full,
.col-25.full,
.col-30.full,
.col-35.full,
.col-40.full,
.col-45.full,
.col-50.full,
.col-55.full,
.col-60.full,
.col-65.full,
.col-70.full,
.col-75.full,
.col-80.full,
.col-85.full,
.col-90.full,
.col-95.full,
.col-100.full,
.col-1-3.full,
.col-2-3.full,
.col-offset-0.full,
.col-offset-5.full,
.col-offset-10.full,
.col-offset-15.full,
.col-offset-20.full,
.col-offset-25.full,
.col-offset-30.full,
.col-offset-35.full,
.col-offset-40.full,
.col-offset-45.full,
.col-offset-50.full,
.col-offset-55.full,
.col-offset-60.full,
.col-offset-65.full,
.col-offset-70.full,
.col-offset-75.full,
.col-offset-80.full,
.col-offset-85.full,
.col-offset-90.full,
.col-offset-95.full,
.col-offset-100.full,
.col-offet-1-3.full,
.col-offset-2-3.full {
  padding: 0;
}

.divider {
  padding-top: 0;
  padding-bottom: 0;
}

.divider div {
  height: 1px;
  width: 100%;
  background-color: #CBCED5;
}

@media only screen and (min-width: 48em) {
  .grid-container.mobile-full {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-1-3 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-2-3 {
    -ms-flex-preferred-size: 66.66666666%;
    flex-basis: 66.66666666%;
    max-width: 66.66666666%;
  }

  .col-5 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
  }

  .col-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }

  .col-15 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }

  .col-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .col-25 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-30 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }

  .col-35 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }

  .col-40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }

  .col-45 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }

  .col-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-55 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }

  .col-60 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }

  .col-65 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
  }

  .col-70 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }

  .col-75 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-80 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }

  .col-85 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%;
  }

  .col-90 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }

  .col-95 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%;
  }

  .col-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-1-3 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-2-3 {
    -ms-flex-preferred-size: 66.66666666%;
    flex-basis: 66.66666666%;
    max-width: 66.66666666%;
  }
}
.bkg-primary {
  background-color: #EE5D22 !important;
}

.bkg-hvr-primary:hover {
  background-color: #EE5D22 !important;
}

.bdr-primary {
  border-color: #EE5D22 !important;
}

.bkg-secondary {
  background-color: #005595 !important;
}

.bkg-hvr-secondary:hover {
  background-color: #005595 !important;
}

.bdr-secondary {
  border-color: #005595 !important;
}

.bkg-tertiary {
  background-color: !important;
}

.bkg-hvr-tertiary:hover {
  background-color: !important;
}

.bdr-tertiary {
  border-color: !important;
}

.bkg-white {
  background-color: #FFFFFF !important;
}

.bkg-hvr-white:hover {
  background-color: #FFFFFF !important;
}

.bdr-white {
  border-color: #FFFFFF !important;
}

.bkg-black {
  background-color: #000000 !important;
}

.bkg-hvr-black:hover {
  background-color: #000000 !important;
}

.bdr-black {
  border-color: #000000 !important;
}

.bkg-blue-dark {
  background-color: #044270 !important;
}

.bkg-hvr-blue-dark:hover {
  background-color: #044270 !important;
}

.bdr-blue-dark {
  border-color: #044270 !important;
}

.bkg-blue {
  background-color: #0665AC !important;
}

.bkg-hvr-blue:hover {
  background-color: #0665AC !important;
}

.bdr-blue {
  border-color: #0665AC !important;
}

.bkg-blue-light {
  background-color: #2089C9 !important;
}

.bkg-hvr-blue-light:hover {
  background-color: #2089C9 !important;
}

.bdr-blue-light {
  border-color: #2089C9 !important;
}

.bkg-gray-darkest {
  background-color: #2B2E31 !important;
}

.bkg-hvr-gray-darkest:hover {
  background-color: #2B2E31 !important;
}

.bdr-gray-darkest {
  border-color: #2B2E31 !important;
}

.bkg-gray-xtra-dark {
  background-color: #383F3F !important;
}

.bkg-hvr-gray-xtra-dark:hover {
  background-color: #383F3F !important;
}

.bdr-gray-xtra-dark {
  border-color: #383F3F !important;
}

.bkg-gray-darker {
  background-color: #575F5F !important;
}

.bkg-hvr-gray-darker:hover {
  background-color: #575F5F !important;
}

.bdr-gray-darker {
  border-color: #575F5F !important;
}

.bkg-gray-dark {
  background-color: #9B9B9B !important;
}

.bkg-hvr-gray-dark:hover {
  background-color: #9B9B9B !important;
}

.bdr-gray-dark {
  border-color: #9B9B9B !important;
}

.bkg-gray {
  background-color: #CCCBCC !important;
}

.bkg-hvr-gray:hover {
  background-color: #CCCBCC !important;
}

.bdr-gray {
  border-color: #CCCBCC !important;
}

.bkg-gray-light {
  background-color: #EEEEEE !important;
}

.bkg-hvr-gray-light:hover {
  background-color: #EEEEEE !important;
}

.bdr-gray-light {
  border-color: #EEEEEE !important;
}

.bkg-gray-lighter {
  background-color: #FAFAFA !important;
}

.bkg-hvr-gray-lighter:hover {
  background-color: #FAFAFA !important;
}

.bdr-gray-lighter {
  border-color: #FAFAFA !important;
}

.bkg-orange {
  background-color: #AA4217 !important;
}

.bkg-hvr-orange:hover {
  background-color: #AA4217 !important;
}

.bdr-orange {
  border-color: #AA4217 !important;
}

.bkg-yellow-light {
  background-color: #FFFEF3 !important;
}

.bkg-hvr-yellow-light:hover {
  background-color: #FFFEF3 !important;
}

.bdr-yellow-light {
  border-color: #FFFEF3 !important;
}

.bkg-yellow {
  background-color: #FFFAC6 !important;
}

.bkg-hvr-yellow:hover {
  background-color: #FFFAC6 !important;
}

.bdr-yellow {
  border-color: #FFFAC6 !important;
}

.circle {
  border-radius: 50%;
}

.absolute-center, .txt-on-ol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bkg-img-center, .stay-in-the-know::after {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.overlay-yellow::after, .overlay-gray-xtra-dark::after, .overlay-gray-darkest::after, .overlay-gray::after, .overlay-primary::after, .overlay-secondary::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.d-inl {
  display: inline;
}

.d-blk {
  display: block;
}

.d-inl-blk {
  display: inline-block;
}

.on-ol-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.m-t-xs {
  margin-top: 5px !important;
}

.p-t-xs {
  padding-top: 5px !important;
}

.m-l-xs {
  margin-left: 5px !important;
}

.p-l-xs {
  padding-left: 5px !important;
}

.m-b-xs {
  margin-bottom: 5px !important;
}

.p-b-xs {
  padding-bottom: 5px !important;
}

.m-r-xs {
  margin-right: 5px !important;
}

.p-r-xs {
  padding-right: 5px !important;
}

.m-x-xs {
  margin-left: 5px;
  margin-right: 5px;
}

.m-y-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-x-xs {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-y-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.m-t-sm {
  margin-top: 15px !important;
}

.p-t-sm {
  padding-top: 15px !important;
}

.m-l-sm {
  margin-left: 15px !important;
}

.p-l-sm {
  padding-left: 15px !important;
}

.m-b-sm {
  margin-bottom: 15px !important;
}

.p-b-sm {
  padding-bottom: 15px !important;
}

.m-r-sm {
  margin-right: 15px !important;
}

.p-r-sm {
  padding-right: 15px !important;
}

.m-x-sm {
  margin-left: 15px;
  margin-right: 15px;
}

.m-y-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-x-sm {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-y-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.m-t-md {
  margin-top: 30px !important;
}

.p-t-md {
  padding-top: 30px !important;
}

.m-l-md {
  margin-left: 30px !important;
}

.p-l-md {
  padding-left: 30px !important;
}

.m-b-md {
  margin-bottom: 30px !important;
}

.p-b-md {
  padding-bottom: 30px !important;
}

.m-r-md {
  margin-right: 30px !important;
}

.p-r-md {
  padding-right: 30px !important;
}

.m-x-md {
  margin-left: 30px;
  margin-right: 30px;
}

.m-y-md {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-x-md {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-y-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-t-lg {
  margin-top: 45px !important;
}

.p-t-lg {
  padding-top: 45px !important;
}

.m-l-lg {
  margin-left: 45px !important;
}

.p-l-lg {
  padding-left: 45px !important;
}

.m-b-lg {
  margin-bottom: 45px !important;
}

.p-b-lg {
  padding-bottom: 45px !important;
}

.m-r-lg {
  margin-right: 45px !important;
}

.p-r-lg {
  padding-right: 45px !important;
}

.m-x-lg {
  margin-left: 45px;
  margin-right: 45px;
}

.m-y-lg {
  margin-top: 45px;
  margin-bottom: 45px;
}

.p-x-lg {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-y-lg {
  padding-top: 45px;
  padding-bottom: 45px;
}

.m-t-xlg {
  margin-top: 54px !important;
}

.p-t-xlg {
  padding-top: 54px !important;
}

.m-l-xlg {
  margin-left: 54px !important;
}

.p-l-xlg {
  padding-left: 54px !important;
}

.m-b-xlg {
  margin-bottom: 54px !important;
}

.p-b-xlg {
  padding-bottom: 54px !important;
}

.m-r-xlg {
  margin-right: 54px !important;
}

.p-r-xlg {
  padding-right: 54px !important;
}

.m-x-xlg {
  margin-left: 54px;
  margin-right: 54px;
}

.m-y-xlg {
  margin-top: 54px;
  margin-bottom: 54px;
}

.p-x-xlg {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.p-y-xlg {
  padding-top: 54px;
  padding-bottom: 54px;
}

.m-t-xxlg {
  margin-top: 60px !important;
}

.p-t-xxlg {
  padding-top: 60px !important;
}

.m-l-xxlg {
  margin-left: 60px !important;
}

.p-l-xxlg {
  padding-left: 60px !important;
}

.m-b-xxlg {
  margin-bottom: 60px !important;
}

.p-b-xxlg {
  padding-bottom: 60px !important;
}

.m-r-xxlg {
  margin-right: 60px !important;
}

.p-r-xxlg {
  padding-right: 60px !important;
}

.m-x-xxlg {
  margin-left: 60px;
  margin-right: 60px;
}

.m-y-xxlg {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-x-xxlg {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-y-xxlg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-h-center {
  margin-left: auto;
  margin-right: auto;
}

.txt-primary {
  color: #EE5D22 !important;
}

.txt-hvr-primary:hover {
  color: #EE5D22 !important;
}

.txt-secondary {
  color: #005595 !important;
}

.txt-hvr-secondary:hover {
  color: #005595 !important;
}

.txt-tertiary {
  color: !important;
}

.txt-hvr-tertiary:hover {
  color: !important;
}

.txt-white {
  color: #FFFFFF !important;
}

.txt-hvr-white:hover {
  color: #FFFFFF !important;
}

.txt-black {
  color: #000000 !important;
}

.txt-hvr-black:hover {
  color: #000000 !important;
}

.txt-blue-dark {
  color: #044270 !important;
}

.txt-hvr-blue-dark:hover {
  color: #044270 !important;
}

.txt-blue {
  color: #0665AC !important;
}

.txt-hvr-blue:hover {
  color: #0665AC !important;
}

.txt-blue-light {
  color: #2089C9 !important;
}

.txt-hvr-blue-light:hover {
  color: #2089C9 !important;
}

.txt-gray-darkest {
  color: #2B2E31 !important;
}

.txt-hvr-gray-darkest:hover {
  color: #2B2E31 !important;
}

.txt-gray-xtra-dark {
  color: #383F3F !important;
}

.txt-hvr-gray-xtra-dark:hover {
  color: #383F3F !important;
}

.txt-gray-darker {
  color: #575F5F !important;
}

.txt-hvr-gray-darker:hover {
  color: #575F5F !important;
}

.txt-gray-dark {
  color: #9B9B9B !important;
}

.txt-hvr-gray-dark:hover {
  color: #9B9B9B !important;
}

.txt-gray {
  color: #CCCBCC !important;
}

.txt-hvr-gray:hover {
  color: #CCCBCC !important;
}

.txt-gray-light {
  color: #EEEEEE !important;
}

.txt-hvr-gray-light:hover {
  color: #EEEEEE !important;
}

.txt-gray-lighter {
  color: #FAFAFA !important;
}

.txt-hvr-gray-lighter:hover {
  color: #FAFAFA !important;
}

.txt-orange {
  color: #AA4217 !important;
}

.txt-hvr-orange:hover {
  color: #AA4217 !important;
}

.txt-yellow-light {
  color: #FFFEF3 !important;
}

.txt-hvr-yellow-light:hover {
  color: #FFFEF3 !important;
}

.txt-yellow {
  color: #FFFAC6 !important;
}

.txt-hvr-yellow:hover {
  color: #FFFAC6 !important;
}

.txt-base {
  font-size: 16px !important;
}

.txt-xxsm {
  font-size: 10px !important;
}

.txt-xsm {
  font-size: 0.875rem !important;
}

.txt-sm {
  font-size: 1.125rem !important;
}

.txt-md {
  font-size: 1.375rem !important;
}

.txt-lg {
  font-size: 1.5625rem !important;
}

.txt-xlg {
  font-size: 1.875rem !important;
}

.txt-xxlg {
  font-size: 2.25rem !important;
}

.txt-wt-base {
  font-weight: 200 !important;
}

.txt-wt-lt {
  font-weight: 200 !important;
}

.txt-wt-nml {
  font-weight: 300 !important;
}

.txt-wt-md {
  font-weight: 400 !important;
}

.txt-wt-semi-bld {
  font-weight: 500 !important;
}

.txt-wt-bld {
  font-weight: 700 !important;
}

.txt-lh-base {
  line-height: 1.5 !important;
}

.txt-lh-0 {
  line-height: 0 !important;
}

.txt-lh-sm {
  line-height: 0.5 !important;
}

.txt-lh-md {
  line-height: 1.5 !important;
}

.txt-lh-lg {
  line-height: 2 !important;
}

.txt-lh-xlg {
  line-height: 2.5 !important;
}

.txt-lh-xxlg {
  line-height: 3 !important;
}

.txt-lh-xxxlg {
  line-height: 3.5 !important;
}

.txt-ls-base {
  letter-spacing: 0.016875rem !important;
}

.txt-ls-xxsm {
  letter-spacing: 0.008125rem !important;
}

.txt-ls-xsm {
  letter-spacing: 0.01rem !important;
}

.txt-ls-sm {
  letter-spacing: 0.01125rem !important;
}

.txt-ls-md {
  letter-spacing: 0.0625rem !important;
}

.txt-ls-lg {
  letter-spacing: 0.09375rem !important;
}

.txt-ls-xlg {
  letter-spacing: 0.125rem !important;
}

.txt-ls-xxlg {
  letter-spacing: 0.15625rem !important;
}

.txt-ls-xxxlg {
  letter-spacing: 0.1875rem !important;
}

.txt-upper {
  text-transform: uppercase !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-left {
  text-align: left !important;
}

.txt-on-ol {
  z-index: 5;
}

.txt-no-space {
  line-height: 0;
  letter-spacing: 0;
  font-size: 0;
}

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

.flex-col {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.f-ai-start {
  align-items: flex-start;
}

.f-ai-center {
  align-items: center;
}

.f-ai-end {
  align-items: flex-end;
}

.f-jc-start {
  justify-content: flex-start;
}

.f-jc-center {
  justify-content: center;
}

.f-jc-end {
  justify-content: flex-end;
}

.f-jc-around {
  justify-content: space-around;
}

.f-jc-between {
  justify-content: space-between;
}

.f-as-start {
  align-self: flex-start;
}

.f-as-center {
  align-self: center;
}

.f-as-end {
  align-self: flex-end;
}

.f-as-stretch {
  align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #FFFEF3;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.016875rem;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
  font-weight: 200;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

a:hover {
  color: #EE5D22;
}

em {
  font-style: italic;
}

blockquote {
  font-style: italic;
  font-weight: 300;
}

p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}

.txt-wt-bold,
strong {
  font-weight: 700;
}

.user-text,
.user-text p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
.user-text::selection,
span::selection,
ul::selection,
li::selection,
div::selection {
  color: #383F3F;
  background-color: #EE5D22;
}

h1, .h1 {
  font-size: 4.0625rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.25rem;
}

h4, .h4 {
  font-size: 1.875rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 0.8125rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "League Gothic", sans-serif;
  color: #FFFEF3;
  font-weight: 200;
  line-height: 1.5;
}
h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-weight: normal;
}

.btn, .btn-ghost, .simple.contact-form form input[type=submit], .stay-in-the-know form input[type=submit] {
  width: 173px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 1.8px;
  line-height: 1;
  padding: 1rem 0;
  border-radius: 0;
  cursor: pointer;
  border-style: none;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn:hover, .btn-ghost:hover, .simple.contact-form form input[type=submit]:hover, .stay-in-the-know form input[type=submit]:hover {
  background-color: #EE5D22;
}

.btn-ghost, .simple.contact-form form input[type=submit], .stay-in-the-know form input[type=submit] {
  border: 2px solid #EE5D22;
  border-radius: 0px;
  padding: 1rem 0;
  background: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.msf-form-field-group input,
.msf-form-field-group select,
.msf-form-field-group textarea {
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #FFFEF3;
  outline: none;
}

.msf-form-field-group input::placeholder,
.msf-form-field-group select::placeholder,
.msf-form-field-group textarea::placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.msf-form-field-group textarea {
  resize: none;
}

.msf-form-field-group label {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #FFFEF3;
}

.msf-form-message {
  font-family: inherit;
  font-weight: 200;
  color: #EE5D22;
}

.form-error {
  display: none;
}

/***********************************************************
******************* HEADER AND NAV*************************
***********************************************************/
header {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
  top: 10px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
header nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
header nav > a {
  display: block;
  padding: 0 40px;
}
header nav > a img {
  width: 170px;
}
header nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 20px 50px;
  border-top: 2px solid #2B2E31;
  border-bottom: 2px solid #2B2E31;
}
header nav ul li {
  margin-right: 20px;
  color: #2B2E31;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  transition: 0.1s color ease-in-out;
}
header nav ul li a:hover {
  color: #EE5D22;
}
@media screen and (max-width: 1105px) {
  header nav > a {
    padding: 0 2.0833333333vw;
  }
  header nav > a img {
    width: 11.8055555556vw;
  }
  header nav ul {
    padding: 1.3888888889vw 3.4722222222vw;
  }
  header nav ul li {
    margin-right: 1.3888888889vw;
  }
  header nav ul li a {
    font-size: 1.628959276vw;
  }
}
@media screen and (max-width: 767px) {
  header nav {
    display: none;
  }
}
header .mobile-nav-header {
  display: none;
}
@media screen and (max-width: 767px) {
  header .mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    width: 100%;
  }
  header .mobile-nav-header.active {
    position: fixed;
    z-index: 1;
  }
  header .mobile-nav-header .mobile-logo {
    width: 16.875vw;
    min-width: 70px;
  }
  header .mobile-nav-header .mobile-logo img {
    width: 100%;
    opacity: 1;
    transition: 0.3s opacity ease-in-out 0.2s;
  }
  header .mobile-nav-header.active .mobile-logo img {
    opacity: 0;
  }
  header .mobile-nav-header .mobile-menu-btn-container {
    width: 50px;
    height: 32px;
    text-align: center;
    overflow: hidden;
    transition: 0.3s padding ease-in-out 0s;
    z-index: 3;
  }
  header .mobile-nav-header.active .mobile-menu-btn-container {
    padding: 20px;
    transition: 0.3s padding ease-in-out 0.3s;
  }
  header .mobile-nav-header .mobile-menu-btn-container .mobile-menu-top-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: #2B2E31;
    transition: transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s;
  }
  header .mobile-nav-header.active .mobile-menu-btn-container .mobile-menu-top-bar {
    transform: rotate(-45deg);
    top: 45%;
    background: #EE5D22;
    transition: transform 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, background 0.3s ease-in-out 0.3s;
  }
  header .mobile-nav-header .mobile-menu-btn-container .mobile-menu-bottom-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #2B2E31;
    transition: transform 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s;
  }
  header .mobile-nav-header.active .mobile-menu-btn-container .mobile-menu-bottom-bar {
    transform: rotate(45deg);
    bottom: 50%;
    background: #EE5D22;
    transition: transform 0.3s ease-in-out 0.3s, bottom 0.3s ease-in-out 0.3s, background 0.3s ease-in-out 0.3s;
  }
  header .mobile-nav-header .mobile-menu-btn-container .mobile-menu-btn-text {
    color: #2B2E31;
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 52.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.3s ease-in-out 0.3s;
  }
  header .mobile-nav-header.active .mobile-menu-btn-container .mobile-menu-btn-text {
    top: 125%;
    transition: top 0.3s ease-in-out 0s;
  }
}
header .mobile-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  header .mobile-nav {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #2B2E31;
    background-image: url(images/bkg-mobile-menu.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.15s right ease-in-out 0.3s;
  }
  header .mobile-nav.active {
    right: 0;
    transition: 0.15s right ease-in-out 0.3s;
  }
  header .mobile-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(43, 46, 49, 0.98);
    z-index: 1;
  }
  header .mobile-nav ul {
    z-index: 2;
    margin-top: 20vh;
  }
  header .mobile-nav ul li {
    margin-bottom: 2.5vh;
  }
  header .mobile-nav ul li:last-child {
    margin-bottom: 0;
  }
  header .mobile-nav ul li a {
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    transition: 0.1s color ease-in-out;
  }
  header .mobile-nav ul li a:hover {
    color: #EE5D22;
  }
}

/***** HOME PARALLAX HEADER ******/
#parallax-home-container {
  width: 100%;
  height: 100vh;
  min-height: 240px;
  text-align: center;
}

#parallax-home-container #back-mountains,
#parallax-home-container #image-words,
#parallax-home-container #front-mountains {
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#parallax-home-container #back-mountains {
  background-image: url(images/header-back-mtns.jpg);
  height: 160vh;
  z-index: 1;
}

#parallax-home-container #image-words {
  background-image: url(images/header-words.png?v=1);
  background-attachment: fixed;
  background-position: center 62.5%;
  width: 100%;
  height: 55vh;
  background-size: 80%;
  text-align: center;
  top: 30vh;
  left: 0;
  right: 0;
  z-index: 2;
}

#parallax-home-container #front-mountains {
  top: 65vh;
  background-image: url(images/header-front-mtns.png);
  z-index: 3;
  height: 100vh;
  background-position: center 0;
}

#parallax-home-container #dates {
  z-index: 4;
  font-family: "League Gothic", sans-serif;
  color: #FFFEF3;
  font-size: 36px;
  letter-spacing: 3px;
  line-height: 44px;
  top: 78vh;
}

@media screen and (max-width: 767px) {
  #parallax-home-container #dates {
    font-size: 29px;
    line-height: 41px;
    top: 34vh;
  }
}
@media (max-height: 700px) {
  #parallax-home-container {
    height: 700px;
  }

  #parallax-home-container #back-mountains {
    height: 160vh;
  }

  #parallax-home-container #image-words {
    background-image: url(images/header-words.png);
    background-attachment: fixed;
    background-position: center 2%;
    width: 100%;
    height: 55vh;
    background-size: 80%;
    text-align: center;
    top: 30vh;
    left: 0;
    right: 0;
    z-index: 2;
  }

  #parallax-home-container #front-mountains {
    top: 65vh;
    background-image: url(images/header-front-mtns.png);
    z-index: 3;
    height: 100vh;
    background-position: center 0;
  }

  #parallax-home-container #dates {
    z-index: 4;
    color: #FFFEF3;
    font-size: 19px;
    letter-spacing: 3px;
    line-height: 31px;
    /*top: 36vh;*/
  }
}
@media (max-width: 500px) {
  #parallax-home-container {
    height: 50vh;
  }

  #parallax-home-container #back-mountains {
    height: 70vh;
  }

  #parallax-home-container #image-words {
    background-size: 95%;
    top: 0;
    background-position: center 16vh;
  }

  #parallax-home-container #front-mountains {
    top: 28vh;
    height: 40vh;
  }
}
@media (max-height: 450px) {
  #parallax-home-container {
    height: 400px;
  }

  #parallax-home-container #dates {
    top: 78vh;
  }
}
footer {
  width: 100%;
  background: #2B2E31;
  z-index: 10;
}
footer #ft-established {
  width: 100%;
  text-align: center;
  z-index: 4;
}
footer #ft-established img {
  width: 70px;
  margin-top: -18px;
}
footer .ft-top-container {
  margin: 35px 80px 25px;
}
footer .ft-top-container .grid-container {
  padding: 0;
}
footer .ft-top-container nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ft-top-container nav ul li {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .ft-top-container {
    margin: 40px 35px;
  }
  footer .ft-top-container nav ul {
    display: block;
  }
  footer .ft-top-container nav ul li {
    width: 100%;
    text-align: center;
  }
}
footer .ft-top-container nav ul li a {
  font-family: "League Gothic", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFEF3;
  transition: 0.1s color ease-in-out;
}
footer .ft-top-container nav ul li a:hover {
  color: #EE5D22;
}
footer .ft-top-container .ft-social-links {
  text-align: right;
}
footer .ft-top-container .ft-social-links a {
  width: 100%;
  text-align: right;
}
footer .ft-top-container .ft-social-links a svg {
  width: 45px;
  fill: #FFFEF3;
  transition: 0.1s fill ease-in-out;
}
footer .ft-top-container .ft-social-links a:hover svg {
  fill: #EE5D22;
}
@media screen and (max-width: 767px) {
  footer .ft-top-container .ft-social-links {
    text-align: center;
  }
  footer .ft-top-container .ft-social-links a {
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 10px;
  }
}
footer .ft-bottom-container {
  background: #24272A;
  padding: 5px 0;
}
footer .ft-bottom-container .grid-container {
  padding: 20px 0;
}
footer .ft-bottom-container #built-by {
  max-width: 150px;
}
footer .ft-bottom-container .ms-logo {
  display: block;
  margin-top: 15px;
}
footer .ft-bottom-container .ft-small-links {
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 768px) {
  footer .ft-bottom-container .ft-small-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
}
footer .ft-bottom-container .ft-small-links a {
  font-weight: 300;
}
footer .ft-bottom-container .photo-creds {
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-size: 10px;
}
footer .ft-bottom-container .photo-creds ul {
  padding-left: 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  footer .ft-bottom-container .photo-creds ul {
    display: flex;
    flex-wrap: wrap;
  }
}
footer .ft-bottom-container .photo-creds li {
  list-style: none;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  footer .ft-bottom-container .photo-creds li {
    width: 50%;
    padding: 3px 15px 3px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .ft-bottom-container {
    text-align: center;
  }
  footer .ft-bottom-container .photo-creds ul li {
    text-align: center;
    margin-bottom: 5px;
  }
  footer .ft-bottom-container .col-75 {
    order: 1;
  }
  footer .ft-bottom-container .ft-small-links {
    white-space: normal;
    text-align: center;
  }
  footer .ft-bottom-container .ft-small-links span {
    display: block;
    visibility: hidden;
  }
}

.page-header {
  background: #FFFEF3;
  width: 100%;
  height: 69vh;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-header .page-title {
  position: absolute;
  bottom: -10px;
  left: 20%;
  height: 65%;
  width: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.page-header .page-title h1 {
  opacity: 0;
}

@media screen and (max-width: 1105px) {
  .page-header .page-title {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    min-height: 240px;
    height: 240px;
  }

  .page-header .page-title {
    left: -5px;
    bottom: -5px;
    width: 90%;
    height: 60%;
  }
}
.page-header.post {
  height: auto;
  min-height: none;
  padding-top: 175px;
}
@media screen and (max-width: 767px) {
  .page-header.post {
    padding-top: 100px;
  }
}

.sub-nav-container {
  width: 100%;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #FFFEF3;
}

.sub-nav-swiper {
  width: 100%;
}

.sub-nav-swiper .swiper-wrapper {
  justify-content: center;
}

.sub-nav-swiper .swiper-slide {
  margin: 0 30px;
  width: auto;
}

.sub-nav-swiper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -31px;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: #FFFEF3;
}

.sub-nav-swiper .swiper-slide:last-child:after {
  display: none;
}

.sub-nav-swiper .swiper-slide a {
  font-family: "League Gothic", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  color: #FFFEF3;
}

.sub-nav-swiper .swiper-slide a:hover,
.sub-nav-swiper .swiper-slide a.active {
  color: #EE5D22;
}

@media (max-width: 800px) {
  .sub-nav-swiper:not(.keep-it-center) .swiper-wrapper {
    justify-content: unset;
  }
}
.mapped-ride-card {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  background-color: #383F3F;
}

.mapped-ride-card .mr-image-container {
  width: 100%;
  height: 235px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mapped-ride-card .mr-image-container::after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.mapped-ride-card .mr-image-container h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  letter-spacing: 3px;
  line-height: 1;
  z-index: 2;
}

.mapped-ride-card .mr-details-container {
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #2B2E31;
}

.mapped-ride-card .mr-details-container .mr-details {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mapped-ride-card .mr-details-container .mr-details .detail {
  margin-right: 20px;
  margin-bottom: 5px;
}

.mapped-ride-card .mr-details-container .mr-details .detail span {
  display: block;
  font-family: "League Gothic", sans-serif;
}

.mapped-ride-card .mr-details-container .mr-details .detail span:first-child {
  color: #EE5D22;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mapped-ride-card .mr-details-container .mr-details .detail span:last-child {
  font-size: 25px;
  letter-spacing: 2px;
}

.mapped-ride-card .mr-details-container .mr-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  max-height: 75px;
  overflow: hidden;
  margin-bottom: 15px;
}

.mapped-ride-card .mr-details-container .mr-attributes {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 13px;
}

.mapped-ride-card .mr-details-container .mr-attributes .attribute {
  width: 35%;
  margin-right: 15%;
  margin-bottom: 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.mapped-ride-card .mr-details-container .mr-attributes .attribute span {
  display: block;
}

.mapped-ride-card .mr-details-container .mr-attributes .attribute span:last-child {
  color: #EE5D22;
  margin-left: 20px;
}

.mapped-ride-card .mr-map-button-container {
  box-sizing: border-box;
  padding: 20px;
}

.mapped-ride-card .mr-map-button-container a {
  color: #EE5D22;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.mapped-ride-card .mr-map-button-container a:hover {
  color: #FFFFFF;
}

.blog-post-card {
  background-color: #383F3F;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
}

.blog-post-card .bp-image-container {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-post-card .bp-details-container {
  width: 50%;
  padding: 35px 20px;
}

.blog-post-card .bp-details-container .bp-date-author {
  font-family: "League Gothic", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-post-card .bp-details-container h3 {
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.blog-post-card .bp-details-container .bp-excerpt {
  font-size: 16px;
  line-height: 26px;
  height: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.blog-post-card .bp-details-container .bp-button {
  bottom: 0;
}

.blog-post-card .bp-details-container .bp-button a {
  color: #EE5D22;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
}

.blog-post-card .bp-details-container .bp-button a:hover {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .blog-post-card {
    flex-wrap: wrap;
  }

  .blog-post-card .bp-image-container {
    width: 100%;
    min-height: 150px;
    height: 25vh;
  }

  .blog-post-card .bp-details-container {
    width: 100%;
  }

  .blog-post-card .bp-details-container .bp-excerpt {
    height: auto;
  }
}
/*

// BIKES BLUES AND BBQ SITE STYLES //

*/
.overlay-primary::after,
.overlay-secondary::after,
.overlay-gray::after,
.overlay-yellow::after {
  transition: background-color 0.3s ease;
}
.overlay-primary > *,
.overlay-secondary > *,
.overlay-gray > *,
.overlay-yellow > * {
  z-index: 2;
}

.overlay-secondary {
  position: relative;
}
.overlay-secondary::after {
  z-index: 1;
  background-color: #005595;
  opacity: 0.81;
}

.overlay-primary {
  position: relative;
}
.overlay-primary::after {
  z-index: 1;
  background-color: #EE5D22;
  opacity: 0.83;
}

.overlay-gray {
  position: relative;
}
.overlay-gray::after {
  z-index: 1;
  background-color: #060606;
  opacity: 0.45;
}

.overlay-gray-darkest {
  position: relative;
}
.overlay-gray-darkest::after {
  z-index: 1;
  background-color: #2B2E31;
  opacity: 0.78;
}

.overlay-gray-xtra-dark {
  position: relative;
}
.overlay-gray-xtra-dark::after {
  z-index: 1;
  background-color: #383F3F;
  opacity: 0.94;
}

.overlay-yellow {
  position: relative;
}
.overlay-yellow::after {
  z-index: 1;
  background-color: #FFFAC6;
  opacity: 0.2;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

html, body {
  background-color: #2B2E31;
  font-size: 16px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    line-height: 1.8;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

h1,
.h1 {
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: 8px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h1,
.h1 {
    letter-spacing: 5px;
  }
}

h2,
.h2 {
  font-size: 3rem;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  h2,
.h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2,
.h2 {
    letter-spacing: 2.5px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  h2.h2-sm,
.h2.h2-sm {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  h3,
.h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 1.875rem;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 30px;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  h5,
.h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  h5,
.h5 {
    line-height: 1.5;
  }
}

h6 {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 13px;
  }
}

p {
  font-size: inherit;
}

ul:not(.ul-nav),
ol {
  padding-left: 1rem;
}
ul:not(.ul-nav) li,
ol li {
  margin-bottom: 15px;
  text-align: left;
}

ul:not(.ul-nav) li {
  list-style: outside disc;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

.container {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
}

strong {
  font-weight: 500;
}

.grid-container {
  padding: 100px 0;
}

article img,
article .blog-element,
article .msf-draggable-container img,
article .msf-draggable-container .blog-element {
  margin-bottom: 35px;
}

.bdr-b-gray-dk {
  border-bottom: 1px solid #9B9B9B;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.bdr-b-yellow {
  border-bottom: 1px solid #FFFAC6;
}

.number-bkg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -45px);
  height: 220px;
  width: 235px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .number-bkg {
    height: 130px;
    width: 130px;
    transform: translate(-25px, -25px);
  }
}
.number-bkg.centered {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .number-bkg.centered + h2 {
    margin: 20px auto;
  }
}

.txt-lower {
  text-transform: lowercase;
}

.txt-league {
  font-family: "League Gothic", sans-serif;
}

.txt-anchor-secondary a {
  color: #005595;
  font-weight: 300;
}
.txt-anchor-secondary a:hover {
  color: #EE5D22;
}

.txt-anchor-primary a, article a {
  color: #EE5D22;
  font-weight: 300;
}
.txt-anchor-primary a:hover, article a:hover {
  color: #005595;
}

.txt-anchor-blue-light a {
  color: #2089C9;
  font-weight: 300;
}
.txt-anchor-blue-light a:hover {
  color: #EE5D22;
}

.arrow {
  height: 10px;
  width: 20px;
  transition: transform 0.3s ease;
}
.arrow.down {
  height: 20px;
  width: 10px;
}

.bot-dash-white {
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.bot-dash-white::after {
  position: absolute;
  content: "";
  display: block;
  left: 8px;
  bottom: 0;
  height: 4px;
  width: 20px;
  background-color: #FFFFFF;
}

.bot-dash-primary {
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.bot-dash-primary::after {
  position: absolute;
  content: "";
  display: block;
  left: 8px;
  bottom: 0;
  height: 4px;
  width: 20px;
  background-color: #EE5D22;
}

.bot-dash-secondary {
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.bot-dash-secondary::after {
  position: absolute;
  content: "";
  display: block;
  left: 8px;
  bottom: 0;
  height: 4px;
  width: 20px;
  background-color: #005595;
}

.bot-dash-blue-light {
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.bot-dash-blue-light::after {
  position: absolute;
  content: "";
  display: block;
  left: 8px;
  bottom: 0;
  height: 4px;
  width: 20px;
  background-color: #2089C9;
}

.col-count-2 {
  column-count: 2;
  column-fill: balance;
}
@media screen and (max-width: 767px) {
  .col-count-2 {
    column-count: 1;
  }
}
.col-count-2.trumbowyg-editor {
  column-count: unset;
}

.col-count-3 {
  column-count: 3;
  column-fill: balance;
}
@media screen and (max-width: 767px) {
  .col-count-3 {
    column-count: 1;
  }
}
.col-count-3.trumbowyg-editor {
  column-count: unset;
}

.col-count-4 {
  column-count: 4;
  column-fill: balance;
}
@media screen and (max-width: 767px) {
  .col-count-4 {
    column-count: 1;
  }
}
.col-count-4.trumbowyg-editor {
  column-count: unset;
}

.last-sect-pad {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 767px) {
  .last-sect-pad {
    padding-bottom: 100px !important;
  }
}

.f-g-0 {
  flex-grow: 0;
}

.trumbowyg-box .trumbowyg-button-pane {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.trumbowyg-box .trumbowyg-button-pane .trumbowyg-button-group.trumbowyg-right {
  margin-left: auto;
}

.trumbowyg-modal-box form label .trumbowyg-input-infos span {
  width: 30%;
}

.simple {
  padding: 160px 0 110px;
}
@media screen and (max-width: 767px) {
  .simple {
    padding: 50px 0;
  }
}
.simple.sponsors .container .sponsor-link {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  color: transparent;
}
.simple.sponsors .container .sponsor-logo-lg {
  background-size: contain;
  height: 12vw;
}
@media screen and (min-width: 768px) {
  .simple.sponsors .container .sponsor-logo-lg {
    height: 176px;
  }
}
.simple.sponsors .container .sponsor-logo-lg .sponsor-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.simple.sponsors .container .sponsor-logo-lg .bkg-img-center, .simple.sponsors .container .sponsor-logo-lg .stay-in-the-know::after {
  background-size: contain;
  height: 12vw;
}
@media screen and (min-width: 768px) {
  .simple.sponsors .container .sponsor-logo-lg .bkg-img-center, .simple.sponsors .container .sponsor-logo-lg .stay-in-the-know::after {
    height: 176px;
  }
}
.simple.sponsors .container .sponsor-logo-sm {
  flex-shrink: 0;
  background-size: 55%;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .simple.sponsors .container .sponsor-logo-sm {
    width: 40vw;
    height: 40vw;
  }
}
.simple.sponsors .container .sponsor-logo-sm .sponsor-link {
  position: absolute;
  height: 55%;
  width: 55%;
}

.split {
  padding: 0;
}
.split.squares .left,
.split.squares .right {
  min-height: 50vw;
  align-self: stretch;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .split.squares .left,
.split.squares .right {
    height: auto;
    padding: 5%;
  }
}
.split.squares .container {
  margin: 0;
}
.split.squares.gallery .left,
.split.squares.gallery .right {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .split.squares.gallery .left,
.split.squares.gallery .right {
    height: 95vw;
  }
}
.split.squares.gallery .left > *,
.split.squares.gallery .right > * {
  padding: 0;
}
.split.squares.gallery .top-split,
.split.squares.gallery .bot-split .left-split,
.split.squares.gallery .right-split {
  padding: 0;
}
.split.squares.gallery .top-split,
.split.squares.gallery .bot-split {
  height: 50%;
}
.split.squares.gallery .top-split > * {
  height: 100%;
}
.split.squares.gallery .left-split,
.split.squares.gallery .right-split {
  height: 100%;
  flex-shrink: 1;
}
.split.squares.gallery .left-split > *,
.split.squares.gallery .right-split > * {
  height: 50%;
  padding: 0;
}
.split.squares.gallery .overlay-primary:hover::after {
  background-color: #005595;
}
.split.squares.gallery .overlay-secondary:hover::after {
  background-color: #EE5D22;
}
.split.squares.gallery .right-split .split-gallery-link {
  padding: 0 5vw 0 3.55vw;
}
.split.squares.gallery .split-gallery-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 3.55vw;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .split.squares.gallery .split-gallery-link {
    font-size: 3.333vw;
  }
}

.stay-in-the-know {
  z-index: 10;
}
.stay-in-the-know::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3vw;
  min-height: 50px;
  top: -2.8vw;
  left: 0;
  content: "";
  background-image: url(images/stay-know-bkg.png);
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .stay-in-the-know::after {
    height: 9vw;
    top: -8.8vw;
  }
}
.stay-in-the-know .desc {
  font-family: "League Gothic", sans-serif;
}
.stay-in-the-know form .msf-form-field-group {
  position: relative;
  margin-bottom: 1.875rem;
  line-height: 1;
}
.stay-in-the-know form .msf-form-field-group select,
.stay-in-the-know form .msf-form-field-group input:not([type=submit]),
.stay-in-the-know form .msf-form-field-group textarea {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #FFFEF3;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 11px 0;
  transition: border-bottom 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.stay-in-the-know form .msf-form-field-group input:not([type=submit]),
.stay-in-the-know form .msf-form-field-group textarea {
  margin-top: 23px;
}
.stay-in-the-know form .msf-form-field-group input {
  height: auto;
}
.stay-in-the-know form .msf-form-field-group input[type=date] + label,
.stay-in-the-know form .msf-form-field-group select + label {
  top: 0;
}
.stay-in-the-know form .msf-form-field-group textarea {
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: calc((16px + 11px));
}
.stay-in-the-know form .msf-form-field-group select {
  background-size: 0.875rem;
  background-position: bottom 1rem right 1rem;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 0;
}
.stay-in-the-know form .msf-form-field-group select::ms-expand {
  display: none;
}
.stay-in-the-know form .msf-form-field-group label {
  position: absolute;
  left: 0;
  top: calc(100% - (16px + 11px));
  transition: top 0.3s, font-size 0.3s ease;
}
.stay-in-the-know form .msf-form-field-group select:hover,
.stay-in-the-know form .msf-form-field-group input:not([type=submit]):hover,
.stay-in-the-know form .msf-form-field-group input:not([type=submit]):focus,
.stay-in-the-know form .msf-form-field-group textarea:hover,
.stay-in-the-know form .msf-form-field-group textarea:focus {
  border-bottom: 1px solid #EE5D22;
}
.stay-in-the-know form .msf-form-field-group select.filled + label,
.stay-in-the-know form .msf-form-field-group input:not([type=submit]).filled + label,
.stay-in-the-know form .msf-form-field-group input:not([type=submit]):focus + label,
.stay-in-the-know form .msf-form-field-group textarea.filled + label,
.stay-in-the-know form .msf-form-field-group textarea:focus + label {
  top: 0;
}
.stay-in-the-know form .msf-form-field-group textarea:focus,
.stay-in-the-know form .msf-form-field-group textarea.filled {
  overflow-y: auto;
  height: auto;
  max-height: calc((16px + 11px) * 2);
}
.stay-in-the-know form .msf-form-message {
  margin: 20px auto;
  text-align: center;
}
.stay-in-the-know form .msf-form-field-group {
  margin-bottom: 1.875rem;
}
.stay-in-the-know form .msf-form-field-group input[type=email] {
  height: auto;
  border: none;
  border-bottom: 1px solid #005595;
  background-color: transparent;
  outline: none;
  width: 100%;
  color: #005595;
  font-weight: 500;
  margin-top: 23px;
  padding-bottom: 11px;
}
.stay-in-the-know form .msf-form-field-group input[type=email]:focus + label, .stay-in-the-know form .msf-form-field-group input[type=email].filled + label {
  top: 0;
}
.stay-in-the-know form .msf-form-field-group label {
  color: #CCCBCC;
  position: absolute;
  left: 8px;
  top: calc(100% - (16px + 20px));
  transition: top 0.3s, font-size 0.3s ease;
}
.stay-in-the-know form input[type=submit] {
  border-color: #005595;
  color: #005595;
  text-transform: uppercase;
}
.stay-in-the-know form input[type=submit]:hover {
  background-color: #005595;
  color: #FFFEF3;
}
.stay-in-the-know form .newsletter-error {
  visibility: hidden;
  display: block;
  margin-bottom: 10px;
  color: red;
  font-weight: bold;
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
}
.stay-in-the-know form .newsletter-error.visible {
  visibility: visible;
}

.category-container .arrow,
.simple.acrd-container.acrd-item-wrapper .arrow {
  transition: transform 0.3s ease;
}

.category-container .category.is-active .arrow {
  transform: rotate(-180deg);
}

.simple.acrd-container-lg {
  padding: 0;
}
.simple.acrd-container-lg .trumbowyg-box .trumbowyg-editor {
  height: auto !important;
}
.simple.acrd-container-lg .acrd-item-wrapper {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.15s linear, padding 0.15s linear 0.16s, max-height 0.15s ease 0.16s;
}
.simple.acrd-container-lg .acrd-item-wrapper.is-visible {
  opacity: 1;
  padding: 110px 0;
  max-height: 1000vh;
  overflow-y: visible;
  transition: max-height 0.15s ease, opacity 0.15s linear 0.16s;
}
@media screen and (max-width: 767px) {
  .simple.acrd-container-lg .acrd-item-wrapper.is-visible {
    padding: 50px 0 100px;
  }
}
.simple.acrd-container-lg .acrd-item-wrapper.is-visible .grid {
  padding-left: 0;
  padding-right: 0;
}
.simple.acrd-container-lg .acrd-item-wrapper.is-visible .arrow {
  transform: rotate(-90deg);
}
.simple.acrd-container-lg .acrd-item-wrapper.is-visible ~ .acrd-close {
  display: block;
}
.simple.acrd-container-lg .acrd-item-wrapper.is-visible img.blog-element,
.simple.acrd-container-lg .acrd-item-wrapper.is-visible iframe {
  display: block;
  margin: 0 auto 20px;
}
.simple.acrd-container-lg .acrd-item-wrapper.is-visible img.blog-element {
  max-height: 1000px;
}
.simple.acrd-container-lg .acrd-close {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.simple.acrd-container-lg .acrd-close .arrow {
  margin: 0 auto 10px;
  transform: rotate(-90deg);
}

.simple.acrd-sm .acrd-container-sm .acrd-item {
  margin-bottom: 0;
  padding: 40px 0;
  cursor: pointer;
}
.simple.acrd-sm .acrd-container-sm .acrd-item:first-child {
  padding-top: 0;
}
.simple.acrd-sm .acrd-container-sm .acrd-item:hover .item-bottom .dtls {
  color: #FFFEF3;
}
.simple.acrd-sm .acrd-container-sm .acrd-item.is-active .item-top > svg {
  transform: rotate(180deg);
}
.simple.acrd-sm .acrd-container-sm .acrd-item.is-active .item-bottom {
  max-height: 2000vh;
  overflow: visible;
  margin: 10px 0 0;
}
.simple.acrd-sm .acrd-container-sm .acrd-item.is-active .item-bottom .dtls {
  color: #FFFEF3;
}
.simple.acrd-sm .acrd-container-sm .item-top .title {
  max-width: 80%;
  transition: color 0.3s ease;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .simple.acrd-sm .acrd-container-sm .item-top .title {
    font-size: 16px;
  }
}
.simple.acrd-sm .acrd-container-sm .item-top > svg {
  height: 25px;
  width: 25px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .simple.acrd-sm .acrd-container-sm .item-top > svg {
    height: 16px;
    width: 16px;
  }
}
.simple.acrd-sm .acrd-container-sm .item-bottom {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.simple.acrd-sm .acrd-container-sm .msf-draggable-container [msf_name=contentBlock]:nth-child(n+3) .acrd-item {
  padding-top: 40px;
}

.sub-nav-container.categories .category.is-active a {
  color: #EE5D22;
}

.cat-items-container .cat-item {
  display: none;
}
.cat-items-container .cat-item.is-visible {
  display: block;
}
.cat-items-container .cat-item .trumbowyg-box {
  min-height: 0;
  min-width: 126px;
  height: 100%;
}
.cat-items-container .cat-item .trumbowyg-box h3 {
  position: relative;
  top: 0;
  left: 0;
}

.photo-gallery-container {
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 200vh;
  left: -200vw;
  z-index: 150;
  transition: opacity 0.15s linear, z-index 0s 0.2s, top 0s 0.2s, left 0s 0.2s;
}
.photo-gallery-container.is-visible {
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 150;
  background-color: rgba(43, 46, 49, 0.98);
  transition: opacity 0.15s linear 0s;
}
.photo-gallery-container .close-gallery {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 155;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .photo-gallery-container .close-gallery {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.photo-gallery-container .close-gallery:hover span {
  background-color: #FFFEF3;
}
.photo-gallery-container .close-gallery span {
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  background-color: #EE5D22;
  transition: background-color 0.3s ease;
}
.photo-gallery-container .close-gallery span:first-child {
  transform: rotate(45deg);
}
.photo-gallery-container .close-gallery span:nth-child(2) {
  transform: rotate(-45deg);
}
.photo-gallery-container .swiper-container {
  z-index: 150;
}
.photo-gallery-container .swiper-container .swiper-slide {
  opacity: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 150;
}
.photo-gallery-container .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.photo-gallery-container .swiper-container .swiper-slide .photo-gal-img {
  min-height: 50px;
  min-width: 50px;
  max-width: 95vw;
  max-height: 95vh;
}
@media screen and (max-width: 767px) {
  .photo-gallery-container .swiper-container .swiper-slide .photo-gal-img {
    max-height: 100vh;
    max-width: 100vw;
  }
}
.photo-gallery-container .swiper-container .swiper-button-prev,
.photo-gallery-container .swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: contain;
}
.photo-gallery-container .swiper-container .swiper-button-prev {
  background-image: url(images/icon-arrow-left.svg);
  left: 50px;
}
@media screen and (max-width: 767px) {
  .photo-gallery-container .swiper-container .swiper-button-prev {
    left: 10px;
  }
}
.photo-gallery-container .swiper-container .swiper-button-next {
  background-image: url(images/icon-arrow-right.svg);
  right: 50px;
}
@media screen and (max-width: 767px) {
  .photo-gallery-container .swiper-container .swiper-button-next {
    right: 10px;
  }
}

.msf-move-sect-group .msf-edit-slide-thumb .swiper-slide img {
  max-height: 100% !important;
  max-width: 100% !important;
}

#home-container {
  z-index: 4;
  margin-top: -1vh;
  background-color: #005595;
}

#top-strip {
  width: 100%;
  padding: 15px 0;
  background-position: left top;
  background-size: 100% 100%;
  z-index: 5;
  font-family: "League Gothic", sans-serif;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  #top-strip {
    margin-bottom: -8%;
  }
}
#top-strip::before, #top-strip::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 4;
  min-width: 1440px;
}
@media screen and (max-width: 767px) {
  #top-strip::before, #top-strip::after {
    height: 35px;
    min-width: none;
  }
}
#top-strip::before {
  background-image: url(images/bkg-top-strip-top.png);
  top: -1.5vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top-strip::before {
    top: -20px;
  }
}
#top-strip::after {
  background-image: url(images/bkg-top-strip-bot.png);
  bottom: -1.5vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top-strip::after {
    bottom: -20px;
  }
}
#top-strip .container {
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #top-strip .container {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #top-strip .home-sub-nav-item {
    flex-direction: column;
    text-align: center;
    align-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  #top-strip .home-sub-nav-item .icon {
    margin-right: 30px;
  }
}
#top-strip .home-sub-nav-item .number {
  text-decoration: underline;
}
#top-strip .home-sub-nav-item .title {
  transition: color 0.3s ease;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .simple.intro.home {
    padding-top: calc(60px + 12%);
  }
}

.split.squares.home .container {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .split.squares.home .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 450px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .split.squares.home .number-bkg {
    transform: translate(-45px, -25px);
  }
}
.split.squares.home .dtls {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .split.squares.home .dtls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .split.squares.home h2 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .split.squares.home .btn-ghost, .split.squares.home .simple.contact-form form input[type=submit], .simple.contact-form form .split.squares.home input[type=submit], .split.squares.home .stay-in-the-know form input[type=submit], .stay-in-the-know form .split.squares.home input[type=submit] {
    width: 105px;
    height: 50px;
    flex-shrink: 0;
  }
}

.simple.home.road-to-rally {
  background-image: url(images/bkg-home-road-to-rally-comp.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .simple.home.road-to-rally {
    padding-bottom: 285px;
  }
}
@media screen and (min-width: 768px) {
  .simple.home.road-to-rally .home-blog-roll {
    margin: 270px 0 0;
  }
}
.simple.home.road-to-rally .home-blog-roll .blog-item {
  height: 43.81vw;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
  filter: grayscale(100);
}
@media screen and (max-width: 767px) {
  .simple.home.road-to-rally .home-blog-roll .blog-item {
    text-align: left;
    justify-content: center;
    padding: 15px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .simple.home.road-to-rally .home-blog-roll .blog-item:hover {
    filter: none;
  }
  .simple.home.road-to-rally .home-blog-roll .blog-item:hover::after {
    background-color: transparent;
  }
  .simple.home.road-to-rally .home-blog-roll .blog-item:hover .info {
    transform: translateY(0);
  }
  .simple.home.road-to-rally .home-blog-roll .blog-item:hover .title {
    transform: translateY(-2vw);
  }
  .simple.home.road-to-rally .home-blog-roll .blog-item:hover .read {
    transform: translate(-50%, 0);
  }
}
.simple.home.road-to-rally .home-blog-roll .blog-item:nth-child(odd) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .simple.home.road-to-rally .home-blog-roll .blog-item:nth-child(odd) {
    align-items: flex-start;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .simple.home.road-to-rally .home-blog-roll .blog-item:nth-child(even) {
    align-items: flex-end;
    text-align: right;
  }
  .simple.home.road-to-rally .home-blog-roll .blog-item:nth-child(even) .read {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .simple.home.road-to-rally .home-blog-roll .blog-item:first-child {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .simple.home.road-to-rally .home-blog-roll .blog-item:last-child {
    margin-bottom: 60px;
  }
}
.simple.home.road-to-rally .home-blog-roll .blog-item .title,
.simple.home.road-to-rally .home-blog-roll .blog-item .info,
.simple.home.road-to-rally .home-blog-roll .blog-item .read {
  transition: transform 0.3s ease;
}
.simple.home.road-to-rally .home-blog-roll .blog-item .title {
  max-width: 80%;
  font-size: 2.08vw;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .simple.home.road-to-rally .home-blog-roll .blog-item .title {
    max-width: 55%;
    font-size: 8.125vw;
  }
}
.simple.home.road-to-rally .home-blog-roll .blog-item .info {
  background-position: left bottom;
  position: absolute;
  height: 20vw;
  width: 100%;
  font-size: 1.25vw;
  bottom: 0;
  left: 0;
  padding: 4.16vw 2.08vw;
  transform: translateY(20vw);
}
.simple.home.road-to-rally .home-blog-roll .blog-item .read {
  z-index: 3;
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 1.38vw;
  left: 50%;
  transform: translate(-50%, 20vw);
  font-size: 1.11vw;
  font-weight: 300;
  letter-spacing: 2px;
  color: #FFFFFF;
  transition: color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .simple.home.road-to-rally .home-blog-roll .blog-item .read {
    opacity: 1;
    width: 40%;
    align-items: center;
    position: relative;
    font-size: 5vw;
    transform: none;
    left: 0;
    margin: 9.375vw 0 0;
  }
}
.simple.home.road-to-rally .home-blog-roll .blog-item .read:hover {
  color: #EE5D22;
}
.simple.home.road-to-rally .home-blog-roll .blog-item .read:hover svg path {
  fill: #EE5D22;
  stroke: #EE5D22;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.simple.home.road-to-rally .home-blog-roll .blog-item .read svg {
  width: 1.11vw;
  height: 100%;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .simple.home.road-to-rally .home-blog-roll .blog-item .read svg {
    margin-left: 2vw;
    width: 15%;
    max-width: 25px;
  }
}
.simple.home.road-to-rally .home-blog-roll .blog-item .read svg path {
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.simple.home.sponsors {
  padding-top: 220px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .simple.home.sponsors {
    padding-top: 95px;
  }
}
.simple.home.sponsors .heading-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.simple.home.sponsors .number-bkg.centered {
  top: 0;
  transform: translate(-50%, -40%);
}

.simple.special-events {
  padding: 63px 16px;
}
.simple.special-events .events-roll.home {
  padding: 30px 16px 0px;
}
@media screen and (max-width: 515px) {
  .simple.special-events .events-roll.home {
    padding: 8px;
  }
}
.simple.special-events .swiper-container-events {
  max-width: 1175px;
  margin: 80px auto 61px;
  position: relative;
  overflow-x: hidden;
}
.simple.special-events .swiper-container-events .swiper-wrapper.centered-slides {
  justify-content: center;
}
.simple.special-events .swiper-container-events .swiper-button-next,
.simple.special-events .swiper-container-events .swiper-button-prev {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
  top: 0;
  width: 46px;
  height: 100%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .simple.special-events .swiper-container-events .swiper-button-next,
.simple.special-events .swiper-container-events .swiper-button-prev {
    width: 36px;
  }
}
.simple.special-events .swiper-container-events .swiper-button-next img,
.simple.special-events .swiper-container-events .swiper-button-prev img {
  width: 17px;
  height: 27px;
  z-index: 2;
}
.simple.special-events .swiper-container-events .swiper-button-disabled {
  display: none;
}
.simple.special-events .swiper-container-events .swiper-button-prev {
  left: 0;
}
.simple.special-events .swiper-container-events .swiper-button-next {
  right: 0;
}
.simple.special-events .card-container {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 217px;
  height: auto;
  min-height: 375px;
  background-color: #FFFFFF;
  text-align: left;
  position: relative;
}
.simple.special-events .card-container .image {
  width: 100%;
  height: 155px;
}
.simple.special-events .card-container .image.placeholder-bkg {
  background-size: 90%;
  background-position: center;
}
.simple.special-events .card-container .dtls {
  width: 100%;
  flex-grow: 2;
  padding: 17px 17px 85px;
  box-sizing: border-box;
  text-transform: uppercase;
  height: calc(100% - 155px);
  letter-spacing: 2px;
}
.simple.special-events .card-container .dtls .name,
.simple.special-events .card-container .dtls .date,
.simple.special-events .card-container .dtls .time,
.simple.special-events .card-container .dtls .price,
.simple.special-events .card-container .dtls .venue {
  font-family: "League Gothic", sans-serif;
  font-size: 17px;
  line-height: 1;
}
.simple.special-events .card-container .dtls .name,
.simple.special-events .card-container .dtls .price {
  color: #000000;
}
.simple.special-events .card-container .dtls .date,
.simple.special-events .card-container .dtls .time {
  color: #9B9B9B;
}
.simple.special-events .card-container .dtls .name {
  height: 34px;
  overflow: hidden;
}
.simple.special-events .card-container .dtls .price-ages-wrapper {
  margin-bottom: 17px;
}
.simple.special-events .card-container .dtls .ages {
  font-weight: 200;
  font-size: 13px;
  line-height: 1.2;
}
.simple.special-events .card-container .dtls .ages span {
  font-weight: 300;
}
.simple.special-events .card-container .dtls .venue {
  max-height: 34px;
  overflow: hidden;
}
.simple.special-events .card-container .dtls .btn-ghost, .simple.special-events .card-container .dtls .simple.contact-form form input[type=submit], .simple.contact-form form .simple.special-events .card-container .dtls input[type=submit], .simple.special-events .card-container .dtls .stay-in-the-know form input[type=submit], .stay-in-the-know form .simple.special-events .card-container .dtls input[type=submit] {
  position: absolute;
  width: 183px;
  bottom: 14px;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}
.simple.special-events .card-container .dtls .btn-ghost:hover, .simple.special-events .card-container .dtls .simple.contact-form form input[type=submit]:hover, .simple.contact-form form .simple.special-events .card-container .dtls input[type=submit]:hover, .simple.special-events .card-container .dtls .stay-in-the-know form input[type=submit]:hover, .stay-in-the-know form .simple.special-events .card-container .dtls input[type=submit]:hover {
  color: #FFFFFF !important;
}
.simple.special-events .card-container .dtls .btn-ghost.all-shows:hover, .simple.special-events .card-container .dtls .simple.contact-form form input.all-shows[type=submit]:hover, .simple.contact-form form .simple.special-events .card-container .dtls input.all-shows[type=submit]:hover, .simple.special-events .card-container .dtls .stay-in-the-know form input.all-shows[type=submit]:hover, .stay-in-the-know form .simple.special-events .card-container .dtls input.all-shows[type=submit]:hover {
  color: #EE5D22 !important;
}
.simple.special-events .card-container .dtls .sale-date {
  width: 85%;
  position: absolute;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 455px) {
  .simple.special-events .card-container .dtls .sale-date {
    width: 90%;
    font-size: 12px;
    line-height: 1;
  }
}
.simple.special-events .card-container .dtls .sale-date.sold-out {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .simple.special-events .card-container .dtls .sale-date.sold-out {
    margin-bottom: calc(1vw + 2px);
  }
}
.simple.special-events .card-container .dtls .show-status {
  background-color: #005595;
  color: #FFFFFF;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.simple.intro.ral-info .container .ral-info-intro-cols-wrapper {
  flex-wrap: wrap;
}
.simple.intro.ral-info .container .ral-info-intro-cols-wrapper .ral-info-intro-col {
  padding-right: 8px;
  margin-bottom: 10px;
}
.simple.intro.ral-info .container .ral-info-intro-cols-wrapper .col-title {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .simple.intro.ral-info .container .ral-info-intro-cols-wrapper .col-title {
    font-size: 1.125rem;
  }
}
.simple.intro.ral-info .container .ral-info-intro-cols-wrapper .col-info {
  letter-spacing: 3px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .simple.intro.ral-info .container .ral-info-intro-cols-wrapper .col-info {
    font-size: 1.5625rem;
  }
}
.simple.intro.ral-info .container .ral-info-intro-categories {
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .simple.intro.ral-info .container .ral-info-intro-categories {
    max-width: 330px;
  }
}
.simple.intro.ral-info .container .ral-info-intro-categories .category {
  font-weight: 500;
  letter-spacing: 1.5px;
  flex-shrink: 0;
  margin-bottom: 25px;
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .simple.intro.ral-info .container .ral-info-intro-categories .category {
    width: 50%;
  }
}
.simple.intro.ral-info .container .ral-info-intro-categories .category.is-active, .simple.intro.ral-info .container .ral-info-intro-categories .category:hover {
  color: #FFFFFF;
}
.simple.intro.ral-info .container .ral-info-intro-categories .category.is-active .arrow path, .simple.intro.ral-info .container .ral-info-intro-categories .category:hover .arrow path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.simple.intro.ral-info .container .ral-info-intro-categories .category.is-active .arrow {
  transform: rotate(-180deg);
}
@media screen and (max-width: 576px) {
  .simple.intro.ral-info .container .ral-info-intro-categories .category:nth-child(even) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 576px) {
  .simple.intro.ral-info .container .ral-info-intro-categories .category p {
    font-size: 9px;
  }
}
.simple.intro.ral-info .container .ral-info-intro-categories .category p[msf_editable=true] {
  padding: 0 10px;
}
.simple.intro.ral-info .container .ral-info-intro-categories .category .arrow {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .simple.intro.ral-info .container .ral-info-intro-categories .category .arrow {
    margin-left: 3px;
    height: 15px;
    width: 10px;
  }
}
.simple.intro.ral-info .container .ral-info-intro-categories .category .arrow path {
  fill: #EE5D22;
  stroke: #EE5D22;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.ral-info-acrd {
  color: #FFFEF3;
}

.simple.ral-info-callout {
  padding: 260px 0;
}
@media screen and (max-width: 767px) {
  .simple.ral-info-callout {
    padding: 105px 0;
  }
}
.simple.ral-info-callout .number-bkg {
  top: 25%;
  width: 75%;
  max-width: 1015px;
  padding-top: 20%;
  background-image: url(images/number-ral-callout-lg.png);
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .simple.ral-info-callout .number-bkg {
    width: 85%;
    max-width: 250px;
    padding-top: 95vw;
    background-image: url(images/number-ral-callout-sm.png);
  }
}

.simple.lodging-info {
  padding: 0;
  z-index: 3;
}
.simple.lodging-info .container {
  top: -45px;
  height: 695px;
}
@media screen and (max-width: 576px) {
  .simple.lodging-info .container {
    height: 850px;
  }
}
.simple.lodging-info .campground {
  position: absolute;
  top: 0;
  left: 0;
  height: 490px;
  width: 610px;
}
@media screen and (max-width: 767px) {
  .simple.lodging-info .campground {
    width: 75vw;
    height: 60vw;
  }
}
.simple.lodging-info .campground .bkg-primary {
  position: absolute;
  left: -40px;
  bottom: 80px;
  padding: 25px;
}
@media screen and (max-width: 950px) {
  .simple.lodging-info .campground .bkg-primary {
    display: none;
  }
}
.simple.lodging-info .lodging {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 715px;
  padding: 40px;
  border: 1px solid #9B9B9B;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.97);
}
@media screen and (max-width: 767px) {
  .simple.lodging-info .lodging {
    padding: 20px;
    width: 95%;
  }
}
.simple.lodging-info .category-container.category-lodging {
  margin-top: 55px;
}
.simple.lodging-info .category-container.category-lodging .category {
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .simple.lodging-info .category-container.category-lodging .category {
    width: 50%;
  }
}
.simple.lodging-info .category-container.category-lodging .category:hover .cat-img svg g,
.simple.lodging-info .category-container.category-lodging .category:hover .cat-img svg path, .simple.lodging-info .category-container.category-lodging .category.is-active .cat-img svg g,
.simple.lodging-info .category-container.category-lodging .category.is-active .cat-img svg path {
  transition: stroke 0.3s ease, fill 0.3s ease;
}
.simple.lodging-info .category-container.category-lodging .category:hover .cat-img svg path, .simple.lodging-info .category-container.category-lodging .category.is-active .cat-img svg path {
  fill: #EE5D22;
}
.simple.lodging-info .category-container.category-lodging .category:hover .cat-img.homes svg path, .simple.lodging-info .category-container.category-lodging .category.is-active .cat-img.homes svg path {
  stroke: #EE5D22;
  fill: none;
}
.simple.lodging-info .category-container.category-lodging .category:hover .name, .simple.lodging-info .category-container.category-lodging .category.is-active .name {
  color: #EE5D22;
}
.simple.lodging-info .category-container.category-lodging .category:hover .arrow path, .simple.lodging-info .category-container.category-lodging .category.is-active .arrow path {
  fill: #EE5D22;
  stroke: #EE5D22;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.simple.lodging-info .category-container.category-lodging .category .cat-img {
  height: 80px;
  width: 80px;
  margin: 0 auto;
}
.simple.lodging-info .category-container.category-lodging .category .name {
  color: #005595;
  margin: 20px 0 10px;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}

.simple.lodging-acrd.acrd-container-lg .acrd-item-wrapper .city-block .city-img {
  background-size: contain;
  background-position: left center;
  height: 50px;
}

.split.parking.squares .left,
.split.parking.squares .right {
  min-height: 0;
  max-height: 370px;
}
@media screen and (max-width: 767px) {
  .split.parking.squares .left,
.split.parking.squares .right {
    padding: 32px 24px;
  }
}
.split.parking.squares .left .number-bkg,
.split.parking.squares .right .number-bkg {
  transform: translateX(0);
}
.split.parking.squares .left {
  background-image: url(images/bkg-home-rides.jpg);
}
.split.parking.squares .left .number-bkg {
  width: 80%;
  height: 10vw;
  max-width: 575px;
  max-height: 185px;
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .split.parking.squares .left .number-bkg {
    width: 440px;
    height: 150px;
  }
}
.split.parking.squares .right .number-bkg {
  width: 90%;
  height: 20vw;
  max-width: 685px;
  max-height: 300px;
  background-image: url(images/bkg-transporation-txt.png);
}
@media screen and (max-width: 767px) {
  .split.parking.squares .right .number-bkg {
    background-image: url(images/bkg-transportation-txt-mob.png);
    width: 825px;
    height: 120px;
    margin-top: 2vw;
  }
}

.simple.parking-acrd.acrd-container-lg .train-sched a:hover + svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.simple.parking-acrd.acrd-container-lg .btn-ghost, .simple.parking-acrd.acrd-container-lg .simple.contact-form form input[type=submit], .simple.contact-form form .simple.parking-acrd.acrd-container-lg input[type=submit], .simple.parking-acrd.acrd-container-lg .stay-in-the-know form input[type=submit], .stay-in-the-know form .simple.parking-acrd.acrd-container-lg input[type=submit] {
  width: 255px;
}
.simple.parking-acrd.acrd-container-lg .tran-maps-info {
  margin-bottom: 30px;
}

.simple.acrd-sm.ral-info .number-bkg {
  width: 450px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .simple.acrd-sm.ral-info .number-bkg {
    height: 165px;
    width: 235px;
  }
}
.simple.acrd-sm.ral-info .acrd-container-sm {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .simple.acrd-sm.ral-info .acrd-container-sm {
    margin-top: 40px;
  }
}
.simple.acrd-sm.ral-info .acrd-container-sm .acrd-item:hover .item-top .title, .simple.acrd-sm.ral-info .acrd-container-sm .acrd-item.is-active .item-top .title {
  color: #EE5D22;
}
.simple.acrd-sm.ral-info .acrd-container-sm .acrd-item:hover .item-top svg path, .simple.acrd-sm.ral-info .acrd-container-sm .acrd-item.is-active .item-top svg path {
  fill: #EE5D22;
  stroke: #EE5D22;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

@media screen and (min-width: 768px) {
  .simple.ral-info-volunteer .container div:nth-child(3) {
    margin-top: 150px;
  }
}
.simple.ral-info-volunteer .number-bkg {
  background-image: url(images/bkg-volunteer-lg.png);
  height: 14vw;
  width: 78vw;
  max-width: 1115px;
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .simple.ral-info-volunteer .number-bkg {
    width: 68vw;
    height: 130vw;
    max-width: 217px;
    max-height: 414px;
    background-image: url(images/bkg-volunteer-sm.png);
    transform: translate(0, -25px);
  }
}

.sub-nav-container.categories.ride-maps {
  border-top: 1px solid #FFFEF3;
}

.grid-container.ride-maps {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .simple.intro.vendors {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .simple.intro.vendors .number-bkg + .col-35 {
    padding-top: 0;
  }
}
.simple.intro.vendors .vendor-intro-img {
  height: 14vw;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .simple.intro.vendors .vendor-intro-img {
    height: 3.75vw;
    background-size: contain;
  }
}

.simple.top-sponsors.vendors .sponsorship-wrapper {
  padding: 35px 0;
}
.simple.top-sponsors.vendors .sponsor-level {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .simple.top-sponsors.vendors .sponsor-level {
    border-right: 1px solid #9B9B9B;
  }
}
@media screen and (max-width: 767px) {
  .simple.top-sponsors.vendors .sponsor-level h2 {
    font-size: 65px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .simple.top-sponsors.vendors .sponsor-level h2 {
    font-size: 4.5vw;
  }
}
.simple.top-sponsors.vendors .sponsor-level .sponsor-level-link-wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .simple.top-sponsors.vendors .sponsor-level .sponsor-level-link-wrapper {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.simple.top-sponsors.vendors .sponsor-level .chrome-sponsor-link,
.simple.top-sponsors.vendors .sponsor-level .chrome-sponsor-link + span {
  color: #EE5D22;
}
.simple.top-sponsors.vendors .sponsor-level .chrome-sponsor-link:hover, .simple.top-sponsors.vendors .sponsor-level .chrome-sponsor-link:hover + span {
  color: #FFFFFF;
}
.simple.top-sponsors.vendors .sponsor-level .chrome-sponsor-link + span {
  height: 100%;
  color: #EE5D22;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .simple.top-sponsors.vendors .sponsor-imgs {
    padding-left: 65px;
    justify-content: flex-start;
  }
}
.simple.top-sponsors.vendors .chrome-sponsor,
.simple.top-sponsors.vendors .gold-sponsor,
.simple.top-sponsors.vendors .silver-sponsor {
  background-size: contain;
}
.simple.top-sponsors.vendors .chrome-sponsor a,
.simple.top-sponsors.vendors .gold-sponsor a,
.simple.top-sponsors.vendors .silver-sponsor a {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  color: transparent;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .simple.top-sponsors.vendors .chrome-sponsor {
    height: 7.29vw;
  }
}
@media screen and (min-width: 768px) {
  .simple.top-sponsors.vendors .chrome-sponsor {
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .simple.top-sponsors.vendors .chrome-sponsor {
    height: 14vw;
  }
}
.simple.top-sponsors.vendors .chrome-sponsor a {
  height: 100%;
  width: 100%;
}
.simple.top-sponsors.vendors .gold-sponsor {
  width: 100%;
  height: 188px;
}
@media screen and (max-width: 767px) {
  .simple.top-sponsors.vendors .gold-sponsor {
    /*width: 65vw;
    height: 65vw;*/
  }
  .simple.top-sponsors.vendors .gold-sponsor a {
    height: 100%;
    width: 100%;
  }
}
.simple.top-sponsors.vendors .silver-sponsor {
  background-size: 75%;
  flex-shrink: 0;
  background-size: 55%;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .simple.top-sponsors.vendors .silver-sponsor {
    width: 40vw;
    height: 40vw;
  }
}
.simple.top-sponsors.vendors .silver-sponsor .sponsor-link {
  position: absolute;
  height: 55%;
  width: 55%;
}
.simple.top-sponsors.vendors .silver-sponsor a {
  height: 75%;
  width: 75%;
}

.simple.bronze-iron-sponsors.overlay-yellow::after {
  z-index: auto;
}
.simple.bronze-iron-sponsors .sponsor-container {
  padding: 40px 0 0;
}
.simple.bronze-iron-sponsors h2 {
  color: #55564F;
}
.simple.bronze-iron-sponsors .sponsor-logo-sm {
  flex-shrink: 0;
  background-size: 55%;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .simple.bronze-iron-sponsors .sponsor-logo-sm {
    width: 40vw;
    height: 40vw;
  }
}
.simple.bronze-iron-sponsors .sponsor-logo-sm .sponsor-link {
  position: absolute;
  height: 55%;
  width: 55%;
}
.simple.bronze-iron-sponsors .sponsor-logo-sm .sponsor-link {
  height: 65%;
  width: 65%;
}

.simple.vendor-info .container .number-bkg {
  background-image: url(images/bkg-vendors.png);
  width: 80%;
}
@media screen and (max-width: 767px) {
  .simple.vendor-info .container .number-bkg {
    background-image: url(images/bkg-vendors-sm.png);
    height: 130vw;
    width: 65%;
    max-width: 215px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .simple.vendor-info .container .number-bkg {
    height: 15.2vw;
  }
}
@media screen and (min-width: 768px) {
  .simple.vendor-info .container .number-bkg {
    height: 220px;
  }
}
.simple.vendor-info .container .vendor-info-link-wrapper a:hover + span {
  color: #EE5D22;
}
.simple.vendor-info .container .vendor-info-link-wrapper span {
  color: #2089C9;
  transition: color 0.3s ease;
}
.simple.vendor-info .container .location .loc-name-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 0;
  color: transparent;
  cursor: default;
}
.simple.vendor-info .container .location .loc-name-link.has-img {
  cursor: pointer;
}
.simple.vendor-info .container .location .loc-name-link.has-img:hover + span {
  color: #2089C9;
}
.simple.vendor-info .container .location .loc-name-link.has-img + span + .loc-icons {
  display: flex;
}
.simple.vendor-info .container .location .loc-name-link + span {
  transition: color 0.3s ease;
}
.simple.vendor-info .container .location .loc-icons {
  display: none;
}
.simple.vendor-info .container .location .cam-icon {
  padding-bottom: 2px;
  margin: 0 5px 0 20px;
}
.simple.vendor-info .container .location .cam-icon + span {
  height: 100%;
}
.simple.vendor-info .container .location .loc-img-wrapper {
  display: none;
}
.simple.vendor-info .container .location .loc-img-wrapper.is-visible {
  display: block;
}
.simple.vendor-info .container .vendor-application .btn-ghost, .simple.vendor-info .container .vendor-application .simple.contact-form form input[type=submit], .simple.contact-form form .simple.vendor-info .container .vendor-application input[type=submit], .simple.vendor-info .container .vendor-application .stay-in-the-know form input[type=submit], .stay-in-the-know form .simple.vendor-info .container .vendor-application input[type=submit] {
  width: 90%;
  min-width: 173px;
}
@media screen and (max-width: 767px) {
  .simple.vendor-info .container .vendor-application .btn-ghost, .simple.vendor-info .container .vendor-application .simple.contact-form form input[type=submit], .simple.contact-form form .simple.vendor-info .container .vendor-application input[type=submit], .simple.vendor-info .container .vendor-application .stay-in-the-know form input[type=submit], .stay-in-the-know form .simple.vendor-info .container .vendor-application input[type=submit] {
    width: 100%;
    max-width: 353px;
    margin: 0 auto;
  }
}

.loc-img-wrapper .loc-img {
  max-height: 90vh;
  max-width: 90vw;
}

.cat-items-container .cat-item.blog-post-card.is-visible {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cat-items-container .cat-item.blog-post-card.is-visible {
    width: 90%;
    margin: 0 auto 15px;
  }
}
.cat-items-container .cat-item.blog-post-card.is-visible:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .grid-container.road-rally {
    padding-top: 20px;
  }
}

.page-header.post h1 {
  width: 100%;
  opacity: 1;
  font-family: "Bernier Regular", sans-serif;
  line-height: 0.8;
  font-size: 183px;
  margin-bottom: -25px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .page-header.post h1 {
    font-size: 12.7vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header.post h1 {
    font-size: 73px;
  }
}

.pagination {
  margin-top: 100px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 50px;
  }
}

.simple.acrd-sm.events {
  overflow: hidden;
}
.simple.acrd-sm.events .ev-bkg-img {
  height: 60vw;
  width: 45vw;
  max-height: 885px;
  max-width: 645px;
  background-size: contain;
  position: absolute;
  left: -1%;
}
@media screen and (max-width: 767px) {
  .simple.acrd-sm.events .ev-bkg-img {
    display: none;
  }
}
.simple.acrd-sm.events .ev-bkg-img.music-img {
  top: 875px;
  background-image: url(images/bkg-rally-music.png);
}
.simple.acrd-sm.events .ev-bkg-img.events-img {
  top: 2800px;
  background-image: url(images/bkg-rally-events.png);
}
.simple.acrd-sm.events .ev-bkg-img.venues-img {
  top: 4800px;
  background-image: url(images/bkg-rally-venues.png);
}
.simple.acrd-sm.events .acrd-container-sm {
  width: 100%;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .simple.acrd-sm.events .acrd-container-sm {
    margin-bottom: 60px;
  }
}
.simple.acrd-sm.events .acrd-container-sm .trumbowyg-box {
  min-width: 150px;
}
.simple.acrd-sm.events .acrd-container-sm .acrd-item:hover .item-top svg path,
.simple.acrd-sm.events .acrd-container-sm .acrd-item.is-active .item-top svg path {
  fill: #EE5D22;
  stroke: #EE5D22;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.simple.acrd-sm.events .acrd-container-sm .item-top,
.simple.acrd-sm.events .acrd-container-sm .item-bottom {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .simple.acrd-sm.events .acrd-container-sm .item-top .wrapper,
.simple.acrd-sm.events .acrd-container-sm .item-bottom .wrapper {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .simple.acrd-sm.events .acrd-container-sm .ev-name-times,
.simple.acrd-sm.events .acrd-container-sm .ev-desc {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .simple.acrd-sm.events .acrd-container-sm .item-top .wrapper {
    width: calc(100% - 16px);
  }
}
.simple.acrd-sm.events .acrd-container-sm .item-top .ev-start-time-type {
  padding: 0 8px 0 0;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .simple.acrd-sm.events .acrd-container-sm .item-top .ev-name-times {
    width: 65%;
  }
}
.simple.acrd-sm.events .acrd-container-sm .item-top svg {
  margin-left: auto;
}
.simple.acrd-sm.events .acrd-container-sm .item-bottom .wrapper {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .simple.acrd-sm.events .acrd-container-sm .item-bottom .wrapper {
    justify-content: flex-start;
    width: 100%;
  }
}

.simple.contact-form {
  background-image: url(images/bkg-contact-form.jpg);
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .simple.contact-form {
    padding: 100px 0 120px;
  }
}
.simple.contact-form form .msf-form-field-group {
  position: relative;
  margin-bottom: 1.875rem;
  line-height: 1;
}
.simple.contact-form form .msf-form-field-group select,
.simple.contact-form form .msf-form-field-group input:not([type=submit]),
.simple.contact-form form .msf-form-field-group textarea {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #FFFEF3;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 11px 0;
  transition: border-bottom 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.simple.contact-form form .msf-form-field-group input:not([type=submit]),
.simple.contact-form form .msf-form-field-group textarea {
  margin-top: 23px;
}
.simple.contact-form form .msf-form-field-group input {
  height: auto;
}
.simple.contact-form form .msf-form-field-group input[type=date] + label,
.simple.contact-form form .msf-form-field-group select + label {
  top: 0;
}
.simple.contact-form form .msf-form-field-group textarea {
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: calc((16px + 11px));
}
.simple.contact-form form .msf-form-field-group select {
  background-size: 0.875rem;
  background-position: bottom 1rem right 1rem;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 0;
}
.simple.contact-form form .msf-form-field-group select::ms-expand {
  display: none;
}
.simple.contact-form form .msf-form-field-group label {
  position: absolute;
  left: 0;
  top: calc(100% - (16px + 11px));
  transition: top 0.3s, font-size 0.3s ease;
}
.simple.contact-form form .msf-form-field-group select:hover,
.simple.contact-form form .msf-form-field-group input:not([type=submit]):hover,
.simple.contact-form form .msf-form-field-group input:not([type=submit]):focus,
.simple.contact-form form .msf-form-field-group textarea:hover,
.simple.contact-form form .msf-form-field-group textarea:focus {
  border-bottom: 1px solid #EE5D22;
}
.simple.contact-form form .msf-form-field-group select.filled + label,
.simple.contact-form form .msf-form-field-group input:not([type=submit]).filled + label,
.simple.contact-form form .msf-form-field-group input:not([type=submit]):focus + label,
.simple.contact-form form .msf-form-field-group textarea.filled + label,
.simple.contact-form form .msf-form-field-group textarea:focus + label {
  top: 0;
}
.simple.contact-form form .msf-form-field-group textarea:focus,
.simple.contact-form form .msf-form-field-group textarea.filled {
  overflow-y: auto;
  height: auto;
  max-height: calc((16px + 11px) * 2);
}
.simple.contact-form form .msf-form-message {
  margin: 20px auto;
  text-align: center;
}
.simple.contact-form form .msf-form-field-group select.filled + label,
.simple.contact-form form .msf-form-field-group input.filled + label,
.simple.contact-form form .msf-form-field-group input:focus + label,
.simple.contact-form form .msf-form-field-group textarea.filled + label,
.simple.contact-form form .msf-form-field-group textarea:focus + label {
  font-size: 0.875rem;
}
.simple.contact-form form .msf-form-field-group select {
  background-image: url(images/bkg-select.svg);
  background-size: 15px 10px;
  background-position: right 1rem center;
}
.simple.contact-form form .msf-form-field-group select:hover + label, .simple.contact-form form .msf-form-field-group select:focus + label, .simple.contact-form form .msf-form-field-group select.filled + label,
.simple.contact-form form .msf-form-field-group select + label {
  top: -30px;
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
}
.simple.contact-form form .msf-form-field-group select option {
  color: #2B2E31;
}
.simple.contact-form form input[type=submit] {
  border-color: #FFFEF3;
  color: #FFFEF3;
  margin-top: 60px;
}
.simple.contact-form form input[type=submit]:hover {
  background-color: #FFFEF3;
  color: #2089C9;
}

.train-title {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .train-title {
    font-size: 1.375rem;
  }
}

.train-desc {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 400;
}

.simple.intro.train .train-pricing .col-100 {
  flex-wrap: wrap;
}
.simple.intro.train .train-pricing .pricing-dtls {
  width: 50%;
}

.train-parking-link {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
  padding-left: 20px;
}
.train-parking-link:hover + svg path {
  fill: #2089C9;
  stroke: #2089C9;
}
.train-parking-link + svg {
  left: 0;
  top: -2px;
}
.train-parking-link + svg path {
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.simple.train-callout {
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .simple.train-callout {
    padding: 120px 0;
  }
}
.simple.train-callout .number-bkg {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55vw;
  height: 15vw;
  max-width: 800px;
  max-height: 210px;
  background-size: contain;
  background-image: url(images/bkg-train-callout-txt.png);
}
@media screen and (max-width: 767px) {
  .simple.train-callout .number-bkg {
    background-image: url(images/bkg-train-callout-txt-sm.png);
    width: 50vw;
    height: 105vw;
    max-width: 170px;
    max-height: 340px;
  }
}

.simple.off-spons-callout {
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .simple.off-spons-callout {
    padding: 120px 0;
  }
}
.simple.off-spons-callout .number-bkg {
  left: 0;
  top: 140px;
  transform: none;
  width: 90vw;
  height: 15vw;
  max-width: 1310px;
  max-height: 215px;
  background-size: contain;
  background-image: url(images/bkg-off-spons-txt.png);
}
@media screen and (max-width: 767px) {
  .simple.off-spons-callout .number-bkg {
    background-image: url(images/bkg-off-spons-txt-sm.png);
    top: 50%;
    transform: translateY(-50%);
    width: 90vw;
    height: 115vw;
    max-width: 280px;
    max-height: 365px;
  }
}

.simple.acrd-sm.off-spons .acrd-item {
  border-bottom: 1px solid #FFFEF3;
}
.simple.acrd-sm.off-spons .acrd-item.is-active .item-top svg path {
  fill: #2089C9;
  stroke: #2089C9;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.simple.acrd-sm.off-spons .acrd-item .title,
.simple.acrd-sm.off-spons .acrd-item .dtls a {
  color: #2089C9;
}

.merch-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.merch-wrapper .container {
  height: 80vh;
}
.merch-wrapper .container iframe {
  height: 100%;
  width: 100%;
}
.merch-wrapper .container iframe #header {
  display: none;
}

.page-header.post .post-title {
  margin-bottom: -25px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .page-header.post .post-title {
    margin-bottom: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header.post .post-title {
    margin-bottom: -10px;
  }
}

.wrapper-404 {
  min-height: 75vh;
}