/* Text Elements */

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

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

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-1 {
  color: #693;
}

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

h3 span.heading-text-3 {
  color: #693;
}

h3 span.heading-text-10 {
  color: #693;
}

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;
}

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.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.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.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.footer {
  background-color: #fff;
  background-image: url('../images/soil.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.activities-buttons.column-type.row-type.small-width {
  background-color: #fff;
}

.container.header-image {
  min-height: 400px;
  width: 100%;
  background-image: url('../images/agri-dash.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

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

.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;
}

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-2 {
  min-width: 269px;
}

div.responsive-picture.picture-6 {
  position: relative;
  right: 0;
  max-width: 800px;
}

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

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-8 {
    color: #693;
  }

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

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

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

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

  h3 span.heading-text-3 {
    color: #693;
  }

  h3 span.heading-text-10 {
    color: #693;
  }

  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.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.column-3.column-type {
    background-color: #fff;
  }

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

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

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

  .container.column-type.footer {
    background-image: url('../images/soil.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.header-image {
    min-height: 400px;
    width: 100%;
    background-image: url('../images/agri-dash.jpg');
    background-attachment: scroll;
    background-position: 0 top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

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

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

  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-4 {
    min-width: 0;
    max-width: 50%;
  }
}

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

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

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

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

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

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

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

  h3 span.heading-text-3 {
    color: #693;
  }

  h3 span.heading-text-10 {
    color: #693;
  }

  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.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('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    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.column-type {
    background-color: #fff;
  }

  .container.column-type.footer {
    background-image: url('../images/soil.jpg');
  }

  .container.header-image {
    min-height: 400px;
    width: 100%;
    background-image: url('../images/agri-dash.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  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: #693;
  }

  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-7 {
    max-width: 300px;
  }

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

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

  div.responsive-picture.picture-6 {
    right: -250px;
  }

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

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

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

  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-8 {
    color: #693;
  }

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

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

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

  h3 span.heading-text-3 {
    color: #693;
  }

  h3 span.heading-text-10 {
    color: #693;
  }

  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.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.nav-row {
    background-color: #fdffff;
  }

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

  .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('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    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;
  }

  .container.column-type.footer {
    background-image: url('../images/soil.jpg');
  }

  .container.header-image {
    min-height: 400px;
    width: 100%;
    background-image: url('../images/agri-dash.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  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: #693;
  }

  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-7 {
    max-width: 250px;
  }

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

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

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

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

  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-8 {
    color: #693;
  }

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

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

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

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

  h3 span.heading-text-3 {
    color: #693;
  }

  h3 span.heading-text-10 {
    color: #693;
  }

  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.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.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('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    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.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.column-type.footer {
    background-image: url('../images/soil.jpg');
  }

  .container.header-image {
    min-height: 400px;
    width: 100%;
    background-image: url('../images/agri-dash.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  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;
  }

  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-2 {
    min-width: 100%;
    max-width: 50%;
  }

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

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

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

  div.responsive-picture.picture-11 {
    min-width: 70%;
  }

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

  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;
  }
}

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

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

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

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

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

  h3 span.heading-text-3 {
    color: #693;
  }

  h3 span.heading-text-10 {
    color: #693;
  }

  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-9 {
    background-color: #fff;
  }

  .container.footer {
    background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    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.nav-row.row-type {
    background-color: #fff;
  }

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

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

  .container.column-type.footer {
    background-image: url('../images/soil.jpg');
  }

  .container.header-image {
    min-height: 396px;
    width: 100%;
    background-image: url('../images/agri-dash.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  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-2 {
    min-width: 100%;
    max-width: 50%;
  }

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

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

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

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

  div.responsive-picture.picture-11 {
    min-width: 70%;
  }
}

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

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

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

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

  h3 span.heading-text-3 {
    color: #693;
  }

  h3 span.heading-text-10 {
    color: #693;
  }

  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.column-type {
    background-color: #fff;
  }

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

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

  .container.column-type.footer {
    background-image: url('../images/soil.jpg');
  }

  .container.header-image {
    min-height: 400px;
    width: 100%;
    background-image: url('../images/agri-dash.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

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

  .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: 68.5%;

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

  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-4 {
    position: relative;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 73%;
  }

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

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

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

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

  div.responsive-picture.picture-11 {
    min-width: 70%;
  }

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

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

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

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

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

  h3 span.heading-text-3 {
    color: #693;
  }

  h3 span.heading-text-10 {
    color: #693;
  }

  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-8 {
    text-align: center;
  }

  /* Layout Elements */

  .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.column-3.column-type {
    background-color: #fff;
  }

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

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

  .container.column-type.footer {
    background-image: url('../images/soil.jpg');
  }

  .container.header-image {
    min-height: 400px;
    width: 100%;
    background-image: url('../images/agri-dash.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  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: 70%;
  }

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

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

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

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

  div.responsive-picture.picture-11 {
    min-width: 70%;
  }
}

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

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

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

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

  h3 span.heading-text-3 {
    color: #693;
  }

  h3 span.heading-text-10 {
    color: #693;
  }

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

  /* Layout Elements */

  .container.column-type.footer {
    background-image: url('../images/soil.jpg');
    background-size: cover;
  }

  .container.header-image {
    min-height: 395px;
    width: 100%;
    background-image: url('../images/agri-dash.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;
  }

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

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

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

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

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

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

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

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

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

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

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

  h3 span.heading-text-9 {
    color: #693;
  }

  h3 span.heading-text-10 {
    color: #693;
  }

  h3 span.heading-text-2 {
    color: #693;
  }

  h3 span.heading-text-3 {
    color: #693;
  }

  h3 span.heading-text-4 {
    color: #693;
  }

  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 span.paragraph-text-3 {
    font-size: 1.375rem;
  }

  p.paragraph span.paragraph-text-4 {
    font-size: 1.375rem;
  }

  p.paragraph span.paragraph-text-6 {
    font-size: 1.375rem;
  }

  p.paragraph span.paragraph-text-7 {
    font-size: 1.375rem;
  }

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

  /* 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-7 {
    background-color: #fff;
  }

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

  .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.row-2 {
    display: block;
    max-width: 1000px;
  }

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

  .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.full-width.row-type {
    background-color: #fff;
  }

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

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

  .container.column-type.footer {
    background-color: #fff;
    background-image: url('../images/soil.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container.column-type.header-cover {
    float: none;
    background-color: #fff;
    background-image: url('../images/agri-dash.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

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

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

    background-blend-mode: normal;
  }

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

  .container.container-2 {
    padding-right: 0;
  }

  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%;
  }

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

  div.responsive-picture.picture-6 {
    position: relative;
    right: -305px;
    display: inline;
    max-width: 800px;
    width: 100%;
    height: auto;

    justify-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100auto;
       -moz-box-flex: 1;
        -ms-flex: 1 100auto;
            flex: 1 100auto;
  }

  div.responsive-picture.picture-6 > picture {
    height: auto;
  }

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

  div.responsive-picture.picture-8 {
    position: relative;
    top: 0;
    right: 1%;
    left: 4%;
    min-width: 118%;
    min-height: 200px;
    max-width: 36.7%;
    width: 1%;
  }

  div.responsive-picture.picture-11 {
    min-width: 120%;
  }

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

  a.responsive-picture.picture-link-2 {
    min-width: 80%;
  }
}