/* Minification failed. Returning unminified contents.
(3,1): run-time error CSS1019: Unexpected token, found '@import'
(3,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Mukta+Mahee:300,500")'
(1299,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1300,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1318,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1319,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1337,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1338,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1352,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1353,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1364,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1365,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1383,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1384,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1421,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(1422,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1439,1): run-time error CSS1019: Unexpected token, found '}'
(2100,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2101,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2115,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2116,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2851,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2852,8): run-time error CSS1035: Expected colon, found '{'
(5951,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5952,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5960,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5961,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Mukta+Mahee:300,500");
* {
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.text-center {
  text-align: center;
}

body {
  font-family: 'proxima-nova', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

p {
  font-size: 16px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
  .state-parks-cta p {
    display: none;
  }
}

.button {
  font-size: 17px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  border-radius: 0;
  border: 0;
  text-decoration: none;
  font-family: 'proxima-nova';
}

.button.border.white {
  border: 1px solid white;
}

.button.white {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 10px 45px;
  transition: all 0.5s ease;
}

.button.white:hover {
  background: white;
  color: #0d5d66;
}

/*
    ::SASS Grid
*/
.lg-1 {
  width: 8.333%;
  flex-basis: 8.333%;
}

.lg-2 {
  width: 16.666%;
  flex-basis: 16.666%;
}

.lg-3 {
  width: 24.999%;
  flex-basis: 24.999%;
}

.lg-4 {
  width: 33.332%;
  flex-basis: 33.332%;
}

.lg-5 {
  width: 41.665%;
  flex-basis: 41.665%;
}

.lg-6 {
  width: 49.998%;
  flex-basis: 49.998%;
}

.lg-7 {
  width: 58.331%;
  flex-basis: 58.331%;
}

.lg-8 {
  width: 66.664%;
  flex-basis: 66.664%;
}

.lg-9 {
  width: 74.997%;
  flex-basis: 74.997%;
}

.lg-10 {
  width: 83.33%;
  flex-basis: 83.33%;
}

.lg-11 {
  width: 91.663%;
  flex-basis: 91.663%;
}

.lg-12 {
  width: 99.996%;
  flex-basis: 99.996%;
}

@media screen and (max-width: 1350px) {
  .tb-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }
  .tb-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }
  .tb-3 {
    width: 24.999%;
    flex-basis: 24.999%;
  }
  .tb-4 {
    width: 33.332%;
    flex-basis: 33.332%;
  }
  .tb-5 {
    width: 41.665%;
    flex-basis: 41.665%;
  }
  .tb-6 {
    width: 49.998%;
    flex-basis: 49.998%;
  }
  .tb-7 {
    width: 58.331%;
    flex-basis: 58.331%;
  }
  .tb-8 {
    width: 66.664%;
    flex-basis: 66.664%;
  }
  .tb-9 {
    width: 74.997%;
    flex-basis: 74.997%;
  }
  .tb-10 {
    width: 83.33%;
    flex-basis: 83.33%;
  }
  .tb-11 {
    width: 91.663%;
    flex-basis: 91.663%;
  }
  .tb-12 {
    width: 99.996%;
    flex-basis: 99.996%;
  }
}

@media screen and (max-width: 1000px) {
  .md-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }
  .md-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }
  .md-3 {
    width: 24.999%;
    flex-basis: 24.999%;
  }
  .md-4 {
    width: 33.332%;
    flex-basis: 33.332%;
  }
  .md-5 {
    width: 41.665%;
    flex-basis: 41.665%;
  }
  .md-6 {
    width: 49.998%;
    flex-basis: 49.998%;
  }
  .md-7 {
    width: 58.331%;
    flex-basis: 58.331%;
  }
  .md-8 {
    width: 66.664%;
    flex-basis: 66.664%;
  }
  .md-9 {
    width: 74.997%;
    flex-basis: 74.997%;
  }
  .md-10 {
    width: 83.33%;
    flex-basis: 83.33%;
  }
  .md-11 {
    width: 91.663%;
    flex-basis: 91.663%;
  }
  .md-12 {
    width: 99.996%;
    flex-basis: 99.996%;
  }
}

@media screen and (max-width: 805px) {
  .sm-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }
  .sm-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }
  .sm-3 {
    width: 24.999%;
    flex-basis: 24.999%;
  }
  .sm-4 {
    width: 33.332%;
    flex-basis: 33.332%;
  }
  .sm-5 {
    width: 41.665%;
    flex-basis: 41.665%;
  }
  .sm-6 {
    width: 49.998%;
    flex-basis: 49.998%;
  }
  .sm-7 {
    width: 58.331%;
    flex-basis: 58.331%;
  }
  .sm-8 {
    width: 66.664%;
    flex-basis: 66.664%;
  }
  .sm-9 {
    width: 74.997%;
    flex-basis: 74.997%;
  }
  .sm-10 {
    width: 83.33%;
    flex-basis: 83.33%;
  }
  .sm-11 {
    width: 91.663%;
    flex-basis: 91.663%;
  }
  .sm-12 {
    width: 99.996%;
    flex-basis: 99.996%;
  }
}

@media screen and (max-width: 510px) {
  .xs-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }
  .xs-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }
  .xs-3 {
    width: 24.999%;
    flex-basis: 24.999%;
  }
  .xs-4 {
    width: 33.332%;
    flex-basis: 33.332%;
  }
  .xs-5 {
    width: 41.665%;
    flex-basis: 41.665%;
  }
  .xs-6 {
    width: 49.998%;
    flex-basis: 49.998%;
  }
  .xs-7 {
    width: 58.331%;
    flex-basis: 58.331%;
  }
  .xs-8 {
    width: 66.664%;
    flex-basis: 66.664%;
  }
  .xs-9 {
    width: 74.997%;
    flex-basis: 74.997%;
  }
  .xs-10 {
    width: 83.33%;
    flex-basis: 83.33%;
  }
  .xs-11 {
    width: 91.663%;
    flex-basis: 91.663%;
  }
  .xs-12 {
    width: 99.996%;
    flex-basis: 99.996%;
  }
}

.col {
  float: left;
}

.col .col-inner {
  padding: 10px;
  float: none;
}

.col .col-inner.btn-align-bottom {
  margin-top: 20px;
}

.col .col-inner.bottom-top-none {
  padding-bottom: 0;
  padding-top: 0;
}

.col .col-inner.no-left-padding {
  padding-left: 0;
}

.col .col-inner.no-right-padding {
  padding-right: 0;
}

.col .col-inner.no-bottom-padding {
  padding-bottom: 0;
}

.col .col-inner.no-top-padding {
  padding-top: 0;
}

.col .col-item {
  float: none;
  padding: 5px 10px 5px 0;
}

.fl {
  float: right;
}

.grid-row:after {
  content: "";
  display: block;
  clear: both;
}

.grid-row a.col {
  display: block;
}

.grid-row.flex-grid {
  display: flex;
  flex-wrap: wrap;
}

.grid-row.flex-grid .col {
  flex-direction: column;
}

.grid-row.flex-grid .col .col-inner {
  height: calc(100% - 20px);
}

.main-nav.full-width-nav {
  width: 100%;
}

header {
  position: relative;
  z-index: 100;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1200px) {
  header .header-inner {
    transition: transform 300ms;
  }
  header .header-inner.hide-fixed-menu {
    transform: translateY(-100%);
  }
}

header .search-container {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  header .search-container {
    overflow: hidden;
  }
}

@media screen and (min-width: 1025px) {
  header .search-container {
    width: 246px;
    padding: 13px 5px 5px;
  }
}

header .search-container .search-inner {
  *zoom: 1;
  position: relative;
  width: 100%;
}

header .search-container .search-inner:before, header .search-container .search-inner:after {
  content: " ";
  display: table;
}

header .search-container .search-inner:after {
  clear: both;
}

@media screen and (max-width: 1024px) {
  header .search-container .search-inner {
    float: left;
  }
}

@media screen and (min-width: 1025px) {
  header .search-container .search-inner {
    padding: 0;
  }
}

header .search-container .search-inner:after {
  position: absolute;
  content: "";
  display: block;
  float: left;
  right: -30px;
  top: 0;
  height: 0;
  z-index: 2;
  border-width: 18px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #57733c;
}

@media screen and (max-width: 1024px) {
  header .search-container .search-inner:after {
    left: initial;
    right: -25px;
    border-width: 20px;
  }
}

header .search-container input {
  height: 40px;
  width: calc(100% - 47px);
  float: left;
  border: 0;
  background: #57733c;
  padding-left: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  header .search-container input {
    height: 36px;
    width: calc(100% - 38px);
  }
}

header .search-container input.placeholder {
  color: white;
}

header .search-container input:-moz-placeholder {
  color: white;
}

header .search-container input::-moz-placeholder {
  color: white;
}

header .search-container input::-webkit-input-placeholder {
  color: white;
}

header .search-container input:-ms-input-placeholder {
  color: white;
}

header .search-container button {
  width: 32px;
  height: 40px;
  background: #57733c;
  border: 0;
  padding: 0;
  float: left;
}

@media screen and (min-width: 1025px) {
  header .search-container button {
    height: 36px;
    padding-top: 3px;
  }
}

header .search-container button svg {
  width: 21px;
  height: 28px;
  fill: white;
  transform: scale(-1, 1);
}

@media screen and (min-width: 1025px) {
  header .search-container button svg {
    width: 21px;
    height: 25px;
  }
}

@media screen and (min-width: 1080px) {
  header {
    background: #72964d;
  }
  header .mobile-toggle {
    display: none;
  }
  header .header-inner {
    text-align: center;
  }
  header .main-nav {
    position: relative;
    margin: 0 0 -7px 0;
  }
  header .main-nav ul.nav-list {
    display: flex !important;
    list-style: none;
    margin-bottom: -5px;
    margin-top: -5px;
    justify-content: center;
  }
  header .main-nav:after {
    content: "";
    display: block;
    clear: both;
  }
  header .header-item {
    float: left;
    padding: 0;
    display: flex !important;
  }
  header .header-item.home-logo-item a {
    width: 185px;
  }
  header .header-item.home-logo-item a img, header .header-item.home-logo-item a svg {
    position: absolute;
    bottom: 15px;
    left: 0;
    max-width: 175px;
    max-height: 80px;
  }
  header .header-item .menu-toggle {
    display: none;
  }
  header .header-item a {
    border-right: 1px solid #fff;
    display: block;
    position: relative;
    margin: 15px 0;
    width: 175px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 350ms;
  }
  header .header-item a div {
    width: 100%;
    text-align: center;
  }
  header .header-item a svg, header .header-item a img {
    max-width: 70px;
    max-height: 70px;
    fill: white;
  }
  header .header-item a svg path, header .header-item a svg polygon, header .header-item a img path, header .header-item a img polygon {
    fill: #fff;
  }
  header .header-item a span {
    margin-top: 4px;
    display: block;
  }
  header .header-item .sub-menu {
    display: none !important;
    position: absolute;
    left: 0px;
    top: 98%;
    width: 100%;
    padding: 20px;
    background: #0d5d66;
  }
  header .header-item .sub-menu a {
    padding: 0;
    margin: 0;
  }
  header .header-item:hover .sub-menu {
    display: block !important;
  }
  header .header-item:hover a.nav-item {
    background: #57723e;
  }
  header .header-item:nth-of-type(6) a {
    border-right: none;
  }
  header .nav-util {
    float: left;
    height: 110px;
    border-left: 1px solid #fff;
    padding: 0px 15px;
  }
  header .nav-util:last-of-type {
    border-left: 0;
  }
  header .home-logo {
    width: 175px;
    max-width: 175px;
    max-height: 80px;
  }
  header .header-item .sub-menu ul {
    margin-bottom: 15px;
    display: inline-block !important;
    list-style: none;
    vertical-align: top;
  }
  header .header-item .sub-menu ul li {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
  }
  header .header-item .sub-menu ul li ul {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    margin-top: 7px;
    border-top: 1px solid rgba(250, 250, 250, 0.3);
  }
  header .header-item .sub-menu ul li a {
    text-align: left;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    border-right: none;
  }
  header .header-item .sub-menu ul li a:hover {
    background: none;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1472px) {
  header .header-item a {
    width: 140px;
    padding-top: 10px;
  }
  header .header-item a div svg, header .header-item a div img {
    max-width: 40px;
    max-height: 50px;
  }
  header .header-item a div span {
    font-size: 13px;
  }
  header .header-item.home-logo-item a {
    width: 135px;
    max-height: 117px;
  }
  header .header-item.home-logo-item a svg, header .header-item.home-logo-item a img {
    width: 115px;
  }
}

@media screen and (max-width: 1079px) {
  header {
    background: #72964d;
  }
  header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .main-nav {
    border-top: 1px solid #fff;
    display: none;
  }
  header .header-item {
    position: relative;
  }
  header .header-item svg, header .header-item img {
    display: none;
  }
  header .header-item a.nav-item {
    display: block;
    width: calc(100% - 55px);
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px;
  }
  header .header-item .sub-menu {
    display: none;
    background: #0d5d66;
    padding: 10px;
    color: #fff;
  }
  header .header-item .sub-menu ul {
    list-style: none;
    margin-bottom: 7px;
    padding-bottom: 5px;
  }
  header .header-item .sub-menu ul li {
    font-size: 12px;
    margin: 4px 0;
  }
  header .header-item .sub-menu ul li a {
    font-size: 18px;
    color: #fff;
  }
  header .header-item .sub-menu ul.column {
    border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  }
  header .header-item .sub-menu ul.column li.has-sub {
    position: relative;
  }
  header .header-item .sub-menu ul.column li.has-sub ul {
    display: none;
  }
  header .header-item .sub-menu ul.column li.has-sub a {
    max-width: calc(100% - 25px);
  }
  header .header-item .sub-menu ul.column li.has-sub .toggle-sub-item {
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
  }
  header .header-item .sub-menu ul.column li.has-sub .toggle-sub-item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
  }
  header .header-item .menu-toggle {
    cursor: pointer;
  }
  header .header-item .menu-toggle:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  header .mobile-toggle {
    padding: 20px;
  }
  header .mobile-toggle img, header .mobile-toggle svg {
    max-height: 60px;
    max-width: 75px;
  }
  header .burger {
    position: relative;
    width: 32px;
    height: 32px;
    float: right;
    padding-top: 20px;
    cursor: pointer;
  }
  header .burger .bar {
    width: 32px;
    height: 2px;
    background-color: #fff;
    transform: rotate(0deg);
    transition: 0.5s;
  }
  header .burger .bar:nth-of-type(2) {
    margin-top: -10px;
  }
  header .burger .bar:nth-of-type(3) {
    margin-top: 15px;
  }
  header .burger.close .bar:nth-of-type(1) {
    animation: dissappear 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.close .bar:nth-of-type(2) {
    animation: squishTop 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.close .bar:nth-of-type(3) {
    animation: squishBottom 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.deactivate .bar:nth-of-type(1) {
    animation: dissappearRev 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.deactivate .bar:nth-of-type(2) {
    animation: squishTopRev 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.deactivate .bar:nth-of-type(3) {
    animation: squishBottomRev 0.7s ease;
    animation-fill-mode: forwards;
  }
}

.search-inner .predictiveSearchHolder {
  position: absolute;
  margin-top: 35px;
  max-height: 370px;
  overflow-y: auto;
}

.search-inner .predictiveSearchHolder .predictive-results {
  background: #fff;
  padding: 10px;
}

.search-inner .predictiveSearchHolder .predictive-results a {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.search-inner .predictiveSearchHolder .predictive-results a:hover {
  background: #ddd;
}

.search-inner .predictiveSearchHolder .predictive-results a:last-child {
  border-bottom: none;
}

@keyframes squishBottom {
  0% {
    margin-top: 17px;
    transform: rotate(0deg);
  }
  50% {
    margin-top: -1px;
    transform: rotate(0deg);
  }
  75% {
    margin-top: -1px;
    transform: rotate(0deg);
  }
  100% {
    margin-top: -1px;
    transform: rotate(-135deg);
  }
}

@keyframes squishTop {
  0% {
    margin-top: -10px;
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
}

@keyframes dissappear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dissappearRev {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    transform: rotate(-135deg);
  }
  50% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  100% {
    margin-top: 17px;
    transform: rotate(0deg);
  }
}

@keyframes squishTopRev {
  0% {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
  50% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  100% {
    margin-top: -10px;
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 767px) {
  @keyframes squishBottomRev {
    0% {
      margin-top: -3px;
      transform: rotate(-135deg);
    }
    50% {
      margin-top: -3px;
      transform: rotate(0deg);
    }
    75% {
      margin-top: -3px;
      transform: rotate(0deg);
    }
    100% {
      margin-top: 12px;
      transform: rotate(0deg);
    }
  }
  @keyframes squishTopRev {
    0% {
      margin-top: -3px;
      transform: rotate(-45deg);
    }
    50% {
      margin-top: -3px;
      transform: rotate(0deg);
    }
    75% {
      margin-top: -3px;
      transform: rotate(0deg);
    }
    100% {
      margin-top: -7px;
      transform: rotate(0deg);
    }
  }
}

footer {
  background: #0d5d66;
  color: white;
  *zoom: 1;
  padding: 50px 50px 30px;
}

footer:before, footer:after {
  content: " ";
  display: table;
}

footer:after {
  clear: both;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 15px 30px;
  }
}

footer .container {
  min-height: 400px;
}

footer .footer-main {
  width: 100%;
  float: left;
}

footer .footer-main .footer-logo {
  width: 320px;
  float: left;
}

@media screen and (max-width: 768px) {
  footer .footer-main .footer-logo {
    width: 100%;
  }
}

footer .footer-main .footer-logo img {
  width: 220px;
  height: 120px;
  margin: 0 auto 0;
  display: block;
}

footer .footer-main .footer-logo .usa-logo img {
  width: 220px;
  height: auto;
  margin: 0 auto;
}

footer .footer-main .footer-links {
  width: calc( 100% - 320px);
  float: left;
}

@media screen and (max-width: 768px) {
  footer .footer-main .footer-links {
    width: 100%;
  }
}

footer .footer-main .footer-links .links-column {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer .footer-main .footer-links .links-column li {
  padding: 5px 0;
}

footer .footer-main .footer-links .links-column li a {
  color: #ffffff;
}

footer .footer-main .footer-links .links-column li a:hover {
  text-decoration: underline;
}

footer .footer-main .footer-links.cols-4 .links-column {
  width: 25%;
  float: left;
}

@media screen and (max-width: 768px) {
  footer .footer-main .footer-links.cols-4 .links-column {
    width: auto;
    float: left;
    padding-left: 30px;
  }
}

footer .footer-bottom {
  width: 100%;
  float: left;
  margin-top: 30px;
}

footer .footer-bottom p {
  font-size: 15px;
}

.white-fade {
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .white-fade.bottom-fade {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: -250px;
    overflow: hidden;
    z-index: 2;
  }
  .white-fade.bottom-fade:after {
    content: "";
    position: absolute;
    top: -250px;
    width: 200%;
    left: -50%;
    height: 500px;
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #fff, #fff);
  }
  .white-fade.top-fade {
    position: relative;
    height: 70px;
    transform: translateY(65px);
    background-image: linear-gradient(white, white, transparent);
    z-index: 2;
  }
}

@media screen and (max-width: 1199px) {
  .white-fade.bottom-fade {
    position: relative;
    height: 30px;
    margin-top: -25px;
    background-image: linear-gradient(transparent, white);
    z-index: 2;
  }
}

.visitnh-alert {
  padding: 15px 10px 10px 10px;
  background: #145d67;
  color: #fff;
  text-align: center;
}

.visitnh-alert .alert-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.visitnh-alert .alert-title svg {
  max-width: 25px;
  max-height: 40px;
  vertical-align: middle;
  margin-right: 5px;
  fill: #fff;
}

.visitnh-alert .alert-title span.icon-rotate {
  display: inline-block;
  width: 25px;
  height: 40px;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}

.visitnh-alert p {
  max-width: 620px;
  font-size: 11px;
  line-height: 14px;
  margin: 0 auto;
}

.visitnh-alert p a {
  color: #fff;
  text-decoration: underline;
}

.search-header {
  width: 100%;
  padding: 15px 25px;
  background-color: #145d67;
  color: #fff;
}

.search-header .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.search-header .flex-container {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search-header .flex-container p {
  font-size: 16px;
  margin: 0;
  margin-right: 10px;
  height: auto;
}

.search-header .flex-container .explore-links {
  height: 30px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.search-header .flex-container .explore-links .season-link {
  display: inline-block;
  margin: 0px 5px;
  height: 30px;
  width: 30px;
}

.search-header .flex-container .explore-links .season-link:hover, .search-header .flex-container .explore-links .season-link:focus {
  opacity: 0.5;
}

.search-header .guidebook {
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.search-header .guidebook p {
  margin: 0;
}

.search-header .guidebook a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.search-header .guidebook a:hover, .search-header .guidebook a:focus {
  opacity: 0.5;
}

.search-header .guidebook a img {
  margin-left: 15px;
}

.search-header .search-container {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .search-header .search-container {
    overflow: hidden;
  }
}

.search-header .search-container .search-inner {
  height: 30px;
  width: 250px;
  *zoom: 1;
  position: relative;
}

.search-header .search-container .search-inner:before, .search-header .search-container .search-inner:after {
  content: " ";
  display: table;
}

.search-header .search-container .search-inner:after {
  clear: both;
}

@media screen and (max-width: 1024px) {
  .search-header .search-container .search-inner {
    float: left;
  }
}

@media screen and (min-width: 1025px) {
  .search-header .search-container .search-inner {
    padding: 0;
  }
}

.search-header .search-container input {
  height: 30px;
  width: calc(100% - 32px);
  float: left;
  border: 0;
  padding-left: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.search-header .search-container input:focus {
  outline: none;
  border: 1px solid #4d90fe;
  border-right: none;
}

.search-header .search-container input:focus + button {
  border: 1px solid #4d90fe;
  border-left: none;
}

@media screen and (min-width: 1025px) {
  .search-header .search-container input {
    height: 30px;
    width: calc(100% - 32px);
  }
}

.search-header .search-container input.placeholder {
  color: white;
}

.search-header .search-container input:-moz-placeholder {
  color: white;
}

.search-header .search-container input::-moz-placeholder {
  color: white;
}

.search-header .search-container input::-webkit-input-placeholder {
  color: white;
}

.search-header .search-container input:-ms-input-placeholder {
  color: white;
}

.search-header .search-container button {
  width: 32px;
  height: 30px;
  border: 0;
  padding: 0;
  float: left;
  background-color: white;
}

.search-header .search-container button:focus {
  outline: none;
  border: none;
}

@media screen and (min-width: 1025px) {
  .search-header .search-container button {
    height: 30px;
    padding-top: 4px;
  }
}

.search-header .search-container button svg {
  width: 19px;
  height: 25px;
  fill: #989898;
}

@media screen and (min-width: 1025px) {
  .search-header .search-container button svg {
    width: 19px;
    height: 23px;
  }
}

@media screen and (max-width: 760px) {
  .search-header .container {
    flex-direction: column;
  }
  .search-header .container .flex-container {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .search-header .container .flex-container p {
    margin: 0;
  }
  .search-header .container .flex-container .explore-links {
    margin-top: 10px;
  }
  .search-header .container .guidebook {
    margin-right: auto;
    margin-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .search-header .container .guidebook p {
    width: 100%;
    text-align: center;
  }
  .search-header .container .guidebook a {
    flex-wrap: wrap;
  }
  .search-header .container .guidebook a img {
    margin: 10px 15px;
  }
  .search-header .container .search-container {
    display: flex;
    align-items: center;
  }
  .search-header .container .search-container .search-inner {
    width: 180px;
    margin: 0 auto;
  }
}

.uploader-upload input {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 90000;
  left: -90000;
}

.uploader-upload .file-input-ui {
  display: flex;
  height: 45px;
  background: #fff;
  border: 1px solid #666D70;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}

.uploader-upload .file-input-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 115px;
  padding: 0 10px;
  background: #0b548b;
  color: #fff;
  font-size: 16px;
}

.uploader-upload .file-input-name {
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 15px;
  color: #ADAFAA;
}

.uploader-upload .file-input-name.has-value {
  color: #282828;
}

@media screen and (max-width: 650px) {
  .uploader-upload .file-input-name {
    width: 100%;
    color: #fff;
    background: #0b548b;
  }
  .uploader-upload .file-input-name.has-value {
    color: #fff;
  }
  .uploader-upload .file-input-trigger {
    display: none;
  }
  .uploader-upload .file-input-ui {
    border: none;
  }
}

.container {
  width: 100%;
  max-width: 1185px;
  height: 100%;
  min-height: auto;
  margin: 0 auto;
}

.hero-carousel-container {
  width: 100%;
  overflow: hidden;
}

.hero-carousel-container .slide {
  display: none;
}

.hero-carousel-container .slide:first-of-type {
  display: block;
}

.hero-carousel-container .owl-stage-outer .slide {
  display: block;
}

.hero-carousel-container .owl-carousel .owl-nav {
  display: none;
}

.hero-carousel-container .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.hero-carousel-container .owl-carousel .slide {
  width: 100%;
  max-height: 730px;
  position: relative;
}

.hero-carousel-container .owl-carousel .slide .inner-slide {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

.hero-carousel-container .owl-carousel .slide .inner-slide .slide-text {
  text-align: center;
}

.hero-carousel-container .owl-carousel .slide .inner-slide .slide-text p {
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .hero-carousel-container .owl-carousel .slide .inner-slide .slide-text p {
    font-size: 40px;
  }
}

.hero-carousel-container .owl-carousel .slide .inner-slide .slide-text h2 {
  color: #fff;
  font-size: 100px;
  text-shadow: 3px 4px 60px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 1260px) {
  .hero-carousel-container .owl-carousel .slide .inner-slide .slide-text h2 {
    font-size: 87px;
  }
}

@media screen and (max-width: 990px) {
  .hero-carousel-container .owl-carousel .slide .inner-slide {
    top: 10px;
  }
  .hero-carousel-container .owl-carousel .slide .inner-slide .slide-text h2 {
    font-size: 67px;
  }
}

@media screen and (max-width: 650px) {
  .hero-carousel-container .owl-carousel .slide .inner-slide {
    top: 10px;
  }
  .hero-carousel-container .owl-carousel .slide .inner-slide .slide-text h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 430px) {
  .hero-carousel-container .owl-carousel .slide .inner-slide {
    top: 0px;
  }
  .hero-carousel-container .owl-carousel .slide .inner-slide .slide-text h2 {
    font-size: 34px;
  }
}

.hero-carousel-container .owl-carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .hero-carousel-container .owl-carousel .owl-dots {
    bottom: 15px;
  }
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 0 5px;
}

@media screen and (min-width: 1025px) {
  .hero-carousel-container .owl-carousel .owl-dots .owl-dot {
    padding: 0 10px;
  }
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  position: relative;
  display: block;
  border-radius: 50%;
  margin: 6px auto 0;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 769px) {
  .hero-carousel-container .owl-carousel .owl-dots .owl-dot:after {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-carousel-container .owl-carousel .owl-dots .owl-dot:after {
    width: 20px;
    height: 20px;
  }
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot:hover:after {
  background-color: #0d5d66;
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot:last-of-type {
  border-right: 0;
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot.active:after {
  background-color: #0d5d66;
}

.slide h2 {
  opacity: 0;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  animation: textIn linear 1100ms forwards;
  -webkit-animation: textIn linear 1100ms forwards;
}

@keyframes textIn {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  75% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes textIn {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  75% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.inspired-section {
  background: #73974f;
  color: #ffffff;
  *zoom: 1;
  padding: 25px;
}

.inspired-section:before, .inspired-section:after {
  content: " ";
  display: table;
}

.inspired-section:after {
  clear: both;
}

.inspired-section .inpired-inner {
  max-width: 1125px;
  margin: 0 auto;
}

.inspired-section .inspired-left {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .inspired-section .inspired-left {
    float: left;
    width: calc( 100% - 580px);
    padding: 0 20px;
  }
}

.inspired-section .inspired-left h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inspired-section .inspired-left p {
  font-size: 16px;
  line-height: 27px;
}

.inspired-section .inspired-right {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .inspired-section .inspired-right {
    float: right;
    text-align: left;
  }
}

.inspired-section .inspired-right .inspired-thumb {
  display: inline-block;
}

.inspired-section .inspired-right .inspired-thumb a img {
  transition: all 0.5s ease;
}

.inspired-section .inspired-right .inspired-thumb a:hover img {
  opacity: 0.6;
}

.inspired-section .button {
  margin-bottom: 20px;
}

.inspiration-grid {
  *zoom: 1;
  padding-bottom: 30px;
  padding-top: 40px;
  max-width: 1230px;
  margin: 0 auto;
}

.inspiration-grid:before, .inspiration-grid:after {
  content: " ";
  display: table;
}

.inspiration-grid:after {
  clear: both;
}

.inspiration-grid header {
  color: #0d5d66;
  text-align: center;
  padding: 0 15px;
}

.inspiration-grid header h1 {
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (min-width: 1025px) {
  .inspiration-grid header h1 {
    font-size: 38px;
  }
}

.inspiration-grid header p {
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .inspiration-grid header p {
    font-size: 19px;
  }
}

.inspiration-grid .next-adventure {
  background: #73974f;
  color: white;
  width: calc( 100% - 30px);
  margin: 25px 15px 15px;
  *zoom: 1;
  padding: 15px 30px;
  text-align: center;
}

.inspiration-grid .next-adventure:before, .inspiration-grid .next-adventure:after {
  content: " ";
  display: table;
}

.inspiration-grid .next-adventure:after {
  clear: both;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .next-adventure {
    text-align: left;
  }
}

.inspiration-grid .next-adventure p {
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .next-adventure p {
    float: left;
    line-height: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .inspiration-grid .next-adventure p {
    font-size: 37px;
    font-size: 27px;
    line-height: inherit;
  }
}

.inspiration-grid .next-adventure .button {
  margin-top: 10px;
  padding: 5px 25px;
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .next-adventure .button {
    float: right;
    margin-top: 0px;
  }
}

.inspiration-grid .grid-inner .grid-item {
  position: relative;
  float: left;
  padding: 15px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .grid-inner .grid-item {
    width: calc( 100%/2);
  }
}

@media screen and (min-width: 1025px) {
  .inspiration-grid .grid-inner .grid-item {
    width: calc( 100%/3);
  }
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 190px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .grid-inner .grid-item .grid-item-inner {
    height: 410px;
  }
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a .block-text, .inspiration-grid .grid-inner .grid-item .grid-item-inner a .hover-text {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 30px 0;
  color: white;
  text-align: center;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a .hover-text {
  bottom: -86px;
  height: 86px;
  background: #73974f;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a .hover-text .caret-icon {
  font-family: Arial;
  font-size: 14px;
  margin-left: 15px;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a:hover .block-text {
  webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a:hover .hover-text {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.2s;
}

.inspiration {
  padding-top: 60px;
}

.inspiration #explore {
  max-width: 1200px;
  margin: 0 auto 10px auto;
}

.inspiration .grid-item-inner {
  background-size: cover;
  background-position: center;
}

.inspiration .grid-item-inner a {
  position: relative;
  display: block;
  height: 250px;
}

.inspiration .grid-item-inner a .link-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

.inspiration .grid-item-inner a .link-content .link-title {
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}

.inspiration .grid-item-inner a .link-content svg {
  max-width: 88px;
  max-height: 38px;
  fill: #fff;
  opacity: 0;
  transition: 300ms;
}

.inspiration .grid-item-inner a .link-content .link-sub {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  opacity: 0;
  transition: opacity 300ms;
}

.inspiration .grid-item-inner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.inspiration .grid-item-inner a:after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 0;
  max-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(114, 152, 73, 0.8);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 300ms;
}

.inspiration .grid-item-inner a:hover .link-content .link-sub, .inspiration .grid-item-inner a:hover .link-content svg {
  opacity: 1;
}

.inspiration .grid-item-inner a:hover:after {
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.state-parks-cta {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.state-parks-cta .cta-inner {
  position: relative;
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 10px;
  overflow: auto;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .state-parks-cta .cta-inner {
    padding: 140px 0;
  }
}

.state-parks-cta .cta-inner h5 {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 40px;
}

@media screen and (min-width: 1025px) {
  .state-parks-cta .cta-inner h5 {
    font-size: 48px;
  }
}

.state-parks-cta .cta-inner p {
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .state-parks-cta .cta-inner p {
    font-size: 24px;
  }
}

.state-parks-cta .cta-inner .float-left {
  text-align: center;
  float: left;
}

@media screen and (max-width: 768px) {
  .state-parks-cta .cta-inner .float-left {
    width: 100%;
  }
}

.state-parks-cta .cta-inner .float-right {
  text-align: left;
  float: right;
}

@media screen and (max-width: 768px) {
  .state-parks-cta .cta-inner .float-right {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .state-parks-cta .cta-inner .state-parks-logo {
    position: relative;
    top: -20px;
  }
}

.state-parks-cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.inner-template .hero-container {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .inner-template .hero-container {
    height: 450px;
  }
}

@media screen and (min-width: 1025px) {
  .inner-template .hero-container {
    height: 595px;
  }
}

.inner-template .inner-container {
  max-width: 1200px;
  margin: 45px auto 60px;
}

.inner-template .inner-container .content-container {
  padding: 0 25px;
  line-height: 1.5em;
  color: #555555;
}

.inner-template .inner-container .content-container h1, .inner-template .inner-container .content-container h2, .inner-template .inner-container .content-container h3, .inner-template .inner-container .content-container h4, .inner-template .inner-container .content-container h5, .inner-template .inner-container .content-container h6 {
  color: #0d5d66;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.inner-template .inner-container .content-container p {
  font-size: 14px;
  line-height: 27px;
  color: #3a3a3a;
}

.inner-template .inner-container .content-container img {
  max-width: 100%;
  height: auto !important;
}

.inner-template .inner-container .sidebar {
  width: 100%;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar {
  min-height: 0;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .wlc-inner.start {
  cursor: pointer;
  padding: 0;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .wlc-inner.start h1 {
  text-align: left;
  margin-left: 10px;
  font-size: 37px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: normal;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .wlc-inner.start h1 span {
  font-size: 19px;
  font-weight: 900;
  display: block;
  line-height: 100%;
  margin-bottom: 10px;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar h1 {
  font-size: 2em;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar h2 {
  font-size: 1.2em;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar h3 {
  font-size: 1em;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar h4 {
  font-size: .9em;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar a {
  font-size: 1.5em;
  padding: 15px 25px;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .questions {
  width: 100%;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .questions label {
  right: -10px;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .questions span {
  font-size: 1.2em;
  width: 90%;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .inner-template .inner-container .sidebar {
    width: 380px;
  }
}

.inner-template .inner-container .sidebar .sidebar-cta {
  height: 140px;
  background-color: #0d5d66;
  padding: 15px;
  margin: 10px 0;
  float: left;
  width: 100%;
}

.inner-template .inner-container .sidebar .sidebar-cta p {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 27px;
  font-weight: 900;
}

.inner-template .inner-container .sidebar .sidebar-cta p .cta-sub {
  font-weight: normal;
  display: block;
}

.inner-template .inner-container .sidebar .sidebar-cta a {
  color: white;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta p {
  font-size: 37px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: normal;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta p .cta-sub {
  font-size: 19px;
  font-weight: 900;
  display: block;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta a, .inner-template .inner-container .sidebar .sidebar-cta.image-cta p, .inner-template .inner-container .sidebar .sidebar-cta.image-cta h1, .inner-template .inner-container .sidebar .sidebar-cta.image-cta h2, .inner-template .inner-container .sidebar .sidebar-cta.image-cta h3, .inner-template .inner-container .sidebar .sidebar-cta.image-cta h4, .inner-template .inner-container .sidebar .sidebar-cta.image-cta span, .inner-template .inner-container .sidebar .sidebar-cta.image-cta i, .inner-template .inner-container .sidebar .sidebar-cta.image-cta input {
  position: relative;
  z-index: 2;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.inner-template .inner-container .sidebar .sidebar-cta.small {
  background-color: #73974f;
  height: 40px;
  padding: 8px 15px;
}

.inner-template .inner-container .sidebar .sidebar-cta.small p .cta-sub {
  display: inline-block;
}

.inner-template .inner-container.with-sidebar {
  *zoom: 1;
  padding: 0 25px 0 25px;
}

.inner-template .inner-container.with-sidebar:before, .inner-template .inner-container.with-sidebar:after {
  content: " ";
  display: table;
}

.inner-template .inner-container.with-sidebar:after {
  clear: both;
}

.inner-template .inner-container.with-sidebar .sidebar {
  float: left;
}

.inner-template .inner-container.with-sidebar .content-container {
  padding: 0 25px 0 0;
  float: left;
}

.inner-template .inner-container.with-sidebar .content-container a {
  color: #618240;
  text-decoration: underline;
}

.inner-template .inner-container.with-sidebar .content-container a:hover {
  text-decoration: none;
}

.inner-template .inner-container.with-sidebar .content-container a.button {
  color: #fff;
}

.inner-template .inner-container.with-sidebar .content-container a.button:hover {
  text-decoration: none;
}

.inner-template .inner-container.with-sidebar .content-container .business-info a {
  color: #fff;
}

.inner-template .inner-container.with-sidebar .content-container .business-info a:hover {
  text-decoration: none;
}

.inner-template .inner-container.with-sidebar .content-container .pagination-container a, .inner-template .inner-container.with-sidebar .content-container .events-list .panel-heading.toggle .panel-title a {
  color: #fff;
}

.inner-template .inner-container.with-sidebar .content-container .pagination-container a:hover, .inner-template .inner-container.with-sidebar .content-container .events-list .panel-heading.toggle .panel-title a:hover {
  text-decoration: none;
}

.inner-template .inner-container.with-sidebar .content-container .results-pagination a {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .inner-template .inner-container.with-sidebar .content-container {
    width: calc(100% - 380px);
  }
}

.loading {
  width: 35px;
  height: 35px;
  border: 5px solid #ddd;
  border-top: 5px solid #0d5d66;
  border-radius: 100%;
  margin: 100px auto;
  animation: rotate 650ms linear infinite;
}

.panel-body a.button {
  color: #0d5d66 !important;
  font-family: sans-serif !important;
}

.fancybox-title-float-wrap .child {
  border-radius: 0 !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.landing-template {
  background-color: #f2f1e9;
}

.landing-template .hero-container {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .landing-template .hero-container {
    height: 450px;
  }
}

@media screen and (min-width: 1025px) {
  .landing-template .hero-container {
    height: 595px;
  }
}

.landing-template .landing-content {
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  padding: 60px 0;
}

.landing-template .landing-content:before, .landing-template .landing-content:after {
  content: " ";
  display: table;
}

.landing-template .landing-content:after {
  clear: both;
}

.landing-template .landing-content .landing-summary {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.landing-template .landing-content .landing-summary p {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 27px;
}

.landing-template .landing-content .landing-summary h1, .landing-template .landing-content .landing-summary h2, .landing-template .landing-content .landing-summary h3, .landing-template .landing-content .landing-summary h4, .landing-template .landing-content .landing-summary h5, .landing-template .landing-content .landing-summary h6 {
  color: #0d5d66;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.landing-template .landing-content .landing-summary h1 {
  font-size: 22px;
}

@media screen and (min-width: 769px) {
  .landing-template .landing-ctas {
    padding-bottom: 80px;
  }
}

.landing-template .landing-ctas .ctas-inner {
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}

.landing-template .landing-ctas .ctas-inner:before, .landing-template .landing-ctas .ctas-inner:after {
  content: " ";
  display: table;
}

.landing-template .landing-ctas .ctas-inner:after {
  clear: both;
}

.landing-template .landing-ctas .cta-item {
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .landing-template .landing-ctas .cta-item {
    width: calc( 100%/3);
    float: left;
    padding: 0 15px;
    text-align: left;
    max-width: initial;
  }
}

.landing-template .landing-ctas .cta-item .cta-image {
  margin-bottom: 40px;
}

.landing-template .landing-ctas .cta-item .cta-image img {
  width: 375px;
  height: 345px;
}

@media screen and (min-width: 769px) {
  .landing-template .landing-ctas .cta-item .cta-image img {
    width: 100%;
    height: auto;
    max-width: 375px;
  }
}

.landing-template .landing-ctas .cta-item .cta-title {
  font-size: 22px;
  color: #0d5d66;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.landing-template .landing-ctas .cta-item .cta-blurb {
  font-size: 14px;
  line-height: 27px;
  color: #3a3a3a;
  margin-bottom: 5px;
}

.landing-template .landing-ctas .cta-item a {
  color: #0d5d66;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.panel-default > .panel-heading {
  cursor: pointer;
}

.filter-wrapper {
  padding-bottom: 20px;
}

.filter-wrapper .panel-default {
  position: relative;
  display: inline-block;
  padding-right: 0px;
  width: 32%;
}

.filter-wrapper .panel-default .panel-heading {
  background: #ffffff;
  border-color: #888888;
  color: #0b548b;
}

.filter-wrapper .panel-default .panel-heading.toggle h2 {
  font-weight: normal;
}

.filter-wrapper .pull-right {
  position: absolute;
  right: 0;
  top: 5px;
  line-height: 1em;
  padding: 7px;
}

.filter-wrapper .panel-collapse {
  position: absolute;
  background: #ffffff;
  z-index: 5;
  height: 225px;
  overflow-y: scroll;
}

.filter-wrapper .panel-body {
  padding-top: 0px;
}

.filter-wrapper .collapse.in,
.filter-wrapper .collapse {
  height: 225px;
  max-height: 225px;
  border: 1px solid #888888;
  width: 100%;
}

.filter-wrapper .collapsing {
  overflow-y: scroll;
  max-height: 225px;
  border: 1px solid #888888;
  width: 100%;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.filter-wrapper .categories {
  list-style: none;
  padding-left: 0px;
}

.events-list .panel-default .panel-heading {
  color: #ffffff;
  background-color: #0b548b;
  border-color: #ddd;
}

.events-list .panel-default .panel-heading.toggle h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.events-list .event {
  border-bottom: 1px solid #454444;
  padding-bottom: 20px;
}

.events-list .event h2 {
  font-size: 16px;
}

.events-list .event .button {
  color: #0d5d66;
  font-weight: bold;
  float: right;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: .4em .8em;
  line-height: 1.5em;
  margin: 0;
  font-family: caecilia;
}

.filter-results-button {
  background: #0d5d66;
  color: #ffffff;
  border: 0;
  padding: 4px 8px;
  float: right;
  margin: 18px 18px 0 0;
}

.content-container .inner-content .address + .buttons a.button {
  color: #0d5d66;
  margin-right: 5px;
  margin-left: 5px;
}

.datepicker-wrapper {
  margin: 21px 0;
}

.datepicker-wrapper .calendar {
  width: 100%;
  font-size: .9em;
}

.datepicker-wrapper .calendar tr td {
  border-bottom: 1px solid #3a3a3a;
}

.datepicker-wrapper .calendar tr td a {
  display: block;
  text-align: center;
  padding: 8px 5px;
  font-size: 22px;
  cursor: pointer;
}

.datepicker-wrapper .calendar tr td a.active {
  color: #ffffff;
  background-color: #0b548b;
}

.datepicker-wrapper .calendar tr td a :hover {
  background: #0f71ba;
}

.datepicker-wrapper .calendar tr td + td {
  border-left: 1px solid #3a3a3a;
}

.datepicker-wrapper .datepicker-header {
  background: #0b548b;
  position: relative;
  color: #fff;
}

.datepicker-wrapper .datepicker-header .pull-left,
.datepicker-wrapper .datepicker-header .pull-right {
  top: 11px;
  cursor: pointer;
  position: absolute;
}

.datepicker-wrapper .datepicker-header .pull-left {
  left: 15px;
}

.datepicker-wrapper .datepicker-header .pull-right {
  right: 15px;
}

.datepicker-wrapper .datepicker-header .datepicker-title {
  text-align: center;
  margin: 0 35px;
  padding: 10px 0px;
}

.results-wrapper .item {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  position: relative;
}

.results-wrapper .item-label {
  font-weight: bold;
}

.results-wrapper .item-directions {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.pagination-container {
  height: auto;
  position: relative;
  background: #1d7781;
}

.pagination-container a {
  color: #fff;
}

.pagination-container ul.pagination {
  margin-top: 12px;
}

.pagination-container .item-sort {
  padding: 10px;
  text-transform: uppercase;
}

.pagination-container .item-sort a {
  color: #fff;
}

.pagination-container ul {
  list-style: none;
}

.pagination-container ul.pagination {
  right: 10px;
  position: absolute;
  top: 0px;
}

.pagination-container ul li {
  display: inline-block;
  float: left;
}

.pagination-container ul li a {
  padding: 0px 10px;
  color: #fff;
}

.pagination-container ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.pagination-container ul li.active a {
  font-weight: 700;
}

.filter-actions {
  margin: 20px 10px 10px 0;
}

.filter-actions button {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #0d5d66;
  color: #fff;
  margin-right: 10px;
  padding: 5px 10px;
}

.filter-actions button:hover {
  background: #1d7781;
}

.filter-actions button[title="Reset"] {
  background: #ddd;
  color: #444;
}

.filter-actions button[title="Reset"]:hover {
  background: #d2d2d2;
}

.filter-wrapper .custom-select {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.filter-wrapper .custom-select select {
  color: #0d5d66;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-wrapper .custom-select select::-ms-expand {
  display: none;
}

.filter-wrapper .custom-select .pull-right {
  right: 5px;
  top: 10px;
  color: #0d5d66;
}

.reset-password-messages-wrapper {
  margin-bottom: 0px;
}

.package-edit-form-wrapper .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.business-edit-form-wrapper .form-table-group.heading-wrapper .heading-title {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.business-edit-form-wrapper .form-table-group .section-top {
  padding-top: 20px;
}

.business-edit-form-wrapper .form-table-group .filter-caption {
  font-weight: bold;
}

.business-edit-form-wrapper .form-table-group .checkbox-list {
  padding-top: 5px;
}

.business-edit-form-wrapper .form-table-group h5 {
  padding-top: 0px !important;
}

.business-edit-form-wrapper .business-verified {
  margin-top: 20px;
}

.business-edit-form-wrapper .InfoLabel {
  color: #a52121;
}

.business-edit-form-wrapper .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.reset-password-panel .form-group {
  margin-bottom: 20px;
}

.reset-password-panel .form-group .editing-form-value-cell .form-control-error {
  display: block;
  color: red;
  text-align: left;
}

.reset-password-panel .checkbox label {
  margin-left: 5px;
}

.reset-password-panel .error-label {
  display: block;
  color: red;
  text-align: left;
}

.reset-password-panel .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.logon-page-background .logon-password-retrieval-link-wrapper {
  margin-bottom: 10px;
}

.logon-page-background .logon-panel {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.logon-page-background .logon-panel-password-retrieval {
  border: 1px solid #d7d7d7;
  padding: 10px;
}

.logon-page-background .reset-password-panel .form-group,
.logon-page-background .logon-panel-password-retrieval .form-group,
.logon-page-background .logon-panel .form-group {
  margin-bottom: 20px;
}

.logon-page-background .reset-password-panel .checkbox label,
.logon-page-background .logon-panel-password-retrieval .checkbox label,
.logon-page-background .logon-panel .checkbox label {
  margin-left: 5px;
}

.logon-page-background .reset-password-panel .error-label,
.logon-page-background .logon-panel-password-retrieval .error-label,
.logon-page-background .logon-panel .error-label {
  display: block;
  color: red;
  text-align: left;
  padding: 16px;
}

.logon-page-background .reset-password-panel .FormButton,
.logon-page-background .logon-panel-password-retrieval .FormButton,
.logon-page-background .logon-panel .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.form-table {
  margin-top: 20px;
  border-spacing: 5px;
}

.form-table tr td + td {
  padding-left: 20px;
}

.form-table input, .form-table select, .form-table textarea {
  width: 100%;
}

.form-table input[type="submit"] {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
  width: auto;
}

.form-table input[type=checkbox], .form-table input[type=radio] {
  width: auto;
  margin-right: 5px;
}

.form-table .form-control {
  margin-bottom: 0px;
}

.form-table .form-control.input-width-15 {
  width: 48px;
}

.form-table .form-control.input-width-20 {
  width: 80px;
}

.form-table .form-table-label-cell {
  vertical-align: top;
}

.form-table .form-table-label-cell .section-heading {
  margin-bottom: 15px;
}

.form-table .form-table-value-cell {
  position: relative;
  margin-bottom: 20px;
}

.form-table .form-table-value-cell.no-margin .EditingFormControlNestedControl {
  margin: 0;
}

.form-table .form-table-value-cell .EditingFormControlNestedControl {
  margin: 0 0 20px;
}

.form-table .form-table-value-cell .EditingFormControlNestedControl.Error {
  margin-bottom: 30px;
}

.form-table .form-table-value-cell .radio input,
.form-table .form-table-value-cell .checkbox input {
  margin-bottom: 10px;
}

.form-table .form-table-value-cell .radio label,
.form-table .form-table-value-cell .checkbox label {
  margin-left: 5px;
}

.form-table .form-table-value-cell .date-time-picker button {
  background: #0b548b;
  color: #ffffff;
  padding: 3px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.form-table .form-table-value-cell textarea {
  width: 100%;
  height: 100px;
}

.form-table .form-table-group td {
  width: 50%;
  padding-right: 10px;
}

.form-table .form-table-group.section {
  border-top: 1px solid #d7d7d7;
}

.form-table .form-table-group.section td {
  padding-top: 15px;
}

.form-table .form-table-group.submit td {
  padding-top: 15px;
}

.form-table .form-table-group.submit .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.form-table .form-table-group .HiddenButton {
  display: none;
}

.form-table .FormErrorLabel,
.form-table .EditingFormErrorLabel {
  color: #a52121;
}

.form-table.new-business-form .EditingFormErrorLabel {
  bottom: 0px;
}

.form-table.new-business-form .meetings-explanation {
  color: #a52121;
  margin-bottom: 20px;
}

.form-table.new-business-form .form-table-group.section {
  border-top: none;
  border-bottom: 1px solid black;
}

.form-table.new-business-form .form-table-group.submit .form-table-value-cell {
  text-align: right;
}

.business-user-form .form-table .FormErrorLabel {
  bottom: 0px;
}

.ErrorLabel {
  color: #a52121;
  margin-top: 20px;
}

.myevents-listing-wrapper {
  margin-top: 20px;
}

.myevents-listing-wrapper table {
  width: 515px;
  border-spacing: 1px;
}

.myevents-listing-wrapper table th, .myevents-listing-wrapper table td {
  padding: 1px;
}

.myevents-listing-wrapper table tr {
  border-bottom: 1px solid #597CAC;
}

.myevents-listing-wrapper table .event-title {
  width: 350px;
  color: #555555;
  padding: 20px 0;
}

.myevents-listing-wrapper table .event-actions {
  width: 150px;
  border-left: 1px solid #597CAC;
  vertical-align: top;
}

.contact-info-list {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #5c5c5c;
  line-height: 18px;
}

.contact-info-list .contact-info-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  max-width: 25%;
}

.contact-info-list .contact-info-item .contact-name {
  font-weight: bold;
}

.contact-info-list .contact-info-item .contact-actions {
  padding-bottom: 20px;
}

.contact-info-list .contact-info-item .contact-primary {
  font-weight: bold;
  text-align: right;
}

.contact-info-list .add-contact {
  text-align: right;
}

.business-images-list {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #5c5c5c;
  line-height: 18px;
}

.business-images-list .image-info-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  max-width: 25%;
}

.business-images-list .image-info-item .image-actions {
  padding-bottom: 20px;
}

.business-images-list .image-info-item .image-primary {
  font-weight: bold;
  text-align: right;
}

.business-images-list .image-info-item img {
  max-width: 100%;
}

.business-images-list .add-image {
  text-align: right;
}

.image-edit-form-wrapper .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.image-edit-form-wrapper .image-upload {
  margin-bottom: 20px;
}

.image-edit-form-wrapper .current-image {
  margin-bottom: 20px;
}

.business-listing-search .pagination-container ul.pagination {
  margin-top: 12px;
}

.business-listing-search .results-wrapper .item {
  border-bottom: 1px solid #1d7781;
}

.business-listing-search .results-wrapper .item-property-details {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}

.business-listing-search .results-wrapper .item-property-details p {
  margin: 0px;
}

.business-listing-search .results-wrapper .item-property-details p.item-title {
  font-weight: bold;
}

.business-listing-search .results-wrapper .featured-image {
  min-width: 175px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.business-listing-search .results-wrapper .item-buttons {
  display: inline-block;
  text-align: right;
  width: 35%;
  vertical-align: middle;
}

.business-listing-search .results-wrapper .item-buttons a:hover {
  text-decoration: none;
}

.business-listing-search .results-wrapper .item-buttons a.item-learnmore {
  margin-left: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #73974f;
  transition: opacity 350ms;
}

.business-listing-search .results-wrapper .item-buttons a.item-learnmore:hover {
  opacity: .85;
}

.business-template .content-container {
  margin-top: 10px;
}

.business-template img {
  max-width: 100%;
}

.business-template img.featured-image {
  width: 100%;
}

.business-template .business-info h2 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
}

.business-template .business-info p {
  margin: 0;
}

.business-template #map {
  width: 100%;
  height: 400px;
}

.business-template .property-info-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.business-template .property-info-table .property-info-table-row {
  display: table-row;
}

.business-template .property-info-table .property-info-table-cell {
  display: table-cell;
  padding: 5px;
  border: 1px solid black;
}

.business-tags a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #1d7781;
  transition: opacity 350ms;
}

.business-tags a.bt-green {
  background: #73974f;
}

.business-tags a:hover {
  opacity: .85;
}

.business-tags .button {
  font-weight: 400;
}

.photo-gallery-display {
  margin-bottom: 20px;
}

.photo-gallery-display:after {
  content: "";
  display: block;
  clear: both;
}

.photo-gallery-display img {
  float: left;
  width: calc(25% - 10px);
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 560px) {
  .photo-gallery-display img {
    width: calc(50% - 10px);
  }
}

.industry-members-CMSListMenuUL {
  list-style: none;
}

.industry-members-CMSListMenuUL .industry-members-CMSListMenuHighlightedLI,
.industry-members-CMSListMenuUL .industry-members-CMSListMenuLI {
  margin-bottom: 10px;
}

.industry-members-CMSListMenuUL .industry-members-CMSListMenuLink {
  border: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #1d7781;
  transition: opacity 350ms;
}

.industry-members-CMSListMenuUL .industry-members-CMSListMenuLink:hover {
  opacity: .85;
}

.industry-members-CMSListMenuUL .industry-members-CMSListMenuLinkHighlighted {
  border: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #1d7781;
  transition: opacity 350ms;
  opacity: .85;
}

.account-buttons {
  text-align: right;
  margin-top: 20px;
}

.account-buttons input,
.btn-industry-member {
  border: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #1d7781;
  transition: opacity 350ms;
}

.account-buttons input:hover,
.btn-industry-member:hover {
  opacity: .85;
}

.search-item {
  padding: 10px 0 20px 0;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.search-item a {
  color: #0d5d66;
  font-size: 18px;
}

.search-item a:hover {
  text-decoration: underline;
}

.results-pagination {
  padding: 5px;
  background: #0d5d66;
  color: #fff;
  font-size: 12px;
}

.results-pagination a, .results-pagination strong {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
}

.results-pagination a:hover {
  text-decoration: underline;
}

.results-pagination a:last-child {
  margin-right: 15px;
}

.results-pagination strong {
  font-weight: 700;
  text-decoration: underline;
}

.results-pagination .results-pages {
  float: right;
  margin-right: 10px;
}

.FeaturedCallouts {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  margin: 0 0;
  text-align: center;
}

.FeaturedCallouts h2 {
  margin: 0;
  padding: 0;
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.FeaturedCallouts h2.mobile-title {
  display: none;
}

.FeaturedCallouts .grid-row {
  max-width: 1325px;
  margin: 45px auto 0 auto;
}

.FeaturedCallouts .col-inner {
  text-align: center;
}

.FeaturedCallouts a {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
}

.FeaturedCallouts a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(250, 250, 250, 0.2);
  z-index: 1;
  transition: all 300ms;
}

.FeaturedCallouts a img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.FeaturedCallouts a:hover:after {
  width: 100%;
  height: 100%;
}

.FeaturedCallouts a,
.FeaturedCallouts h2 {
  position: relative;
  z-index: 2;
}

.FeaturedCallouts:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 630px) {
  .FeaturedCallouts h2 {
    font-size: 42px;
    display: none;
  }
  .FeaturedCallouts h2.mobile-title {
    display: block;
  }
}

.inspired-header {
  position: relative;
  margin: 0 0 70px 0;
}

.inspired-header .inspired-header-inner {
  position: relative;
  margin: 0 auto 70px auto;
  z-index: 2;
}

.inspired-header .inspired-tab {
  position: relative;
  z-index: 2;
  background: #0d5d66;
  padding: 25px 10px;
}

.inspired-header h3 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0;
}

.inspired-header h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}

.inspired-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 93, 102, 0.5);
  z-index: 1;
}

.inspired-header:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -35px;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #0d5d66;
}

@media screen and (max-width: 960px) {
  .inspired-header h3 {
    font-size: 48px;
  }
  .inspired-header h3, .inspired-header h4 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 760px) {
  .inspired-header {
    padding-top: 30px;
  }
  .inspired-header .inspired-header-inner {
    margin-bottom: 30px;
  }
  .inspired-header h3 {
    font-size: 32px;
  }
  .inspired-header h4 {
    font-size: 21px;
  }
}

@supports (mix-blend-mode: multiply) {
  .inspired-header::before {
    background: rgba(13, 93, 102, 0.75);
    mix-blend-mode: multiply;
  }
}

#TrailConditionsApp .resort {
  margin-bottom: 15px;
  box-shadow: -2px 3px 3px -1px rgba(0, 0, 0, 0.15);
}

#TrailConditionsApp .resort .resort-header {
  padding: 10px;
  background: #0d5d66;
}

#TrailConditionsApp .resort .resort-header h4 {
  color: #fff;
  margin: 0;
}

#TrailConditionsApp .resort .resort-header h4 span {
  display: block;
}

#TrailConditionsApp .resort .resort-header h4 span a.res-dir {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  color: #fff;
}

#TrailConditionsApp .resort .resort-header h4 span a.res-dir:hover {
  text-decoration: underline;
}

#TrailConditionsApp .resort .resort-info {
  padding: 10px;
  background: #f2f2f2;
}

#TrailConditionsApp .resort .resort-info span.status {
  display: inline-block;
  padding: 0 10px;
  background: #72964d;
  font-size: 14px;
  color: #fff;
  border-radius: 15px;
  margin: 8px 0 12px 0;
}

#TrailConditionsApp .resort .resort-info h5 {
  margin: 0;
}

#TrailConditionsApp .no-resorts-found {
  max-width: 700px;
  margin: 40px auto;
}

#TrailConditionsApp .no-resorts-found .inner {
  text-align: center;
}

#TrailConditionsApp .no-resorts-found svg {
  fill: #aaa;
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 5px;
}

#TrailConditionsApp .no-resorts-found h3, #TrailConditionsApp .no-resorts-found p {
  color: #aaa;
  margin: 0;
}

#TrailConditionsApp .no-resorts-found h3 {
  margin-bottom: 5px;
}

#TrailConditionsApp .no-resorts-found p {
  font-size: 17px;
}

.trail-conditions-search {
  padding: 20px 10px 10px 10px;
  background: #f2f2f2;
  box-shadow: -2px 3px 3px -1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.trail-conditions-search h3 {
  font-weight: 300;
  text-transform: none;
  margin: 0 0 5px 10px;
}

.trail-conditions-search .res-label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
}

.trail-conditions-search .field {
  display: inline-block;
  margin-right: 10px;
}

.trail-conditions-search .radio-field input[type="radio"] {
  display: none;
}

.trail-conditions-search .radio-field label {
  cursor: pointer;
}

.trail-conditions-search .radio-field label:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #555;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 5px;
}

.trail-conditions-search .radio-field input[type="radio"]:checked + label:before {
  background: #0d5d66;
  border-color: #888;
}

.trail-conditions-search .checkbox-field input[type="checkbox"] {
  display: none;
}

.trail-conditions-search .checkbox-field label {
  cursor: pointer;
}

.trail-conditions-search .checkbox-field label:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #555;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 5px;
}

.trail-conditions-search .checkbox-field input[type="checkbox"]:checked + label:before {
  background: #0d5d66;
  border-color: #888;
}

.trail-conditions-search a#clear-resort-filter {
  color: #0d5d66;
}

.cta-callouts {
  padding: 125px 5px 105px 5px;
  align-content: center;
}

.cta-callouts h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 52px;
  color: #0D5D66;
  text-align: center;
}

.cta-callouts .grid-row {
  max-width: 1200px;
  margin: 0 auto;
}

.cta-callouts .grid-row .large-cta.col {
  background-size: cover;
  height: 435px;
  max-width: 380px;
  margin: 4px 10px;
  background-repeat: no-repeat;
  position: relative;
}

.cta-callouts .grid-row .large-cta.col a {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}

.cta-callouts .grid-row .large-cta.col a h3 {
  font-size: 36px;
  text-align: center;
  color: white;
  padding: 0px 31px;
  margin: auto;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

.cta-callouts .grid-row .large-cta.col a h3 span {
  font-weight: 300;
  font-size: 26px;
}

.cta-callouts .grid-row .large-cta.col a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 0;
  max-height: 0;
  transition: all 350ms;
  background-color: rgba(255, 255, 255, 0.5);
}

.cta-callouts .grid-row .large-cta.col a:hover:after {
  max-width: 100%;
  max-height: 100%;
}

.cta-callouts .grid-row .large-cta.col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1220px) {
  .cta-callouts {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .cta-callouts h2 {
    padding: 0px 110px;
    font-size: 36px;
  }
  .cta-callouts .grid-row {
    max-width: 826px;
    margin: 0 auto;
  }
  .cta-callouts .grid-row .large-cta.col {
    height: 300px;
    max-width: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .cta-callouts .grid-row .large-cta.col a h3 {
    padding: 0 15px;
    font-size: 24px;
  }
}

@media screen and (max-width: 850px) {
  .cta-callouts {
    padding: 50px 10px;
  }
  .cta-callouts h2 {
    font-size: 32px;
    margin-bottom: 20px;
    padding: 0;
  }
  .cta-callouts .grid-row .large-cta.col {
    max-width: 100%;
    width: 100%;
    margin: 8px 0;
  }
  .cta-callouts .grid-row .large-cta.col a h3 {
    font-size: 30px;
    padding: 0 30px;
    width: 100%;
    text-align: center;
  }
}

.social-widget {
  top: 290px;
  right: 0px;
  width: 50px;
  z-index: 100;
  background-color: #72964D;
  margin: 0;
  position: fixed;
}

.social-widget .social-links {
  width: 50px;
  list-style: none;
  margin: 0;
  padding: 8px 0px;
}

@media screen and (min-width: 1025px) {
  .social-widget .social-links {
    display: block;
  }
}

.social-widget .social-links .link-item {
  display: block;
  width: 50px;
}

.social-widget .social-links .link-item .social-link {
  display: block;
  height: 45px;
  width: 50px;
  margin: 0 auto;
  padding: 0 12px;
}

.social-widget .social-links .link-item .social-link svg {
  width: 23px;
  height: 100%;
  fill: white;
  transition: fill 0.3s ease;
}

.social-widget .social-links .link-item .social-link:first-of-type {
  margin-right: 14px;
}

.social-widget .social-links .link-item:hover .social-link svg {
  fill: #145D67;
}

@media screen and (max-width: 1080px) {
  .social-widget {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
  }
  .social-widget .social-links {
    display: flex;
    flex-direction: row;
    width: 300px;
    height: 45px;
    padding-top: 0;
    margin: 0;
  }
  .social-widget .social-links .link-item {
    height: 40px;
    width: 40px;
  }
  .social-widget .social-links .link-item .social-link {
    height: 40px;
    width: 40px;
    padding: 0;
    padding-left: 8px;
  }
  .social-widget .social-links .link-item .social-link:first-of-type {
    margin: 0;
  }
  .social-widget .social-links .link-item:first-of-type .social-link {
    padding-left: 12px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 760px) {
  .social-widget .social-links {
    margin-left: 0;
  }
  .social-widget .social-links .link-item {
    width: 34px;
  }
  .social-widget .social-links .link-item .social-link {
    padding: 0 6px;
    width: 35px;
    margin: 0;
  }
  .social-widget .social-links .link-item .social-link svg {
    width: 20px;
  }
  .social-widget .social-links .link-item:first-of-type .social-link {
    padding-left: 8px;
  }
}

.close + .social-widget {
  display: none;
}

.top-images {
  position: relative;
}

.top-images .top-image {
  width: 100%;
  height: 500px;
  position: relative;
}

.top-images .top-image h2 {
  margin: 0;
  text-align: center;
  font-size: 40px;
  letter-spacing: 4px;
  padding-top: 60px;
}

.top-images .top-image h2, .top-images .top-image h4, .top-images .top-image p {
  z-index: 3;
  color: white;
  text-transform: uppercase;
}

.top-images .top-image:first-of-type {
  height: 700px;
}

.top-images .top-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.top-images .top-image .top-links {
  display: flex;
  flex-direction: row;
  padding-top: 50px;
}

.top-images .top-image .top-links a {
  height: 150px;
  width: 250px;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  z-index: 3;
}

.top-images .top-image .top-links a div {
  border: 3px solid white;
  width: 50px;
}

.top-images .top-image .top-links a div:first-of-type {
  border-right: 0;
}

.top-images .top-image .top-links a div:nth-of-type(2) {
  border: 0;
  width: 160px;
  display: flex;
  flex-direction: row;
}

.top-images .top-image .top-links a div:last-of-type {
  border-left: 0;
}

.top-images .top-image .top-links a div div {
  border: 0;
  border-top: 3px solid white;
  position: relative;
}

.top-images .top-image .top-links a div div img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: -25px;
}

.top-images .top-image .top-links a div div p {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  font-weight: 500;
  bottom: -8px;
  z-index: 2;
}

.top-images .top-image .top-links a div div h4 {
  position: absolute;
  display: block;
  width: 250px;
  height: 150px;
  top: 0px;
  margin: 0;
  padding: 50px 30px;
  left: -75px;
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 600;
}

.FeaturedCallouts.OverlayCallouts {
  background-color: white;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 65px 0px 90px;
  margin: 0;
  text-align: center;
}

.FeaturedCallouts.OverlayCallouts:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+1,1+87,0.05+100 */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.95) 75%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.95) 75%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.95) 75%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0dffffff',GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 1200px) {
  .FeaturedCallouts.OverlayCallouts:before {
    height: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .FeaturedCallouts.OverlayCallouts:before {
    height: 60%;
  }
}

@media screen and (max-width: 800px) {
  .FeaturedCallouts.OverlayCallouts:before {
    height: 50%;
  }
}

.FeaturedCallouts.OverlayCallouts:after {
  content: none;
  z-index: 1;
}

.FeaturedCallouts.OverlayCallouts .container {
  position: relative;
  z-index: 2;
  background-color: none;
}

.FeaturedCallouts.OverlayCallouts .container .top-text h2 {
  margin: 0;
  margin-bottom: 38px;
  padding: 0;
  font-size: 52px;
  color: #145d67;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
}

.FeaturedCallouts.OverlayCallouts .container .top-text h2.mobile-title {
  display: none;
}

.FeaturedCallouts.OverlayCallouts .container .top-text p {
  margin: 0;
  padding: 0 160px;
  line-height: 1.5em;
  color: #555555;
}

.FeaturedCallouts.OverlayCallouts .container .grid-row {
  margin-top: 70px;
}

.FeaturedCallouts.OverlayCallouts .container .col-inner {
  text-align: center;
  padding: 10px 15px;
}

.FeaturedCallouts.OverlayCallouts .container a {
  background-color: rgba(66, 26, 8, 0.7);
  position: relative;
  display: block;
  padding: 40px 25px 60px;
  text-align: center;
  height: 100%;
}

.FeaturedCallouts.OverlayCallouts .container a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(250, 250, 250, 0.2);
  z-index: 1;
  transition: all 300ms;
}

.FeaturedCallouts.OverlayCallouts .container a img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.FeaturedCallouts.OverlayCallouts .container a:hover:after {
  width: 100%;
  height: 100%;
}

.FeaturedCallouts.OverlayCallouts .container a,
.FeaturedCallouts.OverlayCallouts .container h2 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 810px) {
  .FeaturedCallouts.OverlayCallouts .container .top-text h2 {
    padding: 0px 15px;
    font-size: 30px;
    display: none;
    margin-bottom: 20px;
  }
  .FeaturedCallouts.OverlayCallouts .container .top-text h2.mobile-title {
    display: block;
  }
  .FeaturedCallouts.OverlayCallouts .container .top-text p {
    padding: 0px 15px;
  }
  .FeaturedCallouts.OverlayCallouts .container .grid-row {
    margin-top: 30px;
  }
  .FeaturedCallouts.OverlayCallouts .container .grid-row a {
    background-color: rgba(66, 26, 8, 0.95);
  }
}

#seasonal-template .seasonal-header .seasonal-hero {
  width: 100%;
  height: 635px;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1200px) {
  #seasonal-template .seasonal-header {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
  }
}

#seasonal-template .seasonal-clip {
  position: relative;
  width: 100%;
  height: 43px;
  background: #fff;
  z-index: 2;
}

#seasonal-template .seasonal-clip:before {
  content: "";
  background: #fff;
  bottom: 0;
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  right: 0;
  top: -65px;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: -1;
  box-shadow: 0px -10px 10px -2px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 1500px) {
  #seasonal-template .seasonal-header .seasonal-hero {
    height: 540px;
  }
}

@media screen and (max-width: 1200px) {
  #seasonal-template .seasonal-header .seasonal-hero {
    height: 450px;
  }
}

@media screen and (max-width: 560px) {
  #seasonal-template .seasonal-header .seasonal-hero {
    height: 350px;
  }
}

@media screen and (max-width: 420px) {
  #seasonal-template .seasonal-header .seasonal-hero {
    height: 300px;
  }
}

@media screen and (max-width: 320px) {
  #seasonal-template .seasonal-header .seasonal-hero {
    height: 250px;
  }
}

.WebPartContent .seasonal-header {
  position: relative !important;
  top: 0 !important;
}

.WebPartZone + .seasonal-content {
  margin-top: 0 !important;
}

@media screen and (min-width: 1200px) {
  #seasonal-template .seasonal-content {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 590px;
  }
}

@media screen and (min-width: 1500px) {
  #seasonal-template .seasonal-content {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 720px;
  }
}

#seasonal-template .seasonal-content .seasonal-intro {
  width: 90%;
  max-width: 990px;
  margin: 0 auto 40px auto;
  text-align: center;
}

#seasonal-template .seasonal-content .seasonal-intro h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #045d67;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: none;
}

#seasonal-template .seasonal-content .seasonal-intro p {
  font-size: 15px;
  color: #3a3a3a;
  line-height: 27px;
  margin: 0;
  padding: 0 20px;
}

@media screen and (max-width: 560px) {
  #seasonal-template .seasonal-content .seasonal-intro {
    position: relative;
    margin-top: -60px;
    z-index: 3;
  }
}

#seasonal-template .seasonal-content .seasonal-ctas {
  position: relative;
  min-height: 550px;
  background-size: cover;
  background-position: center;
}

#seasonal-template .seasonal-content .seasonal-ctas:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(#fff, rgba(250, 250, 250, 0.8), rgba(250, 250, 250, 0.4), rgba(250, 250, 250, 0));
  z-index: 1;
}

#seasonal-template .seasonal-content .seasonal-ctas .callouts-inner {
  position: relative;
  padding-top: 80px;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
}

#seasonal-template .seasonal-content .seasonal-ctas .seasonal-cta {
  flex-grow: 1;
  min-height: 380px;
  margin: 0 10px;
}

@media screen and (max-width: 800px) {
  #seasonal-template .seasonal-content .seasonal-ctas {
    background-image: none !important;
  }
  #seasonal-template .seasonal-content .seasonal-ctas .callouts-inner {
    max-width: 600px;
    display: block;
  }
  #seasonal-template .seasonal-content .seasonal-ctas .callouts-inner .seasonal-cta {
    margin-bottom: 20px;
  }
}

#seasonal-template .seasonal-content .season-cta-grid {
  padding-top: 60px;
  padding-bottom: 80px;
}

#seasonal-template .seasonal-content .season-cta-grid h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #045d67;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}

.seasonal-ctas {
  padding-bottom: 40px;
}

.seasonal-cta {
  display: block;
  position: relative;
  min-height: 155px;
  background-size: cover;
  background-position: center;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.35);
}

.seasonal-cta .seasonal-cta-content {
  position: absolute;
  top: 52%;
  left: 30px;
  width: calc(100% - 60px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
}

.seasonal-cta .seasonal-cta-content:after, .seasonal-cta .seasonal-cta-content:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  height: calc(100% - 50px);
  width: 2px;
  background: #fff;
}

.seasonal-cta .seasonal-cta-content:before {
  left: auto;
  right: -1px;
}

.seasonal-cta .pre-tag,
.seasonal-cta .post-tag {
  display: flex;
  flex-wrap: nowrap;
}

.seasonal-cta .pre-tag span,
.seasonal-cta .post-tag span {
  flex-grow: 1;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

.seasonal-cta .pre-tag span.top-text,
.seasonal-cta .post-tag span.top-text {
  margin-top: 5px;
}

.seasonal-cta .pre-tag span svg,
.seasonal-cta .post-tag span svg {
  max-height: 35px;
  max-width: 35px;
  fill: #fff;
}

.seasonal-cta .pre-tag span.spacer,
.seasonal-cta .post-tag span.spacer {
  height: 2px;
  background: #fff;
  margin-top: 15px;
  flex-grow: 3;
}

.seasonal-cta .pre-tag.post-tag span.spacer,
.seasonal-cta .post-tag.post-tag span.spacer {
  margin-top: -35px;
}

.seasonal-cta .icon-container {
  position: absolute;
  left: 45%;
  top: 71%;
}

.seasonal-cta .cta-main {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 50px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 1px;
  font-weight: 300;
}

.seasonal-cta .cta-main pre {
  margin: 0;
  font-size: 17px;
}

.seasonal-cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #045d67;
  z-index: 1;
  opacity: .75;
  transition: opacity 400ms;
}

.seasonal-cta:hover:after {
  opacity: .6;
}

.seasonal-cta.green-bg:after {
  background: #729849;
}

.seasonal-cta.brown-bg:after {
  background: #502007;
}

/*
	Some of the pre-existing css for the foliage tracker. 
*/
#foliageWrapper #foliageMapWrapper {
  max-height: 660px;
  margin-top: 10px;
  *zoom: 1;
}

#foliageWrapper #foliageMapWrapper:before,
#foliageWrapper #foliageMapWrapper:after {
  content: " ";
  display: table;
}

#foliageWrapper #foliageMapWrapper:after {
  clear: both;
}

#foliageWrapper #foliageMapWrapper .foliage-slider .ui-slider-handle {
  margin-top: -2px;
  height: 30px;
  width: 30px;
  background: url("/library/img/foliage-tracker/slider-button.jpg") no-repeat;
  border: 0;
  z-index: 3;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
}

#foliageWrapper #foliageMapWrapper .foliage-slider .ui-slider-handle:focus {
  outline: 0;
}

#foliageWrapper #foliageMapWrapper .month-container,
#foliageWrapper #foliageMapWrapper .week-of-container {
  float: left;
  height: 100%;
  width: 42px;
  padding-bottom: 4px;
  z-index: 2;
  font-family: proxima-nova;
  font-size: 11px;
}

#foliageWrapper #foliageMapWrapper .month-container span {
  display: block;
  position: relative;
  line-height: 62.5px;
  vertical-align: middle;
  text-align: center;
}

#foliageWrapper #foliageMapWrapper .week-of-container {
  top: 0;
  left: 42px;
  display: none;
}

#foliageWrapper #foliageMapWrapper .week-of-container span {
  line-height: 41.25px;
  display: block;
  text-align: center;
}

#foliageWrapper #foliageMapWrapper .foliage-map-container {
  position: relative;
}

#foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map {
  position: relative;
  left: 42px;
  width: calc(100% - 52px);
  *zoom: 1;
}

#foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map:before,
#foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map:after {
  content: " ";
  display: table;
}

#foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map:after {
  clear: both;
}

#foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map svg {
  position: absolute;
}

#foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map svg text {
  font-family: proxima-nova;
  font-size: 13px;
  display: none;
}

#foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map svg g a:hover {
  cursor: pointer;
}

#foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map svg g a:hover path {
  fill-opacity: 50%;
}

#foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map svg g a.active path {
  fill-opacity: 50%;
}

#foliageWrapper .foliage-legend {
  margin: 80px 0 50px 0;
}

#foliageWrapper .foliage-legend .key-holder {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

#foliageWrapper .foliage-legend .key-holder:last-child {
  padding-right: 0;
}

#foliageWrapper .foliage-legend .key-holder div {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

#foliageWrapper .foliage-legend .key-holder div span {
  display: inline;
}

#foliageWrapper #foliage-content-parent .foliage-content .foliage-callout-block {
  margin-bottom: 25px;
}

#foliageWrapper #foliage-content-parent .foliage-content .foliage-callout-block div {
  background-size: cover;
  -ms-behavior: url(/library/js/polyfill/backgroundsize.min.htc);
  position: relative;
}

#foliageWrapper #foliage-content-parent .foliage-content .foliage-callout-block div:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 36.25654%;
}

#foliageWrapper #foliage-content-parent .foliage-content .foliage-callout-block div > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#foliageWrapper #foliage-content-parent .foliage-content.dynamic-content {
  display: none;
}

#foliageWrapper #foliage-content-parent .foliage-content.dynamic-content.active {
  display: block;
}

#foliageWrapper .fixed-content .instagram-block {
  margin: 0;
  *zoom: 1;
}

#foliageWrapper .fixed-content .instagram-block:before,
#foliageWrapper .fixed-content .instagram-block:after {
  content: " ";
  display: table;
}

#foliageWrapper .fixed-content .instagram-block:after {
  clear: both;
}

#foliageWrapper .fixed-content .videos-block {
  margin-bottom: 50px;
}

#foliageWrapper .fixed-content .videos-block iframe {
  border-width: 0;
}

#foliageWrapper .fixed-content .videos-block .suggested-videos {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#foliageWrapper .fixed-content .videos-block .suggested-videos iframe,
#foliageWrapper .fixed-content .videos-block .suggested-videos object,
#foliageWrapper .fixed-content .videos-block .suggested-videos embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 54.83%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

#foliageWrapper {
  position: relative;
  overflow: hidden;
  min-height: 1100px;
}

.foliage-controller {
  position: relative;
  background: #fff;
  z-index: 5;
  border: 2px solid #444;
}

.foliage-controller.short {
  max-width: 375px;
  border: none;
}

.foliage-controller .control-section {
  padding: 20px 45px 10px 45px;
}

.foliage-controller h4 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  color: #444;
}

.foliage-controller .foliage-info {
  margin-bottom: 10px;
}

.foliage-controller .foliage-info h4 {
  display: inline-block;
}

.foliage-controller .foliage-info .legend {
  float: right;
  outline: 2px solid #fff;
}

.foliage-controller .foliage-info .legend span {
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  min-width: 60px;
  text-transform: uppercase;
  float: left;
  text-align: center;
  padding: 0 5px;
}

.foliage-controller .slider-days {
  list-style: none;
  text-align: justify;
  display: list-item;
  margin: 0 0 -7px 0;
  color: #736225;
  font-weight: 600;
  font-size: 13px;
  height: 38px;
}

.foliage-controller .slider-days:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.foliage-controller #slider-horizontal {
  background: #844320;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}

.foliage-controller .slider-months {
  margin-top: 6px;
}

.foliage-controller .slider-months span {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.foliage-controller .slider-months:after {
  content: "";
  display: block;
  clear: both;
}

.foliage-controller .map-display-section {
  margin-top: 20px;
  padding-bottom: 40px;
}

.foliage-controller .map-display-section ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
}

.foliage-controller .map-display-section ul li {
  position: relative;
  font-size: 17px;
  padding: 10px 0 10px 45px;
  max-width: 490px;
}

.foliage-controller .map-display-section ul li svg {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 8px;
}

.foliage-controller .map-display-section ul li:after {
  content: "";
  width: calc(100% - 45px);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #444;
}

.foliage-controller .map-display-section .tracker-toggle {
  position: relative;
  float: right;
  width: 75px;
  height: 25px;
  background: #739551;
  border-radius: 50px;
  box-shadow: inset 0px 3px 10px -1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.foliage-controller .map-display-section .tracker-toggle:before {
  content: "ON";
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 5px;
  top: 2px;
}

.foliage-controller .map-display-section .tracker-toggle:after {
  content: "";
  height: 17px;
  width: 30px;
  position: absolute;
  top: 4px;
  left: 41px;
  background: #3c3a3c;
  border-radius: 50px;
  box-shadow: inset 0px 3px 10px -4px rgba(255, 255, 255, 0.9);
  transition: all 300ms;
}

.foliage-controller .map-display-section .tracker-toggle.toggle-off {
  background: #fff;
}

.foliage-controller .map-display-section .tracker-toggle.toggle-off:before {
  content: "OFF";
  color: #444;
  left: auto;
  right: 5px;
}

.foliage-controller .map-display-section .tracker-toggle.toggle-off:after {
  left: 4px;
}

.foliage-map-container {
  width: 100%;
  max-width: 1100px;
}

.foliage-map-container .foliage-map {
  height: 650px;
}

.foliage-map-container .foliage-map svg {
  max-width: 670px;
  left: 190px;
  top: -260px;
}

.foliage-map-container .foliage-map svg a circle {
  stroke: #739551;
}

.tracker-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
  overflow-y: auto;
}

.tracker-modal .close-trk-modal {
  position: absolute;
  top: 80px;
  right: 80px;
  color: #fff;
  cursor: pointer;
}

.tracker-modal .close-trk-modal svg {
  width: 50px;
  height: 50px;
}

.tracker-modal .tracker-modal-content {
  color: #fff;
  width: 95%;
  max-width: 1100px;
  margin: 100px auto 0 auto;
}

.tracker-modal .tracker-modal-content h2, .tracker-modal .tracker-modal-content h3, .tracker-modal .tracker-modal-content p {
  margin: 0;
  padding: 0;
  color: #fff !important;
}

.tracker-modal .tracker-modal-content h2, .tracker-modal .tracker-modal-content h3 {
  font-size: 40px;
  text-transform: uppercase;
  word-wrap: break-word;
}

.tracker-modal .tracker-modal-content h2 svg, .tracker-modal .tracker-modal-content h3 svg {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: middle;
}

.tracker-modal .tracker-modal-content h2 {
  margin-bottom: 10px;
}

.tracker-modal .tracker-modal-content h3 {
  font-size: 24px;
}

.tracker-modal .tracker-modal-content p {
  line-height: 1.5em !important;
  font-size: 16px !important;
}

.tracker-modal .tracker-modal-content p a {
  color: #71964B;
  text-decoration: underline;
}

.tracker-modal .tracker-modal-content a p {
  color: #fff;
  text-decoration: none;
}

.tracker-modal .tracker-modal-content a p + span {
  color: #71964B;
  text-decoration: underline;
}

.tracker-modal .tracker-modal-content .grid-row {
  margin-top: 30px;
}

.tracker-modal .tracker-modal-content img {
  max-width: 95% !important;
  display: block;
  margin-bottom: 15px;
}

.tracker-modal .tracker-modal-content .trk-m-item {
  width: 95%;
  display: block;
  padding-bottom: 40px;
}

.tracker-modal .tracker-modal-content .instagram-wrapper {
  margin-top: 40px;
}

.tracker-modal .tracker-modal-content #instafeed {
  text-align: center;
}

.tracker-modal .tracker-modal-content #instafeed img {
  width: auto;
  display: inline-block;
  margin: 0 10px;
}

.tracker-modal .tracker-modal-content #alt-feed {
  display: none;
}

@media screen and (max-width: 1030px) {
  #foliageWrapper {
    overflow: visible;
    min-height: 1600px;
  }
  .foliage-map-container {
    float: none;
  }
  .foliage-map-container:after {
    content: '';
    display: block;
    clear: both;
  }
  .foliage-map-container .foliage-map {
    left: 0;
    width: 100%;
    height: 1050px;
  }
  .foliage-map-container .foliage-map:after {
    content: '';
    display: block;
    clear: both;
  }
  .foliage-map-container .foliage-map svg {
    left: 0px;
    top: 20px;
  }
  .tracker-modal .close-trk-modal {
    top: 10px;
    right: 10px;
  }
  .tracker-modal .tracker-modal-content {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin-top: 100px;
    padding: 20px;
  }
  .tracker-modal .tracker-modal-content h2 {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .tracker-modal .tracker-modal-content h2 + p {
    line-height: 21px;
  }
}

@media screen and (min-width: 751px) {
  .toggle-map-controls {
    display: none;
  }
  .map-display-section {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .foliage-controller .foliage-info .legend {
    float: left;
    margin-top: 10px;
  }
  .foliage-controller .foliage-slider {
    margin-top: 50px;
  }
  .foliage-controller.short {
    max-width: none;
  }
  .foliage-controller .map-display-section {
    margin-top: 4px;
  }
  .foliage-controller .map-display-section ul li {
    padding: 10px 0 10px 40px;
  }
  .foliage-controller .map-display-section ul li svg {
    width: 35px;
    height: 35px;
  }
  .foliage-controller .map-display-section ul li:after {
    width: calc(100% - 40px);
  }
  #foliageWrapper #foliageMapWrapper .foliage-map-container {
    width: 100%;
    height: 880px;
    overflow: auto;
    background: #f8f8f8;
  }
  #foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map {
    width: 100%;
    left: 0;
    height: 880px;
    overflow-y: hidden;
  }
  #foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map svg {
    width: 750px;
  }
  .tracker-modal .tracker-modal-content {
    padding-bottom: 80px;
  }
  .tracker-modal .tracker-modal-content h2 svg {
    display: block;
    margin-bottom: 10px;
  }
  .toggle-map-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #B99A2A;
    cursor: pointer;
  }
  .toggle-map-controls svg {
    fill: #fff;
    width: 20px;
    max-height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 300ms;
  }
  .toggle-map-controls.open svg {
    transform: rotate(-180deg);
  }
  .foliage-controller.slide-controller {
    margin-top: -15px;
  }
}

@media screen and (max-width: 750px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #foliageWrapper #foliageMapWrapper .foliage-map-container {
    height: 960px;
  }
  #foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map {
    height: 940px;
  }
}

@media screen and (max-width: 550px) {
  .foliage-controller .foliage-info {
    padding-bottom: 20px;
  }
  .foliage-controller .foliage-info .legend span {
    font-size: 8px;
    width: 33.33%;
  }
  .foliage-controller .map-display-section ul li {
    padding: 5px 0;
    font-size: 14px;
  }
  .foliage-controller .map-display-section ul li svg {
    display: none;
  }
  .foliage-controller .map-display-section ul li:after {
    width: 100%;
  }
  .foliage-controller.slide-controller {
    margin-top: 0;
  }
}

@media screen and (max-width: 450px) {
  .tracker-modal .tracker-modal-content .trk-m-item {
    width: 100%;
    margin-top: 10px;
  }
}

.inner-template .inner-container .content-container .foliage-controller h4 {
  color: #444;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #foliageWrapper #foliageMapWrapper .foliage-map-container .foliage-map svg {
    height: 1430px;
  }
}

@media (-ms-high-contrast: none) and (min-width: 1031px) {
  #foliageMapWrapper .foliage-map-container .foliage-map svg {
    top: -270px;
  }
}

@-moz-document url-prefix() {
  @media screen and (min-width: 1185px) {
    .foliage-map-container .foliage-map svg {
      height: 1250px;
    }
  }
}

@media screen and (min-width: 1035px) and (max-width: 1184px) {
  .foliage-map-container .foliage-map svg {
    top: 0 !important;
    height: 915px !important;
  }
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

