/*
Theme Name:			Appalachian Mountain Club (AMC)
Theme URI:			http://tinyfrog.com/
Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
Author: 			Tinyfrog Technologies
Author URI:			http://tinyfrog.com/
Version:			5.2.2.17
Template: 			genesis
Template Version:	3.4.0
License:			GPL-2.0+
License URI:		http://www.opensource.org/licenses/gpl-license.php
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-padding-top: 90px;
    scroll-behavior: smooth;
}

body {
    background: #eadfd0;
    color: #293318;
    font-family: "BentonSans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 143.87%;
}

body.home {
    background-position: center 820px;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 0.3s ease-in-out;
}

u {
    color: #626902;
}

u:focus,
u:hover {
    color: #116f69;
}

a {
    color: #626902;
    text-decoration: underline;
    transition:
        color 0.3s ease-in-out,
        background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
    color: #116f69;
}

p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4176;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #293318;
    clear: both;
    margin: 1.65em auto;
    max-width: 93%;
}

hr.left-align {
    margin-left: 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #333;
}

blockquote {
    margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #293318;
    font-family: "Gelica", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    margin: 0 0 15px;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
    line-height: 1.2;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 22px;
    line-height: 1.454;
    font-family: "BentonSans", sans-serif;
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-family: "BentonSans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.09rem;
    text-transform: uppercase;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}

.wp-caption {
    margin-bottom: 20px;
    font-size: 14px;
    color: #7a7a7a;
    text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea,
#page-container .gfield input,
#page-container .gfield select,
#page-container .gfield textarea {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    color: #293318;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.15;
    padding: 12px 20px;
    width: 100%;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
    width: auto;
    vertical-align: top;
    margin-top: 2px;
    padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
    outline: 1px solid #000;
}

:-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

::placeholder {
    color: #8b8b8b;
    opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
    border-radius: 0.3125rem;
    border-width: 0;
    background: #a7b238;
    box-shadow: none;
    color: #293318;
    cursor: pointer;
    font-family: "BentonSans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.94rem 1.25rem;
    position: relative;
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: padding 300ms;
}
#page-container .button:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: calc(50% - 1rem / 2);
    background-image: url(images/icon-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    opacity: 0;
    transition: opacity 300ms;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
    background-color: #b9c160;
    text-decoration: none;
    padding-right: 2.63rem;
}

#page-container .button:hover:after,
#page-container .button:focus:after {
    opacity: 1;
}

#page-container .button-150-green,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
    border-radius: 0.3125rem;
    border-width: 0;
    background: #293318;
    box-shadow: none;
    color: #eadfce;
    cursor: pointer;
    font-family: "BentonSans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.94rem 1.25rem;
    position: relative;
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: padding 300ms;
}
#page-container .button-150-green:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: calc(50% - 1rem / 2);
    background-image: url(images/icon-arrow-right-sand.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    opacity: 0;
    transition: opacity 300ms;
}

#page-container .button-150-green:hover,
#page-container .button-150-green:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
    background-color: #545c46;
    text-decoration: none;
    padding-right: 2.63rem;
}

#page-container .button-150-green:hover:after,
#page-container .button-150-green:focus:after {
    opacity: 1;
}

#page-container .button-150-orange,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
    border-radius: 0.3125rem;
    border-width: 0;
    background: #e9902c;
    box-shadow: none;
    color: #293318;
    cursor: pointer;
    font-family: "BentonSans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.94rem 1.25rem;
    position: relative;
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: padding 300ms;
}
#page-container .button-150-orange:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: calc(50% - 1rem / 2);
    background-image: url(images/icon-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    opacity: 0;
    transition: opacity 300ms;
}

#page-container .button-150-orange:hover,
#page-container .button-150-orange:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
    background-color: #eda656;
    text-decoration: none;
    padding-right: 2.63rem;
}

#page-container .button-150-orange:hover:after,
#page-container .button-150-orange:focus:after {
    opacity: 1;
}

#page-container .button.light-btn,
#page-container .cta-black-box .button {
    background: var(--Sunshine, #e0bc24);
}

#page-container .button.light-btn:hover,
#page-container .button.light-btn:focus,
#page-container .cta-black-box .button:hover,
#page-container .cta-black-box .button:focus {
    background-color: #e6c950;
}
#page-container .button.light-btn:hover:after,
#page-container .button.light-btn:focus:after,
#page-container .cta-black-box .button:hover:after,
#page-container .cta-black-box .button:focus:after {
    opacity: 1;
}

#page-container .button.full-btn {
    min-width: 100%;
    margin-left: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

p .button {
    margin-top: 15px;
}

.btn-gap-none .button {
    margin-top: 0;
}

.button + .button {
    margin-top: 5px;
    margin-left: 10px;
}

#page-container .gform_button {
    border-radius: 0.3125rem;
    border-width: 0;
    background: #e0bc24;
    box-shadow: none;
    color: #293318;
    cursor: pointer;
    font-family: "BentonSans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.94rem 1.25rem;
    position: relative;
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: padding 300ms;
}

/* Tables
--------------------------------------------- */

.table-container {
    overflow-x: auto;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #293318;
}

tr {
    border-top: 1px solid #293318;
}

td,
th {
    border: 1px solid #293318;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
    padding: 0.5em;
}

th {
    font-weight: 700;
    padding: 0.5em;
    font-family: "BentonSans", sans-serif;
}

#page-container .outdoors_gd_legend_grid {
    border-color: #293318;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.more-link {
    position: relative;
    display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    outline: 1px solid #3c71af;
    outline-offset: -2px;
}

a.focus-visible .aligncenter {
    outline: 1px solid #3c71af;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none !important;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.wrap {
    margin: 0 auto;
    max-width: 1170px;
}

.site-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-container .site-inner {
    flex: 1 0 auto;
}

.site-inner {
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 300px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
    float: left;
    width: 720px;
}

.sidebar-content .content {
    float: right;
}

.full-width-content .content {
    width: 100%;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search-form {
    overflow: hidden;
    padding: 3px;
    width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
    margin: 0 24px 24px 0;
}

.alignright {
    float: right;
    text-align: right;
    margin: 0 0 24px 24px;
}

.page .hidden-front {
    position: absolute;
    left: -999999px;
}

.widget-area {
    word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
    text-decoration: none;
}

.widget-title {
    margin-bottom: 24px;
}

.panel-grid-cell .widget-title {
    font-size: 50px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background: #e4d6c0;
    position: fixed;
    left: 0px;
    width: 100%;
    transition: all 0.3s ease 0s;
    z-index: 2000;
}

.mysticky-welcomebar-fixed {
    z-index: 2000 !important;
}

.sticky .site-header {
    background-color: #e4d6c0;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.site-header .wrap {
    position: relative;
}

.site-header + * {
    margin-top: 95px;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding-top: 17px;
    width: auto;
}

@media (min-width: 981px) {
    .title-area {
        padding-bottom: 10px;
    }
}

.title-area a {
    display: block;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(images/logo-amc.svg);
    background-size: contain;
    width: 14rem;
    height: 4.23925rem;
}

@media only screen and (min-width: 640px) {
    .title-area a {
        width: 14.9rem;
    }
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: auto;
    font-size: 13px;
    font-weight: 700;
    padding-top: 12px;
}

.header-widget-area a {
    color: #29331b;
    font-weight: 700;
    text-decoration: none;
    margin-right: 30px;
}

.header-widget-area .img-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.header-widget-area .img-icon img {
    display: block;
}

.search-toggle {
    background: url(images/search.svg) no-repeat center;
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}
.header-flyout-search {
    display: none;
}
.widget_nav_menu .header-flyout-search {
    display: none !important;
}

#page-container .header-widget-area .nav-header .widget_sow-editor {
    display: none;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.header-widget-area .widget_nav_menu {
    padding-top: 17px;
}

.genesis-nav-menu {
    clear: both;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu > .menu-item:last-child > a {
    padding-right: 0;
}

.genesis-nav-menu a {
    border: none;
    color: #293318;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0 16px 11px;
    position: relative;
    text-decoration: none;
    margin-right: 0;
    text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #2a9991;
}

.genesis-nav-menu .sub-menu {
    background: #e4d6c0;
    left: -9999px;
    letter-spacing: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 210px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu li {
    display: block;
}

.genesis-nav-menu .sub-menu a {
    border-top: none;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 4px 30px;
    position: relative;
    text-transform: initial;
}

.genesis-nav-menu .sub-menu a span {
    max-width: 140px;
    margin: 0;
    display: inline-block;
    border-bottom: 3px solid transparent;
    transition: border-color 300ms;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
    color: #293318;
}

.genesis-nav-menu .sub-menu a:hover span,
.genesis-nav-menu .sub-menu a:focus span {
    border-bottom: 3px solid #2a9991;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.menu .menu-item:last-child > ul.sub-menu {
    right: 0;
}

/* Responsive Menu
--------------------------------------------- */

.genesis-responsive-menu {
    display: none;
    position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
}

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    text-align: center;
    visibility: visible;
    outline: none;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    color: #000;
}

.menu-toggle {
    float: right;
    padding: 0 5px;
    position: relative;
    z-index: 1000;
    margin-left: 4.5rem;
    font-size: 0px;
    background: #293318;
}

.menu-btn-text {
    background: #fff;
}

.menu-toggle:after {
    content: "Menu";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    position: absolute;
    right: 56px;
    top: 10px;
    color: #293318;
}

.menu-toggle.activated::before {
    content: "\f335";
}

.site-header .menu-toggle::before {
    float: left;
    position: relative;
    text-rendering: auto;
    top: 1px;
    font-size: 35px;
    color: #fff;
}

body .dashicons-before:before {
    display: inline-block;
    width: 33px;
    height: 30px;
    font-size: 33px;
}

.sub-menu-toggle {
    float: right;
    padding: 2px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
    font-size: 25px;
}

.sub-menu-toggle.activated::before {
    transform: rotate(180deg);
}

.genesis-responsive-menu {
    display: block;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}

.dashicons-icon::before {
    font-family: dashicons;
    font-style: normal;
    font-weight: 400;
}

.dashicons-phone {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    display: inline-block;
    position: relative;
    top: 3px;
}

.menu-toggle::before {
    font-size: 35px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol {
    margin-left: 26px;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-author-name:last-child .separator {
    display: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.site-inner .pagination ul li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
}

.pagination li a {
    background-color: transparent;
    border: none;
    border-radius: 3px;
    color: #293318;
    border: 1px solid #293318;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 12px 5px;
    display: inline-block;
    text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #293318;
    color: #e0bc24;
    text-decoration: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    float: right;
    width: 340px;
}

.sidebar-content .sidebar {
    float: left;
}

.sidebar img {
    margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 40px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #29331b;
    color: #eadfd0;
    font-size: 12px;
}

.site-footer a {
    color: #eadfd0;
    text-decoration: none;
}

.site-footer a:hover {
    color: #40c0c0;
}

/*
footer section
--------------------------------------------- */

#page-container .footer-section {
    padding-bottom: 20px;
}

@media (max-width: 780px) {
    #page-container .footer-section {
        padding-top: 50px;
    }
}

.footer-grid-section .panel-grid-cell {
    padding-top: 61px;
}
.footer-grid-section .panel-grid-cell:first-child {
    padding-top: 22px;
}

.footer-grid-section li {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    margin-right: 25px;
}
.footer-grid-section li:last-child {
    margin-right: 0;
}
.menu-links-col {
    text-align: center;
}
.col-grid-widgets {
    display: flex;
    justify-content: space-between;
}
.col-grid-widgets .widget:first-child {
    width: 49%;
    margin-bottom: 0;
}
.col-grid-widgets .widget:last-child {
    width: 49%;
}
#page-container .copyright-col {
    position: relative;
    top: -28px;
}
@media (max-width: 780px) {
    #page-container .copyright-col {
        top: 0;
    }
}
#page-container .copyright-col p {
    font-size: 13px;
}

/*
contact link widget
--------------------------------------------- */

.contact-link-widget a {
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
}
.contact-link-widget .img-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.contact-link-widget .img-icon img {
    display: block;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

/*
social icons widget
--------------------------------------------- */

.social-icons {
    font-size: 16px;
}
.social-icons a {
    margin-right: 10px;
}
.social-icons br {
    display: none;
}

.copyright-col {
    text-align: center;
}
.copyright-col p {
    margin-bottom: 10px;
}
.copyright-col p:last-child {
    margin-bottom: 0;
}
.copyright-col .footer-terms {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin: 0 20px;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
    padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.siteorigin-panels .entry {
    margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
    padding-top: 110px;
}
.top-gap-large {
    padding-top: 150px;
}
.top-gap-medium {
    padding-top: 60px;
}
.top-gap-small {
    padding-top: 30px;
}

.bottom-gap {
    padding-bottom: 110px;
}
.bottom-gap-large {
    padding-bottom: 150px;
}
.bottom-gap-medium {
    padding-bottom: 60px;
}
.bottom-gap-small {
    padding-bottom: 30px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
    position: relative;
    background-color: #293318;
}

.dark-bg-section::before {
    content: "";
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-image: url(images/topo-map.png);
    background-size: cover;
}

.dark-bg-section h2 {
    color: #e0bc24;
}

.dark-bg-section h4 {
    color: #eadfd0;
}

.dark-bg-section *,
.light-fonts *,
.dark-bg-section .gform_wrapper .gfield_required,
.light-fonts .gform_wrapper .gfield_required {
    color: #eadfd0;
}

/*
inside page hero section
------------------------------------------------- */

.hero-panel {
    background: #000;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 455px;
    padding: 100px 0;
    font-size: 24px;
    line-height: 1.459;
}
.hero-overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
}
.hero-panel:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #eadfd0;
    z-index: 1;
}
.hero-panel * {
    color: #fff;
    text-shadow: 1px 1px 5px #000000;
    height: 100%;
}
.hero-panel a {
    text-shadow: none;
}
.hero-panel p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4545;
}

#page-container .hero-panel .widget_sow-image {
    margin-bottom: 0;
}
.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero-panel video {
    width: 100%;
    object-fit: cover;
}
.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.hero-panel h6 {
    font-size: 18px;
    font-weight: 400;
    margin-top: -16px;
}
.hero-panel a {
    color: #9ad7d9;
}
.home .hero-panel {
    min-height: 740px;
    text-align: left;
}
.home .hero-panel:after {
    height: 76px;
    background-color: #eadfd0;
}
.home h1 {
    font-size: 70px;
    line-height: 103%;
}
.hero-panel .small-widget {
    max-width: 570px;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
    margin-left: 0;
}

.site-inner ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.411;
}

.site-inner ul li:before {
    content: "";
    background: #293318;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 11px;
    left: 7px;
    border-radius: 50%;
}

.site-inner .light-fonts ul li:before,
.site-inner .dark-bg-section ul li:before {
    background: #40c0c0;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
    padding-left: 0px;
    margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
    display: none;
}

#page-container form li {
    font-weight: 400;
}

#page-container form li a {
    font-style: italic;
    text-decoration: underline;
}

#page-container form li a:hover {
    text-decoration: none;
}

.three-col-list ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    padding: 20px 10px;
    margin: 50px 0;
}
.three-col-list ul li {
    width: 34.33%;
}
.three-col-list ul li:nth-child(3n + 3) {
    width: 30%;
}
.three-col-list ul li:nth-child(3n + 3) {
    width: 27%;
    margin-left: 4%;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
    width: 100%;
    margin: 0 auto;
}

.outside-container {
    max-width: 1620px;
    margin: 0 auto;
}

#page-container .large-container {
    max-width: 1040px;
}

#page-container .medium-container {
    max-width: 770px;
}

#page-container .small-container {
    max-width: 615px;
}

.content-center {
    text-align: center;
}
.site-inner .content-center li {
    padding-left: 0;
}
.site-inner .content-center li:before {
    display: inline-block;
    position: relative;
    top: -3px;
    left: 0;
    margin-right: 7px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
    margin-bottom: 0;
}

p:empty {
    display: none;
}

a[href^="tel"] {
    display: inline-block;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    color: #fff;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
    display: inline-block;
    vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
    margin: 0;
    padding: 0;
}

#page-container .sharing-btns li {
    float: left;
    line-height: normal;
    margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
    display: none;
}

#page-container .sharing-btns li a:hover {
    text-decoration: none;
}

#page-container .sharing-btns li:last-child {
    margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gfield .gfield_label {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    vertical-align: top;
    margin-bottom: 5px;
    display: block;
}
#page-container .gchoice {
    display: flex;
    align-items: start;
}
#page-container .gchoice input {
    margin-top: 3px;
    margin-right: 7px;
    padding: 0;
}
.gfield:empty {
    display: none;
}
#page-container .ginput_counter {
    color: #6b6b6b;
}

#page-container .gform_footer {
    text-align: center;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
    display: none;
}

#page-container .gform_validation_errors .gform-icon {
    height: auto;
    top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
    border-radius: 0;
    border-width: 1px;
    text-align: left;
    padding: 10px 10px 10px 48px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
    font-weight: 400;
    line-height: inherit;
    font-family: inherit;
    margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
    margin-bottom: 0;
    margin-left: 0;
}

/*
Blog Page
------------------------------------------------- */

.featured-image {
    float: left;
    margin: 9px 20px 7px 0;
}

.featured-image a,
.featured-image a img {
    display: block;
}

.featured-image a img {
    margin: 0px auto;
}

.search article .entry-title {
    margin: 0 0 20px;
    font-size: 30px;
}

.type-post .entry-title {
    line-height: 1;
    font-size: 60px;
    margin: 0 0 20px;
}

.entry-footer {
    border-top: 1px solid #29331b;
    border-bottom: 1px solid #29331b;
    padding: 7px 0;
    overflow: hidden;
    margin-top: 15px;
}

.entry-footer span {
    display: inline-block;
    margin-right: 10px;
}

.entry-footer:empty {
    display: none;
}

#page-container .type-post:last-child {
    margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
    display: none;
}

/*
GDPR
------------------------------------------------- */

body .cky-notice-group {
    justify-content: center;
}
body .cky-btn {
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
body .cky-btn,
body .cky-accordion-header .cky-always-active,
body .cky-always-active,
body .cky-btn-preferences,
body .cky-show-desc-btn {
    color: #fff !important;
}

/*
box shortcode
------------------------------------------------- */

.box .box-container {
    background: #ffffff;
    text-align: center;
    min-height: 255px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box a.box-container {
    text-decoration: none;
    color: #293318;
}
.box .box-inside {
    padding: 25px;
    max-width: 300px;
}
.box .box-icon {
    background: #293318;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.box .box-icon img {
    max-width: 55%;
    max-height: 55%;
    width: auto;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.box .box-title {
    font-size: 24px;
    font-family: "BentonSans";
    font-weight: 500;
    letter-spacing: 0;
    text-transform: initial;
}

.box a.box-container:focus,
.box a.box-container:hover {
    opacity: 0.8;
}

.box a.box-container:focus *,
.box a.box-container:hover * {
    color: #575757;
}

.large-boxes .box .box-container {
    min-height: 263px;
    align-items: start;
}

/*
grid img text row
------------------------------------------------- */

.img-equal-col * {
    height: 100%;
}
#page-container .img-equal-col img.so-widget-image {
    object-fit: cover;
    height: 100%;
}
.grid-img-text-row.outside-container {
    max-width: 100%;
}
.grid-img-text-row .content-col {
    padding: 80px;
    max-width: 810px;
    width: 100%;
    float: right;
}

.grid-img-text-row .panel-grid-cell:last-child .content-col {
    float: left;
}

.outside-container .so-widget-sow-editor {
    max-width: 570px;
}

#page-container .touch-screen-corner .panel-grid-cell * {
    height: 100%;
}
#page-container .touch-screen-corner .panel-grid-cell .so-widget-image {
    object-fit: cover;
}

.so-widget-sow-image .widget-title {
    font-family: "BentonSans", sans-serif;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4176;
    text-align: center;
    color: #293318;
    margin: 0.5rem 0;
}

/*
box
------------------------------------------------- */

.box-col,
.box-widget {
    background: #293318;
    padding: 64px;
}
.box-col h2,
.box-widget h2 {
    color: #e0bc24;
}
.box-col p,
.box-widget p {
    color: #eadfd0;
}
.box-col a,
.box-widget a {
    color: #eadfd0;
}
.box-widget.facility-list img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
#page-container .box-col a.button,
#page-container .box-widget a.button {
    background-color: #e0bc24;
}

#page-container .box-col a.button:focus,
#page-container .box-widget a.button:hover {
    background-color: #e0bc24;
}

body.single-destinations .box-widget {
    background-color: #eadfd0;
}

body.single-destinations .box-widget h2 {
    color: #293318;
}

body.single-destinations .box-widget p {
    color: #293318;
}

/*
sow accordion
------------------------------------------------- */

body .sow-accordion {
    counter-reset: number;
}
#page-container .sow-accordion-panel-header:before {
    /*
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
	color: #C6C8C8;
	display: block;
	font-size: 32px;
	font-weight: 700;
	font-family: 'BentonSans', sans-serif;
	position: absolute;
	left: 35px;
	top: 44px;
	*/
}
#page-container .sow-accordion-icon-image {
    max-height: none;
    margin-right: 25px;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
#page-container .sow-accordion-panel {
    background: #293318;
    margin-bottom: 3px;
}
#page-container .sow-accordion-panel-header {
    background: transparent;
    color: #eadfd0;
    font-size: 24px;
    font-weight: 500;
    font-family: "BentonSans", sans-serif;
    line-height: 120%;
    padding: 40px 30px 40px 100px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

#page-container .sow-accordion-title {
    padding-right: 15px;
    line-height: 1;
}
#page-container .sow-accordion-panel-border {
    background: #e4d6c0;
    color: #293318;
    font-family: "BentonSans", sans-serif;
    font-size: 18px;
    line-height: 140%;
    padding: 50px 35px 50px 100px;
    padding-left: 40px;
}
#page-container .sow-accordion-panel-border h3 {
    color: #293318;
}
#page-container .sow-accordion-panel-border a {
    color: #293318;
}

#page-container .sow-accordion-panel span.sow-icon-fontawesome {
    width: 40px;
    height: 40px;
    background: url("images/arrow-up.svg") no-repeat center #a7b238;
    position: relative;
    border-radius: 50%;
}
#page-container
    .sow-accordion-panel.sow-accordion-panel-open
    span.sow-icon-fontawesome {
    background: url("images/arrow-down.svg") no-repeat center #a7b238;
}
#page-container
    .sow-accordion-panel
    .sow-icon-fontawesome[data-sow-icon]:before {
    display: none;
}

.small-container .so-widget-sow-accordion {
    max-width: 575px;
    margin: 0 auto;
}

/*
sow accordion style 2
------------------------------------------------- */

#page-container .accordion-style2 .sow-accordion-panel-header {
    background: #293318;
    color: #eadfd0;
    min-height: 110px;
    align-items: center;
    padding: 25px 51px;
}
#page-container .accordion-style2 .sow-accordion-panel-header.focus-visible {
    outline: 2px solid #3c71af;
}
#page-container .accordion-style2 .sow-accordion-panel-header:before {
    display: none;
}
#page-container
    .accordion-style2
    .sow-accordion-panel.sow-accordion-panel-open
    span.sow-icon-fontawesome {
    background: url(images/arrow-down.svg) no-repeat center #a7b238;
}
#page-container .accordion-style2 .sow-accordion-panel-border {
    background-color: #e4d6c0;
    border: none;
    color: #293318;
    font-family: "BentonSans", sans-serif;
    font-size: 14px;
    line-height: 153.52%;
    padding: 17px 50px 60px;
}

.accordion-style2 h6 {
    font-size: 14px;
    margin-bottom: 7px;
}
.box-row {
    border: 1px solid #dddddd;
    padding: 20px 27px 30px;
}
.box-row .panel-grid + .panel-grid {
    margin-top: -10px;
}

/*
sow accordion location
------------------------------------------------- */

.location-inner-wrap {
    border: 1px solid #dddddd;
}
.location-img img {
    width: 100%;
}
.location-info-rows {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    padding: 20px 27px 30px;
}
.location-info-rows strong {
    display: block;
}
.location-buttons {
    padding-top: 30px;
}

/*
facility style
------------------------------------------------- */

#page-container .facility-list ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 30px;
    width: 100%;
}
#page-container .facility-list ul li {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}
#page-container .facility-list ul li:before {
    display: none;
}
.facility .box-container {
    position: relative;
}
.tooltip-box {
    background: #f5f6fd;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 13%);
    font-size: 12px;
    line-height: 143.87%;
    width: 157px;
    padding: 12px 14px 8px 16px;
    text-align: left;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: none;
}
.facility .box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    width: 40%;
}
.facility .box-icon img {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    width: 100%;
}
.facility h6 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: initial;
}
.facility .box-container:focus .tooltip-box,
.facility .box-container:hover .tooltip-box {
    display: block;
}
#page-container .tooltip-box:empty {
    display: none;
}

#page-container .facility-list.full-list ul {
    display: block;
}
#page-container .facility-list.full-list ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 90px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
}
#page-container .facility-list.full-list .box-container {
    margin: 0 auto;
}

.light-icons .facility .box-icon {
    background: #1e1e1e;
}
.light-icons .facility .box-icon img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

/* img btm shape
--------------------------------------------- */

#page-container .img-btm-shape .sow-image-container {
    position: relative;
    display: table;
    margin: 0 auto;
}
.get-involved-area {
    position: relative;
}

/* contact box
--------------------------------------------- */

#page-container .contact-box {
    background: #293318;
    padding: 23px;
    max-width: 700px;
    margin: 0 auto;
}
.contact-box * {
    color: #eadfd0;
}
.contact-box h4 {
    font-size: 28px;
    padding-left: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eadfd0;
    color: #e0bc24;
}
.contact-box .prg-icon {
    padding-left: 25px;
    position: relative;
    margin-bottom: 0;
}
.contact-box .prg-icon .img-icon {
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-box a {
    text-decoration: none;
}
#page-container .contact-box .button {
    width: 100%;
    margin-top: 0;
}

#page-container .top-overlap {
    margin-top: -113px;
    position: relative;
    z-index: 5;
}

/* destination info row
--------------------------------------------- */

.destination-info-row iframe {
    border: 1px solid #000000 !important;
}
.destination-info-row .textwidget > h6 {
    font-size: 24px;
    font-weight: 500;
    font-family: "BentonSans", sans-serif;
    margin-bottom: 5px;
    text-transform: initial;
}

/* tabs style
--------------------------------------------- */

.box-widget .large-container .so-widget-sow-tabs {
    max-width: 855px;
    margin: 0 auto;
}
.box-widget .large-container .so-widget-sow-tabs {
    max-width: 855px;
    margin: 0 auto;
}
#page-container .sow-tabs-tab-container {
    background: transparent;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    /*justify-content: space-around;
	-ms-justify-content: space-between;
	justify-content: space-between;*/
    align-items: stretch;
    position: relative;
    z-index: 1;
}
#page-container .sow-tabs-tab {
    background: #293318;
    border-radius: 2px 2px 0px 0px;
    color: #eadfd0;
    font-size: 1.0625rem;
    font-weight: 400;
    font-family: "BentonSans", sans-serif;
    margin: 0 1px;
    display: flex;
    text-align: center;
    padding: 7px 15px;
    min-height: 40px;
    position: relative;
}
#page-container .sow-tabs-tab.sow-tabs-tab-selected {
    background: #a7b238;
    color: #293318;
}
#page-container .sow-tabs-tab.sow-tabs-tab-selected:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
#page-container .sow-tabs-panel {
    background: #e4d6c0;
    margin: 0 1px;
    padding: 33px 55px;
}
#page-container .sow-tabs-panel-content {
    font-size: 1.0625rem;
    font-family: "BentonSans", sans-serif;
}
#page-container .sow-tabs-panel-content a:not(.button) {
    color: #626902;
}
#page-container .sow-tabs-panel-content a:hover:not(.button),
#page-container .sow-tabs-panel-content a:focus:not(.button) {
    color: #2a9991;
}
#page-container .sow-tabs-panel-content ul {
    font-size: 1.0625rem;
}

#page-container .mobile-tab-title {
    display: none;
    background: #293318;
    color: #eadfd0;
    padding: 10px 20px;
    cursor: pointer;
}
#page-container .sow-tabs-panel:not([style="display: none;"]),
#page-container .sow-tabs-panel-content {
    display: block !important;
}

/* destinations locations filter
--------------------------------------------- */

.locations-filter {
    display: flex;
    border-bottom: 3px solid #293318;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.filter-info-col {
    width: 100%;
}
.filter-col {
    flex: 0 0 250px;
}
option.hide-option {
    display: none;
}

.destination-item {
    margin-bottom: 65px;
}
.destination-item:last-child {
    margin-bottom: 0;
}
.destination-item .destination-inner-wrap {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.destination-content {
    width: 100%;
    align-items: center;
    align-self: center;
    padding: 30px 0 10px;
}
.destination-thumbnail img {
    min-height: 502px;
    object-fit: cover;
    height: 100%;
}
.destination-thumbnail {
    flex: 0 0 54%;
    margin-left: 5%;
}
.all-destinations h3 {
    margin-bottom: 20px;
}
.all-destinations h3 a {
    color: #626902;
    text-decoration: none;
}
.all-destinations h3 a:hover,
.all-destinations h3 a:focus {
    color: #116f69;
    text-decoration: none;
}
.all-destinations .short-info {
    margin-bottom: 40px;
}
.all-destinations .facilities {
    padding-top: 40px;
}

h3 a {
    color: #626902;
    text-decoration: none;
}
h3 a:hover,
h3 a:focus {
    color: #116f69;
    text-decoration: none;
}

/* latest posts wrap
--------------------------------------------- */

.latest-posts-wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    width: 100%;
}
.latest-posts-wrap .recent-post {
    position: relative;
    padding-bottom: 60px;
    text-align: center;
}
.latest-posts-wrap .post-img img {
    width: 100%;
    height: 254px;
    object-fit: cover;
}
.latest-posts-wrap .post-info {
    padding-top: 20px;
    text-align: center;
}
#page-container .latest-posts-wrap .button {
    min-width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* department loop
--------------------------------------------- */

.title-style .widget-title {
    font-size: 36px;
    border-bottom: 3px solid #373839;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.department-container {
    position: relative;
}
.department-filter {
    width: 48%;
    position: absolute;
    top: 0;
    left: 0;
}
.destination-result {
    padding-top: 80px;
}
.destination-result p {
    margin-bottom: 20px;
}
.destination-result p:last-child {
    margin-bottom: 0;
}
.department-posts .description {
    background: #293318;
    color: #eadfd0;
    padding: 64px;
}
.department-posts .description h4 {
    color: #e0bc24;
}
#page-container .department-item.panel-row-style {
    display: none;
}
#page-container .panel-grid:first-child > .department-item {
    display: flex;
}

/*
Map styling
--------------------------------------------- */

.search-type {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.15;
    padding: 12px 35px 12px 20px;
    width: 100%;
    margin-bottom: 35px;
}
.search-type:after {
    content: "\f347";
    font-family: dashicons;
    position: absolute;
    right: 5px;
    top: 14px;
}
.search-type .wpgmza_marker_list_class {
    background: #fff;
    border: 1px solid #bdbdbd;
    box-shadow: 0 5px 15px #dddddd;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 310px;
    overflow-y: scroll;
    padding: 5px 0;
    margin: 0;
    display: none;
    z-index: 5;
}
.search-type .wpgmza_marker_list_class .wpgmaps_blist_row {
    padding: 0;
    border: none;
}
.search-type .wpgmza_marker_list_class .wpgmza_div_title {
    font-weight: 400;
    padding: 2px 20px;
    font-size: 17px;
    margin-bottom: 0;
}

#page-container .gm-style-iw {
    background: #ebebeb;
}
#page-container .wpgmza-infowindow {
    font-size: 15px;
    line-height: 1.54;
    padding: 10px;
}
#page-container .wpgmza_infowindow_title {
    font-size: 16px;
    margin-bottom: 5px;
}
.wpgmza-infowindow p {
    margin-bottom: 15px;
}
.wpgmza-infowindow p:last-child {
    margin-bottom: 0;
}

#page-container .wpgmza-modern-store-locator .wpgmza-inner {
    flex-wrap: nowrap;
}
#page-container .wpgmza-modern-store-locator input[type="button"] {
    min-width: auto;
    padding-right: 30px !important;
    background-position: right 8px center;
}

.paginationjs .paginationjs-pages li {
    padding: 0;
}
.paginationjs .paginationjs-pages li:before {
    display: none;
}

/*
Team Member loop
--------------------------------------------- */

.our-team-members {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 55px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.small-member-img {
    margin-bottom: 20px;
    overflow: hidden;
}
.small-member-img img {
    display: block;
    width: 100%;
}
.short-member-info h4 {
    font-weight: 600;
}
.short-member-info h4:after {
    content: "";
    display: block;
    width: 110px;
    border-bottom: 1px solid #eadfd0;
    margin: 10px auto 0;
}
.short-member-info .memb-position {
    font-family: "BentonSans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.short-member-info .memb-email,
.short-member-info .memb-number {
    display: inline-block;
    margin: 0 6px;
}

/*
timeline row
--------------------------------------------- */

.timeline-row .so-widget-sow-editor {
    padding: 0 10px;
    position: relative;
}
.timeline-row .so-widget-sow-editor:before {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 150px;
    position: absolute;
    border-top: 17px solid #293318;
}
#page-container .timeline-row .widget-title {
    background: #fff;
    border: 5px solid #293318;
    box-shadow: 0 0 0 3px rgb(0 0 0 / 11%);
    border-radius: 50%;
    font-family: "BentonSans", sans-serif;
    width: 92px;
    height: 92px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px auto 70px;
    position: relative;
}
#page-container .timeline-row .widget-title:after {
    content: "";
    display: block;
    border-right: 2px solid #293318;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 75px;
    z-index: -1;
}
.timeline-row .so-widget-sow-editor:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 13px solid #293318;
    top: 142px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    margin-top: 24px;
}
.timeline-slider-row .textwidget {
    font-size: 17px;
    line-height: 1.26;
    text-align: center;
    padding-top: 50px;
    min-height: 225px;
}
.timeline-row h4 {
    font-size: 20px;
}

body .tns-outer {
    position: relative;
}
.timeline-row .tns-controls button {
    width: 25px;
    height: 35px;
    background: url(images/prev-step-arrow.svg) no-repeat left top;
    background-size: contain;
    border: none;
    display: inline-block;
    text-indent: -99999px;
    margin: 0;
    padding: 0;
    min-width: auto;
    position: absolute;
    top: 144px;
    left: -35px;
    transition: none;
}
.timeline-row .tns-controls button:last-child {
    background: url(images/next-step-arrow.svg) no-repeat right top;
    background-size: contain;
    right: -35px;
    left: inherit;
}
.timeline-row .tns-controls button:focus,
.timeline-row .tns-controls button:hover {
    opacity: 0.7;
}

/*
shuttle row
--------------------------------------------- */

.shuttle-routes-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 30px;
    width: 100%;
}
.shuttle-page-container .shuttle-announcement .body p {
    font-family: "Swiss721BT-Bold";
    font-size: 128%;
    line-height: 1.3;
    color: #373839;
}
.shuttle-page-container .shuttle-announcement .body::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 33px 11px 0;
    border-color: transparent #f7bd00 transparent transparent;
    background-color: unset;
    transform: unset;
    left: -33px;
}
.shuttle-page-container .shuttle-top-info h3,
.shuttle-page-container .shuttle-announcement h3 {
    font-family: "Swiss721BT-Bold";
    font-size: 167%;
    line-height: 1.3;
    letter-spacing: 0.75px;
    font-weight: normal;
    color: #373839;
    padding-top: 0;
    border-top: 0;
    padding-bottom: 0;
}
.shuttle-page-container .shuttle-announcement h3 {
    margin-right: 67px;
}
.shuttle-page-container .shuttle-top-info h3 a {
    font-family: "Swiss721BT-Regular";
    font-size: 167%;
    line-height: 1.3;
    letter-spacing: 0.75px;
    font-weight: normal;
    color: #373839;
    padding-bottom: 3px;
}
.shuttle-page-container .shuttle-top-info a {
    color: #373839;
    padding-bottom: 3px;
}
.shuttle-page-container .shuttle-top-info a:hover,
.shuttle-page-container .shuttle-top-info a:focus,
.shuttle-page-container .shuttle-top-info a:active {
    border-bottom: 3px solid;
    padding-bottom: 0;
}
.shuttle-page-container .shuttle-top-info p {
    font-size: 139%;
    line-height: 1.48;
    letter-spacing: 0.63px;
    color: #373839;
}
.shuttle-page-container .shuttle-top-info > div {
    padding-bottom: 36px;
    margin-right: 85px;
}
.shuttle-routes-container .shuttle-route .shuttle-table-key {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 15px;
    border-bottom: 0.5px solid black;
    margin-bottom: 15px;
}
.shuttle-routes-container .shuttle-route .shuttle-table-key div {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.63px;
    text-transform: uppercase;
}
.shuttle-routes-container .shuttle-route h2 {
    background-color: black;
    text-align: center;
    color: white;
    font-family: "BentonSans", sans-serif;
    border-radius: 8px 8px 0 0;
    padding: 10px;
    font-size: 26px;
}
.shuttle-routes-container .shuttle-route ul.stops {
    position: relative;
}
.shuttle-routes-container .shuttle-route ul.stops:before {
    content: "";
    display: block;
    margin-left: 0;
    list-style: none;
    margin-left: 8px;
    border-left: 0.5px solid black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
}
.shuttle-routes-container .shuttle-route ul.stops li {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.55px;
    padding-left: 45px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.shuttle-routes-container .shuttle-route ul.stops li:before {
    display: none;
}
.shuttle-routes-container .shuttle-route ul.stops li.Lodge {
    font-weight: bold;
}
.shuttle-routes-container .shuttle-route ul.stops li .stop-icon {
    height: 15px;
    width: 15px;
    background-color: white;
    border: 0.5px solid black;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}
.shuttle-routes-container .shuttle-route ul.stops li span {
    text-transform: uppercase;
    float: right;
}
.shuttle-routes-container .shuttle-route ul.stops li .stop-icon {
    left: 6px;
    top: 6px;
    border: 2px solid black;
}
.shuttle-routes-container .shuttle-route ul.stops li.Lodge:last-child {
    padding-bottom: 6px;
}
.shuttle-routes-container .shuttle-route ul.stops li.Lodge .stop-icon {
    background-color: #ffc600;
    border: none;
    border-radius: 0;
    font-size: 100%;
    color: #000;
    line-height: 1.5;
    height: 27px;
    width: 26px;
    top: 0;
    left: 0.5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    text-align: center;
    position: absolute;
}
.shuttle-routes-container .shuttle-route ul.stops li.Lodge .stop-icon::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ffc600 transparent transparent transparent;
    content: "";
    display: flex;
    align-items: center;
    margin-top: -5px;
}
.shuttle-bottom-container {
    width: 100%;
    max-width: 1920px;
    padding: 95px 60px 77px 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}
.shuttle-bottom-content {
    width: 100%;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}
.shuttle-bottom-content ul {
    margin-left: 1em;
}

/*
open popup content
--------------------------------------------- */

.open-popup-content {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 21px;
    background: url(images/eye-icon.svg) no-repeat left top;
    margin-right: 10px;
}
.about-team-members {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
    width: 100%;
}
.about-team-members h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.about-team-members .memb-position {
    font-size: 16px;
}

/*
form box style
--------------------------------------------- */

#page-container .form-box-style .gform_fields {
    display: block;
}
#page-container .form-box-style .gfield.gsection {
    background: #293318;
    color: #e0bc24;
    border: none;
    padding: 16px 40px;
}
#page-container .form-box-style .gsection * {
    color: #e0bc24;
}
#page-container .form-box-style .gsection h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: "BentonSans", sans-serif;
    margin-bottom: 0;
}
#page-container .form-box-style .fields-wrap {
    background: #ffffff;
    padding: 40px;
    grid-column-gap: 30px;
    -ms-grid-columns: (1fr 2%) [12];
    grid-row-gap: 25px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
    margin-bottom: 20px;
}
#page-container .form-box-style .fields-wrap .gfield:empty {
    display: none;
}
#page-container .form-box-style .gfield_description {
    padding-top: 5px;
}
#page-container .form-box-style .gfield_description a {
    color: #196b3a;
}

/*
support popup
--------------------------------------------- */

#support-popup {
    background: #fff;
    padding: 30px 40px 40px;
    max-width: 500px;
    position: absolute;
    top: 100%;
    right: 0;
    overflow: auto;
    max-height: calc(100vh - 140px);
    display: none;
}
.close-support-popup {
    background: url(images/close.svg) no-repeat center;
    border-left: 1px solid #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 7px;
}
.close-support-popup:focus,
.close-support-popup:hover {
    opacity: 0.6;
}
#support-popup form {
    position: relative;
}
#support-popup .gf_list_inline .gfield_radio {
    display: flex;
    gap: 5px;
    justify-content: space-around;
}
#support-popup .gf_list_inline .gchoice {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    align-items: stretch;
    padding: 0;
}
#support-popup .gf_list_inline .gchoice input:hover ~ label,
#support-popup .gf_list_inline .gchoice input:checked ~ label {
    background-color: #5e5e5e;
}
#support-popup .gf_list_inline .gchoice input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#support-popup .gf_list_inline .gchoice label {
    font-size: 20px;
    background-color: #000;
    color: #fff;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#support-popup .last-row-field {
    width: 49.7%;
}
#support-popup form .button {
    padding: 17px 85px 17px 25px;
    margin-bottom: 0;
    min-width: auto;
    width: 100%;
}
#support-popup .gform_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49.2%;
    padding: 0;
}

#support-popup .widget_nav_menu {
    padding-top: 30px;
    position: relative;
    z-index: 1;
}
#support-popup .widget_nav_menu:before {
    content: "";
    display: block;
    background: #eee;
    top: 0;
    bottom: -40px;
    left: -40px;
    right: -40px;
    position: absolute;
    z-index: -1;
}
#support-popup .widget-title {
    font-size: 32px;
    margin-bottom: 7px;
}
#support-popup .menu {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 7px;
    width: 100%;
}
#support-popup .menu li {
    font-size: 15px;
}
#support-popup .menu a {
    text-decoration: none;
    color: #000;
}
#support-popup .menu a:focus,
#support-popup .menu a:hover {
    text-decoration: underline;
}

/*
site map list
------------------------------------------------- */

.wsp-container ul {
    overflow: hidden;
}
.wsp-container > ul > li {
    float: left;
    width: 49%;
}
.wsp-container > ul > li:nth-child(2n) {
    float: right;
}

/*
MDev
---------------------------------------------------------------------------------------------------- */

#page-container .cta-black-box {
    padding: 50px;
    min-height: 415px;
}
.cta-black-box h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}
.cta-black-box h5,
.popular-resources h5 {
    font-size: 24px;
}
.popular-resources h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.cta-black-box h2 {
    font-weight: 700;
    margin-bottom: 40px;
}
.cta-black-box h4 {
    margin-bottom: 40px;
}
#page-container .cta-black-box form {
    position: relative;
}
#page-container .cta-black-box .ginput_container_address span {
    flex: inherit;
    width: 100%;
}
.cta-black-box .gform-icon {
    color: #c02b0a;
}

#page-container .small-container {
    max-width: 630px;
}
body .graph-bg-section {
    padding-top: 70px;
    margin-top: -30px;
    background-position: center top;
}
.popular-resources h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.resource-boxes .box .box-title {
    margin-bottom: 20px;
}
.get-involved-area h2 {
    font-size: 50px;
}
body .get-involved-boxes .widget-title {
    font-size: 24px;
    font-family: "BentonSans", sans-serif;
}
#page-container .get-involved-boxes .button {
    margin: 24px auto 0;
    width: 100%;
    display: block;
}
#page-container .get-involved-boxes .panel-grid-cell:first-child .button {
    margin-top: 0;
}
#page-container #genesis-content .boxes-btns-align {
    -webkit-align-items: stretch;
    align-items: stretch;
}
#page-container .boxes-btns-align .panel-grid-cell {
    padding-bottom: 60px;
    position: relative;
}
#page-container .boxes-btns-align .button {
    position: absolute;
    bottom: 0;
    left: 0;
}

#page-container .entry-content .testimonial-area {
    padding: 80px 20px;
    background-color: #e0bc24;
    color: #293318;
}
#page-container .entry-content .testimonial-area h3 {
    color: #293318;
}
#page-container .entry-content .testimonial-area p {
    color: #293318;
}
#page-container .entry-content .testimonial-area em {
    color: #293318;
}
#page-container .entry-content .testimonial-area::before {
    background-image: url(images/testimonial-bg.png);
    opacity: 1;
}
#page-container .entry-content .testimonial-area .so-panels-full-wrapper {
    position: relative;
    z-index: 1;
}
#page-container .entry-content .testimonial-area .panel-grid-cell {
    position: relative;
    z-index: 1;
}
#page-container .entry-content .testimonial-area hr {
    display: none;
}
#testimonial-slider {
    background: url(images/green-quote.svg) no-repeat left top;
    background-size: 50px 50px;
    width: 560px;
    margin: 0 auto;
    padding-top: 75px;
}
#testimonial-slider h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #293318;
}
#testimonial-slider h5 {
    margin-bottom: 10px;
    color: #293318;
}
#testimonial-slider h6 {
    color: #293318;
    font-size: 20px;
}
.testimonial-area .tns-controls {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-area .tns-controls button:first-child {
    background: url(images/arrow-prev.svg?v=1.2) no-repeat;
    left: -100px;
}
.testimonial-area .tns-controls button {
    width: 30px;
    height: 48px;
    background: url(images/arrow-next.svg?v=1.2) no-repeat;
    display: inline-block;
    text-indent: -99999px;
    margin: 0;
    padding: 0;
    min-width: auto;
    position: absolute;
    top: unset;
    right: -100px;
    bottom: 100px;
    transition: all 500ms;
    border: none;
    color: #fff;
}
.testimonial-area .tns-controls:focus button,
.testimonial-area .tns-controls button:focus button {
    outline: 1px solid #fff;
}
#page-container .para-text {
    font-size: 25px;
    font-family: "BentonSans", sans-serif;
    font-weight: 500;
    line-height: 29px;
    margin: 50px auto;
}
#page-container .adventure-boxes {
    border-bottom: 1px solid #000;
    padding-bottom: 95px;
    margin-bottom: 45px;
}
#page-container .adventure-boxes .widget_media_image {
    margin-bottom: 0 !important;
}
#page-container .adventure-boxes .panel-grid-cell {
    position: relative;
    padding: 0 5px;
}
#page-container .adventure-boxes .panel-grid-cell h5 {
    padding-top: 10px;
}
a.hover-link,
.adventure-four-boxes .widget_media_image a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/arrow-right-sand.svg") no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 0;
    opacity: 0;
}
.adventure-four-boxes .widget_media_image a {
    display: block;
    position: relative;
}
.adventure-four-boxes .widget_media_image a:after {
    content: "";
    display: block;
}
#page-container .adventure-four-boxes .panel-grid-cell:hover a.hover-link,
#page-container
    .adventure-four-boxes
    .panel-grid-cell:focus-within
    a.hover-link,
.adventure-four-boxes .widget_media_image a:hover:after,
.adventure-four-boxes .widget_media_image a:focus:after {
    opacity: 1;
}

/*
Blog template
---------------------------------------------------------------------------------------------------- */
.main-feature-box {
    width: 1170px;
    margin: 0px auto 70px;
    background: #293318;
    padding: 0px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.single-post .main-feature-box {
    margin: 0px auto 40px;
}
.blog-left-side {
    width: 50%;
    float: left;
}
.blog-left-side img {
    width: 570px;
    height: 570px;
    object-fit: cover;
}
.blog-right-side {
    width: 50%;
    float: left;
    padding: 30px;
}
.blog-right-side .excerpt-text {
    margin-bottom: 25px;
}
.blog-right-side h1 {
    font-size: 30px;
    color: #e0bc24;
}
.blog-right-side a {
    color: #e0bc24;
    text-decoration: none;
}
.blog-right-side p {
    color: #eadfd0;
}
.blog-right-side .body_text img {
    display: none;
}
#menu-blog-categories-menu {
    text-align: center;
    margin-bottom: 40px;
}
#menu-blog-categories-menu li {
    display: inline-block;
    padding-left: 5px;
}
#menu-blog-categories-menu li:before {
    display: none;
}
#menu-blog-categories-menu li a {
    border: 1px solid #293318;
    color: #293318;
    padding: 10px 11px;
    font-size: 15px;
    font-weight: 500;
    min-width: 185px;
    display: block;
    text-decoration: none !important;
}
#menu-blog-categories-menu li.current-menu-item a,
#menu-blog-categories-menu li a:focus,
#menu-blog-categories-menu li a:hover {
    border: 1px solid #293318;
    background: #293318;
    color: #e0bc24;
}
.main-post-loop {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 50px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.main-post-loop .pagination {
    grid-column: 1 / -1;
}
.main-post-loop .entry {
    margin-bottom: 0;
}
.blog-box .featured-image {
    margin: 0;
    float: none;
}
.blog-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 20px;
}
.blog-box a.read-more {
    text-decoration: underline;
    color: #626902;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}
.blog-box a.read-more:hover,
.blog-box a.read-more:focus {
    color: #116f69;
}
.blog-post-text h3 {
    line-height: 1;
}
.blog-post-text h3 a {
    text-decoration: none;
    color: #293318;
    font-size: 1.6rem;
}
.blog-post-text p {
    color: #293318;
}
/*
.single-post .entry-title,
.single-post .post_body_wrapper img,
.single-post .entry-content img,
.archive .entry-header,
.archive .entry-footer,
.archive .entry-image-link {
display:none;
}
*/
.single-post h1 {
    color: #000;
    line-height: 1;
    font-size: 60px;
}
.archive article h5 {
    margin-bottom: 20px;
}
.archive article h5 a {
    color: #276cb1;
}
.blog-box h5 a:hover {
    color: #276cb1;
    text-decoration: none;
}
.triangle-boxes .panel-grid-cell {
    position: relative;
}
a.box-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    padding-right: 0;
    font-size: 0 !important;
}
.order-btn-urls {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 320px;
    margin-top: -20px;
    padding: 10px;
    margin: -35px auto 0;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 40px 100px rgb(82 109 122 / 18%);
}
.entry-content a.order-btn-urls-link {
    color: #243d7f;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
}

body.single-post #genesis-content article {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.popup-inner-wrap {
    padding: 40px;
}

.advocacy-actionwidget {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

#outdoors_gd_grid a {
    color: #000;
}
#page-container .footer-grid-section .footer-logo-col,
#page-container .footer-copyright-section .social-col {
    text-align: center;
}

#page-container .footer-grid-section .footer-logo-col img {
    width: 100%;
    margin: 0 auto 0.75rem;
    max-width: 150px;
}

#page-container .footer-grid-section .footer-logo-col p {
    font-size: 14px;
}

/*
#page-container #genesis-content .stuck-last-col {
	display: block;
}
#page-container #genesis-content .stuck-first-col > .panel-grid-cell:first-child,
#page-container #genesis-content .stuck-last-col > .panel-grid-cell:first-child {
	float: left;
}
#page-container #genesis-content .stuck-last-col > .panel-grid-cell:last-child,
#page-container #genesis-content .stuck-last-col > .panel-grid-cell:last-child {
	float: right;
}
*/

#page-container .entry-content .panel-layout .outside-container {
    position: relative;
    background-color: #293318;
}

#page-container .entry-content .panel-layout .outside-container::before {
    content: "";
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-image: url(images/topo-map.png);
    background-size: cover;
}

#page-container .entry-content .panel-layout .outside-container div {
    position: relative;
    z-index: 1;
}
#page-container .entry-content .panel-layout .outside-container h2 {
    color: #e0bc24;
}
#page-container .entry-content .panel-layout .outside-container h3 {
    color: #e0bc24;
}

.wp-caption {
    color: #293318;
}

.icons-row {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sow-tabs-panel-container {
    background-color: transparent !important;
}

.sow-slider-base ul li.sow-slider-image::before {
    content: none;
}

body .embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #2c9891;
    color: #ffffff;
}

.embeddedServiceSidebar .chatHeaderBranding {
    background-color: #2c9891;
    color: #ffffff;
}

.embeddedServiceSidebar .chatHeaderBranding h2 {
    color: #ffffff;
}

.embeddedServiceSidebar .sidebarHeader svg {
    fill: #ffffff;
}

.embeddedServiceSidebar .embeddedServiceSidebarButton {
    background-color: #2c9891;
    color: #ffffff;
}

/*
Reservations
---------------------------------------------------------------------------------------------------- */

#outdoors_gd_container .ogd_date_month,
#outdoors_gd_container .ogd_date_day {
    background-color: #293318;
}

/*
Consent Bar
---------------------------------------------------------------------------------------------------- */
.cky-consent-container .cky-consent-bar {
    background-color: #293318 !important;
    border: none !important;
}
.cky-consent-container .cky-consent-bar .cky-notice-des {
    color: #eadfd0 !important;
}
.cky-consent-container .cky-consent-bar .cky-btn {
    background-color: #e0bc24 !important;
    border-color: #e0bc24 !important;
    color: #293318 !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1621px) {
    body {
        background-size: 100%;
    }
    .hero-panel:after,
    .home .hero-panel:after,
    body .graph-bg-section {
        background-size: 100%;
    }
}

@media only screen and (min-width: 1201px) {
    .home .hero-panel {
        padding-top: 0;
    }
    #page-container .gm-style-iw {
        max-width: 500px !important;
    }
}

@media only screen and (max-width: 1450px) {
    .grid-img-text-row .content-col {
        padding: 40px 30px;
    }
    .testimonial-area .tns-controls button {
        right: -30px;
    }
    .testimonial-area .tns-controls button:first-child {
        left: -30px;
    }
}

@media only screen and (max-width: 1300px) {
    .timeline-row .tns-controls button {
        left: -17px;
    }
    .timeline-row .tns-controls button:last-child {
        right: -17px;
    }
    .testimonial-area .tns-controls button:first-child {
        left: 0px;
    }
    .testimonial-area .tns-controls button {
        right: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .wrap,
    #page-container .so-panels-full-wrapper,
    #page-container .panel-grid.panel-no-style,
    #page-container .panel-row-style:not([data-stretch-type]) {
        padding-right: 20px;
        padding-left: 20px;
    }

    #page-container .so-panels-full-wrapper .so-panels-full-wrapper,
    #page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
    #page-container
        .panel-row-style:not([data-stretch-type])
        .panel-grid.panel-no-style,
    #page-container
        .so-panels-full-wrapper
        .panel-row-style:not([data-stretch-type]),
    #page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
    #page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
    #page-container
        .panel-grid.panel-no-style
        .panel-row-style:not([data-stretch-type]) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .siteorigin-panels .site-inner .wrap {
        padding: 0;
    }

    .content {
        width: 580px;
    }

    .hero-panel {
        min-height: 315px;
        padding: 70px 0 110px;
    }
    .top-gap {
        padding-top: 80px;
    }
    .top-gap-large {
        padding-top: 110px;
    }
    .bottom-gap {
        padding-bottom: 80px;
    }
    .bottom-gap-large {
        padding-bottom: 110px;
    }
    .footer-grid-section li {
        font-size: 12px;
        margin-right: 10px;
    }
    .contact-link-widget a {
        font-size: 11px;
        margin-right: 10px;
    }
    .header-widget-area a {
        margin-right: 10px;
    }
    .genesis-nav-menu a {
        margin-right: 0;
    }
    h1 {
        font-size: 50px;
    }
    .box .box-inside {
        padding: 20px 15px;
    }
    .box .box-title {
        font-size: 19px;
    }
    .grid-img-text-row .content-col {
        padding: 40px;
    }
    .three-col-list ul {
        padding: 20px 0;
        margin: 20px 0;
    }
    .three-col-list ul li,
    .three-col-list ul li:nth-child(3n + 3) {
        width: 50%;
        margin-left: 0;
    }
    .box-widget {
        padding: 30px;
    }
    #page-container .facility-list ul {
        column-gap: 5px;
    }
    .tooltip-box {
        left: 0;
        transform: inherit;
    }
    .main-feature-box {
        width: 100%;
    }
    .blog-left-side img {
        height: auto;
    }
    #page-container .cta-black-box {
        padding: 50px;
        min-height: inherit;
        margin: 0 20px;
    }
    .get-involved-boxes h5 {
        font-size: 22px;
    }
    #page-container .get-involved-boxes .button {
        padding: 19px 70px 19px 30px;
    }
    .resource-boxes .box .box-title {
        font-size: 17px;
    }
    .main-feature-box {
        width: 100%;
        display: block;
    }
    .blog-left-side img {
        width: 100%;
        height: auto;
    }
    .blog-left-side,
    .blog-right-side {
        width: 100%;
        float: none;
    }
    #menu-blog-categories-menu li {
        padding-left: 0;
    }
    #menu-blog-categories-menu li a {
        font-size: 14px;
        min-width: 140px;
        padding: 10px 5px;
    }
    #page-container #support-popup .panel-grid {
        padding: 0;
    }
    .type-post .entry-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-header {
        position: relative;
    }

    .content,
    .sidebar,
    .site-header .widget-area {
        float: none;
        width: 100%;
    }

    .genesis-nav-menu a {
        padding: 5px 0;
    }

    .genesis-nav-menu .menu-item {
        display: block;
        text-align: left;
        position: relative;
    }

    .genesis-nav-menu .sub-menu a {
        background-color: transparent;
        border: 0;
        padding: 5px 0;
        width: 100%;
    }

    .genesis-nav-menu .sub-menu .sub-menu,
    .site-header .sub-menu .sub-menu {
        margin: 0px;
    }

    .nav-header,
    .nav-primary {
        display: none;
        width: 100%;
        clear: both;
        padding-top: 20px;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        visibility: visible;
    }

    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        left: -9999px;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        z-index: 99;
    }

    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
        font-weight: 700;
    }

    .genesis-nav-menu .sub-menu a:hover,
    .genesis-nav-menu .sub-menu a:focus {
        background: transparent;
        margin: 0;
    }

    .genesis-nav-menu .sub-menu a span {
        max-width: 100%;
    }

    .alignleft,
    .alignright {
        max-width: 300px;
    }

    .button + .button {
        margin-left: 0;
    }

    .hero-panel,
    .home .hero-panel {
        min-height: auto;
    }

    .hero-panel {
        font-size: 18px;
        text-shadow: 0 0 12px black;
    }
    .hero-panel a {
        text-shadow: none;
    }

    .sidebar {
        padding-top: 50px;
        clear: both;
    }

    .header-widget-area .widget_nav_menu {
        display: block;
        padding-bottom: 15px;
    }
    #page-container .header-widget-area .widget_sow-editor {
        display: none;
    }
    #page-container .header-widget-area .nav-header .widget_sow-editor {
        display: block;
        text-align: left;
        margin-bottom: 0;
    }
    .header-widget-area .widget_sow-editor a {
        display: table;
        font-size: 15px;
        margin: 5px 0;
    }
    .search-toggle {
        background-position: left 6px;
        padding-left: 18px;
        width: auto;
        height: auto;
    }
    .search-toggle:after {
        content: "Search";
        display: inline-block;
    }
    .header-flyout-search {
        display: none !important;
    }
    .widget_nav_menu .header-flyout-search[style="display: block;"] {
        display: block !important;
    }
    .site-header + * {
        margin-top: 0;
    }
    .top-gap {
        padding-top: 50px;
    }
    .top-gap-large {
        padding-top: 70px;
    }
    .top-gap-medium {
        padding-top: 40px;
    }
    .bottom-gap {
        padding-bottom: 50px;
    }
    .bottom-gap-large {
        padding-bottom: 70px;
    }
    .bottom-gap-medium {
        padding-bottom: 40px;
    }
    .bottom-gap .bottom-gap-medium {
        padding-bottom: 30px;
    }
    .widget_nav_menu .header-flyout-search .wrap {
        padding: 5px 0 0;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 20px;
    }
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br,
    .hero-panel br {
        display: none;
    }
    .panel-grid-cell .widget-title {
        font-size: 40px;
    }
    .home h1 {
        font-size: 50px;
    }
    .box-widget {
        padding: 30px 25px;
    }
    #page-container .menu-links-col .widget_nav_menu {
        margin-bottom: 5px;
    }
    .copyright-col .footer-terms {
        margin: 0 10px;
    }
    .grid-img-text-row .content-col {
        padding: 25px 20px;
    }
    .three-col-list ul {
        display: block;
        column-count: 2;
    }
    .three-col-list ul li,
    .three-col-list ul li:nth-child(3n + 3) {
        width: 100%;
    }
    #page-container .top-overlap {
        margin-top: -76px;
    }
    #page-container .facility-list ul li {
        max-width: 69px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .facility h6 {
        font-size: 11px;
        line-height: 1.1;
    }
    .facility .box-icon {
        margin-bottom: 7px;
    }
    #page-container .facility-list ul {
        display: block;
    }
    .latest-posts-wrap .post-img img {
        height: 180px;
    }
    .department-posts .description {
        padding: 33px;
    }
    .our-team-members {
        grid-template-columns: repeat(3, 1fr);
    }
    .shuttle-routes-container .shuttle-route ul.stops li {
        font-size: 14px;
    }
    .get-involved-boxes h5 {
        font-size: 17px;
    }
    .popular-resources br {
        display: none;
    }
    .get-involved-area h2 {
        text-align: center;
    }
    .get-involved-boxes,
    .get-involved-boxes .widget_media_image {
        text-align: center;
    }
    #testimonial-slider {
        width: 100%;
    }
    #testimonial-slider {
        width: 400px;
    }
    .para-text br {
        display: none;
    }
    .main-post-loop {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-box img {
        height: 300px;
    }
    .adventure-four-boxes .panel-grid-cell {
        width: 340px !important;
        margin: 0 auto 30px !important;
    }
    #page-container .adventure-boxes .panel-grid-cell h5 {
        position: relative;
        bottom: 0;
        =margin-bottom: 0;
    }
    #page-container .adventure-boxes .widget_media_image {
        margin-bottom: 20px !important;
    }
    a.hover-link {
        height: 83%;
    }
    .about-team-members {
        grid-template-columns: repeat(2, 1fr);
    }
    .cta-black-box h2,
    .cta-black-box h4 {
        margin-bottom: 20px;
    }
    .destination-content {
        padding: 10px 0;
    }
    .all-destinations .short-info {
        margin-bottom: 25px;
    }
    .all-destinations .facilities {
        padding-top: 30px;
    }
    .type-post .entry-title {
        font-size: 40px;
    }
    .content-center {
        text-align: center;
    }
}

@media only screen and (max-width: 780px) {
    body {
        background: #eadfd0;
        background-position: center 320px;
    }
    .alignleft,
    .alignright {
        float: none;
        max-width: 100%;
        margin: 0 auto 24px;
        display: block;
    }
    .entry-content .entry-image {
        float: left;
        margin-right: 20px;
    }
    #page-container #genesis-content .two-col-mobile-row {
        flex-wrap: wrap;
        flex-direction: initial;
    }
    #page-container #genesis-content .two-col-mobile-row > .panel-grid-cell {
        width: 50%;
        margin: 20px 0;
        padding: 0 7px;
    }
    #page-container .mobile-col-gap-none .panel-grid-cell {
        margin-bottom: 0;
    }
    .hero-panel:after,
    .home .hero-panel:after {
        height: 30px;
        background-color: #eadfd0;
    }
    #page-container .sow-accordion-panel-header {
        font-size: 20px;
        align-items: center;
        padding: 20px 20px 20px 50px;
        padding-left: 20px;
    }
    #page-container .sow-accordion-panel-header:before {
        left: 10px;
        top: 30px;
        font-size: 25px;
    }
    #page-container .sow-accordion-panel-border {
        font-size: 18px;
        padding: 40px 20px 40px 40px;
    }
    #page-container .accordion-style2 .sow-accordion-panel-header {
        min-height: auto;
        padding: 15px 25px;
    }
    #page-container .accordion-style2 .sow-accordion-panel-border {
        padding: 17px 20px 30px;
    }
    #page-container #genesis-content .box-row {
        padding: 20px 27px 30px;
    }
    #page-container .footer-grid-section .footer-logo-col {
        display: table;
        margin: 0 auto;
        font-size: 15px;
    }
    #page-container .menu-links-col {
        display: table;
        gap: 25px;
        margin: 0 auto;
        text-align: left;
    }
    #page-container .menu-links-col > div {
        width: 50%;
        display: table-cell;
    }
    .contact-link-widget a {
        display: table;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer-grid-section li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .col-grid-widgets {
        max-width: 210px;
        margin: 0 auto;
    }
    .social-icons {
        text-align: center;
    }
    #page-container .footer-copyright-section {
        padding-bottom: 25px;
    }
    #page-container .copyright-col {
        display: flex;
        align-items: center;
        gap: 25px;
        margin: 0 auto;
        justify-content: center;
    }
    #page-container .copyright-col > div {
        margin-bottom: 0;
    }
    .copyright-col .footer-terms {
        margin-left: 0;
    }
    .copyright-col p {
        margin-bottom: 0;
    }
    .mobile-bg-widget {
        margin: 0 -25px -80px;
        position: relative;
        z-index: -1;
    }
    .box-widget {
        padding: 40px 25px 30px 35px;
    }
    .content-center {
        text-align: center;
    }
    .content-center hr {
        display: none;
    }
    #page-container .top-overlap {
        margin-top: 30px;
    }
    #page-container .sow-tabs-tab-container,
    #page-container .sow-tabs-panel-content {
        display: none !important;
    }
    #page-container .mobile-tab-title,
    #page-container .mobile-tab-title.show + div,
    #page-container .sow-tabs-panel {
        display: block !important;
    }
    #page-container .sow-tabs-panel {
        padding: 0;
        margin: 0 0 5px;
    }
    #page-container .sow-tabs-panel-content {
        padding: 20px 20px;
    }
    .destination-item .destination-inner-wrap {
        display: block;
    }
    .destination-thumbnail {
        flex: inherit;
        margin-left: 0;
    }
    .latest-posts-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .latest-posts-wrap .post-img img {
        height: auto;
        width: auto;
        max-height: 200px;
    }
    .destination-content {
        padding: 30px 0 0;
    }
    .our-team-members {
        grid-template-columns: repeat(2, 1fr);
    }
    .department-filter {
        width: 100%;
        position: relative;
    }
    .destination-result {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .department-posts .description {
        width: 100%;
    }
    .shuttle-routes-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .shuttle-routes-container .shuttle-route ul.stops li {
        padding-left: 35px;
    }
    #page-container .adventure-boxes {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .adventure-boxes,
    .adventure-boxes h2,
    .adventure-boxes .widget_media_image,
    .adventure-boxes-bottom,
    .adventure-boxes-bottom h2,
    .adventure-boxes-bottom .widget_media_image {
        text-align: center;
    }
    .get-involved-boxes h5 {
        font-size: 25px;
    }
    .wsp-container > ul > li {
        width: 100%;
    }
    #page-container .gap-none {
        margin-bottom: 0;
    }
    .popup-inner-wrap {
        padding: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .destination-thumbnail img {
        min-height: 300px;
    }
    .locations-filter {
        display: block;
    }
    .filter-col {
        flex: inherit;
        margin-top: 5px;
    }
    .about-team-members {
        grid-template-columns: repeat(1, 1fr);
    }
    #page-container .cta-black-box .gform_footer {
        position: relative;
        right: 0;
        bottom: 0;
        width: auto;
        padding: 0;
    }
    #page-container .cta-black-box .button {
        width: auto;
    }
    #page-container .form-box-style .gfield.gsection {
        padding: 16px 30px;
    }
    #page-container .form-box-style .fields-wrap {
        padding: 30px;
        grid-column-gap: 0;
    }
    #support-popup .menu {
        grid-template-columns: repeat(1, 1fr);
    }
    #support-popup .last-row-field {
        width: 100%;
    }
    #support-popup .gform_footer {
        position: relative;
        width: 100%;
    }
    #support-popup .gf_list_inline .gfield_radio {
        display: block;
    }
    #support-popup .gf_list_inline .gchoice {
        width: 85px;
        margin: 0 3px 3px 0;
    }
    #support-popup h3 {
        font-size: 25px;
    }
    #support-popup .widget-title {
        font-size: 24px;
    }
    #support-popup .menu li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
    .entry-content .entry-image {
        float: none;
        margin: 0 auto 20px;
    }
    #page-container
        #genesis-content
        .full-col-mobile-portrait-row
        > .panel-grid-cell {
        width: 100%;
        margin: 15px 0;
    }
    .three-col-list ul {
        column-count: 1;
    }
    #page-container .facility-list ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .our-team-members {
        grid-template-columns: repeat(1, 1fr);
    }
    #testimonial-slider {
        width: 100%;
    }
    .testimonial-area .tns-controls button {
        bottom: -60px;
    }
    #page-container .testimonial-area {
        padding: 40px 0 90px;
    }
    .popular-resources h3 {
        font-size: 28px;
    }
    .get-involved-area h2 {
        font-size: 40px;
    }
    .main-post-loop {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-right-side h1,
    .single-post h1 {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 380px) {
    .home h1 {
        font-size: 50px;
    }
    .hero-panel {
        font-size: 20px;
    }
    .content-center {
        text-align: center;
    }
}

/* Cool Timeline Pro overrides
---------------------------------------------------------------------------------------------------- */

/* Title: match h4 styling — needs !important to beat plugin CSS loaded later */
.ctl-wrapper .ctl-title {
    font-family: "Gelica", serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1 !important;
    color: #a7b238 !important;
}

@media only screen and (max-width: 1200px) {
    .ctl-wrapper .ctl-title {
        font-size: 24px !important;
    }
}

/* Body text: inherit from theme p styles */
.ctl-wrapper {
    --ctw-cbx-desc-font-family: inherit;
    --ctw-cbx-desc-font-size: inherit;
    --ctw-cbx-desc-font-weight: inherit;
    --ctw-cbx-desc-line-height: inherit;
    --ctw-cbx-desc-font-style: inherit;
}

.ctl-wrapper .ctl-description,
.ctl-wrapper .ctl-description p {
    font-family: "BentonSans", sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.4176 !important;
}

/* Bullets in list items */
.ctl-wrapper .ctl-description ul {
    list-style: disc;
    padding-left: 1.5em;
}

.ctl-wrapper .ctl-description ol {
    list-style: decimal;
    padding-left: 1.5em;
}

.ctl-wrapper .ctl-description li {
    margin-bottom: 0.25em;
}

/* Remove theme bullet dots from category filter tabs */
.ctl-wrapper .ctl-category-item {
    padding-left: 0 !important;
}

.ctl-wrapper .ctl-category-item:before {
    display: none !important;
}

/* Hide "All" category filter option */
.ctl-wrapper .ctl-category-item:has(a[data-term-slug="all"]) {
    display: none !important;
}

/* Force horizontal tab layout on desktop. The plugin switches to a dropdown
   at >4 categories, but since we hide "All" via CSS the visible count is <=4
   and should display as horizontal tabs. On mobile, keep the native dropdown. */
@media (min-width: 768px) {
    .ctl-wrapper .ctl-category-dropdown .ctl-category-dropdown-button {
        display: none !important;
    }

    .ctl-wrapper .ctl-category-dropdown .ctl-category {
        opacity: 1 !important;
        transform: unset !important;
        display: flex !important;
        justify-content: center;
        gap: 15px;
        box-shadow: unset !important;
        position: unset !important;
        pointer-events: auto !important;
        margin-bottom: 15px;
        max-height: unset !important;
        overflow: visible !important;
        padding: 0 !important;
        list-style-type: none !important;
    }

    .ctl-wrapper .ctl-category-dropdown li.ctl-category-item {
        padding: 8px 20px !important;
        border: 1px solid #e1e1e1;
        white-space: nowrap;
        background: #fff;
    }

    .ctl-wrapper .ctl-category-dropdown ul li.ctl-category-item:hover {
        background-color: #fff !important;
        color: #000000 !important;
    }

    .ctl-wrapper .ctl-category-dropdown li.ctl-category-item:before {
        display: none !important;
    }
}

/* Style initially active category tab to match clicked-active appearance.
   The plugin only adds .active to <li> on click, but sets active-category
   attribute on <a> at render time. Use :has() to bridge the gap. */
.ctl-category-container
    .ctl-category
    li.ctl-category-item:has(a[active-category]) {
    border: 2px solid #000000 !important;
    font-weight: 500;
    color: #000000;
}

/* Equipment request form (Boston AMC Member Equipment Request).
   Each gear item is a pair of Gravity Forms fields: a number field tagged
   .amc-gear-quantity (whose label is the item name) followed by a text field
   tagged .amc-gear-comments ("Sizes / Comments"). The form's .gform_fields is a
   12-column CSS grid, so spanning the quantity narrow-left and the comments
   wide-right places each pair side by side on its own row via grid auto-flow. */
#page-container .gform_fields .amc-gear-quantity {
    grid-column: span 3 / span 3;
}

#page-container .gform_fields .amc-gear-comments {
    grid-column: span 9 / span 9;
}

/* On phones, give the item-name (quantity) column a little more room so longer
   labels like "Trekking poles" wrap less, while keeping the left/right layout. */
@media only screen and (max-width: 640px) {
    #page-container .gform_fields .amc-gear-quantity {
        grid-column: span 4 / span 4;
    }

    #page-container .gform_fields .amc-gear-comments {
        grid-column: span 8 / span 8;
    }
}

/* Homepage newsletter form (GF form 62).
   Replaces the styling previously generated by the removed
   "Styles & Layouts for Gravity Forms" plugin: bold labels and a
   centered, borderless yellow submit button.
---------------------------------------------------------------------------------------------------- */
body #gform_wrapper_62 .gform_body .gform_fields .gfield .gfield_label,
body #gform_wrapper_62 .gform_body .gform_fields .gsection .gsection_title {
    font-weight: bold;
}
body #gform_wrapper_62 .gform_footer,
body #gform_wrapper_62 .gform_page_footer,
body #gform_wrapper_62 #field_submit.gfield {
    text-align: center;
    justify-content: center;
}
body #gform_wrapper_62 .gform_footer .gform_button,
body #gform_wrapper_62 .gfield#field_submit .gform-button {
    font-weight: bold;
    background-color: #e0bc24;
    border: 0;
}
body #gform_wrapper_62 .gform_body .gform_fields .gfield input[type=text]:not(.gform-text-input-reset),
body #gform_wrapper_62 .gform_body .gform_fields .gfield input[type=email],
body #gform_wrapper_62 .gform_body .gform_fields .gfield select {
    max-width: 100%;
}
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
