/* Text Elements */

h1.contact-us-header {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

h1 span.heading-text-3 {
  color: #f50808;
  font-family: 'Averia Sans Libre', cursive;
}

h1 span.heading-text-5 {
  color: #f50808;
  font-family: 'Averia Sans Libre', cursive;
}

h1 span.heading-text-6 {
  color: #f50808;
  font-family: 'Averia Sans Libre', cursive;
}

h1 span.heading-text-4 {
  color: #f50808;
  font-family: 'Averia Sans Libre', cursive;
}

h1 span.heading-text-8 {
  color: #f00;
}

h3 {
  margin: 30px auto 7px;
  padding-right: 15px;
  padding-left: 15px;
  color: #248f7e;
  text-align: center;
  font-size: 30px;
  font-family: 'Averia Sans Libre', cursive;
  line-height: 1.1;
}

h3.main-heading {
  color: #f00;
  text-align: center;
  font-size: 24px;
  font-family: 'Averia Sans Libre', cursive;
  line-height: 1.1;
}

h3.sub-heading {
  color: #f00;
}

h3 span.heading-text-7 {
  color: #f00;
}

p.paragraph {
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
}

p.paragraph.copyright {
  color: #fff;
  text-align: center;
}

p.paragraph.paragraph-1 {
  line-height: 21px;
}

p.paragraph.paragraph-2 {
  text-align: center;
}

p.paragraph.paragraph-10 {
  background-color: #fff;
}

p.paragraph.paragraph-9 {
  background-color: #fff;
}

a.link-text.menu-link {
  color: #857461;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
}

/* Interaction Elements */

a.link-button.button.nav-link {
  padding: 10px 20px;
  min-height: 30auto;
  border-bottom-color: rgba(133, 114, 91, .29);
  background-color: transparent;
  color: #857461;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25;
}

a.link-button.button.nav-link.smooth-scroll {
  margin-right: 1%;
  margin-left: 1%;
  width: 48%;
  border-bottom-color: rgba(133, 114, 91, .29);
  font-size: 11px;
}

a.link-button.button {
  background-color: #f50808;
}

/* Layout Elements */

body.body-3 {
  background-color: #fff;
}

.container.nav-row {
  padding-right: 15px;
  padding-left: 15px;
  max-width: none;
  width: 100%;
  background-color: #fdffff;
}

.container.header {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 50px;
  background-color: #fdffff;
}

.container.header-cover {
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
}

.container.header-image {
  min-height: 200px;
  width: 100%;
  background-image: url('../images/race_dash_long.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

.container.activities-column {
  float: left;
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
  height: 100%;
}

.container.activities-buttons.small-width {
  margin-bottom: 30px;
  max-width: 1200px;
}

.container.background-row {
  max-width: none;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(244, 244, 244, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(244, 244, 244, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(244, 244, 244, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(244, 244, 244, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.container.location {
  padding-right: 0;
  padding-left: 0;
  min-height: 200px;
  background-image: url('../images/map.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

.container.gallery {
  padding: 20px 20px 2px;
  background-image: url('../images/Wood-v28.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
}

.container.social-icons-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.container.footer {
  padding: 70px 15px 50px;
  background-color: #1f2a2d;
}

.container.row-type {
  max-width: none;
}

.container.navigation {
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 10px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.nav {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container.title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  background-color: transparent;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container#realeutatemenu {
  display: none;
}

.container.top-bar-left {
  display: block;
  -ms-flex-pack: justify;
  float: left;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.top-bar {
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}

.container.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.contact-column-left {
  margin-bottom: 2rem;
  padding: 1rem 2rem 2rem;
  border-bottom: .125rem solid #e6e6e6;
}

.container.contact-column-right {
  margin-bottom: 2rem;
  padding: 1rem 2rem 2rem;
  border-bottom: 0 solid #e6e6e6;
}

.container.sd-two-cols {
  border: 0 solid #f50808;
  background-color: #fff;
}

.container.column-3.column-type {
  background-color: #fff;
}

.container.nav-row.row-type {
  background-color: #fff;
}

.container.column-type.header {
  background-color: #fff;
}

.container.col-padding.column-type {
  background-color: #fff;
}

.container.column-type {
  background-color: #fff;
}

.container.row-3.row-type {
  background-color: #fff;
}

.container.column-type.gallery {
  background-color: #fff;
}

.container.container-5 {
  background-color: #fff;
}

.container.column-type.footer {
  background-color: #fff;
}

.container.container-10 {
  background-color: #fff;
}

.container.container-7 {
  background-color: #fff;
}

.container.container-11 {
  background-color: #fff;
}

.container.container-12 {
  background-color: #fff;
}

.container.container-13 {
  background-color: #fff;
}

.container.container-14 {
  background-color: #fff;
}

.container.activities-buttons.column-type.row-type.small-width {
  background-color: #fff;
}

.rule.heading-rule hr {
  border-top-width: 2px;
  border-top-color: #f00;
}

.rule.heading-rule {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  max-width: 80px;
}

div.responsive-picture.activities-image {
  display: none;
  padding-right: 1px;
  max-width: none;
}

span.link-button-text.activities-button-text {
  display: block;
  text-transform: uppercase;
}

a.link-button-image.activities-button.button {
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding: 5px 10px 10px;
}

a.link-button-image.activities-button.button.sighting {
  display: block;
  margin-top: 15px;
  max-width: 100px;
  width: 100%;
  border-radius: 8px;
  background-color: #b18d79;
  -webkit-transition-delay: 0s, 0s, 0s;
     -moz-transition-delay: 0s, 0s, 0s;
       -o-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
}

a.link-button-image.activities-button.button.camping {
  display: block;
  margin-top: 15px;
  max-width: 100px;
  width: 100%;
  border-radius: 8px;
  background-color: #61897f;
  -webkit-transition-delay: 0s, 0s, 0s;
     -moz-transition-delay: 0s, 0s, 0s;
       -o-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
}

div.responsive-picture.gallery-image-XL {
  float: left;
  min-width: 100px;
  max-width: none;
  border: .25rem solid #eeebe2;
  border-radius: 5px;
  box-shadow: rgba(35, 35, 35, .9) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

div.responsive-picture.image-gallery-S {
  float: left;
  min-width: 100px;
  max-width: none;
  width: 45%;
  border-style: solid;
  border-color: #eeebe2;
  border-radius: 2px;
  box-shadow: rgba(35, 35, 35, .9) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
}

div.responsive-picture.gallery-image-M {
  float: left;
  min-width: 100px;
  max-width: none;
  width: 50%;
  border: .25rem solid #eeebe2;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

a.social-image.social {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  max-width: 45px;
  border-radius: 6px;
  background-color: #f00;
}

a.link-button-glyph.btn.button.gototop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 14px 18px 12px;
  background-color: rgba(79, 79, 79, .63);
}

div.responsive-picture.logo {
  margin: 20px auto 7px;
  max-width: 250px;
}

a.glyph.menu-link {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #857461;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

a.link-button-image.activities-button.button.hiking {
  display: block;
  margin: 15px auto 7px;
  padding: 5px 10px 10px;
  max-width: 100px;
  width: 100%;
  border-radius: 8px;
  background-color: #f3774f;
  -webkit-transition-delay: 0s, 0s, 0s;
     -moz-transition-delay: 0s, 0s, 0s;
       -o-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
}

a.link-button-glyph.social {
  margin-right: .25rem;
}

a.link-button-glyph.facebook {
  background-color: #3b5998;
}

span.glyph-for-button.fa {
  display: inline-block;
  margin-right: .25rem;
  font-size: 16px;
}

a.link-button-glyph.linkedin {
  background-color: #007bb5;
}

a.link-button-glyph.you-tube {
  background-color: #b00;
}

a.link-button-glyph.contact-button {
  display: block;
  width: auto;
  vertical-align: middle;
}

span.glyph-for-button.contact-icon {
  margin-right: 1rem;
  margin-left: .4rem;
  color: #8a8a8a;
  font-size: 2rem;
}

span.link-button-text.contact-text {
  color: #8a8a8a;
  vertical-align: super;
}

a.responsive-picture.picture-link-1 {
  max-width: 315px;
  width: 200%;
}

.html-element.html-element-1 {
  padding-top: 30px;
  padding-bottom: 30px;
  min-width: 50%;
}

div.responsive-picture.picture-22 {
  min-width: 269px;
}

div.responsive-picture.picture-2 {
  min-width: 269px;
}

video.html-video-2 {
  position: static;
  left: 0;
  width: 100%;
}

video.html-video-3 {
  width: 100%;
}

video.html-video-4 {
  width: 100%;
}

div.responsive-picture.picture-28 {
  position: relative;
  left: 25%;
  max-width: 50%;
}

div.responsive-picture.picture-27 {
  position: relative;
  left: 25%;
}

video.html-video-5 {
  width: 100%;
}

div.responsive-picture.gallery-image-XL:hover {
  position: relative;
  z-index: 900;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(3deg) translateX(-10px);
     -moz-transform: rotate(3deg) translateX(-10px);
       -o-transform: rotate(3deg) translateX(-10px);
          transform: rotate(3deg) translateX(-10px);
}

div.responsive-picture.image-gallery-S:hover {
  position: relative;
  z-index: 900;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
     -moz-transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
       -o-transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
          transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
}

div.responsive-picture.gallery-image-M:hover {
  position: relative;
  z-index: 900;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
     -moz-transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
       -o-transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
          transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
}

a.social-image.social:hover {
  background-color: #60d89c;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1);
       -o-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}

a.link-button-glyph.btn.button.gototop:hover {
  -webkit-transform: scaleX(1.3) scaleY(1.3);
     -moz-transform: scaleX(1.3) scaleY(1.3);
       -o-transform: scaleX(1.3) scaleY(1.3);
          transform: scaleX(1.3) scaleY(1.3);
}

a.link-button-image.activities-button.button.sighting:hover {
  margin-top: -15px;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

a.link-button-image.activities-button.button.camping:hover {
  position: relative;
  z-index: 500;
  margin-top: -15px;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

a.link-button-image.activities-button.button.hiking:hover {
  position: relative;
  z-index: 500;
  margin-top: -15px;
  -webkit-transition-delay: 0s, 0s, 0s;
     -moz-transition-delay: 0s, 0s, 0s;
       -o-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, 0s, .51s;
     -moz-transition-duration: 0s, 0s, .51s;
       -o-transition-duration: 0s, 0s, .51s;
          transition-duration: 0s, 0s, .51s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

a.link-button-image.activities-button.button.sighting:active {
  position: relative;
  z-index: 500;
  margin-top: -15px;
}

@media screen and (min-width: 26.875rem) {
  /* Text Elements */

  h1 span.heading-text-3 {
    color: #f50808;
  }

  h1 span.heading-text-4 {
    background-color: transparent;
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h3.main-heading {
    color: #f00;
  }

  h3.sub-heading {
    color: #f00;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link.smooth-scroll {
    margin-right: 1%;
    margin-left: 1%;
    width: 31%;
  }

  a.link-button.button {
    background-color: #f50808;
  }

  /* Layout Elements */

  body.body-1 {
    display: block;
  }

  .container.title-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.nav-row {
    background-color: #fff;
  }

  .container.header {
    background-color: #fff;
  }

  .container.header-image {
    background-image: url('../images/race_dash_long.jpg');
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.sd-two-cols {
    border: 0 solid #f50808;
  }

  .container.column-3.column-type {
    background-color: #fff;
  }

  .container.column-type.header {
    background-color: #fff;
  }

  .container.column-type {
    background-color: #fff;
  }

  .container.container-10 {
    background-color: #fff;
  }

  .container.container-7 {
    background-color: #fff;
  }

  .container.container-16 {
    background-color: #fff;
  }

  .container.background-row.row-type {
    background-color: #fff;
  }

  div.responsive-picture.activities-image {
    padding-right: 2px;
  }

  .rule.heading-rule hr {
    border-top-color: #f00;
  }

  a.social-image.social {
    background-color: #f00;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 500px;
    width: 200%;
  }

  .html-element.html-element-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    min-width: 50%;
  }

  a.link-button-image.activities-button.button.camping {
    position: relative;
    z-index: 500;
    margin-top: -50px;
  }

  a.link-button-image.activities-button.button.hiking {
    position: relative;
    z-index: 500;
    margin-top: -50px;
  }

  a.link-button-image.activities-button.button.sighting {
    position: relative;
    z-index: 500;
    margin-top: -50px;
  }

  div.responsive-picture.picture-19 {
    min-width: 100%;
  }

  div.responsive-picture.picture-20 {
    min-width: 100%;
  }

  div.responsive-picture.picture-21 {
    min-width: 100%;
  }

  div.responsive-picture.picture-27 {
    position: relative;
    left: 25%;
    max-width: 50%;
  }

  div.responsive-picture.picture-28 {
    position: relative;
    left: 25%;
    max-width: 53%;
  }

  video.html-video-2 {
    width: 100%;
  }

  video.html-video-3 {
    width: 100%;
  }

  video.html-video-4 {
    width: 100%;
  }

  video.html-video-5 {
    width: 100%;
  }

  div.responsive-picture.picture-4 {
    min-width: 0;
    max-width: 50%;
  }

  div.responsive-picture.gallery-image-M {
    border-radius: 0;
    box-shadow: none;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.contact-us-header {
    font-size: 32px;
  }

  h1 span.heading-text-3 {
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h3.main-heading {
    color: #f00;
  }

  h3.sub-heading {
    color: #f00;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  p.paragraph a.paragraph-text-2 {
    color: #f1f5f7;
  }

  p.paragraph.paragraph-5 {
    position: relative;
    left: 40%;
  }

  /* Interaction Elements */

  a.link-button.button {
    background-color: #f50808;
  }

  /* Layout Elements */

  body.body-1 {
    display: block;
  }

  .container.activities-column {
    position: relative;
    overflow: hidden;
  }

  .container.title-bar {
    display: none;
  }

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

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.header-image {
    background-image: url('../images/race_dash_long.jpg');
  }

  .container.nav-row {
    background-color: #fff;
  }

  .container.header {
    background-color: #fff;
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.footer {
    background-image: url('../images/tarmac.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.contact-column-left {
    margin-top: 7px;
    min-height: 66.35785vmin;
    border-right: .0625rem solid #e6e6e6;
    border-bottom-width: 0;
  }

  .container.contact-column-right {
    margin-top: 7px;
    min-height: 66.35785vmin;
    border-right: .0625rem solid #e6e6e6;
    border-bottom-width: 0;
    border-left: .0625rem solid #e6e6e6;
  }

  .container.sd-three-cols {
    background-color: #fff;
  }

  .container.column-type {
    background-color: #fff;
  }

  div.responsive-picture.activities-image {
    display: block;
    padding-right: 2px;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .35s;
       -moz-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s;
  }

  a.link-button-image.activities-button.button.camping {
    position: relative;
    z-index: 500;
    display: block;
    margin-top: -50px;
    max-width: 100px;
    width: 100%;
    border-radius: 8px;
  }

  a.link-button-image.activities-button.button.sighting {
    position: relative;
    z-index: 500;
    display: block;
    margin-top: -50px;
    max-width: 100px;
    width: 100%;
    border-radius: 8px;
  }

  a.link-button-image.activities-button.button.hiking {
    position: relative;
    z-index: 500;
    margin-top: -50px;
    border-radius: 8px;
  }

  .rule.heading-rule hr {
    border-top-color: #f00;
  }

  a.social-image.social {
    background-color: #f00;
  }

  span.link-button-text.contact-text {
    color: #8a8a8a;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 330px;
    width: 200%;
  }

  .html-element.html-element-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    min-width: 50%;
  }

  div.responsive-picture.picture-14 {
    position: relative;
    top: 50px;
    max-width: 300px;
    width: 618px;
  }

  div.responsive-picture.picture-7 {
    max-width: 300px;
  }

  div.responsive-picture.picture-11 {
    max-width: 300px;
  }

  div.responsive-picture.picture-12 {
    position: relative;
    top: 25px;
    max-width: 300px;
  }

  div.responsive-picture.picture-6 {
    min-width: 100%;
  }

  video.html-video-1 {
    min-width: 80%;
  }

  div.responsive-picture.picture-3 {
    position: relative;
    left: 40%;
    min-width: 100%;
    max-width: 50%;
  }

  video.html-video-5 {
    width: 100%;
  }

  div.responsive-picture.picture-4 {
    min-width: 100%;
  }

  div.responsive-picture.picture-2 {
    min-width: 100%;
  }

  div.responsive-picture.picture-22 {
    min-width: 100%;
  }

  div.responsive-picture.picture-13 {
    max-width: 100%;
  }

  a.link-button-image.activities-button.button.camping:hover {
    position: relative;
    z-index: 500;
    margin-top: -50px;
    -webkit-transform: rotate(-3deg) translateY(-25px);
       -moz-transform: rotate(-3deg) translateY(-25px);
         -o-transform: rotate(-3deg) translateY(-25px);
            transform: rotate(-3deg) translateY(-25px);
  }

  a.link-button-image.activities-button.button.sighting:hover {
    position: relative;
    z-index: 500;
    margin-top: -50px;
    -webkit-transform: rotate(3deg) translateY(-25px);
       -moz-transform: rotate(3deg) translateY(-25px);
         -o-transform: rotate(3deg) translateY(-25px);
            transform: rotate(3deg) translateY(-25px);
  }

  div.responsive-picture.activities-image:hover {
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transform: scaleX(1.1) scaleY(1.1);
       -moz-transform: scaleX(1.1) scaleY(1.1);
         -o-transform: scaleX(1.1) scaleY(1.1);
            transform: scaleX(1.1) scaleY(1.1);
  }

  a.link-button-image.activities-button.button.hiking:hover {
    position: relative;
    z-index: 500;
    margin-top: -50px;
    -webkit-transition-duration: 0s, 0s, .5s;
       -moz-transition-duration: 0s, 0s, .5s;
         -o-transition-duration: 0s, 0s, .5s;
            transition-duration: 0s, 0s, .5s;
    -webkit-transform: rotate(4deg) translateY(-25px);
       -moz-transform: rotate(4deg) translateY(-25px);
         -o-transform: rotate(4deg) translateY(-25px);
            transform: rotate(4deg) translateY(-25px);
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1 span.heading-text-3 {
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h3 span.heading-text-1 {
    color: #f00;
  }

  h3.main-heading {
    font-size: 37px;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.paragraph-1 {
    margin-top: 13px;
    text-align: center;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  p.paragraph a.paragraph-text-2 {
    color: #f2f6f9;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link {
    line-height: 1.6;
  }

  a.link-button.button.nav-link.smooth-scroll {
    margin-right: .5%;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
    font-size: 13px;
  }

  a.link-button.button {
    background-color: #f50808;
  }

  /* Layout Elements */

  body.body-1 {
    display: block;
  }

  .container.row-type {
    max-width: 1200px;
  }

  .container.full-width {
    max-width: none;
  }

  .container.row-1 {
    max-width: none;
  }

  .container.location {
    min-height: 400px;
  }

  .container.col-padding {
    margin-bottom: 30px;
  }

  .container.top-bar-left {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.navigation {
    padding-top: 10px;
  }

  .container.header-image {
    margin-right: 0;
    margin-left: 15px;
    min-height: 274px;
    background-color: #fff;
    background-image: url('../images/race_dash_long.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.nav-row {
    background-color: #fdffff;
  }

  .container.header {
    min-height: 50px;
    background-color: #fdffff;
  }

  .container.gallery {
    background-image: url('../images/tarmac.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.footer {
    background-image: url('../images/tarmac.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.row-2 {
    max-width: 1185px;
  }

  .container.column-type.header-cover {
    background-color: #fff;
  }

  .container.row-3.row-type {
    background-color: #fff;
  }

  .container.column-type {
    background-color: #fff;
  }

  .container.nav-row.row-type {
    background-color: #fff;
  }

  .container.social-icons-container {
    background-color: #fff;
  }

  div.responsive-picture.gallery-image-XL {
    width: 35%;
  }

  div.responsive-picture.image-gallery-S {
    width: 25%;
  }

  div.responsive-picture.gallery-image-M {
    width: 34%;
  }

  div.responsive-picture.activities-image {
    padding-right: 3px;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
  }

  .rule.heading-rule hr {
    border-top-color: #f00;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 419px;
    width: 500%;
  }

  .html-element.html-element-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    min-width: 50%;
  }

  div.responsive-picture.picture-14 {
    min-width: 100auto;
    max-width: 700px;
    width: 485px;
  }

  div.responsive-picture.picture-12 {
    top: 0;
    min-width: 100px;
    max-width: 400px;
    width: 600px;
  }

  div.responsive-picture.picture-11 {
    max-width: 4500px;
  }

  div.responsive-picture.picture-7 {
    max-width: 250px;
  }

  div.responsive-picture.picture-10 {
    position: relative;
    right: 0;
    left: 100px;
  }

  div.responsive-picture.picture-6 {
    min-width: 100%;
  }

  video.html-video-1 {
    min-width: 80%;
  }

  div.responsive-picture.picture-9 {
    min-width: 80%;
  }

  div.responsive-picture.picture-8 {
    min-width: 80%;
  }

  div.responsive-picture.picture-15 {
    min-width: 37%;
  }

  div.responsive-picture.picture-3 {
    left: auto;
    min-width: 100%;
    max-width: 50%;
  }

  video.html-video-5 {
    width: 100%;
  }

  div.responsive-picture.picture-5 {
    min-width: 100%;
  }

  div.responsive-picture.activities-image:hover {
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1 span.heading-text-3 {
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h3.main-heading {
    font-size: 40px;
  }

  h3.sub-heading {
    color: #f00;
    font-size: 40px;
  }

  h3.heading-1 {
    font-size: 40px;
  }

  p.paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  p.paragraph.paragraph-2 {
    margin-top: 29px;
    text-align: center;
  }

  p.paragraph a.paragraph-text-2 {
    color: #ebf1f5;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link {
    margin-bottom: 0;
    padding-top: 20px;
    border-right-color: rgba(133, 114, 91, .29);
    border-bottom-color: rgba(133, 114, 91, .29);
  }

  a.link-button.button.nav-link.smooth-scroll {
    margin-right: 0;
  }

  a.link-button.button {
    background-color: #f50808;
  }

  /* Layout Elements */

  body.body-2 {
    background-color: #fff;
  }

  .container.nav-row {
    max-width: none;
  }

  .container.full-width {
    max-width: none;
  }

  .container.location {
    min-height: 600px;
  }

  .container.navigation {
    -ms-flex-pack: end;
    padding-top: 10px;
    min-height: 1px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.top-bar-left {
    -ms-flex-pack: end;
    padding-top: 0;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.header-image {
    position: -webkit-sticky;
    position:         sticky;
    float: none;
    clear: none;
    min-height: 400px;
    width: 100%;
    background-image: url('../images/race_dash_long.jpg');
    background-position: center top;
    background-size: cover;
    vertical-align: baseline;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.gallery {
    background-image: url('../images/tarmac.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.footer {
    background-image: url('../images/tarmac.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.sd-two-cols {
    border: 0 solid #f50808;
  }

  .container.column-3.column-type {
    background-color: #fff;
  }

  .container.column-type {
    border-width: 0;
    border-style: solid;
  }

  .container.column-type.header-cover {
    background-color: #fff;
  }

  .container.col-padding.column-type {
    background-color: #fff;
  }

  .container.container-8 {
    background-color: #fff;
  }

  .container.container-9 {
    background-color: #fff;
  }

  div.responsive-picture.activities-image {
    padding-right: 6px;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .35s;
       -moz-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
  }

  div.responsive-picture.gallery-image-M {
    margin-left: 3%;
    min-width: 200px;
    width: 30%;
  }

  div.responsive-picture.gallery-image-XL {
    width: 35%;
  }

  div.responsive-picture.image-gallery-S {
    min-width: 160px;
    width: 25%;
  }

  a.social-image.social {
    max-width: 60px;
    background-color: #f00;
  }

  a.responsive-picture.picture-link-1 {
    min-width: 500px;
    max-width: 600px;
    width: 100%;
  }

  .html-element.html-element-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    min-width: 50%;
  }

  div.responsive-picture.picture-7 {
    position: relative;
    top: 0;
    right: 1%;
    left: 25%;
    min-width: 355px;
    min-height: 200px;
    max-width: 36.764706%;
    width: 1%;

    justify-self: auto;
  }

  div.responsive-picture.picture-10 {
    position: relative;
    right: 0;
    left: 35%;
  }

  div.responsive-picture.picture-11 {
    position: relative;
    top: 625%;
    left: 0;
    min-width: 58%;
  }

  div.responsive-picture.picture-12 {
    position: relative;
    top: 0;
    right: 100px;
    bottom: 0;
    left: 20px;
    min-width: 60%;
  }

  div.responsive-picture.picture-14 {
    position: relative;
    top: 10%;
    right: auto;
    bottom: 1px;
    left: 0;
    min-width: 80%;
  }

  video.html-video-1 {
    min-width: 80%;
  }

  div.responsive-picture.picture-6 {
    min-width: 100%;
  }

  div.responsive-picture.picture-9 {
    min-width: 60%;
  }

  div.responsive-picture.picture-8 {
    min-width: 60%;
  }

  div.responsive-picture.picture-15 {
    min-width: 30%;
  }

  div.responsive-picture.picture-27 {
    position: relative;
    left: 25%;
    max-width: 50%;
  }

  div.responsive-picture.picture-28 {
    position: relative;
    left: 25%;
    max-width: 50%;
  }

  video.html-video-2 {
    width: 100%;
  }

  video.html-video-3 {
    width: 100%;
  }

  video.html-video-4 {
    width: 100%;
  }

  div.responsive-picture.picture-22 {
    min-width: 100%;
    max-width: 100%;
  }

  div.responsive-picture.picture-2 {
    min-width: 100%;
    max-width: 50%;
  }

  video.html-video-5 {
    width: 100%;
  }

  div.responsive-picture.picture-5 {
    min-width: 100%;
  }

  div.responsive-picture.activities-image:hover {
    -webkit-transform: scaleX(1.1) scaleY(1.1);
       -moz-transform: scaleX(1.1) scaleY(1.1);
         -o-transform: scaleX(1.1) scaleY(1.1);
            transform: scaleX(1.1) scaleY(1.1);
  }

  div.responsive-picture.activities-image:active {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
  }
}

@media screen and (min-width: 79.75rem) {
  /* Layout Elements */

  body.body-1 {
    border: 0 solid #0a0a0a;
  }

  .container.sd-two-cols {
    border-width: 0;
    border-color: #f50808;
  }
}

@media screen and (min-width: 80.0625rem) {
  /* Text Elements */

  h1 span.heading-text-3 {
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h1 span.heading-text-6 {
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h3.sub-heading {
    color: #f00;
  }

  h3.heading-1 {
    color: #f00;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  p.paragraph.copyright {
    margin-top: -43px;
    background-color: rgba(0, 0, 0, .28);
  }

  p.paragraph.paragraph-5 {
    left: 0;
  }

  /* Interaction Elements */

  a.link-button.button {
    background-color: #f50808;
  }

  /* Layout Elements */

  body.body-5 {
    background-color: #fff;
  }

  body.body-9 {
    background-color: #fff;
  }

  .container.header-image {
    min-height: 400px;
    background-image: url('../images/race_dash_long.jpg');
  }

  .container.gallery {
    background-image: url('../images/tarmac.jpg');
  }

  .container.location {
    float: none;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.footer {
    background-image: url('../images/tarmac.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;

    background-blend-mode: normal;
  }

  .container.column-1 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.row-2 {
    max-width: 1174px;
  }

  .container.social-icons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.row-3 {
    max-width: 1200px;
  }

  .container.contact-column-right {
    min-height: 66.08vmin;
  }

  .container.sd-two-cols {
    border-width: 0;
    border-color: #f50808;
  }

  .container.nav-row.row-type {
    background-color: #fff;
  }

  .container.column-3.column-type {
    background-color: #fff;
  }

  .container.background-row.row-type {
    background-color: #fff;
  }

  a.social-image.social {
    background-color: #ff9497;
  }

  div.responsive-picture.activities-image {
    padding-right: 6px;
  }

  a.responsive-picture.picture-link-1 {
    min-width: 500px;
    max-width: 600px;
    width: 100%;
  }

  .html-element.html-element-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    min-width: 50%;
  }

  div.responsive-picture.picture-14 {
    top: 62.5%;
    right: 625%;
    bottom: 6.25%;
    left: 0;
  }

  div.responsive-picture.picture-12 {
    top: 0;
  }

  div.responsive-picture.picture-6 {
    min-width: 100%;
  }

  video.html-video-1 {
    min-width: 88%;
  }

  div.responsive-picture.picture-15 {
    min-width: 40%;
  }

  div.responsive-picture.picture-9 {
    min-width: 60%;
  }

  div.responsive-picture.picture-8 {
    min-width: 60%;
  }

  div.responsive-picture.picture-28 {
    position: relative;
    left: 25%;
    max-width: 50%;
  }

  div.responsive-picture.picture-27 {
    position: relative;
    left: 25%;
    max-width: 50%;
  }

  video.html-video-2 {
    position: relative;
    left: 0;
    width: 100%;
  }

  video.html-video-3 {
    width: 100%;
  }

  video.html-video-4 {
    width: 100%;
  }

  div.responsive-picture.picture-2 {
    min-width: 100%;
    max-width: 50%;
  }

  video.html-video-5 {
    width: 100%;
  }

  div.responsive-picture.picture-5 {
    min-width: 100%;
    max-width: 50px;
  }

  div.responsive-picture.picture-4 {
    min-width: 100%;
    max-width: 50%;
  }
}

@media screen and (min-width: 87.625rem) {
  /* Text Elements */

  h1 span.heading-text-3 {
    background-color: transparent;
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  p.paragraph span.paragraph-text-8 {
    font-size: 1.3125rem;
  }

  p.paragraph span.paragraph-text-9 {
    font-size: 1.3125rem;
  }

  p.paragraph.paragraph-3 {
    text-align: center;
  }

  p.paragraph.paragraph-4 {
    position: relative;
    top: 1%;
  }

  /* Interaction Elements */

  a.link-button.button {
    position: relative;
    top: 1%;
    right: auto;
    bottom: 624.9%;
    background-color: #f50808;
    text-align: left;
  }

  /* Layout Elements */

  body.body-2 {
    background-color: #fff;
  }

  .container.activities-buttons.small-width {
    max-width: 799px;
  }

  .container.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.header {
    float: none;
  }

  .container.container-1 {
    justify-self: center;
  }

  .container.container-2 {
    justify-self: center;
  }

  .container.sd-two-cols {
    display: grid;
    border: 0 solid #f50808;

    justify-self: center;
  }

  .container.container-3 {
    justify-self: center;
  }

  .container.column-type {
    background-color: #fff;
  }

  .container.sd-three-cols {
    min-height: 300%;
    max-width: 95%;
    width: auto;
    border: 0 solid #f50808;
  }

  .container.container-4 {
    margin: 0;
    padding: 0;
    min-width: 10px;
  }

  .container.column-type.location {
    background-color: #fff;
  }

  .container.column-3.column-type {
    background-color: #fff;
  }

  .container.column-type.header {
    background-color: #fff;
  }

  .html-element.html-element-1 {
    position: static;
    float: none;
    margin-right: 0;
    padding: 30px 0;
    min-width: 50%;
    max-width: none;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }

  a.responsive-picture.picture-link-1 {
    min-width: 500px;
    max-width: 600px;
    width: 100%;
  }

  a.link-button-image.activities-button.button.sighting {
    position: relative;
    right: -60%;
    left: auto;
    z-index: 500;
    display: block;
    float: none;
    clear: none;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  a.link-button-image.activities-button.button.camping {
    right: 60%;
  }

  div.responsive-picture.picture-7 {
    float: none;
    min-width: 100%;

    justify-self: center;
    grid-area: elementArea;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.picture-10 {
    justify-self: center;
  }

  div.responsive-picture.picture-11 {
    justify-self: center;
  }

  div.responsive-picture.picture-14 {
    left: 0;
  }

  div.responsive-picture.picture-12 {
    top: 0;
    left: 5%;
  }

  div.responsive-picture.picture-2 > picture > img {
    -o-object-position: 50% bottom;
       object-position: 50% bottom;
  }

  div.responsive-picture.picture-2 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    max-width: 54.200542%;
    width: 100%;
  }

  div.responsive-picture.picture-3 {
    min-width: 100%;
    min-height: 1px;
  }

  div.responsive-picture.picture-4 {
    position: relative;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 73%;
  }

  div.responsive-picture.picture-5 {
    min-width: 100%;
  }

  div.responsive-picture.picture-6 {
    position: relative;
    bottom: -8%;
    min-width: 100%;
  }

  video.html-video-1 {
    min-width: 100%;
  }

  div.responsive-picture.picture-15 {
    min-width: 50%;
  }

  div.responsive-picture.picture-9 {
    min-width: 100%;
  }

  div.responsive-picture.picture-8 {
    min-width: 100%;
  }

  div.responsive-picture.picture-21 {
    min-width: 100%;
  }

  div.responsive-picture.picture-20 {
    min-width: 100%;
  }

  div.responsive-picture.picture-19 {
    min-width: 100%;
  }

  div.responsive-picture.picture-22 {
    position: relative;
    bottom: -20px;
    min-width: 100%;
  }

  div.responsive-picture.picture-27 {
    position: relative;
    left: 25%;
    max-width: 50%;
  }

  div.responsive-picture.picture-28 {
    position: relative;
    left: 25%;
    max-width: 50%;
  }

  video.html-video-2 {
    max-width: 100%;
  }

  div.responsive-picture.picture-18 {
    position: relative;
    top: 0;
    bottom: 500px;
    max-width: 200px;
  }
}

@media screen and (min-width: 89.8125rem) {
  /* Text Elements */

  h1 span.heading-text-2 {
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h1 span.heading-text-3 {
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h1 span.heading-text-4 {
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h1.heading-2 {
    text-align: center;
  }

  h1 span.heading-text-5 {
    color: #f50808;
    font-family: 'Averia Sans Libre', cursive;
  }

  h1.heading-3 {
    text-align: center;
  }

  p.paragraph.paragraph-4 {
    top: .5%;
    text-align: center;
  }

  p.paragraph.paragraph-5 {
    text-align: center;
  }

  p.paragraph.paragraph-6 {
    text-align: center;
  }

  p.paragraph.paragraph-7 {
    text-align: left;
  }

  p.paragraph.paragraph-8 {
    text-align: center;
  }

  /* Layout Elements */

  body.body-11 {
    background-color: #fff;
  }

  body.body-6 {
    background-color: #fff;
  }

  .container.header-image {
    min-height: 400px;
  }

  .container.column-type.gallery {
    display: block;
  }

  .container.sd-two-cols {
    border-width: 0;
    background-color: #fff;
  }

  .container.nav-row.row-type {
    background-color: #fff;
  }

  .container.top-bar-left {
    background-color: #fff;
  }

  .container.column-1.column-type {
    background-color: #fff;
  }

  .container.column-type.header {
    background-color: #fff;
  }

  .container.column-type.custom-430-small-12.custom-768-medium-9.navigation {
    background-color: #fff;
  }

  .container.column-type.custom-430-small-12.custom-768-medium-3 {
    background-color: #fff;
  }

  .container.column-type {
    background-color: #fff;
  }

  .container.container-7 {
    background-color: #fff;
  }

  .container.column-3.column-type {
    background-color: #fff;
  }

  .container.container-8 {
    background-color: #fff;
  }

  .container.container-9 {
    background-color: #fff;
  }

  .container.container-10 {
    background-color: #fff;
  }

  .container.social-icons-container {
    background-color: #fff;
  }

  .container.activities-buttons.column-type.row-type.small-width {
    background-color: #fff;
  }

  a.responsive-picture.picture-link-1 {
    min-width: 500px;
    max-width: 600px;
    width: 100%;
  }

  span.link-button-text.contact-text {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 6px;
  }

  a.link-button-image.activities-button.button.sighting {
    position: relative;
    left: auto;
    margin-top: -50px;
    padding-left: 13px;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  div.responsive-picture.activities-image {
    padding-right: 1.5%;
  }

  .html-element.html-element-1 {
    position: relative;
    float: none;
    min-width: 50%;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.picture-7 {
    left: 15px;
    min-width: 123%;
  }

  div.responsive-picture.picture-11 {
    top: -.2%;
    min-width: 36.082474%;
    max-width: 463.917526%;
    width: 99.896907%;
  }

  div.responsive-picture.picture-14 {
    top: 1%;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 43.814433%;
    max-width: 100%;
    width: 100%;
  }

  div.responsive-picture.picture-12 {
    position: relative;
    right: 0;
    left: 50px;
  }

  div.responsive-picture.picture-4 {
    min-height: 77%;
  }

  div.responsive-picture.picture-6 {
    position: relative;
    top: 8%;
    min-width: 100%;
  }

  video.html-video-1 {
    min-width: 100%;
  }

  div.responsive-picture.picture-8 {
    position: relative;
    right: -20%;
    min-width: 70%;
  }

  div.responsive-picture.picture-9 {
    position: relative;
    right: -20%;
    min-width: 70%;
  }

  div.responsive-picture.picture-15 {
    position: relative;
    top: 1%;
    bottom: 1%;
    min-width: 35%;
  }

  div.responsive-picture.picture-16 {
    position: relative;
    right: -15%;
    min-width: 90%;
    max-width: 35.149385%;
  }

  div.responsive-picture.picture-17 {
    position: relative;
    right: -31.5%;
    min-width: 100%;
  }

  div.responsive-picture.picture-18 {
    position: relative;
    right: -19%;
    min-width: 0;
    min-height: 0;
    max-width: 203px;
    height: 625%;
  }

  div.responsive-picture.picture-18 > picture {
    height: 625%;
  }

  div.responsive-picture.picture-19 {
    position: relative;
    right: -5%;
    padding-right: 0;
    min-width: 90%;
  }

  div.responsive-picture.picture-20 {
    min-width: 100%;
  }

  div.responsive-picture.picture-21 {
    min-width: 100%;
  }

  div.responsive-picture.picture-22 {
    bottom: 0;
    min-width: 100%;
  }

  div.responsive-picture.picture-23 {
    position: relative;
    bottom: -20px;
    min-width: 100%;
  }

  div.responsive-picture.picture-24 {
    min-width: 100%;
  }

  div.responsive-picture.picture-25 {
    min-width: 100%;
  }

  div.responsive-picture.picture-13 {
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 91.5rem) {
  /* Text Elements */

  p.paragraph.paragraph-4 {
    top: 3%;
  }

  /* Layout Elements */

  .container.sd-two-cols {
    display: grid;
  }

  .container.sd-three-cols {
    border: 0 solid #ff0a0a;
  }

  div.responsive-picture.picture-7 {
    right: 0;
    left: 4px;
    min-width: 122%;
  }

  div.responsive-picture.picture-12 {
    top: 0;
    left: 0;
  }

  div.responsive-picture.picture-5 {
    min-width: 100%;
  }

  video.html-video-2 {
    width: 100%;
  }

  video.html-video-3 {
    width: 100%;
  }

  video.html-video-4 {
    width: 100%;
  }

  div.responsive-picture.picture-22 {
    max-width: 45.248869%;
  }
}

@media screen and (min-width: 94rem) {
  /* Text Elements */

  h3.main-heading {
    background-color: #fff;
  }

  p.paragraph.paragraph-1 {
    max-width: 1000px;
  }

  p.paragraph.paragraph-2 {
    margin-top: 27px;
    margin-bottom: 0;
    max-width: 429px;
    text-align: center;
  }

  p.paragraph span.paragraph-text-1 {
    font-family: 'Roboto', cursive;
  }

  p.paragraph.paragraph-8 {
    text-align: center;
  }

  p.paragraph.paragraph-9 {
    text-align: left;
  }

  /* Layout Elements */

  body.body-1 {
    border-width: 0;
    background-color: #fff;
  }

  body.body-2 {
    background-color: #fff;
  }

  body.body-3 {
    background-color: #fff;
  }

  body.body-4 {
    background-color: #fff;
  }

  body.body-6 {
    background-color: #fff;
  }

  body.body-7 {
    background-color: #fff;
  }

  body.body-8 {
    background-color: #fff;
  }

  body.body-9 {
    background-color: #fff;
  }

  body.body-5 {
    background-color: #fff;
  }

  body.body-10 {
    background-color: #fff;
  }

  .container.gallery {
    background-image: url('../images/tarmac.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.header-image {
    min-height: 400px;
    background-image: url('../images/race_dash_long.jpg');
  }

  .container.column-1 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    padding-right: 0;
    padding-left: 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.column-2 {
    position: -webkit-sticky;
    position:         sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    vertical-align: middle;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.location {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.row-2 {
    display: block;
    max-width: 1000px;
  }

  .container.activities-buttons.small-width {
    display: inline;
    padding-top: 0;
    padding-right: 0;
    text-align: center;
  }

  .container.container-4 {
    min-width: 0;
  }

  .container.column-type.header {
    background-color: #fff;
  }

  .container.column-type.custom-430-small-12.custom-768-medium-9.navigation {
    background-color: #fff;
  }

  .container.social-icons-container {
    background-color: #fff;
  }

  .container.column-type.custom-430-small-12.custom-768-medium-3 {
    background-color: #fff;
  }

  .container.column-type {
    background-color: #fff;
  }

  .container.background-row.row-type {
    background-color: #fff;
  }

  .container.sd-two-cols {
    border-color: transparent;
  }

  .container.sd-three-cols {
    border-width: 0;
    background-color: #fff;
  }

  .container.full-width.row-type {
    background-color: #fff;
  }

  .container.row-type {
    background-color: #fff;
  }

  .container.nav-row.row-type {
    background-color: #fff;
  }

  .container.container-6 {
    background-color: #fff;
  }

  .container.column-type.footer {
    background-color: #fff;
  }

  .container.column-type.header-cover {
    background-color: #fff;
  }

  .container.column-3.column-type {
    background-color: #fff;
  }

  .container.container-7 {
    background-color: #fff;
  }

  .container.container-8 {
    background-color: #fff;
  }

  .container.container-9 {
    background-color: #fff;
  }

  .container.container-5 {
    background-color: #fff;
  }

  .container.container-15 {
    background-color: #fff;
  }

  .container.container-16 {
    background-color: #fff;
  }

  .container.container-13 {
    background-color: #fff;
  }

  .container.column-type.gallery {
    width: 100%;

    -webkit-transform-style: flat;
       -moz-transform-style: flat;
            transform-style: flat;
  }

  div.responsive-picture.picture-1 > picture > img {
    -o-object-position: 50% center;
       object-position: 50% center;
    -o-object-fit: fill;
       object-fit: fill;
  }

  div.responsive-picture.picture-1 {
    max-width: 317px;
  }

  .html-element.html-element-1 {
    float: none;
  }

  a.responsive-picture.picture-link-1 {
    min-width: 500px;
    max-width: 600px;
    width: 100%;
  }

  a.link-button-image.activities-button.button.sighting {
    right: 21%;
    left: auto;
  }

  a.link-button-image.activities-button.button.camping {
    position: relative;
    right: -18%;
  }

  div.responsive-picture.picture-7 {
    right: 1%;
    left: 4%;
    min-width: 122%;
  }

  div.responsive-picture.picture-11 {
    left: 0;
    min-width: 36.082474%;
    max-width: 463.917526%;
    width: 99.896907%;
  }

  div.responsive-picture.picture-12 {
    top: 0;
    left: 2px;
    min-width: 400px;
    width: 970px;
  }

  div.responsive-picture.picture-14 {
    left: 0;
    min-width: 43.814433%;
    max-width: 100%;
    width: 100%;
  }

  div.responsive-picture.picture-22 {
    bottom: 0;
  }

  div.responsive-picture.picture-27 {
    position: relative;
    right: 0;
    left: 25%;
    max-width: 50%;
  }

  div.responsive-picture.picture-28 {
    position: relative;
    left: 25%;
    max-width: 50%;
  }

  video.html-video-2 {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  video.html-video-3 {
    width: 100%;
  }

  video.html-video-4 {
    width: 100%;
  }

  video.html-video-5 {
    position: static;
    left: 0;
    width: 100%;
  }

  div.responsive-picture.image-gallery-S {
    -webkit-transform: translateX(0px) rotateZ(0deg);
       -moz-transform: translateX(0px) rotateZ(0deg);
         -o-transform: translateX(0px) rotateZ(0deg);
            transform: translateX(0px) rotateZ(0deg);
  }

  div.responsive-picture.gallery-image-M {
    min-width: 150px;
    width: 27.1%;
    border-radius: 0;
    box-shadow: none;
  }
}