@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,300,400,400italic);
@import url(https://fonts.googleapis.com/css?family=La+Belle+Aurore);
html, body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3em; }

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3em; }

h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em; }

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3em; }

h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3em; }

h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3em;
  text-transform: uppercase; }

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5em; }

em {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: Italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5em/26px; }

b, strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5em/26px; }

table td {
  border-bottom: 1px solid #010101; }

.tract-list td {
  border-bottom: none !important; }

header {
  background: url("../images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 0 0 210px 0; }
  header .mobile-menu {
    background: #3A4323;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 34px 0 34px 20px;
    display: none; }
    header .mobile-menu .mobile-menu-slide-open i, header .mobile-menu .mobile-menu-slide-close i {
      color: #fff;
      margin: 0 0 0 20px;
      -webkit-text-stroke: 2px #3A4323; }
    header .mobile-menu ul li {
      margin: 0 0 16px 0; }
      header .mobile-menu ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px; }
      header .mobile-menu ul li ul {
        display: none;
        margin: 30px 0 40px 20px; }
  header .header-blocks-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    header .header-blocks-container:after {
      content: " ";
      display: block;
      clear: both; }
    header .header-blocks-container .logo {
      float: left;
      position: relative;
      z-index: 20; }
    header .header-blocks-container .search {
      float: right;
      position: relative;
      z-index: 2;
      margin: 16px 16px 0 0; }
      @media (max-width: 850px) {
        header .header-blocks-container .search {
          display: none; } }
      header .header-blocks-container .search form div {
        display: inline; }
        header .header-blocks-container .search form div .form-search {
          border: none;
          padding: 6px 6px;
          font-size: 12px;
          width: 180px; }
        header .header-blocks-container .search form div .form-submit {
          border: none;
          padding: 6px 20px;
          background: #5D6C37;
          color: #fff;
          font-size: 12px;
          position: relative;
          left: -3px; }
    header .header-blocks-container .mobile-menu-toggle {
      background: #5D6C37;
      float: right;
      padding: 10px;
      margin: 30px 20px 0 0;
      position: relative;
      z-index: 999; }
      @media (min-width: 850px) {
        header .header-blocks-container .mobile-menu-toggle {
          display: none; } }
      header .header-blocks-container .mobile-menu-toggle p {
        display: inline;
        color: #fff;
        margin: 0 6px 0 0; }
      header .header-blocks-container .mobile-menu-toggle i {
        color: #fff;
        font-size: 20px; }
    header .header-blocks-container .green-menu {
      float: right;
      background: #5D6C37;
      padding: 20px 26px;
      position: relative;
      z-index: 20; }
      @media (max-width: 850px) {
        header .header-blocks-container .green-menu {
          display: none; } }
      header .header-blocks-container .green-menu ul li {
        text-align: center;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border-bottom: solid 1px #fff; }
        header .header-blocks-container .green-menu ul li:last-child {
          border-bottom: 0;
          margin: 0;
          padding: 0; }
        header .header-blocks-container .green-menu ul li a {
          color: #fff;
          text-decoration: none; }
  header .navigation {
    background: #fff;
    position: relative;
    top: -92px;
    z-index: 15; }
    @media (max-width: 850px) {
      header .navigation {
        display: none; } }
    header .navigation .navigation-container {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      header .navigation .navigation-container:after {
        content: " ";
        display: block;
        clear: both; }
      header .navigation .navigation-container ul {
        padding: 0;
        margin: 0 0 0 150px;
        list-style: none;
        position: relative; }
        header .navigation .navigation-container ul li {
          display: inline-block;
          margin: 0 26px 0 0;
          padding: 15px 0; }
          @media (max-width: 930px) {
            header .navigation .navigation-container ul li {
              margin: 0 14px 0 0; } }
          header .navigation .navigation-container ul li:last-child {
            margin: 0; }
          header .navigation .navigation-container ul li a {
            color: #536130;
            text-decoration: none;
            display: block; }
          header .navigation .navigation-container ul li:hover > ul {
            display: inline-block; }
          header .navigation .navigation-container ul li ul {
            display: none;
            position: absolute;
            top: 45px;
            /* the height of the main nav */
            margin: 0;
            background: #5D6C37; }
            header .navigation .navigation-container ul li ul:hover > ul {
              display: inline-block; }
            header .navigation .navigation-container ul li ul li {
              float: none;
              display: block;
              position: relative;
              padding: 0;
              margin: 0; }
              header .navigation .navigation-container ul li ul li a {
                color: #fff;
                display: block;
                padding: 10px 12px;
                border-bottom: solid 1px #BBC0AC;
                margin: 0; }
  header .header-statement {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    header .header-statement:after {
      content: " ";
      display: block;
      clear: both; }
    header .header-statement h1 {
      font-family: 'La Belle Aurore', cursive;
      font-size: 5em;
      color: #fff;
      text-align: center;
      text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.85);
      margin: 110px 0 0 0; }

#block-front-page-background-block {
  display: none; }

.header-where-is-this {
  position: absolute;
  bottom: 30px;
  right: 30px; }
  .header-where-is-this a {
    color: #fff; }
    .header-where-is-this a i {
      float: left;
      font-size: 34px;
      vertical-align: middle;
      padding-top: 6px;
      margin: 0 12px 0 0; }
    .header-where-is-this a p {
      float: left; }

.where-is-this-image {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%; }
  .where-is-this-image:nth-child(2n+1) {
    width: 49.15254%;
    float: right;
    margin-right: 0; }

.featured-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px; }
  .featured-content:after {
    content: " ";
    display: block;
    clear: both; }
  .featured-content .content-well {
    width: 50%;
    float: left;
    margin-right: 1.69492%; }
    @media (max-width: 1156px) {
      .featured-content .content-well {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%; }
        .featured-content .content-well:nth-child(2) {
          width: 49.15254%;
          float: right;
          margin-right: 0; } }
    @media (max-width: 557px) {
      .featured-content .content-well {
        width: 100%;
        float: right;
        margin-right: 0; }
        .featured-content .content-well:nth-child(2) {
          width: 100%;
          float: right;
          margin-right: 0;
          margin-top: 20px; } }
    .featured-content .content-well:last-child {
      width: 32.20339%;
      float: right;
      margin-right: 0; }
    @media (max-width: 1156px) {
      .featured-content .content-well:last-child {
        margin-top: 20px;
        width: 100%;
        float: right;
        margin-right: 0; } }
    .featured-content .content-well .content-container {
      background: #F6F6F6;
      border-radius: 4px;
      box-shadow: 0 2px 3px rgba(207, 207, 207, 0.75);
      overflow: hidden; }
      .featured-content .content-well .content-container h2 {
        font-weight: 300;
        font-size: 22px;
        margin: 16px 0 0 0;
        color: #29432b;
        padding: 0 0 20px 16px;
        border-bottom: solid 1px #EBE9E9; }
      .featured-content .content-well .content-container a {
        text-decoration: none; }
        .featured-content .content-well .content-container a h2 {
          font-weight: 300;
          font-size: 22px;
          margin: 16px 0 0 0;
          color: #29432b;
          padding: 0 0 20px 16px;
          border-bottom: solid 1px #EBE9E9; }

      /*   .featured-content .content-well .content-container .facebook-container {
      max-height: 458px;
        overflow-y: scroll;  }
        .featured-content .content-well .content-container .facebook-container .social-feed-element {
          background: #fff;
          margin: 0 0 30px 0;
          padding: 0 0 20px 0; }
          .featured-content .content-well .content-container .facebook-container .social-feed-element img {
            max-width: 100%; }
          .featured-content .content-well .content-container .facebook-container .social-feed-element .content {
            padding: 15px; }
            .featured-content .content-well .content-container .facebook-container .social-feed-element .content .social-feed-text {
              font-weight: 300; }
          .featured-content .content-well .content-container .facebook-container .social-feed-element .like-comment {
            margin-left: 16px;
            margin-top: 12px; } */

      .featured-content .content-well .content-container .upcoming-events {
        margin: 20px 0 0 0;
        padding: 0 20px; }
        .featured-content .content-well .content-container .upcoming-events .event {
          margin: 0 0 30px 0;
          padding: 0 0 30px 0;
          border-bottom: solid 1px #CCD2D0; }
          .featured-content .content-well .content-container .upcoming-events .event:last-child {
            margin: 0;
            padding: 0;
            border: 0; }
          .featured-content .content-well .content-container .upcoming-events .event h4 {
            font-weight: 400;
            font-size: 16px;
            margin: 0 0 10px 0; }
            .featured-content .content-well .content-container .upcoming-events .event h4 a {
              text-decoration: none;
              color: #423A50; }
          .featured-content .content-well .content-container .upcoming-events .event p {
            color: #2C3A4A;
            font-weight: 300; }
      .featured-content .content-well .content-container a.view-all-events {
        margin: 20px 0;
        padding: 20px 0 0 20px;
        text-decoration: none;
        color: #26264C;
        display: inherit;
        font-weight: 300;
        border-top: solid 1px #EEECEC; }
      .featured-content .content-well .content-container .newsletter-signup {
        margin: 20px; }
        .featured-content .content-well .content-container .newsletter-signup form .email_fields .long {
          border: none;
          padding: 8px 6px;
          font-size: 12px;
          font-size: 14px;
          width: 62%;
          border-radius: 4px;
          background: #D3D3D3; }
        .featured-content .content-well .content-container .newsletter-signup form .email_fields .form_button {
          border: none;
          padding: 8px 20px;
          background: #5D6C37;
          font-size: 14px;
          color: #fff;
          border-radius: 4px;
          margin: 0 0 0 2px;
          width: 28%; }
      .featured-content .content-well .content-container .featured-news {
        margin: 20px 0 0 0;
        padding: 0 20px; }
        .featured-content .content-well .content-container .featured-news .news-article {
          margin: 0 0 20px 0;
          padding: 0 0 20px 0;
          border-bottom: solid 1px #CCD2D0; }
          .featured-content .content-well .content-container .featured-news .news-article:last-child {
            margin: 0;
            padding: 0;
            border: 0; }
          .featured-content .content-well .content-container .featured-news .news-article h4 {
            font-weight: 400;
            font-size: 16px;
            margin: 0 0 10px 0; }
            .featured-content .content-well .content-container .featured-news .news-article h4 a {
              text-decoration: none;
              color: #423A50; }
          .featured-content .content-well .content-container .featured-news .news-article p {
            color: #2C3A4A;
            font-weight: 300; }
    .featured-content .content-well .content-container.newsletter {
      margin: 0 0 20px 0; }

.fw-banner {
  background: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0; }
  .fw-banner .banner-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .fw-banner .banner-container:after {
      content: " ";
      display: block;
      clear: both; }
    .fw-banner .banner-container h2 {
      text-align: center;
      color: #fff;
      font-size: 48px;
      font-style: italic; }
    .fw-banner .banner-container hr {
      width: 25%;
      margin: 20px auto; }
    .fw-banner .banner-container p {
      text-align: center;
      color: #fff;
      line-height: 2em; }

footer.footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  footer.footer:after {
    content: " ";
    display: block;
    clear: both; }
  footer.footer .seal-banner {
    margin: 60px auto;
    display: block; }
  footer.footer .footer-logos {
    overflow: hidden;
    text-align: center; }
    footer.footer .footer-logos .logo {
          width: 16.3%;
          display: inline-block; }
      @media (max-width: 590px) {
        footer.footer .footer-logos .logo {
          display: block;
          padding-top: 20px;
          margin: auto;} }
      footer.footer .footer-logos .logo a img {
        max-width: 100%; }
        @media (max-width: 590px) {
          footer.footer .footer-logos .logo a img {
            display: block;
            margin: 0 auto; } }
      footer.footer .footer-logos .logo a img.state-lands {
        max-height: 100px;
        width: auto; }
  footer.footer .footer-links {
    margin: 50px 0 0 0; }
    footer.footer .footer-links ul {
      list-style: none;
      text-align: center; }
      footer.footer .footer-links ul li {
        display: inline; }
        @media (max-width: 456px) {
          footer.footer .footer-links ul li {
            display: block;
            margin: 16px 0; } }
        footer.footer .footer-links ul li:after {
          content: "|";
          margin: 0 30px;
          font-weight: 300; }
          @media (max-width: 456px) {
            footer.footer .footer-links ul li:after {
              content: "";
              margin: 0; } }
        footer.footer .footer-links ul li:last-child:after {
          content: ""; }
        footer.footer .footer-links ul li a {
          text-decoration: none;
          color: #2C2C2C;
          font-weight: 300; }
  footer.footer .copyright {
    text-align: center;
    margin: 50px; }
    footer.footer .copyright p {
      font-weight: 300;
      font-size: 13px; }

body.subpage {
  background: url("../images/sub_bg.png");
  background-size: 100%;
  background-repeat: no-repeat; }
  body.subpage header {
    background: none;
    padding: 0; }
  body.subpage .content-container {
    position: relative;
    z-index: 10;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -56px; }
    body.subpage .content-container:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 850px) {
      body.subpage .content-container {
        margin-top: 0; } }
    body.subpage .content-container .content h1 {
      text-align: center;
      margin: 0 0 40px 0;
      font-weight: 300;
      font-size: 38px; }
    body.subpage .content-container .content article .align-right {
      float: right;
      margin: 0 0 10px 30px; }
    body.subpage .content-container .content article .align-left {
      float: left;
      margin: 0 30px 10px 0; }
    body.subpage .content-container .content article .align-center {
      display: block;
      margin: 0 auto; }
    body.subpage .content-container .content article h1, body.subpage .content-container .content article h2, body.subpage .content-container .content article h3, body.subpage .content-container .content article h4, body.subpage .content-container .content article h5, body.subpage .content-container .content article h6 {
      margin: 0 0 10px 0;
      font-weight: 400; }
    body.subpage .content-container .content article p {
      font-weight: 300;
      margin-bottom: 22px; }
    body.subpage .content-container .content article a {
      color: #121212; }
    body.subpage .content-container .content article ul {
      padding: 0 0 0 10px;
      list-style: inherit;
      margin: 0 0 30px 40px; }
      body.subpage .content-container .content article ul li {
        margin: 12px 0; }
        body.subpage .content-container .content article ul li a {
          font-weight: 300; }

table.map-table tbody tr td {
  padding: 0 0 12px 0; }
  table.map-table tbody tr td a {
    font-weight: 300; }

span.map-number {
  background: #D7282F;
  padding: 0 5px;
  font-weight: bold;
  color: #fff;
  margin: 0 12px 0 0;
  font-size: 18px; }
  span.map-number.two {
    padding: 0 1px; }

.form-item-field-name-form-0-value, .js-form-item-field-email-form-0-value, .js-form-item-field-message-form-0-value {
  margin-bottom: 20px; }

.form-item-field-name-form-0-value label, .js-form-item-field-email-form-0-value label, .js-form-item-field-message-form-0-value label {
  display: block; }

.js-form-item-field-message-form-0-value textarea {
  width: 60%;
  height: 180px; }

.subpage .upcoming-events .event {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #CCD2D0; }
  .subpage .upcoming-events .event:last-child {
    border: none;
    padding: 0;
    margin: 0; }
  .subpage .upcoming-events .event h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 8px 0; }
    .subpage .upcoming-events .event h4 a {
      color: #242424;
      text-decoration: none; }
  .subpage .upcoming-events .event p {
    font-weight: 300; }
.subpage .featured-news .news-article {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #CCD2D0; }
  .subpage .featured-news .news-article:last-child {
    border: none;
    padding: 0;
    margin: 0; }
  .subpage .featured-news .news-article h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 8px 0; }
    .subpage .featured-news .news-article h4 a {
      color: #242424;
      text-decoration: none; }
  .subpage .featured-news .news-article p {
    font-weight: 300; }

.lSSlideOuter {
  width: 700px;
  display: block;
  margin: 0 auto 40px auto;
  text-align: center; }
  .lSSlideOuter #lightSlider {
    margin: 0;
    padding: 0;
    list-style: none; }
    .lSSlideOuter #lightSlider li img {
      max-width: 100%; }
    .lSSlideOuter #lightSlider li p {
      max-width: 700px; }
  .lSSlideOuter .lSPager {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important; }
    .lSSlideOuter .lSPager li {
      border-radius: 0 !important; }
      .lSSlideOuter .lSPager li:last-child {
        margin-right: 0 !important; }
      .lSSlideOuter .lSPager li a img {
        height: 75px !important;
        width: auto !important; }

img, video {
  max-width: 100%;
  height: auto; }

/* .facebook-container a {
  color: #42619F; } */

.fb-like-link {
  margin: 0 16px 0 0; }

.lSSlideOuter p {
  margin: 10px !important; }

.block {
  display: block !important; }

#block-forever-wild-content .search-form {
  margin: 0 0 20px 0; }
  #block-forever-wild-content .search-form .search-help-link {
    display: none; }
  #block-forever-wild-content .search-form .search-advanced {
    display: none; }
#block-forever-wild-content ol {
  margin: 20px 0 0 0; }
  #block-forever-wild-content ol li {
    margin: 0 0 20px 0; }
    #block-forever-wild-content ol li h3 a {
      color: #5D6C37; }

/* Login Form Styling */
form.user-login-form {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1em;
}
form.user-login-form input[type=submit] {cursor: pointer;}