@charset "UTF-8";
/*!
Theme Name: starter
Theme URI: http://underscores.me/
Author: Justin LaFountain
Author URI: http://jlafountain.com
Description: A starter theme with bootstrap and Platforma.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
@font-face {
  font-family: "Blanch Caps Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Blanch Caps Regular"), url("./fonts/blanch_caps-webfont.woff") format("woff");
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "nobel", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# 3rd Party
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

/*! Flickity v2.0.8
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

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

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.btn {
  font-family: "proxima-nova", arial, sans-serif;
  display: inline-block;
  font-size: 1em;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  border: none;
  width: 100%;
  text-transform: capitalize;
}
@media all and (min-width: 63.75em) {
  .btn {
    width: auto;
  }
}
.btn.btn-1 {
  background: #3b8ede;
  transition: 0.2s;
  color: #fff;
  border: 2px solid #3b8ede;
}
.btn.btn-1:hover {
  color: #3b8ede;
  transition: 0.2s;
  background: #fff;
}
.btn.btn-2 {
  background: transparent;
  border: 2px solid #3b8ede;
  transition: 0.2s;
  color: #3b8ede;
}
.btn.btn-2:hover {
  background: #3b8ede;
  transition: 0.2s;
  color: #fff;
}
.btn.btn-3 {
  background: transparent;
  font-family: "nobel", sans-serif;
  border: 2px solid #fff;
  transition: 0.2s;
  color: #fff;
  font-weight: 400;
}
.btn.btn-3:hover {
  background: #fff;
  transition: 0.2s;
  color: #000;
}
.btn.btn-4 {
  background: #daac27;
  border: 2px solid #daac27;
  transition: 0.2s;
  color: #fff;
}
.btn.btn-4:hover {
  background: #fff;
  transition: 0.2s;
  color: #daac27;
}
.btn.xl {
  padding: 15px 45px;
}
.btn.btn-5 {
  background: #005589;
  border: 2px solid #005589;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
  font-family: "nobel", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: unset;
}
.btn.btn-5:hover {
  background: #fff;
  transition: 0.2s;
  color: #005589;
}

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.fixed-header-space {
  margin-top: 104px;
}

.main-carousel .carousel-cell {
  width: 100%;
}
.main-carousel .carousel-cell-caption {
  position: absolute;
  max-width: 1080px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
}
@media all and (min-width: 63.75em) {
  .main-carousel .carousel-cell-caption {
    width: unset;
    top: 60%;
  }
}
.main-carousel .carousel-cell-caption p {
  color: #fff;
  margin-top: 5px;
}
.main-carousel .carousel-cell-caption h2 {
  color: #fff;
  font-size: 3em;
}
.main-carousel .carousel-cell img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 30% bottom;
}
.main-carousel .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.main-carousel .flickity-page-dots .dot {
  background: #fff;
}

.sponsor-carousel .carousel-cell {
  width: 100%;
}
.sponsor-carousel .carousel-cell-right p {
  margin-bottom: 0px;
}
.sponsor-carousel .carousel-cell-right .sponsored-content-label {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 10px;
}

h2.accents {
  color: #3b8ede;
  font-family: "Grand Hotel", cursive;
  font-size: 4em;
  position: relative;
  display: inline-block;
}
h2.accents:after {
  content: " ";
  position: absolute;
  left: -40px;
  top: 10px;
  width: 30px;
  height: 45px;
  background: url("./img/accent-left.png");
  background-repeat: no-repeat;
  background-size: contain;
}
h2.accents:before {
  content: " ";
  position: absolute;
  right: -35px;
  top: 10px;
  width: 30px;
  height: 38px;
  background: url("./img/accent-right.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

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

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

p {
  font-family: "nobel", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

h4 {
  font-family: "nobel", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

.font-1 {
  font-family: "Cubano", Helvetica, Arial, sans-serif;
}

.font-2 {
  font-family: "Cubano", sans-serif;
}

.nobel {
  font-family: "nobel-condensed", sans-serif;
}

.blanch {
  font-family: "Blanch Caps Regular", sans-serif;
}

.cubano {
  font-family: "Cubano", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8em;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.fancy-text {
  font-family: "Grand Hotel", cursive;
}
.fancy-text span {
  font-family: "Cubano", Helvetica, Arial, sans-serif;
}
.fancy-text.green {
  color: #73a94e;
}

h4.nobel {
  font-size: 1.8em;
}

.white {
  color: #fff;
}

.large {
  font-size: 5em;
}

.color-nuetral-bg {
  background: #707070;
}

.white-bg {
  background: #fff;
}

.color-1-bg {
  background: #3b8ede;
}

.color-2-bg {
  background: #73a94e;
}

.color-3-bg {
  background: #daac27;
}

.color-4-bg {
  background: #005589;
}

.green-bg {
  background: #70a94f;
}

.color-1 {
  color: #3b8ede;
}

.color-2 {
  color: #73a94e;
}

.color-3 {
  color: #daac27;
}

.color-4 {
  color: #005589;
}

.orange {
  color: #f99c24;
}

.blue {
  color: #3b8ede;
}

.magenta-bg {
  background: #871c55;
}

.bg-pattern {
  background-image: url("img/hop-pattern2.png");
  background-size: cover;
  position: relative;
}

.xspace {
  padding: 75px 0 50px;
}

.space {
  padding: 50px 0;
}

a:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #fff;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.paysbig {
  display: inline-block;
  float: left;
}
.paysbig img {
  max-width: 50px;
  vertical-align: bottom;
  margin-left: 20px;
}
@media all and (min-width: 30em) {
  .paysbig img {
    max-width: 90px;
    padding: 10px 0px 0px 15px;
  }
}

.main-header {
  background: rgba(59, 142, 222, 0.9);
  position: relative;
  z-index: 999;
  width: 100%;
  display: block;
}
.main-header ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
@media all and (min-width: 63.75em) {
  .main-header {
    display: block;
  }
}
.main-header .container {
  position: relative;
}
.main-header__logos {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.main-header__logo {
  display: inline-block;
  margin: 10px 0 10px 10px;
  max-width: 115px;
}
@media all and (min-width: 30em) {
  .main-header__logo {
    max-width: 150px;
  }
}
@media all and (min-width: 80em) {
  .main-header__logo {
    max-width: 200px;
  }
}
.main-header .menu-btn {
  position: absolute;
  right: 25px;
  top: 0;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
}
.main-header .menu-btn-title {
  margin-right: 10px;
}
@media all and (min-width: 63.75em) {
  .main-header .menu-btn {
    display: none;
    top: 30px;
  }
}
.main-header__nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: none;
}
@media all and (min-width: 63.75em) {
  .main-header__nav {
    display: block;
  }
}
.main-header__nav a {
  font-family: "nobel-condensed", sans-serif;
}
.main-header__nav > ul {
  display: flex;
  height: 100%;
}
.main-header__nav > ul > li {
  flex-direction: row;
  display: flex;
  position: relative;
}
.main-header__nav > ul > li:last-of-type > a {
  padding-right: 0px;
}
.main-header__nav > ul > li.current-menu-item > a:after {
  height: 2px;
  width: 45%;
  position: absolute;
  bottom: 20px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  content: " ";
}
.main-header__nav > ul > li > a {
  padding: 0px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: 400;
}
.main-header__nav > ul > li > a:hover {
  opacity: 0.8;
}
@media all and (min-width: 80em) {
  .main-header__nav > ul > li > a {
    font-size: 1.2em;
  }
}
.main-header__nav > ul > li.has-children {
  position: relative;
}
.main-header__nav > ul > li.has-children ul li a {
  font-size: 1.2em;
}
.main-header__nav > ul > li.has-children:after {
  height: 2px;
  width: 45%;
  position: absolute;
  bottom: 20px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  content: " ";
}
.main-header__nav > ul > li.has-children:hover:after {
  content: " ";
  position: absolute;
  background: #fff;
  height: 18px;
  width: 18px;
  top: calc(100% - 22px);
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  border-left: 1px solid #9b9b9b;
  border-top: 1px solid #9b9b9b;
}
.main-header__nav > ul > li:hover > ul {
  display: block;
}
.main-header__nav > ul > li ul {
  position: absolute;
  max-width: 300px;
  top: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  border: 1px solid #bbb;
  padding: 8px 15px 0;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.main-header__nav > ul > li ul li {
  padding: 0px 10px;
  text-align: left;
}
.main-header__nav > ul > li ul li a {
  display: inline-block;
  text-decoration: none;
  text-align: left;
  color: #555759;
  padding: 10px 30px 10px 0px;
  white-space: nowrap;
  background: white;
  width: 100%;
  border-bottom: 1px solid #bbb;
}
.main-header__nav > ul > li ul li a:hover {
  background: white;
  color: #3b8ede;
}
.main-header__nav > ul > li ul li:last-of-type a {
  border-bottom: none;
}

.mobile-header__nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  text-align: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.4s;
  z-index: -1;
  overflow-y: scroll;
}
.mobile-header__nav.open {
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s;
  z-index: 99999;
}
.mobile-header__nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.mobile-header__nav .social {
  margin-top: 10px;
}
.mobile-header__nav .social a {
  display: inline-block;
  border-bottom: none;
  margin: 0 10px;
}
.mobile-header__nav--logo {
  border-bottom: none !important;
  width: 100%;
  display: block;
}
.mobile-header__nav--logo img {
  width: 90%;
}
.mobile-header__nav a {
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.2em;
  color: #3b8ede;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: 0.4s;
  display: block;
}
@media all and (min-width: 63.75em) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .menu-btn {
  position: absolute;
  right: 25px;
  top: 0;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-family: "nobel", sans-serif;
}
@media all and (min-width: 63.75em) {
  .mobile-header .menu-btn {
    display: none;
  }
}
.mobile-header .menu-btn:hover {
  color: #3b8ede;
  text-decoration: none;
}
.mobile-header .close-btn {
  border-bottom: none;
}
.mobile-header .close-btn:hover {
  color: #73a94e;
  text-decoration: none;
}
.mobile-header .tagline {
  font-family: "nobel", sans-serif;
  color: #666;
  width: 100%;
  padding: 5px 20px 15px;
  line-height: 1.3em;
  display: inline-block;
}
.mobile-header__logo {
  display: inline-block;
  padding: 10px 10px 10px;
  max-width: 70%;
  display: inline-block;
  float: left;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
body {
  background-image: url("./img/route-map-bg.png");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.cards {
  padding: 80px 0;
}
.cards .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media all and (min-width: 63.75em) {
  .cards .container {
    flex-wrap: nowrap;
  }
}
.cards .card {
  width: 100%;
  height: 320px;
  position: relative;
  margin-bottom: 15px;
}
@media all and (min-width: 63.75em) {
  .cards .card {
    width: 320px;
    margin-bottom: 0;
  }
}
.cards .card-inner {
  width: 80%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cards .card-inner img {
  width: auto;
  height: 130px;
}
.cards .card a {
  display: block;
  text-align: center;
  font-family: "nobel-condensed", sans-serif;
  text-decoration: none;
  font-size: 1.3em;
  margin-top: 20px;
  font-weight: 400;
}
.cards .card-1 {
  background: url("./img/homepage-link-bg-1.jpg") no-repeat center center;
  background-size: cover;
}
.cards .card-2 {
  background: #BBBBBB;
}
.cards .card-3 {
  background: url("./img/homepage-link-bg-2.jpg") no-repeat center center;
  background-size: cover;
}
.cards .card-4 {
  background: url("./img/homepage-link-bg-3.jpg") no-repeat center center;
  background-size: cover;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.hero {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media all and (min-width: 63.75em) {
  .hero {
    min-height: 500px;
  }
}
.hero-container {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
.hero-container p {
  margin: 30px 0 20px;
}
.hero .hero-city-bg {
  margin-top: 10px;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
@media all and (min-width: 63.75em) {
  .hero .hero-city-bg {
    margin-top: -50px;
  }
}
.hero-caption {
  text-align: center;
  z-index: 100;
  position: relative;
}
@media all and (min-width: 63.75em) {
  .hero-caption {
    padding-top: 75px;
  }
}
.hero-caption h1 {
  color: #daac27;
  font-size: 3.5em;
}
.hero-caption h2 {
  color: #3b8ede;
  margin: 10px 0;
  color: #d9ab28;
  font-weight: 400;
}
.hero-caption h2.accent span {
  position: relative;
  background: none;
  padding: 0 20px;
}
.hero-caption h2.accent span:after {
  position: absolute;
  content: " ";
  width: 50px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  background: #d9ab28;
  display: none;
}
@media all and (min-width: 63.75em) {
  .hero-caption h2.accent span:after {
    display: block;
  }
}
.hero-caption h2.accent span:before {
  position: absolute;
  content: " ";
  width: 50px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  background: #d9ab28;
  display: none;
}
@media all and (min-width: 63.75em) {
  .hero-caption h2.accent span:before {
    display: block;
  }
}
.hero-anim {
  position: relative;
  margin-top: -50px;
  bottom: 0px;
  z-index: 99;
  left: 100%;
  transform: translateX(0%);
  animation: car-move 1.5s forwards;
  animation-delay: 1.5s;
  display: none;
}
@media all and (min-width: 63.75em) {
  .hero-anim {
    display: inline-block;
  }
}
.hero-anim .car {
  width: 100%;
}
.hero-anim .car img {
  vertical-align: bottom;
}
.hero-anim .hop-on {
  position: absolute;
  right: 80%;
  bottom: 42%;
  opacity: 0;
  animation: hop-on 0.05s forwards;
  animation-delay: 3s;
}
@media all and (min-width: 80em) {
  .hero-anim .hop-on {
    right: 98%;
  }
}
.hero-anim .hop-on img {
  max-width: 250px;
}

.building-hop-blog a {
  color: #555;
}

.divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  margin: 40px 0;
}
.overlay {
  position: fixed;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 9999;
  text-align: center;
  overflow: hidden;
}
.overlay img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.3;
}

.build-hop p {
  color: #fff;
  padding: 20px 0 0;
}

.hop-skip .fifth {
  width: 20%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
@media all and (min-width: 63.75em) {
  .hop-skip .fifth {
    width: 90%;
    margin-bottom: 15px;
  }
}
.hop-skip .fifth img {
  border-radius: 50%;
  margin-bottom: 15px;
}
.hop-skip .fifth h3 {
  font-size: 1.2em;
}

.tri-bar {
  overflow: hidden;
}
.tri-bar-section {
  width: 33.33333%;
  float: left;
  padding: 50px;
  text-align: center;
}
@media all and (min-width: 63.75em) {
  .tri-bar-section {
    width: 100%;
  }
}
.tri-bar-section h3 {
  color: #fff;
}

@media all and (min-width: 63.75em) {
  .arrival-times {
    padding: 0 10px;
  }
}
.arrival-times ul li {
  display: inline-block;
}
.arrival-times ul li a {
  font-family: "Cubano", sans-serif;
  font-size: 1em;
  color: #555759;
  display: inline-block;
  padding: 4px;
  text-decoration: none;
}
.arrival-times ul li a.active {
  border-bottom: 2px solid #daac27;
}
.arrival-times ul li a:hover {
  border-bottom: 2px solid #daac27;
}

.search-input {
  margin-top: 10px;
  position: relative;
  height: 42px;
  overflow: hidden;
}
.search-input .search-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(img/mag-glass.png) no-repeat;
  background-position: center;
}
.search-input input {
  border: none;
  outline: none;
  position: absolute;
  height: 40px;
  line-height: 40px;
  left: 50px;
  width: 100%;
  background: transparent;
  font-family: "nobel", sans-serif;
}
.search-input input:focus {
  outline: none;
}
.search-input input:active {
  outline: none;
}

.sign-up {
  text-align: center;
  background-color: #73a94e;
  background-image: url(img/streets.png);
  background-position: center;
  background-size: cover;
}
.sign-up h2 {
  color: #fff;
}
@media all and (min-width: 63.75em) {
  .sign-up h2 {
    padding: 0 10px;
  }
}
.sign-up .search-input {
  width: 95%;
  margin: 20px auto;
  background: #fff;
}
@media all and (min-width: 63.75em) {
  .sign-up .search-input {
    width: 80%;
  }
}

.news-events h2 a {
  color: #005589 !important;
}
.news-events h2 a:visited {
  color: #005589 !important;
}
.news-events h2 a:hover {
  color: #0075bc !important;
}

#back-to-top-btn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  left: 20px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #333;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  opacity: 0.8;
  transition: 0.4s;
  font-size: 1em;
}
@media all and (min-width: 63.75em) {
  #back-to-top-btn {
    bottom: 50px;
    /* Place the button at the bottom of the page */
    left: 100px;
  }
}

#back-to-top-btn:hover {
  opacity: 1;
  transition: 0.4s;
}

.sub-nav {
  overflow: hidden;
  display: none;
}
@media all and (min-width: 63.75em) {
  .sub-nav {
    display: block;
  }
}
.sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-nav ul li {
  display: inline-block;
}
.sub-nav ul li a {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}

.footer-map {
  padding-bottom: 50px;
}
.footer-map img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 63.75em) {
  .copy-right {
    padding: 0 10px;
  }
}

.hop-free {
  position: fixed;
  bottom: 0px;
  right: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  max-width: 150px;
}
@media all and (min-width: 63.75em) {
  .hop-free {
    max-width: 200px;
    right: 30px;
  }
}
.hop-free a {
  display: block;
  padding: 10px;
  color: #333;
  text-align: center;
  font-family: "Cubano", sans-serif;
  font-size: 0.7em;
  line-height: 1.2em;
}
@media all and (min-width: 63.75em) {
  .hop-free a {
    font-size: 0.9em;
    line-height: 1.1em;
  }
}
.hop-free a:hover {
  text-decoration: none;
}
.hop-free a img {
  max-width: 90px;
  width: 80%;
  margin-top: 5px;
}
@media all and (min-width: 63.75em) {
  .hop-free a img {
    max-width: 150px;
  }
}

/************* Layout / Utilities *************/
.full {
  width: 100%;
}

.center {
  text-align: center;
}

.xpad {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/************* Typography *************/
.blanch {
  font-family: "Blanch Caps Regular", sans-serif;
}

h1 {
  margin: 0;
  font-family: "Cubano", Helvetica, Arial, sans-serif;
  font-size: 4em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #005589;
}
h1.reversed {
  color: white;
}

h2 {
  font-family: "Cubano", sans-serif;
  font-size: 3em;
  margin: 0;
  font-weight: 400;
  letter-spacing: 1px;
  color: #555759;
}
h2.reversed {
  color: white;
}

h3 {
  margin: 0;
  font-family: "nobel-condensed", sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  color: #005589;
}
h3.reversed {
  color: white;
}

p {
  font-family: "nobel", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 130%;
  color: #555759;
}
p.reversed {
  color: white;
}
p a {
  color: #73a94e;
  transition: 0.3s;
  text-decoration: none;
}
p a:hover {
  color: #3b8ede;
  transition: 0.3s;
}
p a:visited {
  color: #3b8ede;
}

/************ 3 column ************/
.three-column ul li {
  margin-bottom: 20px;
}
@media all and (min-width: 63.75em) {
  .three-column ul li {
    margin-bottom: 0px;
  }
}
.three-column ul li img {
  width: 100%;
  vertical-align: middle;
}

/*********** Image Left Copy Right ************/
.image-left-copy .image-left {
  margin-bottom: 20px;
}
@media all and (min-width: 63.75em) {
  .image-left-copy .image-left {
    margin-bottom: 0px;
  }
}
.image-left-copy .image-left img {
  max-width: 100%;
  height: auto;
}
.image-left-copy .copy-right {
  margin-bottom: 20px;
}
@media all and (min-width: 63.75em) {
  .image-left-copy .copy-right {
    margin-bottom: 0px;
    padding: 0 10px;
  }
}

/*********** Image Right Copy Left ************/
.image-right-copy .copy-left {
  margin-bottom: 20px;
}
@media all and (min-width: 63.75em) {
  .image-right-copy .copy-left {
    margin-bottom: 0px;
  }
}
.image-right-copy .image-right {
  margin-bottom: 20px;
}
@media all and (min-width: 63.75em) {
  .image-right-copy .image-right {
    margin-bottom: 0px;
  }
}
.image-right-copy .image-right img {
  max-width: 100%;
  height: auto;
}

/********** Gallery ****************/
.gallery ul li {
  margin-bottom: 20px;
}
.gallery ul li img {
  border-radius: 50%;
}
@media all and (min-width: 63.75em) {
  .gallery ul li {
    margin-bottom: 0px;
    padding: 20px;
  }
}
.gallery ul li img {
  max-width: 100%;
  margin-bottom: 10px;
}

/********** Footer ****************/
._3-equal {
  background: #3b8ede;
  margin-top: 30px;
}
._3-equal ul {
  display: table;
}
._3-equal ul li {
  text-align: center;
  display: table-cell;
  width: 33.3333%;
  padding: 2em;
  vertical-align: middle;
}
._3-equal ul li img {
  border-radius: 50%;
  margin-bottom: 15px;
}
._3-equal ul li.active {
  background: #dedede;
}
._3-equal ul li p {
  text-align: left;
}

/********** Buttons ****************/
.button {
  display: inline-block;
  padding: 15px 50px 13px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
  letter-spacing: 1px;
  margin: 10px 0;
  -webkit-appearance: none !important;
  line-height: 100%;
  outline: none;
  border: 0;
  border-radius: 20px;
}
.button.arrow {
  position: relative;
  padding: 18px 72px 16px 60px;
}
.button.arrow:after {
  position: absolute;
  content: " ";
  right: 45px;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  background: transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fff;
  border-right: 0px solid #000;
  transition: 0.3s;
}
.button.arrow:hover {
  text-decoration: none;
}
.button.arrow:hover:after {
  right: 42px;
  transition: 0.3s;
}

.button-1 {
  background: #73a94e;
  font-family: "Grand Hotel", cursive;
  color: #fff;
}
.button-1:hover {
  color: #fff;
}
.button-1:visited {
  color: #fff;
}

.button-2 {
  background: #3b8ede;
  color: #fff;
  font-family: "Cubano", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  border-radius: 12px;
}
.button-2:hover {
  color: #fff;
}
.button-2:visited {
  color: #fff;
}

/********** Fancy Intro ****************/
.fancy-intro {
  text-align: center;
  width: 95%;
  margin-bottom: 0px;
  padding: 20px;
}
@media all and (min-width: 63.75em) {
  .fancy-intro {
    width: 70%;
    margin: 0 auto;
  }
}

/********** 2-column ****************/
.two-column__section img {
  max-width: 100%;
}
.two-column-left {
  padding-right: 20px;
}
.two-column-right {
  padding-left: 20px;
}

.route {
  background: #f6f5f6;
}
.route img {
  width: 100%;
  height: auto;
}

.yellow-bg {
  background-image: url(img/construction-bg.png);
  background-size: cover;
}
.yellow-bg h3 {
  color: #fff;
}
.yellow-bg p {
  color: #fff;
}

.dark-blue-bg {
  background-image: url(img/hop-pattern-2.png);
  background-color: #005589;
  background-size: cover;
  color: #fff;
}
.dark-blue-bg .left {
  padding: 50px 20px 20px;
  text-align: center;
}
@media all and (min-width: 63.75em) {
  .dark-blue-bg .left {
    padding: 80px 80px 0 0;
    text-align: left;
  }
}
.dark-blue-bg .right {
  padding: 20px 40px;
  text-align: center;
}
@media all and (min-width: 63.75em) {
  .dark-blue-bg .right {
    padding: 0px 0px 0 80px;
    text-align: left;
  }
}
.dark-blue-bg .right img {
  max-width: 300px;
}
@media all and (min-width: 63.75em) {
  .dark-blue-bg .right img {
    max-width: 100%;
  }
}
.dark-blue-bg h1 {
  color: #fff;
}
.dark-blue-bg p {
  color: #fff;
}

.milwaukee-bg {
  background-image: url(img/milwaukee-bg.jpg);
  background-size: cover;
}
.milwaukee-bg .container {
  background: rgba(255, 255, 255, 0.9);
  padding: 100px 20px;
  text-align: center;
}
@media all and (min-width: 63.75em) {
  .milwaukee-bg .container {
    padding: 100px;
  }
}
.milwaukee-bg .container p {
  text-align: left;
}

.milwaukee-grand-bg {
  background-image: url(img/milwaukee-bg.jpg);
  background-size: cover;
}
.milwaukee-grand-bg-overlay {
  background: rgba(255, 255, 255, 0.9);
}
.milwaukee-grand-bg-overlay p {
  text-align: left;
}

.hop-circles {
  padding: 80px 0;
  text-align: center;
}
.hop-circles .hop-circle {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  transition: 0.2s;
  margin-bottom: 20px;
}
.hop-circles .hop-circle:hover {
  cursor: pointer;
}
.hop-circles .hop-circle:hover h4 {
  font-size: 1.95em;
  transition: 0.2s;
}
.hop-circles .hop-circle:hover img {
  transform: scale(0.8);
  transition: 0.2s;
}
.hop-circles .hop-circle h4 {
  font-family: "nobel-condensed", sans-serif;
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 15px;
  transition: 0.2s;
}
.hop-circles .hop-circle img {
  transition: 0.2s;
}
.hop-circles .hop-circle.routemap {
  background: #3b8ede;
}
.hop-circles .hop-circle.hours {
  background-image: url(img/maroon-bg-small.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hop-circles .hop-circle.hopsmart {
  background-image: url(img/biker.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #70a94f;
}

.market-bg {
  background-image: url(img/public-market.jpg);
  background-size: cover;
}
.market-bg .container {
  background: rgba(255, 255, 255, 0.9);
  padding: 100px 20px;
}
@media all and (min-width: 63.75em) {
  .market-bg .container {
    padding: 100px;
  }
}
.market-bg .container p {
  text-align: left;
}
.market-bg .container h3 {
  color: #d9ab28;
  margin-bottom: 20px;
  margin-top: 20px;
}

.faq .faq-image {
  max-width: 350px;
}
.faq .tab {
  margin-bottom: 15px;
}
.faq .tab-header {
  background: #3b8ede;
  color: #fff;
  padding: 10px 20px;
  position: relative;
}
.faq .tab-header h4 {
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  font-family: "nobel", sans-serif;
}
.faq .tab-header-btn {
  color: #fff;
  font-size: 2.1em;
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  right: 20px;
  bottom: 12px;
  transform-origin: center center;
  transition: transform 0.4s;
  transition-delay: 0.1s;
  line-height: 0.7em;
}
.faq .tab-header:hover {
  cursor: pointer;
}
.faq .tab-content {
  background: #fff;
  max-height: 0px;
  overflow: hidden;
  transition: 0.6s ease-in-out;
}
.faq .tab-content-inner {
  padding: 30px;
  border: 2px solid #3b8ede;
}
.faq .tab.open .tab-header-btn {
  transform: rotate(45deg);
}
.faq .tab.open .tab-content {
  max-height: 800px;
  overflow-y: scroll;
}

.white-text {
  color: #fff;
}

@media all and (min-width: 63.75em) {
  .fancy {
    padding: 0 20%;
  }
}

.route-bg {
  background: #3b8ede;
  background-image: url("img/hop-pattern2.png");
  background-size: cover;
}
.route-bg p {
  color: #fff;
  font-weight: 600;
}

.route-bg-alt {
  background: #3b8ede;
  background-image: url("img/blue-route-bg.jpg");
  background-size: cover;
}
.route-bg-alt p {
  color: #fff;
}

.vehicle-attr p {
  margin-top: 30px;
  padding: 0 10px;
  text-align: left;
}

.long-accent {
  position: relative;
  background: none;
  padding: 0 20px;
  color: #fff;
  z-index: 99;
  font-family: "open sans";
}
.long-accent span {
  display: inline-block;
  padding: 0 10px;
  background: #3b8ede;
}
.long-accent:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0px;
  background: #fff;
  display: none;
  z-index: -1;
}
@media all and (min-width: 63.75em) {
  .long-accent:after {
    display: block;
  }
}

.wpforms-field-label {
  text-align: left;
}

.wpforms-field-sublabel {
  display: none !important;
}

.wpforms-submit {
  font-family: "proxima-nova", arial, sans-serif !important;
  display: inline-block !important;
  font-size: 1em;
  line-height: 1.6em;
  padding: 10px 25px !important;
  font-weight: 600 !important;
  border-radius: 0px;
  text-align: center;
  border: none;
  width: 100%;
}
@media all and (min-width: 63.75em) {
  .wpforms-submit {
    width: auto;
  }
}
.wpforms-submit.btn-1 {
  background: #3b8ede !important;
  transition: 0.2s;
  color: #fff !important;
  border: 2px solid #3b8ede !important;
}
.wpforms-submit.btn-1:hover {
  color: #3b8ede !important;
  transition: 0.2s;
  background: transparent !important;
}

a.white {
  color: #fff;
  text-decoration: underline;
}
a.white:hover {
  text-decoration: none;
  color: #fff;
}
a.white:visited {
  color: #fff;
}

#wpforms-45-field_1-container {
  padding: 0 !important;
}
#wpforms-45-field_1-container input[type=email] {
  border: 0px;
  outline: 0;
}
#wpforms-45-field_1-container input[type=email]:active {
  outline: 0;
}

#wpforms-form-45 div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 !important;
  clear: both;
}
#wpforms-form-45 input[type=text] {
  border: 0px;
  outline: 0;
}
#wpforms-form-45 input[type=text]:active {
  outline: 0;
}
#wpforms-form-45 .wpforms-submit-container {
  padding: 0px 0 0 0 !important;
  clear: both;
  position: absolute !important;
  top: 0px;
  right: 0px;
}
#wpforms-form-45 .wpforms-submit-container button {
  height: 42px !important;
  border: 0px !important;
  background: #005589 !important;
  color: #fff !important;
}

.i4ewOd-pzNkMb-haAclf {
  background-color: #daac27 !important;
}

.mobile-logos {
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.mobile-logos a {
  border-bottom: none;
  display: inline-block;
  width: 45%;
  margin: 0;
}
.mobile-logos a img {
  max-width: 70%;
  margin: 0;
}

.page-content ul li {
  margin-bottom: 8px;
  color: #707070;
}

.wpforms-submit-container {
  text-align: center;
}

.contents:after {
  content: "";
  clear: both;
  display: block;
}

.social-feed {
  margin: 50px 0 0;
  padding: 30px 0 0;
}
.social-feed h2 {
  color: #3b8ede;
  font-size: 2.8em;
  padding-bottom: 10px;
}
.social-feed h2 span {
  font-family: "Grand Hotel", cursive;
}

.skyline-bg {
  background-image: url(img/skyline-transparent-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 100px;
  background-size: contain;
  padding-top: 100px;
}
.skyline-bg a {
  color: #fff;
  text-decoration: underline;
}
.skyline-bg a:visited {
  color: #fff;
}
.skyline-bg a:hover {
  color: #005589;
}
@media all and (min-width: 63.75em) {
  .skyline-bg {
    background-position: bottom center;
    background-size: auto;
    padding-bottom: 180px;
    padding-top: 180px;
  }
}

@media all and (min-width: 63.75em) {
  .border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.bingo h1 {
  color: #37a6ae;
  font-size: 3.3em;
}
.bingo h4 {
  margin: 15px 0 20px;
  font-size: 1.3em;
  color: #53575a;
}
.bingo p {
  color: #53575a;
  opacity: 0.45;
  margin: 30px 0 15px;
}
.bingo .btn-family {
  background: #37a6ae;
  color: #fff;
  margin-top: 20px;
}

.lime {
  background-color: #c4d830;
  color: #fff;
}

.hopping-with-kids {
  text-align: center;
  padding: 80px 0;
}
.hopping-with-kids-intro h3 {
  font-family: "nobel-condensed", sans-serif;
  color: #54575a;
  padding: 30px 0 50px;
  word-spacing: 2px;
  text-transform: initial;
}
.hopping-with-kids-info {
  text-align: center;
}
.hopping-with-kids-info h4 {
  text-align: left;
}
.hopping-with-kids-info p {
  text-align: left;
}
.hopping-with-kids-info-tip {
  padding: 20px;
}
.hopping-with-kids-info-tip h4 {
  font-family: "Cubano", Helvetica, Arial, sans-serif;
  margin: 20px 0 10px;
  color: #c4d830;
  font-size: 1.4em;
}

.family-friendly {
  padding-bottom: 80px;
}
.family-friendly ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.family-friendly ul li {
  color: #37a6ae;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.4em;
}
.family-friendly .family-sites {
  margin-top: 20px;
}

.home-family-hero {
  background-image: url(img/family-hero-bg.jpg);
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.home-family-hero .stroller {
  position: absolute;
  width: 200px;
  height: auto;
  bottom: -70px;
  right: 100px;
  display: none;
}
@media all and (min-width: 63.75em) {
  .home-family-hero .stroller {
    display: block;
  }
}
.home-family-hero .btn-family {
  background: #fff;
  color: #37a6ae;
  margin-top: 20px;
  border: 2px solid #fff;
}
.home-family-hero .btn-family:hover {
  background: transparent;
  color: #fff;
  transition: 0.3s;
}

.hop-stop-hero {
  background-image: url(img/hop-stop-hero.jpg);
  text-align: center;
  background-size: cover;
  background-position: bottom center;
  height: 300px;
  position: relative;
}
@media all and (min-width: 63.75em) {
  .hop-stop-hero {
    height: 550px;
  }
}
.hop-stop-hero-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hop-stop-hero-caption img {
  max-width: 80%;
}
@media all and (min-width: 63.75em) {
  .hop-stop-hero-caption img {
    max-width: 600px;
  }
}

.hop-stop-details {
  background: #3b8ede;
}
.hop-stop-details h4 {
  font-weight: bold;
  padding-bottom: 20px;
}
.hop-stop-details li {
  list-style: none;
  color: #fff;
}

.hop-stop-specials {
  text-align: center;
  padding: 10px 0;
}
.hop-stop-specials-intro h3 {
  font-family: "nobel-condensed", sans-serif;
  color: #54575a;
  padding: 30px 0 50px;
  word-spacing: 2px;
  text-transform: initial;
}
.hop-stop-specials-info {
  text-align: center;
}
.hop-stop-specials-info img {
  max-width: 50%;
}
.hop-stop-specials-info-tip {
  padding: 20px;
}
.hop-stop-specials-info-tip h4 {
  font-family: "Cubano", Helvetica, Arial, sans-serif;
  margin: 20px 0 10px;
  color: #3b8ede;
  font-size: 1.4em;
}

.how-to-hop-hero {
  position: relative;
  background-image: url(img/how-to-hop-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  max-height: 500px;
  overflow: hidden;
}
@media all and (min-width: 63.75em) {
  .how-to-hop-hero {
    background: none;
    padding: 0;
  }
}
.how-to-hop-hero img {
  width: 100%;
  height: auto;
  display: none;
  vertical-align: middle;
}
@media all and (min-width: 63.75em) {
  .how-to-hop-hero img {
    display: block;
  }
}
@media all and (min-width: 63.75em) {
  .how-to-hop-hero-container {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.how-to-hop-hero-container h1 {
  font-size: 3em;
}
@media all and (min-width: 63.75em) {
  .how-to-hop-hero-container h1 {
    font-size: 4em;
  }
}
.how-to-hop-hero-container h2 {
  font-size: 1.5em;
  margin: 0px 0px 20px 0;
}
@media all and (min-width: 63.75em) {
  .how-to-hop-hero-container h2 {
    font-size: 2.5em;
  }
}

.fares h3 {
  color: #005589;
  font-size: 2.5em;
  margin: 20px 0;
}
.fares h4 {
  color: #3b8ede;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.7em;
  margin-bottom: 20px;
}
.fares-skyline {
  margin-bottom: -10px;
  margin-top: -80px;
}

#fares {
  margin: 50px 0;
  padding: 30px 0;
}
#fares img {
  max-width: 170px;
  margin-bottom: 20px;
}
#fares h3 {
  color: #005589;
  font-size: 2.5em;
  margin: 20px 0;
}
#fares h4 {
  color: #3b8ede;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.7em;
  margin-bottom: 20px;
}

.video-btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 30px 15px 30px;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.2em;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
@media all and (min-width: 63.75em) {
  .video-btn {
    width: auto;
    display: inline-block;
  }
}
.video-btn span {
  width: 30px;
  height: 30px;
  background: url(img/video-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: translate(5px, 10px);
}

.hop-smart {
  margin: 30px 0;
}
.hop-smart p {
  margin: 25px 0;
}

.accent {
  font-family: "Grand Hotel", cursive;
}

.light-gray {
  color: #bcbec0;
}

.hours h2 {
  font-size: 2.5em;
  padding: 0px 0;
  margin-bottom: 0px;
}
.hours h4 {
  font-family: "nobel-condensed", sans-serif;
  letter-spacing: 1px;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.ridership-table-container {
  padding: 0 20px;
}
.ridership h2 {
  font-size: 2.5em;
  padding: 0px 0;
  margin-bottom: 30px;
}
.ridership-table {
  color: #333;
}
.ridership-table th {
  text-transform: uppercase;
  text-align: left;
  padding: 10px;
}
.ridership-table td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.ridership-table tr {
  background: #fff;
}
.ridership-table tr.year-header th {
  background: #3b8ede;
  color: #fff;
  border-left: 1px solid #fff;
}
.ridership-table tr.year-header th:first-of-type {
  border-left: 0px solid rgba(0, 0, 0, 0.1);
}
.ridership-table tr:nth-child(odd) {
  background: #f2f2f2;
}

#hours {
  background: url(img/blue-pattern.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 75px;
}
#hours h2 {
  font-size: 2.5em;
  padding: 0px 0;
  margin-bottom: 0px;
}
#hours h4 {
  font-family: "nobel-condensed", sans-serif;
  letter-spacing: 1px;
  font-size: 1.4em;
  margin-bottom: 10px;
}
#hours .hours-section {
  padding: 20px 30px;
}
#hours .hours-section h4 {
  font-weight: 600;
}
#hours .border-right {
  border-right: 1px solid #fff;
}

.border-right {
  border-right: 1px solid #fff;
}

#code-of-conduct {
  margin: 30px 0 0;
  padding: 50px 0 75px;
}
#code-of-conduct h2 {
  font-size: 4em;
  line-height: 1em;
  padding: 0px;
}
#code-of-conduct h2 span {
  margin-left: 4px;
}
#code-of-conduct h4 {
  font-weight: 400;
  font-size: 1.6em;
  padding-bottom: 10px;
}

#accessibility {
  background: #70a94f;
  padding: 50px 0 75px;
}
#accessibility .accessibility-section {
  padding: 20px;
}
#accessibility .accessibility-section p {
  color: #fff;
  position: relative;
  text-align: left;
}
#accessibility .accessibility-section p span {
  display: inline-block;
  margin-right: 5px;
  width: 1px;
  height: 1px;
  background: transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
}

.hop-smart-secondary {
  padding: 80px 0;
}
.hop-smart-secondary p {
  padding-top: 30px;
  padding-bottom: 20px;
}
.hop-smart-secondary .video-btn-white {
  border: 1px solid white;
  padding: 15px 60px 15px 30px;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  display: inline-block;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.hop-smart-secondary .video-btn-white span {
  width: 30px;
  height: 30px;
  background: url(img/video-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(5px, 10px);
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 2px;
}

.check-mark {
  list-style: none;
  margin-top: 10px;
  padding-left: 18px;
}
.check-mark li {
  position: relative;
  margin-bottom: 10px;
}
.check-mark li i {
  position: absolute;
  top: 3px;
  left: -22px;
  padding-right: 8px;
  color: #daac27;
}

.arrow {
  list-style: none;
  margin-top: 10px;
  padding-left: 18px;
}
.arrow li {
  position: relative;
  margin-bottom: 10px;
}
.arrow li span {
  position: absolute;
  width: 1px;
  height: 1px;
  background: transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 7px;
  left: -16px;
  padding-right: 8px;
}
.arrow-blue li span {
  border-left: 9px solid #3b8ede;
}
.arrow-white li span {
  border-left: 9px solid #fff;
}
.arrow-gray li span {
  border-left: 9px solid #555;
}

.flag-left {
  background-image: url(img/grand-hopening/flags-left.png);
  background-repeat: no-repeat;
  background-position: 0px -70px;
  background-size: 500px;
  padding-top: 100px;
}
@media all and (min-width: 63.75em) {
  .flag-left {
    background-size: 700px;
    background-position: -80px -100px;
  }
}

.flag-right {
  background-image: url(img/grand-hopening/flags-right.png);
  background-repeat: no-repeat;
  background-position: 80% -60px;
  background-size: 500px;
  padding-top: 100px;
}
@media all and (min-width: 63.75em) {
  .flag-right {
    background-position: 100% -100px;
    background-size: 700px;
  }
}

.orange-bg {
  background: #f99c24;
}

#wires {
  margin-top: 80px;
}
#wires img {
  margin-bottom: 20px;
}

.wires-bg {
  background: url(img/wires-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.frosty-bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 50px;
}

.route-bg-transparent {
  background-image: url(img/hop-pattern2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow-pattern {
  background-image: url(img/arrow-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.streets-bg {
  background-image: url(img/streets.png);
  background-position: center;
  background-size: cover;
}

.along-the-route-hero {
  background-color: #73a94e;
  background-image: url(img/arrow-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.along-the-route-hero-container {
  height: 400px;
}

.sponsorship-signup h3 {
  font-size: 2.5em;
}

.alt-map .alt-hop-logo img {
  max-width: 60%;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  padding: 4px !important;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  padding-top: 4px !important;
}

.gform_footer button,
.gform_footer input[type=button],
.gform_footer input[type=reset],
.gform_footer input[type=submit] {
  font-family: "proxima-nova", arial, sans-serif !important;
  display: inline-block !important;
  font-size: 1em;
  line-height: 1.6em;
  padding: 10px 25px !important;
  font-weight: 600 !important;
  border-radius: 10px;
  text-align: center;
  border: none;
  width: 100%;
  background: #3b8ede !important;
  transition: 0.2s;
  color: #fff !important;
  border: 2px solid #3b8ede !important;
}
@media all and (min-width: 63.75em) {
  .gform_footer button,
.gform_footer input[type=button],
.gform_footer input[type=reset],
.gform_footer input[type=submit] {
    width: auto;
  }
}
.gform_footer button:hover,
.gform_footer input[type=button]:hover,
.gform_footer input[type=reset]:hover,
.gform_footer input[type=submit]:hover {
  color: #3b8ede !important;
  transition: 0.2s;
  background: transparent !important;
}

.grand-hoppening-hero {
  background-image: url(img/grand-hopening/blue-cloud-bg.jpg);
  background-color: #005689;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
@media all and (min-width: 63.75em) {
  .grand-hoppening-hero {
    margin-top: 0px;
  }
}
.grand-hoppening-hero .event-details {
  margin-bottom: 40px;
  width: 80%;
}
.grand-hoppening-hero .flags {
  text-align: center;
  margin-bottom: 20px;
}
.grand-hoppening-hero .grand-hopening-car {
  max-width: 70%;
}
@media all and (min-width: 63.75em) {
  .grand-hoppening-hero .grand-hopening-car {
    max-width: 100%;
  }
}

.show-love h2 {
  font-family: "nobel-condensed", sans-serif;
  text-transform: lowercase;
  font-weight: 400;
}
.show-love h2 strong {
  text-transform: uppercase;
  font-weight: 800;
}
.show-love h2 .heart {
  margin-left: -4px;
  margin-right: -1px;
}

.gh-social {
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.gh-social li {
  display: inline-block;
  margin: 5px;
}
.gh-social li a {
  display: inline-block;
}

.bold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.vertical-divider {
  position: relative;
}
.vertical-divider:after {
  position: absolute;
  content: " ";
  width: 1px;
  background: #fff;
  height: 120%;
  top: -10%;
  left: calc(50% - 1px);
}

hr.white {
  background-color: #fff;
}

.gray-logo {
  color: #838383;
  font-weight: bold;
  font-family: "nobel", sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
}

.gray-bg {
  background-color: #efefef;
}

.dark-gray-bg {
  background-color: #54585a;
}

.arrow-down img {
  margin-top: -8px;
}

.grand-sponsors {
  background-color: #e6e6e6;
}
.grand-sponsors h3 {
  color: #bcbec0;
}
.grand-sponsors h4 {
  text-align: center;
}
.grand-sponsors .platinum,
.grand-sponsors .silver {
  margin-bottom: 25px;
}
.grand-sponsors .platinum img,
.grand-sponsors .silver img {
  margin-bottom: 30px;
}
@media all and (min-width: 63.75em) {
  .grand-sponsors .silver img {
    padding-top: 20px;
  }
}

#route-map {
  width: 100%;
  height: 500px;
  background: #efefef;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.fixed-header-mt {
  padding-top: 112px;
}
@media all and (min-width: 63.75em) {
  .fixed-header-mt {
    padding-top: 136px;
  }
}

.brand-guide-section ul {
  list-style: none;
  padding-left: 0px;
}
.brand-guide-section ul li {
  padding-left: 0px;
}
.brand-guide-section ul li a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 10px;
}
.brand-guide-section ul li a i {
  margin-right: 5px;
}
.brand-guide-section .colors p {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
.brand-guide-section .colors .color {
  padding: 10px;
  margin-bottom: 20px;
}

.small-text {
  font-size: 0.8em;
}

.bigger-text {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 2px;
  padding-bottom: -5px;
  font-weight: bold;
}

.streetcar-specials h1 {
  font-family: "Grand Hotel", cursive;
  text-transform: capitalize;
}

#new-footer-map h2 {
  display: inline-block;
}
#new-footer-map .btn {
  position: relative;
  display: inline-block;
  max-width: 250px;
}
@media all and (min-width: 63.75em) {
  #new-footer-map .btn {
    position: absolute;
    display: inline-block;
    top: -5px;
    right: 50px;
  }
}

@media all and (min-width: 63.75em) {
  .hop-shop-win-hero .mobile {
    display: none;
  }
}
.hop-shop-win-hero .desktop {
  display: none;
  width: 100%;
}
@media all and (min-width: 63.75em) {
  .hop-shop-win-hero .desktop {
    display: block;
  }
}

.how-to-play .shop,
.how-to-play .win {
  text-align: center;
}
.how-to-play .shop img,
.how-to-play .win img {
  margin-bottom: 15px;
}
.how-to-play .shop h2,
.how-to-play .win h2 {
  margin-bottom: 5px;
  text-align: left;
}
.how-to-play .shop p,
.how-to-play .win p {
  text-align: left;
}
.how-to-play .hop img {
  margin-bottom: 15px;
}
.how-to-play .hop h2 {
  margin-bottom: 5px;
  text-align: left;
}
.how-to-play .hop p {
  text-align: left;
}

.homepage-hero {
  position: relative;
}
.homepage-hero-image img {
  width: 100%;
}
.homepage-hero-video {
  position: relative;
}
.homepage-hero-video video {
  width: 100%;
  vertical-align: top;
}
.homepage-hero-video:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.homepage-hero-caption {
  position: absolute;
  top: 55%;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 20px;
}
@media all and (min-width: 63.75em) {
  .homepage-hero-caption {
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 0px;
  }
}
.homepage-hero-caption p {
  margin-top: 10px;
  font-size: 1em;
  margin-bottom: 20px;
}
@media all and (min-width: 63.75em) {
  .homepage-hero-caption p {
    margin-top: 30px;
  }
}
.homepage-hero-caption p a {
  color: #fff;
}
.homepage-hero-caption h1 {
  font-size: 2.5em;
  line-height: 1em;
  text-transform: initial;
  text-shadow: 0px 0px 20px #000;
}
@media all and (min-width: 63.75em) {
  .homepage-hero-caption h1 {
    font-size: 7em;
  }
}
.homepage-hero-caption h1.covid-title {
  font-family: "Grand Hotel", cursive;
}
.homepage-hero-caption h1.covid-title .hashtag-spacing-1 {
  margin-right: 5px;
}
@media all and (min-width: 63.75em) {
  .homepage-hero-caption h1.covid-title .hashtag-spacing-1 {
    margin-right: 10px;
  }
}
.homepage-video-hero {
  position: relative;
  vertical-align: bottom;
  min-height: 350px;
  background: #ff0042;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.homepage-video-hero:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
@media all and (min-width: 63.75em) {
  .homepage-video-hero:after {
    display: none;
  }
}
@media all and (min-width: 63.75em) {
  .homepage-video-hero {
    display: block;
  }
}
.homepage-video-hero-image img {
  width: 100%;
  vertical-align: bottom;
}
.homepage-video-hero video {
  vertical-align: bottom;
  width: 100%;
  display: none;
}
@media all and (min-width: 63.75em) {
  .homepage-video-hero video {
    display: block;
  }
}
.homepage-video-hero-caption {
  position: relative;
  width: 100%;
  padding: 30px 20px 20px;
  z-index: 1;
}
.homepage-video-hero-caption p {
  margin-top: 10px;
  font-size: 1em;
}
@media all and (min-width: 63.75em) {
  .homepage-video-hero-caption p {
    margin-top: 40px;
  }
}
.homepage-video-hero-caption p a {
  color: #fff;
}
.homepage-video-hero-caption h1 {
  font-size: 2.5em;
  line-height: 1em;
  text-transform: initial;
}
@media all and (min-width: 63.75em) {
  .homepage-video-hero-caption h1 {
    font-size: 7em;
  }
}
.homepage-video-hero-caption h1.covid-title {
  font-family: "Grand Hotel", cursive;
}
.homepage-video-hero-caption h1.covid-title .hashtag-spacing-1 {
  margin-right: 5px;
}
@media all and (min-width: 63.75em) {
  .homepage-video-hero-caption h1.covid-title .hashtag-spacing-1 {
    margin-right: 10px;
  }
}
@media all and (min-width: 63.75em) {
  .homepage-video-hero-caption {
    position: absolute;
    top: 60%;
    top: 45%;
    width: 100%;
    padding: 0px;
    transform: translateY(-50%);
  }
}

.my-tabs ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.my-tabs ul.tabs li {
  background: #F1F1F1;
  color: #54575A;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  font-size: 1.5em;
  font-family: "nobel-condensed", sans-serif;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-tabs ul.tabs li.current {
  background: #D5D5D5;
  color: #54575A;
}
.my-tabs .tab-content {
  display: none;
  background: #fff;
}
.my-tabs .tab-content.current {
  display: inherit;
}

.schedule-tab {
  overflow-x: scroll;
}
.schedule-tab .schedule-table {
  margin-bottom: 0px;
}
.schedule-tab .schedule-table td {
  padding: 5px 10px;
  border: 1px solid #fff;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.schedule-tab .schedule-table th {
  text-align: left;
  padding: 5px 10px;
  border-top: 1px solid #fff;
  /* Safari */
  position: sticky;
  left: 0;
  background: rgba(59, 142, 222, 0.9);
  z-index: 2;
}
.schedule-tab .schedule-table th h3 {
  font-size: 1em;
  color: #fff;
}
.schedule-tab .schedule-table tr:nth-child(odd) {
  background: #d5d5d5;
}
.schedule-tab .schedule-table tr:nth-child(even) {
  background: #f1f1f1;
}

.alert {
  width: 100%;
  background: #d00;
  color: #fff;
  padding: 6px 0;
  position: relative;
}
.alert p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.alert p a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: underline;
}

.alert-close {
  color: #fff;
  padding: 0px 20px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0px;
  top: 0px;
}
.alert-close i {
  top: 50%;
  transform: translateY(-64%);
  color: #fff;
}

@media all and (min-width: 63.75em) {
  .alert p {
    padding-right: 0px;
  }
}
.christmas-bg {
  background-image: url(img/christmas-bg-mobile.jpg);
  background-color: #73a94e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media all and (min-width: 63.75em) {
  .christmas-bg {
    background-image: url(img/christmas-bg.jpg);
  }
}
.christmas-bg .christmas-link {
  color: #daac27;
  text-decoration: none;
}
.christmas-bg .christmas-accent {
  max-width: 100%;
}
@media all and (min-width: 63.75em) {
  .christmas-bg .christmas-accent {
    max-width: 70%;
  }
}
.christmas-bg h4 {
  font-size: 1.1em;
}
@media all and (min-width: 63.75em) {
  .christmas-bg h4 {
    font-size: 1.4em;
  }
}
.christmas-bg h2 .fancy-text {
  font-size: 1.2em;
}
@media all and (min-width: 63.75em) {
  .christmas-bg h2 .fancy-text {
    font-size: 2em;
  }
}
.christmas-bg h2 .nobel {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1em;
}
@media all and (min-width: 63.75em) {
  .christmas-bg h2 .nobel {
    font-size: 2.1em;
    line-height: 0.6em;
  }
}
@media all and (min-width: 63.75em) {
  .christmas-bg {
    margin-top: 0px;
  }
}

.schedule-update {
  background-color: #73a94e;
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: center center;
  color: #fff;
  padding: 20px 0;
}
.schedule-update p {
  color: #fff;
  margin-bottom: 0px;
}
.schedule-update p a {
  color: #006653;
  text-decoration: underline;
  font-weight: bold;
}
.schedule-update .holiday-btn {
  color: #fff;
  background: #006653;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}
.schedule-update .holiday-btn:hover {
  color: #daac27;
}

.valentine-section {
  background-color: #ca0088;
}
.valentine-section h2 {
  font-size: 3em;
}
.valentine-section .blanch {
  font-size: 1.2em;
}
.valentine-section i.fa-heart {
  font-size: 36px;
  padding: 0 2px 0 0px;
}
.valentine-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.valentine-section ul li {
  display: inline-block;
  padding: 10px 5px;
  color: #fff;
}
.valentine-section ul li a {
  color: #fff;
}
.valentine-section ul li a i {
  font-size: 22px;
}
.valentine-section h4 {
  color: #fff;
}

.photo-credit {
  font-size: 0.9em;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 5px 12px;
  color: #fff;
}

.sponsor-section {
  padding: 50px 0;
  font-family: "nobel", sans-serif;
}
.sponsor-section-left {
  color: #3b8ede;
}
@media all and (min-width: 63.75em) {
  .sponsor-section-left {
    border-right: 1px solid #daac27;
  }
}
.sponsor-section-left h2 {
  font-family: "Grand Hotel", cursive;
  color: #3b8ede;
}
.sponsor-section-left h4 {
  font-weight: bold;
  padding-bottom: 15px;
}
.sponsor-section-left h5 {
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.sponsor-section-left p {
  color: #3b8ede;
  font-weight: bold;
  padding-top: 10px;
}
.sponsor-section-right {
  color: #daac27;
}
@media all and (min-width: 63.75em) {
  .sponsor-section-right {
    padding-left: 60px;
  }
}
.sponsor-section-right h2 {
  font-family: "Grand Hotel", cursive;
  color: #daac27;
}
.sponsor-section-right h4 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}
.sponsor-section-right h5 {
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.sponsor-section-right p {
  color: #daac27;
}

.sponsor-image img {
  width: 100%;
}

.holiday-hop-header img {
  width: 100%;
}
.holiday-hop-video {
  margin-bottom: 30px;
}
.holiday-hop-details h1 {
  color: #92278e;
  margin-bottom: 30px;
}
.holiday-hop-details a {
  color: #43c5e5 !important;
}
.holiday-hop-callout {
  background: #92278e;
  color: #fff;
}
.holiday-hop-callout h2 {
  color: #fff;
  text-transform: uppercase;
}
.holiday-hop-car img {
  width: 100%;
}

.holiday-hours {
  margin-top: 50px;
}

.holiday-hours-day {
  margin: 20px 0;
}
.holiday-hours-day h3 {
  color: #43c5e5;
  font-family: "nobel-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
}
.holiday-hours-day h5 {
  font-family: "Cubano", sans-serif;
  font-size: 1.5em;
  color: #761573;
}

.hero-video-new {
  margin: 0;
  padding: 0;
  position: relative;
}
.hero-video-new-video {
  vertical-align: bottom;
  width: 100%;
  z-index: 100;
  outline: 0 !important;
}
.hero-video-new .silence-sound-btn {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  top: 30px;
  right: 0;
  z-index: 101;
}
.hero-video-new .silence-sound-btn img {
  max-width: 30px;
}
.hero-video-new .silence-sound-btn .mute {
  display: block;
}
.hero-video-new .silence-sound-btn .unmute {
  display: none;
}
.hero-video-new .silence-sound-btn.silenced .mute {
  display: none;
}
.hero-video-new .silence-sound-btn.silenced .unmute {
  display: block;
}

.hop-carousel {
  width: 100%;
  padding: 100px 0 0;
  overflow: auto hidden;
  white-space: nowrap;
}
.hop-carousel h2 {
  color: #005589;
  font-size: 4em;
  margin-bottom: 0px;
  z-index: 1;
  letter-spacing: unset;
  font-family: "Blanch Caps Regular", sans-serif;
}
@media all and (min-width: 63.75em) {
  .hop-carousel h2 {
    font-size: 5.5em;
    margin-bottom: 0px;
  }
}
.hop-carousel-inner {
  background: #efefef;
  display: inline-flex;
  width: auto;
}
.hop-carousel-slide {
  width: 600px;
  margin-right: 0px;
  z-index: 1;
  transition: 0.3s;
  max-width: 100%;
  position: relative;
}
.hop-carousel-slide img {
  width: 100%;
}

.slide-details {
  position: absolute;
  bottom: 50px;
  right: 0px;
  background: #fff;
  height: 2px;
  width: 100%;
}
.slide-details h4 {
  margin: 0;
  position: relative;
  transform: rotate(-45deg);
  transform-origin: 0%;
  margin-top: -35px;
  letter-spacing: 1px;
  left: 40%;
  color: #fff;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slide-details:after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  left: 40%;
  top: -4px;
  border-radius: 50%;
}

.slide-details-start {
  position: absolute;
  bottom: 50px;
  right: 0px;
  background: #fff;
  height: 2px;
  width: 50%;
}
.slide-details-start h4 {
  margin: 0;
  transform: rotate(-45deg);
  transform-origin: 0%;
  margin-top: -35px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slide-details-start:after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  left: 0px;
  top: -4px;
  border-radius: 50%;
}

.hop-free-section {
  background: white;
  background: linear-gradient(0deg, white 50%, rgba(182, 182, 70, 0) 100%);
}

.how-to-ride {
  background-color: rgba(218, 172, 39, 0.8);
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
}
.how-to-ride h2 {
  color: #005589;
}
.how-to-ride h2 span {
  font-family: "Grand Hotel", cursive;
}
.how-to-ride h4 {
  color: #005589;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}
.how-to-ride p {
  margin-top: 0px;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.how-to-ride-icon img {
  height: 100px;
}
.how-to-ride .hop-car-anim {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 210px;
}

.love-public-transit {
  background: #EFEFEF;
}
.love-public-transit h2 {
  letter-spacing: unset;
  line-height: 1;
  text-align: left;
}
@media (max-width: 767px) {
  .love-public-transit h2 {
    text-align: center;
  }
}
.love-public-transit h4 {
  text-transform: uppercase;
  color: #3b8ede;
  font-family: "Cubano", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  text-align: center;
}
.love-public-transit p {
  text-align: left;
}
@media (max-width: 767px) {
  .love-public-transit p {
    text-align: center;
  }
}
.love-public-transit img {
  height: auto;
  width: 160px;
  margin-top: 30px;
}
@media all and (min-width: 63.75em) {
  .love-public-transit img {
    margin-top: 0;
    height: 120px;
    width: auto;
  }
}
.love-public-transit-link {
  text-decoration: none;
}

.follow-us {
  padding-bottom: 80px;
  margin-top: 80px;
}
.follow-us h2 {
  color: #005589;
  margin: 0 15px;
}
.follow-us h2 span {
  font-family: "Grand Hotel", cursive;
}

.our-partners {
  padding-bottom: 80px;
  margin-top: 80px;
}
.our-partners h2 {
  margin: 0 15px;
  color: #005589;
}
.our-partners h2 span {
  font-family: "Grand Hotel", cursive;
}
.our-partners img {
  max-height: 70px;
  max-width: 120px;
  margin-bottom: 30px;
}

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

.mb-80 {
  margin-bottom: 80px;
}

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

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

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

.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.spacer {
  height: 120px;
  width: 100%;
  background: #fff;
}

.callout-1 {
  text-align: center;
}
.callout-1 .btn {
  margin-left: 20px;
}
.callout-1 h2 {
  font-size: 2.3em;
}
@media (max-width: 767px) {
  .callout-1 .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

.feed-item {
  margin-right: 10px !important;
}

.juicer-feed h1.referral {
  display: none !important;
  opacity: 0 !important;
}

.j-text {
  background: rgba(0, 0, 0, 0.75) !important;
}

.j-message p {
  color: #fff !important;
}
.j-message a {
  color: #3b8ede !important;
}

.mt-20 {
  margin-top: 20px;
}

.footer {
  padding-bottom: 20px;
}

.footer-social {
  padding-top: 50px;
}
.footer-social ul {
  margin-bottom: 0px;
  padding-left: 0;
}
.footer-social ul li {
  display: inline-block;
  padding-left: 50px;
}
.footer-social ul li:first-of-type {
  padding-left: 0px;
}

.footer-bottom img {
  max-width: 90px;
  margin-bottom: -2px;
  margin-top: 30px;
}
@media all and (min-width: 63.75em) {
  .footer-bottom img {
    margin-top: 0;
  }
}
.footer-bottom p {
  font-size: 0.9em;
  text-align: center;
  font-family: "nobel", sans-serif;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.footer-bottom a {
  font-size: 0.9em;
  text-decoration: none;
  font-family: "nobel", sans-serif;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.footer-bottom ul {
  padding-left: 0;
}
.footer-bottom ul li {
  display: inline-block;
  padding-left: 20px;
}
.footer-bottom ul li:first-of-type {
  padding-left: 0px;
}

.widget_nav_menu {
  padding: 0 20px;
}
.widget_nav_menu h4 {
  color: #fff;
  font-family: "nobel-condensed", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 2.1em;
}
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "nobel", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4em;
}

.navSearchLi {
  display: flex;
  align-items: center;
}

.navSearchBtn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 5px;
  z-index: 10;
}

.navSearchIcon {
  transition: 0.3s ease transform;
}

.mainHeaderSearch {
  height: 44px;
  width: 400px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.8);
  transform-origin: 100% 50%;
  background: #fff;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease opacity, 0.3s ease visibility, 0.3s ease transform;
}
.mainHeaderSearch.activeSearch {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.mainHeaderSearch .search-form {
  width: calc(100% - 44px);
}
.mainHeaderSearch .search-field {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 15px;
  border: none;
  background: none;
  color: #555759;
  font-family: "nobel", sans-serif;
}
.mainHeaderSearch .search-field:focus {
  outline: none;
  border: none;
}
.mainHeaderSearch .search-submit {
  display: none;
}

.mainHeaderEnterBtn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.email-popup {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.email-popup.open {
  display: block;
}
.email-popup-inner {
  width: 90%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px;
  background: url("./img/email-popup-bg.jpg");
  background-size: cover;
  background-position: center center;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 63.75em) {
  .email-popup-inner {
    width: 70%;
    height: 70%;
    padding: 30px;
  }
}
.email-popup-inner-inner {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
}
.email-popup-inner h2 {
  color: #fff;
  font-family: "Grand Hotel", cursive;
  font-size: 4em;
}
@media all and (min-width: 63.75em) {
  .email-popup-inner h2 {
    font-size: 8em;
  }
}
.email-popup-inner h3 {
  color: #fff;
  font-family: "Cubano", Helvetica, Arial, sans-serif;
  font-size: 2em;
}
@media all and (min-width: 63.75em) {
  .email-popup-inner h3 {
    font-size: 4em;
  }
}
.email-popup-inner p {
  color: #fff;
}
.email-popup-close-btn {
  width: 50px;
  height: 50px;
  background: url("./img/email-popup-close-white.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
}
.email-popup-close-btn svg {
  color: #fff !important;
}
.email-popup-close-btn:hover {
  cursor: pointer;
}

.gallery-slider {
  padding-bottom: 80px;
}
.gallery-slider-inner img {
  width: 100%;
}
.gallery-slider .grid-middle-top {
  margin-bottom: 30px;
}
.gallery-slider .grid-right-top {
  margin-bottom: 30px;
}
.gallery-slider .gridGallery-item {
  height: 530px;
  background-size: cover;
  background-position: center;
}
.gallery-slider .gridGallery-item-half {
  height: 250px;
  background-size: cover;
  background-position: center;
}
.gallery-slider .gridGallery-item-half-left {
  height: 250px;
  background-size: cover;
  background-position: center;
}
.gallery-slider .gridGallery-item-half-right {
  height: 250px;
  background-size: cover;
  background-position: center;
}
.gallery-slider .gridGallery-item .gridGallery-item-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.gallery-slider .gridGallery-item .gridGallery-item-img:hover .grid-cutline {
  opacity: 1;
}
.gallery-slider .grid-cutline {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.gallery-slider .grid-cutline-inner {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  text-align: center;
  transform: translateY(-50%);
}
.gallery-slider .grid-cutline-inner.bottom {
  bottom: 10%;
  top: auto;
  height: auto;
  transform: translateY(0%);
}
.gallery-slider .grid-cutline-inner p {
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 0px;
}
.gallery-slider .gridGallery-slide {
  width: 100%;
  height: 500px;
}
@media all and (min-width: 63.75em) {
  .gallery-slider .gridGallery-slide {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .gallery-slider .grid-left {
    margin-bottom: 30px;
  }
  .gallery-slider .grid-middle-bottom {
    margin-bottom: 30px;
  }
}