/*  Theme information:
    - Theme name: Wild and Wonderful
    - Theme URI: http://underscores.me/
    - Author: Forest Preserves of Cook County / Ryan Lothian / Alexander Stockdale
    - Author URI: http://underscores.me/
    - Description: A new theme custom built for (and by) the Forest Preserves of Cook County.
    - License: GNU General Public License v2 or later
    - License URI: LICENSE
    - Text domain: fpdcc
    - Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
    Wild and Wonderful is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
    Underscores is distributed under the terms of the GNU GPL v2 or later.
    Normalizing styles have been helped along thanks to the fine work of
    Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

:root {
    --tec-font-family-sans-serif: "nunito sans", sans-serif !important;
    --tec-font-size-0: 1rem !important;
    --tec-font-size-1: 1rem !important;
    --tec-font-size-2: 1rem !important;
    --tec-font-size-3: 1rem !important;
    --tec-font-size-4: 1rem !important;
    --tec-font-size-5: 1rem !important;
    --tec-font-size-6: 1rem !important;
    --tec-font-size-7: 1rem !important;
    --tec-font-size-8: 1rem !important;
    --tec-font-size-9: 1rem !important;
    --tec-font-size-10: 1rem !important;
    --tec-line-height-0: 1.5 !important;
    --tec-line-height-1: 1.5 !important;
    --tec-line-height-2: 1.5 !important;
    --tec-line-height-3: 1.5 !important;
}

@font-face {
    font-family: "nunito sans";
    font-display: auto;
    src: url("fonts/nunitosans-regular-webfont.woff2") format("woff2"), url("fonts/nunitosans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nunito sans";
    font-display: auto;
    src: url("fonts/nunitosans-bold-webfont.woff2") format("woff2"), url("fonts/nunitosans-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "nunito sans";
    font-display: auto;
    src: url("fonts/nunitosans-bolditalic-webfont.woff2") format("woff2"), url("fonts/nunitosans-bolditalic-webfont.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "nunito sans";
    font-display: auto;
    src: url("fonts/nunitosans-italic-webfont.woff2") format("woff2"), url("fonts/nunitosans-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

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

[hidden] {
    display: none;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="checkbox"]:focus, [type="radio"]:focus {
    outline: 2px solid #687f2f !important;
    outline-offset: 2px !important;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
    border-radius: 0;
    -webkit-appearance: none !important;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

a {
    background-color: transparent;
}

a.home_link:focus {
}

a.home_link:hover, a.home_link:active {
    outline: 0;
}

a.home_link:link, a.home_link:visited {
    width: auto;
    padding: 0.5625rem 0.25rem 0.4375rem 3%;
    color: #fff;
    text-decoration: none;
    display: inherit;
    position: absolute;
}

a.post_url {
    text-decoration: none;
}

a.post_url h2 .pr_label, h1.entry-title span.pr_label {
    display: block;
    font-size: 0.75em;
    text-transform: uppercase;
}

a.post_url img {
    width: 100%;
    -webkit-transform: translateZ(0) scale(1,1);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

a.primary_button {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    border: none;
    font-weight: bold;
    line-height: 1;
    padding: 0.875rem;
    margin: 16px 14px 0 0;
    background: #687f2f;
    color: #fff !important;
    box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
    transition: background 0.2s ease-in-out;
}

a.secondary_button {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    border: 1px solid #595959;
    font-weight: bold;
    line-height: 1;
    padding: 0.8125rem;
    margin: 16px 14px 0 0;
    background: #fff;
    color: #444 !important;
    box-shadow: 3px 3px 0px 0px #dfdfd0;
    transition: background 0.2s ease-in-out;
}

a.secondary_button.tribe-events-button {
    margin: 16px 14px 0 0;
}

a.tribe-event-url {
    text-decoration: none;
}

a:active {
    color: #cc0000;
    text-decoration: underline;
    outline: 0;
}

a:active.post_url h2, a:active.post_url h3 {
    text-decoration: none;
}

a:active.post_url img {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

a:active.primary_button {
    box-shadow: 1px 1px 0px 0px rgba(223,223,208,1);
    margin: 18px 12px -2px 2px;
}

a:active.secondary_button, input[type="reset"]:active {
    border: 1px solid #595959;
    box-shadow: 1px 1px 0px 0px #dfdfd0;
    margin: 18px 12px -2px 2px;
}

a:active.secondary_button.tribe-events-button {
    margin: 18px 12px -2px 2px;
}

a:focus {
    border-radius: 0 !important;
}

a:focus.post_url {
}

a:focus.primary_button {
    outline-offset: 2px !important;
}

a:focus.secondary_button, input[type="reset"]:focus {
    outline-offset: 2px !important;
}

a:hover {
    color: #cc0000;
    text-decoration: none;
    outline: 0;
}

a:hover.post_url h2, a:hover.post_url h3 {
    text-decoration: underline;
}

a:hover.post_url img {
    opacity: 0.85;
    transition: opacity 0.2s ease-in-out;
}

a:hover.post_url, a:active.post_url {
    outline: 0;
}

a:hover.primary_button {
    background: #4b5922;
    text-decoration: none;
}

a:hover.primary_button, a:active.primary_button {
    outline: 0;
}

a:hover.secondary_button, a:active.secondary_button, input[type="reset"]:hover, input[type="reset"]:active {
    outline: 0;
}

a:hover.secondary_button, input[type="reset"]:hover, a:hover.secondary_button.tribe-events-button {
    border: 1px solid #595959;
    background: #eee;
    cursor: pointer;
}

a:link {
    color: #006699;
}

a:link .entry-meta, a:visited .entry-meta {
    color: #111;
}

a:visited {
    color: #666699;
}

a:visited.primary_button {
    color: #fff;
}

a:visited.secondary_button {
    color: #444;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

address {
    margin: 0 0 1.5rem;
}

article.post.single h1 {
    font-size: 2rem;
}

article.post.single h2 {
    border-bottom: none;
    margin: 2.5rem 0 1.5rem;
    padding-bottom: 0;
    font-size: 1.5rem;
}

article.post.single h3 {
    margin: 2rem 0 0.5rem;
    font-size: 1.125rem;
}

b, strong {
    font-weight: bolder;
}

blockquote {
    padding: 0 1.5rem;
    font-style: italic;
    margin: 0 0 1.5rem 1.5rem;
    border-left: 4px solid #687f2f;
}

blockquote cite {
    font-weight: bold;
}

blockquote cite::before {
    content: "-";
}

body {
    background: #f0f0e1;
}

body {
    margin: 0;
}

body, button, input, select, optgroup, textarea {
    color: #111;
    font-family: nunito sans, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input[type="button"], input[type="submit"] {
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    position: relative;
    border: none;
    font-weight: bold;
    line-height: 1;
    padding: 14px;
    margin: 0 14px 0 0;
    background: #687f2f;
    color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
    transition: background 0.2s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
}

button, select {
    text-transform: none;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
    box-shadow: 1px 1px 0px 0px rgba(223,223,208,1);
    margin: 2px 12px -2px 2px;
    outline: 0;
}

button:focus, input[type="button"]:focus, input[type="submit"]:focus {
    margin: 0 14px 0 0;
    color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
    transition: background 0.2s ease-in-out;
    border-radius: 0;
    outline: 2px solid #cc0000 !important;
    outline-offset: 2px !important;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #4b5922;
    cursor: pointer;
    outline: 0;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dd {
    margin: 0 1.5rem 1.5rem;
}

details {
    display: block;
}

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

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

dt {
    font-weight: bold;
}

embed, iframe, object {
    max-width: 100%;
    border: none;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

figure {
    margin: 2rem 0;
}

figure.error_image {
    margin-top: -1.5rem;
}

footer {
    background: #f7f7ee;
    margin-top: 4rem;
}

footer #call_to_action {
    background-color: #445721;
    background: linear-gradient(rgba(68,87,33,1), rgba(68,87,33,0.95), rgba(68,87,33,1)), url(images/community-support.gif) left center;
    font-size: 1rem;
    color: #fff;
    border-bottom: 3px solid #cecebf;
}

footer #call_to_action .footer_content {
    padding: 3rem 0;
    text-align: center;
    max-width: 470px;
}

footer #call_to_action .footer_content .icon-heart {
    width: 1.75rem;
    height: 1.75rem;
}

footer #call_to_action a:focus {
}

footer #call_to_action a:hover, footer #call_to_action a:active {
    text-decoration: none;
}

footer #call_to_action a:link, footer #call_to_action a:visited {
    color: #fff;
    text-decoration: underline;
}

footer #call_to_action form {
    display: inline-block;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    margin: 0 auto;
}

footer #google_translate_element {
    padding: 2rem 0;
    border-top: 1px solid #ccc;
}

footer a.primary_button {
    width: 97%;
}

footer input[type="email"] {
    width: 230px !important;
    max-width: 94%;
    outline: 0px;
    outline-color: #ccc;
}

footer.entry-footer {
    background: none;
    border-top: 1px dotted #ddd;
    padding-top: 1rem;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

h1 {
    font-size: 2.25rem;
    margin: 0 0 1.5rem;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.15;
    font-weight: bold;
}

h1.entry-title span.pr_label {
    font-size: 0.65em;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.5rem;
    margin: 2.5rem 0 2rem;
}

h4, .footer_content h3.footer_heading {
    font-size: 1.125rem;
}

header .search_page_container input[type="search"] {
    border: 1px solid #ccc;
    border-right: none;
}

header .search_page_container input[type="submit"]:focus {
}

header input[type="search"], footer input[type="email"], #mobile_search input[type="search"], .hero_search input[type="search"] {
    height: 44px;
    width: 175px;
    border: none;
    box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-border-radius: 0;
}

header input[type="search"]:focus, footer input[type="email"]:focus, #mobile_search input[type="search"]:focus, .hero_search input[type="search"]:focus {
    box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.15);
}

header input[type="submit"], footer input[type="submit"], #mobile_search input[type="submit"], .hero_search input[type="submit"] {
    padding: 8px 14px;
    height: 44px;
    margin: 0;
    box-shadow: none;
}

header input[type="submit"]:active, footer input[type="submit"]:active, #mobile_search input[type="submit"]:active, .hero_search input[type="submit"]:active {
    margin: 0;
    box-shadow: none;
}

header input[type="submit"]:focus, footer input[type="submit"]:focus, #mobile_search input[type="submit"]:focus, .hero_search input[type="submit"]:focus {
    margin: 0;
    box-shadow: none;
}

header input[type="submit"]:hover, footer input[type="submit"]:hover, #mobile_search input[type="submit"]:hover, .hero_search input[type="submit"]:hover {
    background: #779136;
}

header#masthead {
    height: 53px;
    background: #445721;
    border-bottom: 3px solid #cecebf;
    margin-bottom: 1.5rem;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 0;
    margin-bottom: 1.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

html {
    box-sizing: border-box;
}

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

img {
    border-style: none;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
    border: 2px solid #b35900;
}

input::placeholder {
    color: #444;
}

input[type="email"]:-moz-placeholder {
    color: #444;
    opacity: 1;
}

input[type="email"]:-ms-input-placeholder {
    color: #444;
}

input[type="email"]::-moz-placeholder {
    color: #444;
    opacity: 1;
}

input[type="email"]::-ms-input-placeholder {
    color: #444;
}

input[type="email"]::-webkit-input-placeholder {
    color: #444;
}

input[type="reset"]:active {
    margin: 2px 12px -2px 2px;
}

input[type="submit"].tribe-events-button {
    width: 100%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, option {
    color: #444;
    border: 1px solid #ccc;
    padding: 11px;
    outline-color: #ccc;
    transition: outline-color 0.2s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 1.25;
    background: #fff;
    max-width: 100%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, input:focus, textarea:focus, select:focus {
    color: #111;
    outline: 2px solid #687f2f !important;
    outline-offset: -2px;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1rem;
    padding-left: 1rem;
}

main, .fpcc_sidebar {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

ol {
    list-style: decimal;
}

option:hover {
    background-color: #595959;
    color: #fff;
}

p {
    margin: 0 0 1.25rem;
}

p#breadcrumbs {
    font-size: 1rem;
    color: #757575;
}

p.has-lead-font-size {
    margin-bottom: 2.5rem;
}

p.sub, p.has-sub-font-size {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

p.toc, p.sub, p.has-toc-font-size, p.has-sub-font-size {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 1.25;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

progress {
    vertical-align: baseline;
}

select {
    border: 1px solid #ccc;
}

select, button {
    cursor: pointer;
}

small {
    font-size: 80%;
}

span.wpcf7-list-item {
    margin: 0.5rem 0;
}

span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}

span.wpcf7-not-valid-tip {
    color: #b35900;
    font-weight: bold;
    display: block;
}

sub {
    bottom: -0.25em;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

summary {
    display: list-item;
}

sup {
    top: -0.5em;
}

table {
    margin: 0 0 1.5rem;
    width: 100%;
    line-height: 1.25;
    font-size: 0.95rem;
    border: 1px solid #ddd;
    border-spacing: 0;
}

table caption {
    text-align: left;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

td {
    border: 1px solid #ddd;
    padding: 5px;
}

template {
    display: none;
}

textarea {
    overflow: auto;
}

textarea {
    width: 100%;
}

th {
    border: 1px solid #ddd;
    background: #efefef;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

ul {
    list-style: disc;
}

ul#site-map {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#site-map li {
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: bold;
}

ul#site-map li:first-child {
    margin-top: 0;
}

ul#site-map ul.children {
    list-style: disc;
    padding: 0 0 0 2rem;
}

ul#site-map ul.children li {
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: normal;
}

ul, ol {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 2rem;
}

ul.search_list {
    padding: 0;
}

ul.trail_list li li {
    border-top: none;
    padding: 0;
    margin: 0;
}

ul.trail_list li, ul.preserve_list li, ul.search_list li {
    border-top: 1px solid #ddd;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

ul.trail_list, ul.preserve_list, ul.search_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tribe-related-events .tribe-related-event-info .tribe-events-hybrid-single-marker, ul.tribe-related-events .tribe-related-event-info .tribe-events-virtual-single-marker {
    display: none;
}

#content {
    width: 100%;
    margin: 0 auto;
}

#content-start.tribe-events-pg-template {
    display: none;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

#extra.fpcc_sidebar .sidebar_section:after {
    height: 3.5rem;
    clear: both;
    display: block;
    background: #f0f0e1;
    border-top: 3px solid #cecebf;
    content: "";
    box-sizing: content-box;
    width: 100%;
    margin: 1.875rem 0 1.875rem -1.5rem;
    padding: 0 1.5rem;
}

#extra.fpcc_sidebar .sidebar_section:last-child, #fpcc_events.fpcc_sidebar:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#extra.fpcc_sidebar .sidebar_section:last-child:after, #fpcc_events.fpcc_sidebar:last-child:after {
    display: none;
}

#extra.fpcc_sidebar ul li {
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 0.5rem;
}

#extra.fpcc_sidebar, #fpcc_events.fpcc_sidebar {
    width: 94%;
    margin: 3.5rem auto 1.875rem;
    background: #fff;
    border-bottom: 3px solid #cecebf;
    padding: 1.875rem 1.5rem;
}

#icon-alert .path1 {
    fill: #ffe2d9;
}

#icon-arrow .path1 {
    fill: #273719;
}

#icon-arrow-right .path1 {
    fill: #333;
}

#icon-map-marker .path1, #icon-email .path2, #icon-email .path3, #icon-search .path1, #icon-x .path1 {
    fill: #fff;
}

#icon-twitter .path1, #icon-facebook .path1, #icon-instagram .path1, #icon-instagram .path2, #icon-instagram .path3 {
    fill: #353526;
}

#mobile-navigation .menu-mobile-menu-container, #mobile-navigation ul, #mobile-navigation ul li, #mobile-navigation ul li a {
    opacity: 0;
    width: 85%;
    transition: opacity 0.2s ease-in-out, width 0.3s ease-in-out;
}

#mobile-navigation .menu-toggle {
    display: block;
    font-size: 1.125rem;
    max-height: 50px;
    float: right;
    text-align: right;
    text-transform: uppercase;
    background: transparent;
    box-shadow: none;
    padding: 1rem 3%;
    width: 35%;
    margin: 0;
    transition: background 0.5s ease-in-out, width 0.3s ease-in-out;
    position: relative;
    outline: 0;
}

#mobile-navigation .menu-toggle:focus {
}

#mobile-navigation ul {
    margin-bottom: 2rem;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}

#mobile-navigation ul li a:active, #mobile-navigation ul li a:focus, #mobile-navigation ul li.focus a {
    font-weight: bold;
}

#mobile-navigation ul li a:focus {
}

#mobile-navigation ul li a:hover, #mobile-navigation ul li a:active {
    background: #eee;
}

#mobile-navigation ul li a:link, #mobile-navigation ul li a:visited {
    display: block;
    background: #fff;
    padding: 0.5rem 1rem;
    border-top: 1px dotted #ccc;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.25rem;
}

#mobile-navigation ul li a:link, #mobile-navigation ul li a:visited {
    color: #111;
}

#mobile-navigation ul li.square a:active {
    background: #4b5922;
    outline: 0;
    margin: 26px 0 -2px 2px;
    box-shadow: 1px 1px 0px 0px rgba(223,223,208,1);
}

#mobile-navigation ul li.square a:focus {
}

#mobile-navigation ul li.square a:hover {
    background: #4b5922;
}

#mobile-navigation ul li.square a:link, #mobile-navigation ul li.square a:visited {
    text-decoration: none;
    background: #687f2f;
    color: #fff;
    border: none;
    padding: 1rem;
    text-align: center;
    box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
    font-weight: bold;
    margin: 24px 0 0 0;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

#mobile-navigation ul li.web-map a .icon-map-marker {
    margin: 0 7px 2px 0;
}

#mobile-navigation ul li:first-child a {
    border-top: none;
}

#mobile-navigation.toggled .menu-mobile-menu-container, #mobile-navigation.toggled ul, #mobile-navigation.toggled ul li, #mobile-navigation.toggled ul li a {
    opacity: 1;
    width: 100%;
    transition: opacity 0.2s ease-in-out, width 0.3s ease-in-out;
}

#mobile-navigation.toggled .menu-toggle {
    right: 0;
    width: 100%;
    text-align: center;
    max-height: 50px;
    background: #9e0b0f;
    position: fixed;
    transition: background 0.5s ease-in-out, width 0.3s ease-in-out;
    white-space: nowrap;
    outline: 0;
    z-index: 100000;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}

#mobile-navigation.toggled .menu-toggle:focus {
}

#mobile-navigation.toggled ul {
    padding: 1rem 0 3rem;
}

#mobile-navigation.toggled ul li {
    width: 75%;
    margin: 0 auto;
}

#mobile-navigation.toggled ul li a::after {
}

#mobile-navigation.toggled ul li ul {
    margin: 0;
}

#mobile-navigation.toggled ul li ul li a {
    background: #efefef;
    padding-left: 0;
    opacity: 0;
    transition: background 0.5s ease-in-out, padding-left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#mobile-navigation.toggled ul li.focus ul li a {
    background: #efefef;
    padding-left: 2rem;
    opacity: 1;
    transition: background 0.5s ease-in-out, padding-left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#mobile_search {
    display: block;
}

#mobile_search {
    width: 94%;
    margin: 0 auto 1.25rem;
    clear: both;
}

#mobile_search input[type="search"] {
    height: 40px;
    width: 100%;
    box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.05);
    border: 1px solid #dbdbb7;
    border-right: 0;
}

#mobile_search input[type="search"]:focus {
    width: 100%;
}

#mobile_search input[type="submit"] {
    height: 40px;
}

#mobile_search input[type="submit"] {
    width: 25%;
}

#mobile_search input[type="submit"]:focus {
}

#mobile_search label {
    width: 75%;
}

#page {
    overflow: hidden;
}

#primary {
    font-size: 1rem;
    line-height: 1.5;
}

#primary, #tribe-events-content {
    width: 94%;
    margin: 0 auto 1.875rem;
    background: #fff;
    padding: 1.875rem 1.5rem;
    border-bottom: 3px solid #cecebf;
}

#search_container {
    display: none;
}

#search_container form {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
}

#search_container label, .hero_search label, #mobile_search label {
    float: left;
}

#secondary {
    width: 94%;
    margin: 0 auto 1.875rem;
    background: #fff;
    border-bottom: 3px solid #cecebf;
}

#secondary.fpcc_sidebar {
    position: relative;
    margin-bottom: 0;
    border-bottom: 0;
    background: #fff;
}

#secondary.fpcc_sidebar p.widget-title {
    margin: 0;
    clear: both;
    font-weight: normal;
    font-size: 1rem;
    position: absolute;
    padding: 0.75rem 1rem 0;
    z-index: 9999;
    color: #595959;
    width: 100%;
    border-bottom: none;
}

#secondary.fpcc_sidebar p.widget-title::before {
    content: "Menu: ";
    font-weight: bold;
    text-transform: uppercase;
}

#secondary.fpcc_sidebar ul {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    opacity: 0;
    width: 100%;
    clear: both;
    background: #f4f4f4;
    transition: opacity 0.3s ease-in-out;
}

#secondary.fpcc_sidebar ul li a {
    padding: 0.5rem 1rem;
    border-top: 1px dotted #ccc;
    color: #111;
}

#secondary.fpcc_sidebar ul li a:focus {
    outline-offset: 2px !important;
}

#secondary.fpcc_sidebar ul li a:hover, #secondary.fpcc_sidebar ul li a:active {
    background: #fff;
    text-decoration: none;
    color: #111;
}

#secondary.fpcc_sidebar ul li li a {
    padding: 0.5rem 2rem;
}

#secondary.fpcc_sidebar ul li.bold a {
    font-weight: bold;
}

#secondary.fpcc_sidebar ul li.bold li a {
    font-weight: normal;
}

#secondary.fpcc_sidebar ul li:first-child a {
    padding-top: 0.75rem;
    border-top: none;
}

#secondary.fpcc_sidebar ul li:first-child li a {
    padding: 0.5rem 2rem;
}

#secondary.fpcc_sidebar ul li:first-child li a, #secondary.fpcc_sidebar ul li li:first-child a {
    border-top: 1px dotted #ccc;
}

#secondary.fpcc_sidebar ul li:last-child a {
    padding-bottom: 0.75rem;
}

#secondary.fpcc_sidebar ul li:last-child li a {
    padding: 0.5rem 2rem;
}

#secondary.fpcc_sidebar ul ul {
    background: none;
    display: block;
}

#secondary.fpcc_sidebar.rotated ul {
    position: inherit;
    clip: rect(auto,auto,auto,auto);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

#secondary.fpcc_sidebar.rotated ul.menu {
    border-bottom: 3px solid #f0f0e1;
}

#tribe-bar-form {
    width: 94%;
}

#tribe-events-footer {
    display: none;
}

#tribe-events-pg-template {
    padding: inherit !important;
    background: inherit;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.alpha_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.alpha_links ul li {
    display: inline-block;
    border-right: 1px solid #ccc;
}

.alpha_links ul li a, .alpha_links ul li strong {
    margin: 0.5rem;
    padding: 0.5rem;
}

.alpha_links ul li:last-child {
    border-right: none;
}

.archive-description {
    border-bottom: 1px solid #ddd;
}

.blog_wrap {
    width: 100%;
    margin-top: 1rem;
}

.blog_wrap.list_wrap {
    margin-top: 0.25rem;
}

.blog_wrap.no_photo {
    margin-top: 0;
}

.breadcrumb_last {
    font-weight: normal;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.custom-logo-link {
    display: inline-block;
}

.date_division {
    padding: 0 0.5rem;
    color: #ccc;
    display: none;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th, .tribe-events .datepicker .day, .tribe-events .datepicker .dow {
    background: transparent;
}

.did_you_mean {
    background: #fff4f4;
    padding: 1.25rem 2rem;
    border-left: 8px solid #cc0000;
    margin-top: 2rem;
}

.entry-title.underline_title {
    border-bottom: 3px solid #595959;
    padding-bottom: 0.75rem;
    margin: 0 0 1.75rem;
}

.entry-title.underline_title span {
    color: #757575;
}

.error404 .page-content {
    margin: 3rem 0 0;
    border-top: 2px solid #595959;
}

.feature_image {
    max-width: 100%;
    line-height: 1;
    height: auto;
}

.footer_content {
    width: 94%;
    margin: 0 auto;
    padding: 3rem 1.5rem 0;
}

.footer_content #blurb_content {
    clear: both;
    padding: 4.375rem 0;
}

.footer_content #blurb_content .right {
    margin: 5rem auto;
}

.footer_content #blurb_content img.foundation {
    float: right;
    width: 90px;
    margin: 0 0 1rem 1rem;
    display: inline;
}

.footer_content #blurb_content img.garden {
    width: 75px;
    margin: 0 auto 0.5rem;
    display: block;
}

.footer_content #blurb_content img.zoo {
    width: 153px;
    display: block;
    margin: 0 auto;
}

.footer_content .left {
    margin: 0 auto;
}

.footer_content .left_content {
    margin: 0 auto;
    text-align: center;
}

.footer_content .left_content img {
    width: 275px;
}

.footer_content .right {
    margin: 3rem auto;
}

.footer_content .right_content {
    margin: 4rem auto 0;
}

.footer_content .right_content .social_icons {
    margin-top: 3rem;
}

.footer_content .right_content .social_icons #icon-facebook .path1, .footer_content .right_content .social_icons #icon-twitter .path1, .footer_content .right_content .social_icons #icon-instagram .path1, .footer_content .right_content .social_icons #icon-instagram .path2, .footer_content .right_content .social_icons #icon-instagram .path3 {
    transition: fill 0.2s ease-in-out;
}

.footer_content .right_content .social_icons #icon-facebook:hover .path1, .footer_content .right_content .social_icons #icon-twitter:hover .path1, .footer_content .right_content .social_icons #icon-instagram:hover .path1, .footer_content .right_content .social_icons #icon-instagram:hover .path2, .footer_content .right_content .social_icons #icon-instagram:hover .path3 {
    fill: #687f2f;
}

.footer_content .right_content .social_icons .icon {
    width: 24px;
    height: 24px;
}

.footer_content .tagline {
    margin: 2rem auto 0;
    max-width: 470px;
    font-size: 1.25rem;
}

.footer_content a:hover, .footer_content a:active {
    text-decoration: underline;
}

.footer_content a:link, .footer_content a:visited {
    text-decoration: none;
    font-weight: bold;
}

.footer_content h3.footer_heading {
    margin: 0 0 1.5rem;
    border-bottom: 1px solid #595959;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.footer_content p {
    margin-top: 0;
}

.footer_content p.newsletter_signup {
    margin: 3rem 0 0.25rem;
    font-weight: bold;
}

.footer_content ul {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

.footer_content ul li {
    padding-bottom: 0.25rem;
}

.footer_info {
    background: #f0f0e1;
    clear: both;
    text-align: center;
}

.footer_info .accessibility {
    padding-top: 2rem;
}

.footer_info .accessibility, .footer_info .site-map, .footer_info .social, .footer_info .terms {
    padding: 1.5rem 0;
    margin: 0;
    border-bottom: 1px solid #ddddb9;
    display: block;
}

.footer_info .footer_content {
    padding: 0;
}

.footer_info .terms {
    border-bottom: none;
}

.footer_info a {
    padding: 1rem;
}

.footer_info a.goog-logo-link {
    padding: 0;
}

.footer_post_date span {
    font-weight: bold;
}

.footer_post_info .post_sharing_tools .footer_label {
    margin-right: 0.5rem;
}

.footer_post_info span, .tags-links .footer_label {
    font-weight: bold;
}

.fpcc_sidebar .header {
    padding: 0.65rem 1rem 0.65rem;
    cursor: pointer;
    font-weight: bold;
    float: right;
    position: relative;
    text-align: right;
    width: 100%;
    background: none;
    margin: 0;
    box-shadow: none;
    z-index: 10000;
    font-size: 1.5rem;
    line-height: 1;
    border-bottom: 3px solid #f0f0e1;
    transition: box-shadow 0.3s ease-in-out;
}

.fpcc_sidebar .header .plus {
    display: inline-block;
    font-weight: bold;
    color: #111;
    margin-top: 2px;
    text-align: center;
    line-height: 1;
}

.fpcc_sidebar .header .plus span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 2rem;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
    display: inline-block;
    line-height: 0;
}

.fpcc_sidebar a:active {
    text-decoration: none;
}

.fpcc_sidebar a:hover {
    text-decoration: underline;
}

.fpcc_sidebar a:link, .fpcc_sidebar a:visited {
    text-decoration: none;
}

.fpcc_sidebar button.header:focus {
}

.fpcc_sidebar li a {
    display: block;
}

.fpcc_sidebar nav.rotated .header .plus span, .fpcc_sidebar.rotated .header .plus span {
    transform: rotate(45deg);
    font-size: 2rem;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

.fpcc_sidebar nav.rotated .header .plus, .fpcc_sidebar.rotated .header .plus {
    display: inline-block;
    padding: 0;
    color: #111;
    background: none;
    margin-top: 2px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    width: auto;
    height: auto;
}

.fpcc_sidebar nav.rotated .header, .fpcc_sidebar.rotated .header {
    vertical-align: middle;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    border-bottom: none;
    transition: border-bottom 0.3s ease-in-out;
    line-height: normal;
}

.fpcc_sidebar p a:active {
    text-decoration: underline;
}

.fpcc_sidebar p a:hover {
    text-decoration: none;
}

.fpcc_sidebar p a:link, .fpcc_sidebar p a:visited {
    text-decoration: underline;
}

.fpcc_sidebar p.widget-title, .fpcc_sidebar h2 {
    border-bottom: 2px solid #595959;
    margin: 0 0 1.5rem;
    padding-bottom: 0.75rem;
    font-weight: bold;
}

.fpcc_sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.25;
}

.fpdcc_hide {
    display: none;
}

.fpdcc_show {
    display: initial;
}

.hero img {
    opacity: 1;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.ie11 #post-2132 .fpdcc_hide {
    display: block;
}

.ie11 #visitor a {
    display: inherit;
    align-items: unset;
    position: inherit;
}

.ie11 #visitor a .new_visitor_title, .ie11 #visitor a .new_visitor_title::before {
    display: inherit;
    position: inherit;
    background: none;
    background-color: transparent;
    transition: none;
    text-align: left;
}

.ie11 #visitor a:focus {
}

.ie11 #visitor a:hover .new_visitor_title {
    display: inherit;
    position: inherit;
    background: none;
    background-color: transparent;
    transition: none;
    text-align: left;
}

.ie11 #visitor a:hover h3, .ie11 #visitor a:active h3, .ie11 #visitor a:focus h3 {
    margin: 1rem 0 2.5rem;
    padding: 0;
    transition: none;
    text-decoration: underline;
    color: #cc0000;
}

.ie11 #visitor a:link, .ie11 #visitor a:visited {
    text-decoration: none;
    color: #006699;
}

.ie11 .entrance_long .activities_block .icon, .ie11 .trail .activities_block .icon {
    display: none;
}

.ie11 .entrance_long .activities_block h4.standard_label.screen-reader-text, .ie11 .trail .activities_block h4.standard_label.screen-reader-text {
    clip: auto;
    clip-path: inherit;
    height: auto;
    width: auto;
    position: inherit !important;
}

.ie11 .entrance_long .activities_block ul, .ie11 .trail .activities_block ul {
    list-style: disc;
    padding: 0 0 0 1rem;
    margin: 1rem 0 0;
}

.ie11 .entrance_long .activities_block ul, .ie11 .trail .activities_block ul li {
    height: 2rem;
}

.ie11 .entrance_long .closures_block, .ie11 .trail .closures_block {
    display: none;
}

.ie11 .entrance_long .hours_block, .ie11 .trail .hours_block {
    border-bottom: 0;
}

.ie11 .entrance_long .icon-sign {
    display: none;
}

.ie11 .main-navigation ul li#menu-item-2145 ul {
    display: inherit;
    flex-direction: unset;
    flex-wrap: unset;
    -ms-flex-wrap: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    column-width: unset;
    -ms-column-width: unset;
    max-height: none;
    column-count: unset;
    -ms-column-count: unset;
}

.ie11 .new_visitor_bg {
    float: none;
    position: inherit;
}

.ie11 .new_visitor_title h3 {
    margin: 1rem 0 2.5rem;
    padding: 0;
}

.jux_fix {
    position: relative;
    overflow: hidden;
    padding-top: 58%;
    margin-bottom: 1.5rem;
}

.jux_fix iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.lazyload, .lazyloading {
    opacity: 0;
}

.lazyloaded {
    transition: opacity 0.3s linear 0.2s;
    opacity: 1;
}

.list_event_date span.cancelled, .related_event_date span.cancelled, span.call_out {
    background: #cc0000;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation .menu-toggle::before {
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul li.focus > ul {
    position: static;
    float: none;
    clear: none;
    margin: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation.toggled .menu-toggle::after {
    content: "+";
    font-size: 2rem;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px;
    padding-left: 8px;
}

.main-navigation.toggled .menu-toggle::before {
    content: "Close ";
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.main-navigation.toggled ul {
    margin-top: 50px;
    display: block;
}

.menu-mobile-menu-container {
    position: relative;
    z-index: 10000;
}

.menu-toggle {
    line-height: 0;
    height: 50px;
}

.menu-toggle::after {
    content: "+";
    font-size: 1.5rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 5px;
    margin-top: -8px;
    color: #fff;
    display: inline-block;
    line-height: 0;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

.menu-toggle:active, .menu-toggle:focus {
    box-shadow: none;
    margin: 0;
}

.muni_near {
    font-style: italic;
}

.nav-links {
    text-align: center;
    padding-top: 2rem;
}

.nav-links.nav_top {
    padding-top: 0;
    padding: 1.5rem 0 0.5rem;
    border-top: 1px dotted #ddd;
}

.news_back {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 20px;
}

.news_header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2.5rem;
    margin: 0 0 1.75rem;
}

.news_header .nav-links {
    padding: 1rem 0 0 0;
}

.njt-nofi-container {
    z-index: 999999;
}

.pad figcaption, .jux_fix figcaption {
    padding: 0;
}

.page .entry-content {
    margin-top: 2.5rem;
}

.page .entry-content.list_content {
    margin-top: 0;
}

.page footer.entry-footer {
    margin-top: 10rem;
}

.page main .trail_list h2, .page main .preserve_list h2, .search main ul.search_list h2 {
    border-bottom: none;
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    padding: 0.25rem 0;
}

.page main h2 {
    border-bottom: 2px solid #595959;
    margin: 2.5rem 0 2rem;
    padding-bottom: 0.75rem;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-numbers {
    margin: 0.25rem;
    padding: 0.25rem;
    display: none;
}

.page-numbers.current {
    font-weight: bold;
}

.page-numbers.dots {
    margin: 0;
    padding: 0;
}

.page-numbers.next {
    display: initial;
    float: right;
}

.page-numbers.prev {
    display: initial;
    float: left;
}

.page_list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.part_of {
    font-style: italic;
}

.post-thumbnail {
    margin: 0 -1.5rem;
    line-height: 1;
}

.post_url {
    display: block;
    width: 100%;
}

.post_url .post-thumbnail {
    width: 100%;
    line-height: 0;
    margin: 0;
    background: #fff;
}

.post_url h2, .post_url h3 {
    font-size: 1.5rem;
    margin: 0.25rem 0 0;
    padding: 0;
    border-bottom: none;
    font-weight: normal;
    line-height: 1.25;
}

.post_url h2.entry-title.list_title, .post_url h3.entry-title.list_title {
    font-size: 1.5rem;
    font-weight: normal;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.post_url h3.entry-title.list_title span {
    font-size: 1rem;
    display: inline-block;
    color: #111;
    margin-top: 0.25rem;
    line-height: 1.4;
}

.pr_wrap {
    width: 100%;
}

.preserve_list li:last-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.responsive-tabs .responsive-tabs__heading {
    display: none;
}

.responsive-tabs .responsive-tabs__heading--active:focus, .responsive-tabs .responsive-tabs__list__item--active:focus {
    outline: 2px solid #cc0000 !important;
    outline-offset: -2px !important;
}

.responsive-tabs .responsive-tabs__heading:focus, .responsive-tabs .responsive-tabs__list__item:focus {
    outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading:focus, .responsive-tabs .responsive-tabs__list__item:focus {
    outline: 2px solid #cc0000 !important;
    outline-offset: -2px !important;
}

.responsive-tabs .responsive-tabs__list__item {
    background: transparent;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #757575;
    line-height: 19px;
    text-transform: inherit;
    margin: 1px 12px 0 0;
    padding: 10px 12px 10px;
    white-space: nowrap;
    font-weight: bold;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.responsive-tabs .responsive-tabs__list__item {
    display: inline;
    cursor: pointer;
}

.responsive-tabs .responsive-tabs__list__item .fa {
    margin-right: 8px;
    line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #fff;
    border-color: #ddd;
    color: #111;
    padding-bottom: 11px;
    margin-top: 0;
    position: relative;
    top: 1px;
}

.responsive-tabs .responsive-tabs__list__item:hover {
    color: #757575;
    background: transparent;
}

.responsive-tabs .responsive-tabs__panel {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    clear: left;
    margin-bottom: 0;
    padding: 20px 20px 0;
    word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.responsive-tabs ul.responsive-tabs__list {
    line-height: 18px;
    margin: 20px 0 0 12px;
    padding: 0;
}

.responsive-tabs-wrapper {
    clear: both;
    margin-bottom: 20px;
    zoom: 1;
}

.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
    content: "";
    display: table;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
    clip: auto !important;
    clip-path: none;
    color: #069;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 1000002;
    outline-offset: 0;
}

.search .nav-links {
    border-top: 1px solid #ddd;
    margin: 1rem 0 0;
}

.search a:hover h2 {
    text-decoration: underline;
}

.search h1.entry-title {
    color: #757575;
    font-size: 1.25rem;
}

.search h1.entry-title span {
    color: #111;
    font-size: 2.25rem;
    display: block;
}

.search-field {
    font-size: 16px;
    font-size: 1rem;
}

.search_page_container label {
    float: left;
}

.search_result a .entry-meta {
    font-size: 1rem;
    color: #757575;
    display: block;
    text-decoration: none;
}

.search_result a .entry-meta span {
    font-weight: bold;
}

.search_result a .entry-summary {
    font-size: 1rem;
    text-decoration: none;
    color: #111;
}

.search_result a:active h2 {
    text-decoration: none;
}

.search_result a:focus {
}

.search_result a:hover, .search_result a:active {
    outline: 0;
}

.search_result a:link h2, .search_result a:visited h2 {
    text-decoration: none;
}

.search_result a:link, .search_result a:visited {
    text-decoration: none;
    display: block;
}

.search_status {
    margin: 1.25rem 0 0;
}

.search_status span {
    font-weight: bold;
}

.single .wp-block-image .alignleft {
    margin-left: 0;
}

.single .wp-block-image .alignright {
    margin-right: 0;
}

.single .wp-block-image .alignright, .single .wp-block-image .alignleft {
    padding: 0;
}

.single .wp-block-image figcaption {
    padding: 0.25rem 0 0;
}

.single-post .entry-content {
    margin-top: 2.5rem;
}

.single-post .entry-meta .post_sharing_tools {
    display: none;
}

.single-post .entry-meta, .footer_post_info .post_sharing_tools {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown {
    margin-top: 0;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
    width: fit-content;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
    vertical-align: baseline !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
    line-height: inherit !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus {
    outline: 0 !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
    position: absolute !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
    transform: translateY(var(--tec-spacer-6));
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__export-icon {
    margin-right: auto !important;
}

.site-branding {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.15;
}

.site-branding .site-title {
    clip: auto;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.site-branding .site-title span {
    display: block;
    font-weight: normal;
}

.site-branding img {
    display: none;
}

.social_icons a {
    margin-right: 8px;
}

.standard_label {
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: bold;
}

.sticky {
    display: block;
}

.tags-links, .footer_post_info {
    margin-top: 1rem;
}

.tribe-common .tribe-common-anchor-thin {
    border-bottom: none !important;
}

.tribe-common .tribe-common-b1 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-b2 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-b3 {
    font-size: 0.9125rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    font-weight: bold;
    background: #687f2f;
    line-height: 1;
    padding: 0.875rem;
    margin: 16px 14px 0 0;
    background: #687f2f;
    color: #fff !important;
    box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
    transition: background 0.2s ease-in-out;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border-radius: 0 !important;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
    border: 1px solid var(--tec-color-border-default) !important;
    border-radius: var(--tec-border-radius-default) !important;
}

.tribe-common .tribe-common-c-btn-border:active, .tribe-common a.tribe-common-c-btn-border:active {
    box-shadow: 1px 1px 0px 0px rgba(223,223,208,1);
    margin: 18px 12px -2px 2px;
    background: #687f2f;
}

.tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border::hover {
    background: #4b5922;
    text-decoration: none;
}

.tribe-common .tribe-common-c-loader {
    padding-top: 0 !important;
}

.tribe-common .tribe-common-form-control-text__input {
    box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.15);
}

.tribe-common .tribe-common-h1 {
    font-size: 3rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-h2 {
    font-size: 1.rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-h3 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-h4 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-h5 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-h6 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-h7 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-common-h8 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.tribe-common .tribe-event-url .tribe-events-event-image {
    width: 100%;
    line-height: 0;
}

.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    outline: 0 !important;
}

.tribe-common button, .tribe-common button:focus, .tribe-common button:hover {
    margin: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    z-index: 1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
    display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
    padding-right: var(--tec-spacer-2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    margin-right: 12px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
    word-wrap: normal;
}

.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title {
    font-size: 1.5rem !important;
}

.tribe-common-form-control-text__input {
    padding-left: var(--tec-spacer-4) !important;
    padding-right: var(--tec-spacer-4) !important;
}

.tribe-event-url {
    display: block;
    width: 100%;
}

.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    border-radius: 0 !important;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.15) !important;
    font-weight: bold !important;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
    color: #444 !important;
    transition: outline-color 0.2s ease-in-out;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background: #687f2f;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
    display: none;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
    display: none !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background: #4b5922;
}

.tribe-events .tribe-events-calendar-list__event-title {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
}

.tribe-events .tribe-events-calendar-list__event-venue {
    font-style: italic !important;
}

.tribe-events .tribe-events-calendar-list__month-separator {
    border-bottom: 0;
    margin: 0;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event + .tribe-events-calendar-month-mobile-events__mobile-event {
    border-top: none !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost {
    display: none;
}

.tribe-events .tribe-events-calendar-month__header-column {
    background: inherit;
}

.tribe-events .tribe-events-header__content-title {
    display: none;
}

.tribe-events .tribe-events-l-container {
    padding: inherit !important;
}

.tribe-events .tribe-events-series-archive__icon {
    color: #000 !important;
}

.tribe-events .tribe-events-view-loader {
    align-items: normal !important;
    justify-content: center !important;
    position: fixed !important;
}

.tribe-events a:active {
    color: #cc0000 !important;
    text-decoration: underline;
    outline: 0;
}

.tribe-events a:focus {
    border-radius: 0 !important;
}

.tribe-events a:hover {
    color: #cc0000 !important;
    text-decoration: none;
    outline: 0;
}

.tribe-events a:link {
    color: #006699 !important;
    border-bottom: 0;
}

.tribe-events a:visited {
    color: #666699 !important;
}

.tribe-events--filter-bar-horizontal button {
    box-shadow: none !important;
}

.tribe-events--filter-bar-horizontal.tribe-common--breakpoint-medium {
    overflow: visible;
}

.tribe-events-address, .tribe-venue-location {
    font-style: italic !important;
}

.tribe-events-back {
    margin: 0 0 20px !important;
}

.tribe-events-back a {
    font-size: 1rem !important;
    font-weight: bold !important;
    line-height: 1.75 !important;
    text-decoration: underline !important;
}

.tribe-events-back a:active {
    color: #cc0000;
    text-decoration: underline;
    outline: 0;
}

.tribe-events-back a:hover {
    color: #cc0000;
    text-decoration: none;
    outline: 0;
}

.tribe-events-back a:link {
    color: #006699;
    text-decoration: underline;
    font-weight: bold !important;
}

.tribe-events-back a:visited {
    color: #666699;
}

.tribe-events-c-events-bar__filter-button-container {
    display: none;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.tribe-events-content ol, .tribe-events-content ul {
    padding: 0 0 0 2rem;
}

.tribe-events-event-image {
    margin-bottom: var(--tec-spacer-4);
}

.tribe-events-event-image {
    margin-bottom: var(--tec-spacer-6);
}

.tribe-events-event-image {
    margin-bottom: 2.5rem !important;
}

.tribe-events-event-meta dd {
    margin-bottom: 0;
}

.tribe-events-event-meta dl {
    margin-bottom: 0;
}

.tribe-events-event-meta.primary {
    padding-top: 0;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    margin-bottom: 0;
}

.tribe-events-header__breadcrumbs {
    display: none;
}

.tribe-events-header__title {
    display: none;
}

.tribe-events-hybrid-single-marker--mobile, .tribe-events-virtual-single-marker--mobile {
    display: flex !important;
}

.tribe-events-l-container .tec_series_marker__title {
    display: none;
}

.tribe-events-list a .tribe-events-event-image img {
    width: 100%;
    -webkit-transform: translateZ(0) scale(1,1);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.tribe-events-list h1#content-start {
    border-bottom: 3px solid #595959;
    padding-bottom: 0.75rem;
    margin: 0 0 1.75rem;
}

.tribe-events-meta-group {
    flex: 1 0 140px;
    margin-right: var(--tec-spacer-5);
    order: 0;
    margin-top: var(--tec-spacer-3);
}

.tribe-events-meta-group {
    padding: 0 !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    letter-spacing: normal;
    text-transform: none;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    margin-top: var(--tec-spacer-3);
    font-size: 1.5rem !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    border-bottom: 1px solid #595959;
    font-size: var(--tec-font-size-3);
    padding-bottom: 1rem;
    margin-bottom: var(--tec-spacer-3);
}

.tribe-events-meta-group.tribe-events-meta-group-venue {
    order: 0;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-email-icon-svg, .tribe-events-pro .tribe-events-pro-organizer__meta-phone-icon-svg, .tribe-events-pro .tribe-events-pro-organizer__meta-website-icon-svg {
    max-width: 16px;
    max-height: 16px;
    vertical-align: sub;
}

.tribe-events-pro-organizer__meta-details {
    width: 100% !important;
}

.tribe-events-related-events-title {
    font-weight: var(--tec-font-weight-bold);
    border-bottom: 1px solid #595959;
    font-size: 1.5rem !important;
    padding-bottom: 1rem;
    padding-top: 0;
    margin-top: var(--tec-spacer-6);
    padding-bottom: 1rem;
    margin-bottom: var(--tec-spacer-4);
    border-top: 0;
}

.tribe-events-schedule {
    margin-bottom: 2rem !important;
}

.tribe-events-schedule .tribe-events-cost {
    display: none;
}

.tribe-events-schedule .tribe-events-hybrid-single-marker, .tribe-events-schedule .tribe-events-virtual-single-marker {
    display: none !important;
}

.tribe-events-schedule .tribe-events-series-relationship-single-marker--pill {
    display: none;
}

.tribe-events-schedule h2 {
    font-size: 1rem;
    line-height: 1.5;
}

.tribe-events-schedule h2 {
    margin: 0;
}

.tribe-events-single .post_sharing_tools {
    display: none;
}

.tribe-events-single .tribe-events-status-single {
    flex: 100%;
    background: #fff4f4;
    border-left: 8px solid #cc0000;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    margin-bottom: 20px;
}

.tribe-events-single .tribe-events-status-single {
    font-size: 1rem;
}

.tribe-events-single .tribe-events-status-single__description {
    padding-left: 0;
}

.tribe-events-single .tribe-events-status-single__header {
    list-style: none;
    margin: 0;
    color: black;
}

.tribe-events-single .tribe-events-status-single__header--alert-icon:before {
    display: none;
}

.tribe-events-single ul.tribe-related-events li {
    width: 100%;
}

.tribe-events-single ul.tribe-related-events li {
    font-size: 1rem !important;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    line-height: 1.5 !important;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-time {
    margin-left: 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail {
    margin-bottom: 8% !important;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a {
    padding-top: 57%;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img[src$="tribe-related-events-placeholder.png"] {
    transform: none;
    top: -43%;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
    text-decoration: none;
}

.tribe-events-single-event-title {
    font-size: 2rem !important;
    clear: both;
    line-height: 1.15;
    font-weight: bold;
    margin: 0 0 1.5rem !important;
}

.tribe-events-virtual-event .tribe-events-back {
    display: inline-block !important;
}

.tribe-events-virtual-link-button, .tribe-events-c-subscribe-dropdown__button {
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    position: relative;
    border: none;
    font-weight: bold;
    line-height: 1;
    padding: 14px;
    margin: 16px 0 0 0 !important;
    background: #687f2f !important;
    color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
    transition: background 0.2s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: none !important;
}

.tribe-events-virtual-link-button:active, .tribe-events-c-subscribe-dropdown__button:active {
    box-shadow: 1px 1px 0px 0px rgba(223,223,208,1);
    margin: 18px -2px -2px 2px !important;
    outline: 0;
}

.tribe-events-virtual-link-button:focus, .tribe-events-c-subscribe-dropdown__button:focus {
    margin: 0 14px 0 0;
    color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
    transition: background 0.2s ease-in-out;
    border-radius: 0;
    outline: 2px solid #cc0000 !important;
    outline-offset: 2px !important;
}

.tribe-events-virtual-link-button:hover, .tribe-events-c-subscribe-dropdown__button:hover {
    background: #4b5922 !important;
    cursor: pointer;
    outline: 0;
}

.tribe-events-widget .tribe-events-widget-events-list__event-cost, .tribe-events-widget .tribe-events-widget-events-list__event-organizer, .tribe-events-widget .tribe-events-widget-events-list__event-venue, .tribe-events-widget .tribe-events-widget-events-list__event-venue-address, .tribe-events-widget .tribe-events-widget-events-list__event-website {
    margin-top: var(--tec-spacer-0) !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-datetime-wrapper span {
    line-height: var(--tec-line-height-3);
}

.tribe-events-widget .tribe-events-widget-featured-venue__event-date-tag-month {
    font-size: var(--tec-font-size-0);
}

.tribe-events-widget-events-list__event-datetime-wrapper {
    margin-bottom: var(--tec-spacer-1);
}

.tribe-events-widget-events-list__view-more-link {
    display: none;
}

.tribe-events-widget-featured-venue__venue {
    display: none;
}

.tribe-events-widget-featured-venue__view-more {
    display: none;
}

.tribe-filter-bar .tribe-filter-bar-c-clear-button {
    background-color: transparent !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus {
    outline: 0 !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
    padding: var(--tec-spacer-1) var(--tec-spacer-7) var(--tec-spacer-1) var(--tec-spacer-2) !important;
    border-radius: 18px !important;
}

.tribe-filter-bar--horizontal.tribe-filter-bar {
    margin-bottom: 1.75rem !important;
}

.tribe-filter-bar-c-clear-button__text {
    color: var(--tec-color-icon-primary) !important;
}

.tribe-organizer {
    font-weight: bold !important;
}

.tribe-related-event-info .tribe-event-time {
    margin-right: 0;
}

.tribe-related-event-info .tribe-events-calendar-series-archive__container--pill {
    display: none;
}

.tribe-venue {
    font-weight: bold !important;
}

.updated:not(.published) {
    display: none;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: 0.2em 0.8em;
}

.widget select {
    max-width: 100%;
}

.wp-block-button a {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    font-weight: bold;
    line-height: 1;
    padding: 0.875rem;
    margin: 16px 14px 0 0;
    background: #687f2f;
    color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
    transition: background 0.2s ease-in-out;
}

.wp-block-button a {
    color: #fff;
}

.wp-block-button a:active {
    box-shadow: 1px 1px 0px 0px rgba(223,223,208,1);
    margin: 18px 12px -2px 2px;
}

.wp-block-button a:focus {
    outline-offset: 2px !important;
}

.wp-block-button a:hover {
    background: #4b5922;
    text-decoration: none;
}

.wp-block-button a:hover, .wp-block-button a:active {
    outline: 0;
}

.wp-block-button.is-style-secondary_button a {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    border: 1px solid #595959;
    font-weight: bold;
    line-height: 1;
    padding: 0.8125rem;
    margin: 16px 14px 0 0;
    background: #fff;
    color: #444;
    box-shadow: 3px 3px 0px 0px #dfdfd0;
    transition: background 0.2s ease-in-out;
}

.wp-block-button.is-style-secondary_button a:active {
    border: 1px solid #595959;
    box-shadow: 1px 1px 0px 0px #dfdfd0;
    margin: 18px 12px -2px 2px;
}

.wp-block-button.is-style-secondary_button a:focus {
    outline-offset: 2px !important;
}

.wp-block-button.is-style-secondary_button a:hover {
    border: 1px solid #595959;
    background: #eee;
    cursor: pointer;
}

.wp-block-button.is-style-secondary_button a:hover, .wp-block-button.is-style-secondary_button a:active {
    outline: 0;
}

.wp-block-button.is-style-secondary_button a:visited {
    color: #444;
}

.wp-block-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1em;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    -ms-word-break: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.wp-block-column .wp-block-image {
    margin: 0;
}

.wp-block-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wp-block-fpdcc-alert-block {
    background: #fff4f4;
    padding: 1.25rem 2rem;
    border-left: 8px solid #cc0000;
    margin-bottom: 2rem;
}

.wp-block-fpdcc-alert-block h3.alert-title, article.post.single .wp-block-fpdcc-alert-block h3.alert-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 0.5rem;
}

.wp-block-fpdcc-alert-block p.alert-content {
    margin-bottom: 0;
}

.wp-block-image {
    margin: 0 -1.5rem;
    max-width: 700px;
    line-height: 1;
}

.wp-block-image .alignright figcaption, .wp-block-image .alignright figcaption {
    padding: 0.5rem 0 0;
    text-align: center;
}

.wp-block-image .alignright, .wp-block-image .alignleft {
    width: 100%;
    float: none;
    display: block;
    padding: 0 1.5rem;
    margin: 0 0 2rem 0;
}

.wp-block-image.logo {
    float: left;
    width: 20%;
    margin: 0 5% 0 0;
}

.wp-block-image.pad, .single .wp-block-image {
    margin: 2rem 0 2rem;
}

.wp-block-image.solid-border img {
    outline: 1px solid #ccc;
}

.wp-block-separator, .wp-block-separator.is-style-solid_line_divide {
    background: none;
    margin: 3rem 0;
    clear: both;
}

.wp-block-separator.is-style-dotted_line_divide {
    background: none;
    margin: 0 0 1rem;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    clear: both;
}

.wp-block-separator.is-style-dotted_line_divide_pad {
    background: none;
    margin: 2.75rem 0;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    clear: both;
}

.wp-block-separator.is-style-section_divide {
    background: #f0f0e1;
    border-top: 3px solid #cecebf;
    margin: 4rem 0 0 -1.5rem;
    width: 100%;
    padding: 0 1.5rem 3.5rem;
    box-sizing: content-box;
    clear: both;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
}

.wp-caption-text, figcaption {
    font-size: 0.875rem;
    color: #595959;
    line-height: 1.25;
    padding: 0.25rem 1rem 0;
}

.wp-lightbox-container button {
    box-shadow: none;
    margin: 0;
}

.wp-lightbox-overlay .close-button {
    box-shadow: none;
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
    font-weight: bold;
    background: #efefef;
    border-left: 5px solid #666;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background: #fff4f4;
    border-left: 5px solid #cc0000;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #fff1e0;
    border-left: 5px solid #b35900;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #e8f1df;
    border-left: 5px solid #445721;
}

.wpcf7 form.spam .wpcf7-response-output {
    background: #fff1e0;
    border-left: 5px solid #b35900;
}

.wpcf7-display-none {
    display: none;
}

.wpcf7-form {
    margin-bottom: 2rem;
}

.wpcf7-form input[type="checkbox"], .wpcf7-list-item-label {
    cursor: pointer;
}

.wpcf7-form label {
    font-weight: bold;
    display: block;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.wpcf7-form label span {
    font-weight: normal;
    font-style: italic;
    font-size: 0.925rem;
}

.wpcf7-form label span.form_help {
    display: block;
}

.wpcf7-form label span.wpcf7-list-item-label {
    font-size: inherit;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.wpcf7-spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media screen and (min-width: 530px) {
    article.post.single h1 {
        font-size: 2.5rem;
    }

    article.post.single h2 {
        font-size: 1.875rem;
    }

    article.post.single h3 {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4, .footer_content h3.footer_heading {
        font-size: 1.25rem;
    }

    #primary {
        font-size: 1.125rem;
        line-height: 1.75;
    }

    .post_url h2.entry-title.list_title, .post_url h3.entry-title.list_title {
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 768px) {
    .fpcc_sidebar p.widget-title, .fpcc_sidebar h2 {
        font-size: 1.25rem;
        margin: 0 0 1.5rem;
        border-bottom: 1px solid #595959;
        padding-bottom: 1rem;
    }

    .page main h2 {
        border-bottom: 2px solid #595959;
        margin: 3rem 0 2.5rem;
    }
}

@media only screen and (min-width: 1020px) {
    h1.entry-title {
        margin: 0 0 2rem;
    }
}

@media screen and (min-width: 530px) {
    table caption {
        font-size: 1.125rem;
        line-height: 1.75;
    }
}

@media only screen and (min-width: 530px) {
    a.primary_button, a.secondary_button, footer a.primary_button, input[type="submit"].tribe-events-button {
        width: auto;
    }

    a.secondary_button.tribe-events-button {
        margin: 0 14px 0 0;
    }

    a:active.secondary_button.tribe-events-button {
        margin: 2px 12px -2px 2px;
    }

    #primary a.primary_button, #primary a.secondary_button {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1020px) {
    a.primary_button, a.secondary_button {
        margin: 0 16px 0 0;
    }

    a:active.primary_button, a:active.secondary_button {
        margin: 2px 14px -2px 2px;
    }
}

@media screen and (min-width: 530px) {
    a.home_link:link, a.home_link:visited {
        padding-left: 4%;
    }

    #mobile-navigation .menu-toggle {
        padding-right: 4%;
        width: 25%;
    }

    #mobile_search {
        width: 75%;
    }

    #mobile_search input[type="submit"] {
        width: 25%;
    }

    #mobile_search label {
        width: 75%;
    }
}

@media screen and (min-width: 768px) {
    a.home_link:link, a.home_link:visited {
        padding: 0;
        margin: 10px 0 0 1.5rem;
        float: left;
        position: absolute;
        width: auto;
    }

    a:focus.home_link {
    }

    header#masthead {
        height: 170px;
        margin-bottom: 2.5rem;
    }

    #mobile-navigation {
        display: none;
    }

    #mobile_search {
        display: none;
    }

    #quick-links li a:focus {
    }

    #quick-links.main-navigation {
        float: right;
        margin-top: 23px;
        position: static;
        width: auto;
        clear: none;
    }

    #quick-links.main-navigation a {
        padding: 0;
        height: auto;
        background: none;
    }

    #quick-links.main-navigation a .icon-map-marker {
        vertical-align: text-top;
        width: 0.75rem;
        display: inline;
        height: 0.75rem;
        margin-right: 1px;
    }

    #quick-links.main-navigation a:active {
        text-decoration: none;
    }

    #quick-links.main-navigation a:hover {
        text-decoration: underline;
    }

    #quick-links.main-navigation a:link, #quick-links.main-navigation a:visited {
    }

    #quick-links.main-navigation li {
        float: left;
        position: relative;
        margin-left: 1rem;
        font-size: 0.875rem;
        font-weight: normal;
        display: none;
    }

    #quick-links.main-navigation li.contact {
        display: inline;
    }

    #quick-links.main-navigation li.web-map {
        margin-left: 0;
        padding-right: 1rem;
        border-right: 1px solid #e6e6cc;
        display: inline;
    }

    #search_container {
        float: right;
        margin: 10px 20px 20px;
    }

    #search_container, #search_container form {
        display: inline-block;
    }

    #secondary.fpcc_sidebar {
        margin: 0 auto 1.875rem;
        border-bottom: 3px solid #cecebf;
        box-shadow: none;
    }

    #secondary.fpcc_sidebar p.widget-title {
        font-size: 1.25rem;
        margin: 0 0 1.5rem;
        padding: 0 0 1rem;
        font-weight: bold;
        color: #111;
        position: static;
        border-bottom: 1px solid #595959;
    }

    #secondary.fpcc_sidebar p.widget-title::before {
        content: normal;
    }

    #secondary.fpcc_sidebar ul {
        clip: rect(auto,auto,auto,auto);
        position: inherit;
        opacity: 1;
        background: #fff;
        outline: 0;
        padding: 0;
        box-shadow: none;
    }

    #secondary.fpcc_sidebar ul li a {
        padding: 0;
        border-top: none;
        color: #006699;
    }

    #secondary.fpcc_sidebar ul li a:active {
        background: none;
        text-decoration: none;
        color: #cc0000;
        outline: 0;
    }

    #secondary.fpcc_sidebar ul li a:focus {
    }

    #secondary.fpcc_sidebar ul li a:hover {
        background: none;
        text-decoration: underline;
        color: #cc0000;
        outline: 0;
    }

    #secondary.fpcc_sidebar ul li a:visited {
        color: #666699;
    }

    #secondary.fpcc_sidebar ul li li a {
        border-top: none;
        padding: 0;
    }

    #secondary.fpcc_sidebar ul li.square a:active, #secondary.fpcc_sidebar ul li.square:last-child a:active {
        background: #4b5922;
        outline: 0;
        margin: 26px 0 -2px 2px;
        box-shadow: 1px 1px 0px 0px rgba(223,223,208,1);
    }

    #secondary.fpcc_sidebar ul li.square a:focus {
    }

    #secondary.fpcc_sidebar ul li.square a:hover, #secondary.fpcc_sidebar ul li.square:last-child a:hover {
        background: #4b5922;
        box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
        outline: 0;
    }

    #secondary.fpcc_sidebar ul li.square a:link, #secondary.fpcc_sidebar ul li.square a:visited {
        text-decoration: none;
        background: #687f2f;
        color: #fff;
        border: none;
        padding: 1rem;
        text-align: center;
        box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
        font-weight: bold;
        margin: 24px 0 0 0;
        line-height: 1;
        transition: background 0.2s ease-in-out;
        display: inline-block;
    }

    #secondary.fpcc_sidebar ul li:first-child a {
        padding-top: 0;
    }

    #secondary.fpcc_sidebar ul li:first-child li a {
        padding: 0;
    }

    #secondary.fpcc_sidebar ul li:first-child li a, #secondary.fpcc_sidebar ul li li:first-child a {
        border-top: none;
    }

    #secondary.fpcc_sidebar ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    #secondary.fpcc_sidebar ul li:last-child a {
        padding-bottom: 0;
    }

    #secondary.fpcc_sidebar ul li:last-child a:hover, .fpcc_sidebar ul li:last-child a:active {
        box-shadow: none;
    }

    #secondary.fpcc_sidebar ul li:last-child li a {
        padding: 0;
    }

    #secondary.fpcc_sidebar ul ul {
        border-bottom: none;
    }

    #secondary.fpcc_sidebar ul ul {
        padding-left: 1rem;
        padding-top: 0.75rem;
        margin-top: 0.5rem;
        border-top: 1px dotted #ddd;
    }

    #secondary.fpcc_sidebar ul ul li:last-child {
        padding-bottom: 0;
    }

    .fpcc_sidebar .header {
        display: none;
    }

    .fpcc_sidebar ul li {
        padding-bottom: 0.5rem;
        border-bottom: 1px dotted #ddd;
        margin-bottom: 0.5rem;
        font-weight: normal;
    }

    .fpcc_sidebar ul li.bold {
        font-weight: bold;
    }

    .fpcc_sidebar ul li.menu-item-has-children {
        padding-top: 0.15rem;
    }

    .header_content {
        width: 100%;
    }

    .main-navigation {
        position: absolute;
        margin-top: 130px;
        height: 25px;
        width: 100%;
    }

    .main-navigation a:hover, .main-navigation a:active {
    }

    .main-navigation a:link, .main-navigation a:visited {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 0 1rem;
        height: 37px;
        -webkit-transform: perspective(1px) translateZ(0) scale(1,1);
        -ms-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
    }

    .main-navigation li {
        float: left;
        font-size: 0.9125rem;
        font-weight: bold;
        border: none;
    }

    .main-navigation li a {
        background: transparent;
    }

    .main-navigation li a:active {
        background: transparent;
    }

    .main-navigation li a:focus {
    }

    .main-navigation li ul a:focus {
    }

    .main-navigation li ul a:hover, .main-navigation li ul a:active {
    }

    .main-navigation li ul a:link, .main-navigation li ul a:visited {
        color: inherit;
        padding: 0;
        height: auto;
        -webkit-transform: perspective(1px) translateZ(0) scale(1,1);
        -ms-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
    }

    .main-navigation li ul li {
        width: 150px;
        margin: 0 0 0 2rem;
        font-size: 0.9125rem;
    }

    .main-navigation li ul li a:active {
        text-decoration: none;
        outline: 0;
    }

    .main-navigation li ul li a:focus {
        background: none;
        box-shadow: none;
    }

    .main-navigation li ul li a:focus {
    }

    .main-navigation li ul li a:hover {
        color: #cc0000;
        text-decoration: underline;
        outline: 0;
    }

    .main-navigation li ul li a:link, .main-navigation li ul li a:visited {
        border-bottom: 1px solid #999;
        padding: 0 0 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
        width: 100%;
    }

    .main-navigation li ul li.square {
        width: 150px;
    }

    .main-navigation li ul li.square a:active {
        outline: 0;
        margin: 2px 0 0 2px;
        box-shadow: 1px 1px 0px 0px rgba(223,223,208,1);
    }

    .main-navigation li ul li.square a:focus {
    }

    .main-navigation li ul li.square a:hover {
        background: #4b5922;
    }

    .main-navigation li ul li.square a:link .icon-email {
        width: 75px;
        height: 75px;
        margin-bottom: -19px;
    }

    .main-navigation li ul li.square a:link .icon-map-marker {
        width: 50px;
        height: 50px;
        margin-top: 13px;
    }

    .main-navigation li ul li.square a:link, .main-navigation li ul li.square a:visited {
        text-decoration: none;
        background: #687f2f;
        color: #fff;
        border-bottom: none;
        width: 130px;
        height: 130px;
        padding: 12px 20px;
        text-align: center;
        font-size: 1.125rem;
        box-shadow: 3px 3px 0px 0px rgba(223,223,208,1);
    }

    .main-navigation li.first {
        margin-left: 0;
    }

    .main-navigation li.more a::after {
        content: "\25BC";
        font-size: 0.5625rem;
        color: #ccc;
        display: inline-block;
        transition: transform 0.3s ease-in-out 0.4s;
        position: relative;
        left: 3px;
        top: -2px;
        -webkit-transform: perspective(1px);
        -ms-transform: perspective(1px);
        transform: perspective(1px);
    }

    .main-navigation li.more ul li a::after {
        content: normal;
        font-size: inherit;
        padding-left: inherit;
        vertical-align: inherit;
    }

    .main-navigation li.more:hover a::after {
        -webkit-transform: perspective(1px) rotate(180deg);
        -ms-transform: perspective(1px) rotate(180deg);
        transform: perspective(1px) rotate(180deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        transition-delay: 0.4s;
    }

    .main-navigation li.slim ul li {
        width: 150px;
    }

    .main-navigation li.slim ul li.square {
        display: none;
    }

    .main-navigation li:hover a, .main-navigation li a:active {
        background: #687f2f;
        z-index: 100000;
        position: relative;
        box-shadow: inset 0px -3px 5px 0px rgba(68,87,33,0.15);
        transition: background 0.2s ease-in-out;
        -webkit-transform: perspective(1px) translateZ(0) scale(1,1);
        -ms-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        outline: 0;
    }

    .main-navigation li:hover ul li a, .main-navigation li a:active ul li a {
        background: none;
        position: static;
        box-shadow: none;
    }

    .main-navigation li:hover, .main-navigation li a:active {
        z-index: 100000;
    }

    .main-navigation ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-navigation ul {
        display: block;
    }

    .main-navigation ul li > ul {
        background: #fff;
        visibility: hidden;
        opacity: 0;
        border-top: 12px solid #445721;
        width: 100%;
        transition-delay: 0.4s;
        line-height: 1.125;
    }

    .main-navigation ul li > ul li, .main-navigation ul li > ul ul {
        visibility: hidden;
        opacity: 0;
        transition-delay: 0.4s;
    }

    .main-navigation ul li#menu-item-2145 ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -webkit-column-width: 275px;
        -moz-column-width: 275px;
        -ms-column-width: 275px;
        column-width: 275px;
        padding: 1rem 0 2rem 2rem;
        max-height: 350px;
    }

    .main-navigation ul li#menu-item-2145 ul li {
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .main-navigation ul li#menu-item-2145 ul li a:link, .main-navigation ul li#menu-item-2145 ul li a:visited {
        padding: 6px 0;
        border-bottom: none;
        margin: 4px 0;
        font-size: 0.875rem;
        width: initial;
        display: inline-block;
    }

    .main-navigation ul li#menu-item-2145 ul li.popular {
        font-weight: bold;
    }

    .main-navigation ul li.focus > ul {
        position: absolute;
    }

    .main-navigation ul li.focus.access_focus > ul {
        transition: none;
    }

    .main-navigation ul li.focus.access_focus > ul ul, .main-navigation ul li.focus.access_focus > ul li {
        transition: none;
        transition-delay: 0;
    }

    .main-navigation ul li:hover > ul ul, .main-navigation ul li.focus > ul ul, .main-navigation ul li:hover > ul li, .main-navigation ul li.focus > ul li {
        border: none;
        visibility: visible;
        opacity: 1;
        background: transparent;
        transition: opacity 0.3s ease-in-out 0.6s, visibility 0.3s ease-in-out 0.6s;
    }

    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        left: 0;
        display: inline-block;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.2s ease-in-out 0.5s, visibility 0.2s ease-in-out 0.5s;
    }

    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(68,87,33,0.1);
        padding: 1.5rem 0;
        float: left;
        position: absolute;
        width: 980px;
        background: #fff;
        border-bottom: 3px solid #cecebf;
        left: -999em;
        z-index: 99999;
    }

    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    }

    .main-navigation ul ul ul {
        left: 0;
        box-shadow: none;
        display: block;
        clear: both;
        border-bottom: none;
        margin: 0;
        padding: 0;
        width: auto;
        float: left;
        position: static;
    }

    .main-navigation ul ul ul li {
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .main-navigation ul ul ul li a:link, .main-navigation ul ul ul li a:visited {
        padding: 6px 0;
        border-bottom: none;
        margin: 4px 0;
        font-size: 0.875rem;
        display: inline-block;
        width: initial;
    }

    .menu-primary-menu-container {
        margin-left: 1rem;
    }

    .menu-toggle {
        display: none;
    }

    .site-branding {
        width: auto;
    }

    .site-branding .site-title {
        position: absolute;
        clip: rect(1px,1px,1px,1px);
    }

    .site-branding a {
        display: inherit;
    }

    .site-branding img {
        width: 200px;
        display: inline-block;
    }
}

@media only screen and (min-width: 1020px) {
    a:link.home_link {
        margin: 40px 0 0;
    }

    #quick-links.main-navigation li {
        display: inline;
    }

    #search_container {
        margin: 10px 0 0 20px;
    }

    .header_content {
        width: 980px;
        margin: 0 auto;
    }

    .main-navigation {
        margin-top: 120px;
        height: 25px;
        width: 980px;
    }

    .main-navigation a:link, .main-navigation a:visited {
        height: 47px;
    }

    .main-navigation li {
        font-size: 1rem;
    }

    .main-navigation li ul li {
        width: 205px;
        margin: 0 0 0 2rem;
        font-size: 0.9125rem;
    }

    .main-navigation li.slim ul li {
        width: 155px;
    }

    .main-navigation li.slim ul li.square {
        display: inherit;
    }

    .main-navigation ul li#menu-item-2145 ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        column-count: 3;
        max-height: 360px;
    }

    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        border-top: 22px solid #445721;
    }

    .main-navigation ul ul ul li a:link, .main-navigation ul ul ul li a:visited, .main-navigation li ul li a:link, .main-navigation li ul li a:visited, .main-navigation ul li#menu-item-2145 ul li a:link, .main-navigation ul li#menu-item-2145 ul li a:visited {
        font-size: 0.9125rem;
    }

    .menu-primary-menu-container {
        float: right;
        margin-left: 0;
    }
}

@media only screen and (min-width: 530px) {
    .footer_content #blurb_content img.garden {
        margin-bottom: 0;
        display: inline-block;
    }

    .footer_content #blurb_content img.zoo {
        margin-left: 0rem;
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) {
    footer #call_to_action .footer_content {
        padding: 4.375rem 0;
        width: 600px;
        font-size: 1.25rem;
        max-width: none;
    }

    .footer_content {
        width: 600px;
        margin: 0 auto;
        padding: 3rem 0 0;
    }

    .footer_content #blurb_content .right {
        margin: 0;
    }

    .footer_content #blurb_content img.garden {
        float: left;
    }

    .footer_content #blurb_content img.zoo {
        float: left;
    }

    .footer_content .left {
        float: left;
        width: 275px;
    }

    .footer_content .left_content {
        margin-bottom: 3rem;
    }

    .footer_content .right {
        float: right;
        width: 275px;
        margin: 0;
    }

    .footer_content .right_content {
        width: 600px;
        float: none;
        margin: 0;
    }

    .footer_content .right_content .social_icons {
        float: right;
        clear: right;
        width: 275px;
        margin-top: 2rem;
    }

    .footer_content .tagline {
        font-size: 1.5rem;
    }

    .footer_info {
        text-align: left;
    }

    .footer_info .footer_content {
        padding: 2rem 0;
        width: 94%;
    }

    .footer_info .site-map, .footer_info .accessibility, .footer_info .social, .footer_info .terms {
        display: inline;
        margin: 0 0.25rem 0 0;
        border-right: 1px solid #ccc;
        float: left;
        border-bottom: 0;
        padding: 0 0.25rem 0 0;
    }

    .footer_info .terms {
        border-right: none;
    }
}

@media only screen and (min-width: 1020px) {
    footer #call_to_action .footer_content {
        font-size: 1.5rem;
    }

    footer a.primary_button {
        width: auto;
    }

    .footer_content {
        width: 980px;
        padding: 4.375rem 0 0;
        max-width: none;
    }

    .footer_content .left_content {
        width: 275px;
        float: left;
        text-align: left;
        margin: 0;
    }

    .footer_content .right_content {
        width: 600px;
        float: right;
    }

    .footer_content .tagline {
        font-size: 1.5rem;
        margin: 2rem 0 0;
    }

    .footer_info .footer_content {
        width: 980px;
    }
}

@media only screen and (min-width: 1020px) and (max-width: 1080px) {
    .footer_content {
        padding: 4.375rem 1rem 0;
    }
}

@media only screen and (min-width: 530px) {
    .search h1.entry-title {
        color: #757575;
        font-size: 1.5rem;
    }

    .search h1.entry-title span {
        color: #111;
        font-size: 2.75rem;
        display: block;
    }

    .single-post .entry-meta .post_sharing_tools, .date_division {
        display: inherit;
        max-height: 1.875rem;
    }
}

@media only screen and (min-width: 560px) {
    p.has-lead-font-size {
        font-size: 1.25rem;
        margin-bottom: 2.5rem;
    }

    p.has-sub-font-size {
        font-size: 1.75rem;
    }

    p.has-toc-font-size, p.has-sub-font-size {
        font-size: 1.5rem;
    }

    .blog_wrap {
        width: 66%;
        padding: 0 0 0 25px;
        margin-top: 0;
    }

    .blog_wrap.list_wrap {
        margin-top: 0;
    }

    .blog_wrap.no_photo {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .page-numbers {
        display: initial;
    }

    .page-numbers.next, .page-numbers.prev {
        float: none;
    }

    .post_url {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .post_url .post-thumbnail {
        width: 33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
    .blog_wrap {
        width: 100%;
        margin-top: 1rem;
        padding: 0;
    }

    .blog_wrap.list_wrap {
        margin-top: 0.25rem;
    }

    .post_url {
        display: block;
    }

    .post_url .post-thumbnail {
        width: 100%;
    }
}

@media only screen and (min-width: 1020px) {
    .blog_wrap {
        width: 400px;
        padding: 0 0 0 25px;
    }

    .blog_wrap.no_photo {
        width: 100%;
        padding: 0;
    }

    .post_url .post-thumbnail {
        width: 200px;
    }
}

@media only screen and (min-width: 768px) {
    figure.error_image {
        margin-top: -1.875rem;
    }

    .post-thumbnail {
        margin: 0 -1.875rem;
    }
}

@media only screen and (min-width: 1020px) {
    figure.error_image {
        margin-top: -3.125rem;
    }

    .post-thumbnail {
        margin: 0 -3.125rem;
    }
}

@media only screen and (min-width: 530px) {
    #primary, #tribe-events-content, #secondary, #tribe-bar-form, #extra.fpcc_sidebar, #fpcc_events.fpcc_sidebar {
        width: 92%;
    }
}

@media only screen and (min-width: 768px) {
    #content, #tribe-bar-form {
        width: 740px;
    }

    #extra.fpcc_sidebar .sidebar_section:after {
        height: 1.875rem;
    }

    #primary, #tribe-events-content {
        width: 500px;
        float: right;
        padding: 1.875rem;
    }

    #secondary {
        width: 225px;
        float: left;
        padding: 1.5rem;
    }

    #secondary, #extra.fpcc_sidebar, #fpcc_events.fpcc_sidebar {
        width: 225px;
        float: left;
        clear: left;
        font-size: 0.9125rem;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1020px) {
    #content, #tribe-bar-form {
        width: 980px;
        margin: 0 auto;
    }

    #primary, #tribe-events-content {
        width: 700px;
        padding: 3.125rem;
    }

    #secondary, #extra.fpcc_sidebar, #fpcc_events.fpcc_sidebar {
        width: 240px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    50% {
        opacity: 1;
    }

    from {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

@media (min-width: 1020px) {
    .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
        display: block;
    }
}

@media (max-width: 9999px) {
    .accordion .responsive-tabs .responsive-tabs__heading {
        display: block;
        cursor: pointer;
        font-weight: bold;
        line-height: 1.5;
    }

    .accordion .responsive-tabs .responsive-tabs__heading {
        background: #fff;
        border: 1px solid #ddd;
        border-top: none;
        color: #111;
        text-transform: inherit;
        margin: 0;
        padding: 10px 20px 10px 20px;
        position: relative;
    }

    .accordion .responsive-tabs .responsive-tabs__heading .fa {
        margin-right: 8px;
        display: none;
    }

    .accordion .responsive-tabs .responsive-tabs__heading--active, .accordion .responsive-tabs .responsive-tabs__heading--active:hover {
        background: #687f2f;
        color: #fff;
    }

    .accordion .responsive-tabs .responsive-tabs__heading--active:after, .accordion .responsive-tabs .responsive-tabs__heading--active:hover:after {
        border-bottom: 6px solid #fff;
        border-top: 0 !important;
        top: 18px !important;
    }

    .accordion .responsive-tabs .responsive-tabs__heading:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #111;
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        height: 0;
        width: 0;
    }

    .accordion .responsive-tabs .responsive-tabs__heading:hover {
        background: #687f2f;
        color: #fff;
    }

    .accordion .responsive-tabs .responsive-tabs__heading:hover:after {
        border-top: 6px solid #fff;
    }

    .accordion .responsive-tabs .responsive-tabs__list {
        display: none;
    }

    .accordion .responsive-tabs .responsive-tabs__panel {
        background: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-top: none;
        margin: 0;
    }

    .accordion .responsive-tabs-wrapper {
        border-top: 1px solid #ddd;
    }
}

@media (max-width: 1019px) {
    .responsive-tabs .responsive-tabs__heading {
        display: block;
        cursor: pointer;
        font-weight: bold;
        line-height: 1.5;
    }

    .responsive-tabs .responsive-tabs__heading {
        background: #fff;
        border: 1px solid #ddd;
        border-top: none;
        color: #111;
        text-transform: inherit;
        margin: 0;
        padding: 10px 0;
        padding-left: 20px;
        position: relative;
    }

    .responsive-tabs .responsive-tabs__heading .fa {
        margin-right: 8px;
        display: none;
    }

    .responsive-tabs .responsive-tabs__heading--active:after {
        border-top: 6px solid #fff !important;
    }

    .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
        background: #687f2f;
        color: #fff;
    }

    .responsive-tabs .responsive-tabs__heading:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #111;
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        height: 0;
        width: 0;
    }

    .responsive-tabs .responsive-tabs__heading:hover {
        background: #687f2f;
        color: #fff;
    }

    .responsive-tabs .responsive-tabs__heading:hover:after {
        border-top: 6px solid #fff;
    }

    .responsive-tabs .responsive-tabs__list {
        display: none;
    }

    .responsive-tabs .responsive-tabs__panel {
        background: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-top: none;
        margin: 0;
        padding: 0 20px;
        padding-top: 20px;
    }

    .responsive-tabs-wrapper {
        border-top: 1px solid #ddd;
    }
}

@media (min-width: 530px) {
    :root {
        --tec-font-family-sans-serif: "nunito sans", sans-serif !important;
        --tec-font-size-0: 0.9125rem !important;
        --tec-font-size-1: 0.9125rem !important;
        --tec-font-size-2: 1rem !important;
        --tec-font-size-3: 1.125rem !important;
        --tec-font-size-4: 1.125rem !important;
        --tec-font-size-5: 1.125rem !important;
        --tec-font-size-6: 1.125rem !important;
        --tec-font-size-7: 1.125rem !important;
        --tec-font-size-8: 1.125rem !important;
        --tec-font-size-9: 1.125rem !important;
        --tec-font-size-10: 1.125rem !important;
        --tec-line-height-0: 1.5 !important;
        --tec-line-height-1: 1.5 !important;
        --tec-line-height-2: 1.5 !important;
        --tec-line-height-3: 1.5 !important;
    }

    .tribe-common .tribe-common-anchor-thin {
        border-bottom: none !important;
    }

    .tribe-common .tribe-common-b1 {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }

    .tribe-common .tribe-common-b2 {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }

    .tribe-common .tribe-common-b3 {
        font-size: 0.9125rem !important;
        line-height: 1.5 !important;
    }

    .tribe-common .tribe-common-h1 {
        font-size: 3rem !important;
        line-height: 1.5 !important;
    }

    .tribe-common .tribe-common-h2 {
        font-size: 1.125rem !important;
        line-height: 1.75 !important;
    }

    .tribe-common .tribe-common-h3 {
        font-size: 1.125rem !important;
        line-height: 1.75 !important;
    }

    .tribe-common .tribe-common-h4 {
        font-size: 1.125rem !important;
        line-height: 1.5 !important;
    }

    .tribe-common .tribe-common-h5 {
        font-size: 1.125rem !important;
        line-height: 1.5 !important;
    }

    .tribe-common .tribe-common-h6 {
        font-size: 1.5rem !important;
    }

    .tribe-common .tribe-common-h7 {
        font-size: 1.125rem !important;
        line-height: 1.5 !important;
    }

    .tribe-common .tribe-common-h8 {
        font-size: 0.9125rem !important;
        line-height: 1.5 !important;
    }

    .tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
        font-size: 1.25rem !important;
        line-height: 1.75 !important;
    }

    .tribe-events-schedule h2 {
        font-size: 1.125rem;
        line-height: 1.75;
    }

    .tribe-events-single .post_sharing_tools, .date_division {
        display: inherit;
        max-height: 1.875rem;
    }

    .tribe-events-single-event-title {
        font-size: 2.5rem !important;
    }
}

@media (min-width: 768px) {
    .tribe-events-schedule {
        align-items: baseline;
        flex-wrap: nowrap;
        margin: 0 0 2rem;
    }
}

@media only screen and (min-width: 560px) {
    .tribe-common .list_event_info {
        width: 66%;
        padding: 0 0 0 25px;
        margin-top: 0;
    }

    .tribe-common .list_event_info.no_image {
        padding: 0;
        width: 100%;
    }

    .tribe-common .tribe-event-url .tribe-events-event-image {
        width: 33%;
    }

    .tribe-event-url {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
    .tribe-common .list_event_info {
        width: 100%;
        padding: 0;
        margin-top: 1rem;
    }

    .tribe-common .tribe-event-url .tribe-events-event-image {
        width: 100%;
    }

    .tribe-event-url {
        display: block;
    }
}

@media only screen and (min-width: 1020px) {
    .tribe-common .list_event_info {
        width: 400px;
        padding: 0 0 0 25px;
    }

    .tribe-common .tribe-event-url .tribe-events-event-image {
        width: 200px;
    }
}

@media only screen and (min-width: 350px) {
    .wp-block-buttons>.wp-block-button {
        width: 100%;
    }

    .wp-block-column {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0 5%;
        min-width: 40%;
    }
}

@media only screen and (min-width: 530px) {
    .has-5-columns .wp-block-column {
        min-width: 20%;
    }

    .wp-block-button a, .wp-block-button.is-style-secondary_button a {
        width: auto;
    }

    .wp-block-button, .wp-block-button.is-style-secondary_button {
        display: inline-block;
    }

    .wp-block-buttons>.wp-block-button {
        width: auto;
    }

    .wp-block-column {
        margin: 0 5%;
        min-width: 35%;
    }

    .wp-block-image .alignleft {
        margin: 0 2rem 2rem 1.875rem;
        float: left;
        width: 33%;
        padding: 0;
    }

    .wp-block-image .alignright {
        margin: 0 1.875rem 2rem 2rem;
        float: right;
        width: 33%;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .wp-block-columns {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wp-block-image {
        margin: 0 -1.875rem;
        max-width: 500px;
    }

    .wp-block-image .alignleft {
        margin: 0 2rem 2rem 1.875rem;
        width: 33%;
    }

    .wp-block-image .alignright {
        margin: 0 1.875rem 2rem 2rem;
        width: 33%;
    }

    .wp-block-separator.is-style-section_divide {
        margin: 4rem 0 0 -1.875rem;
        padding: 0 1.875rem 3.5rem;
    }
}

@media only screen and (min-width: 1020px) {
    .wp-block-column {
        min-width: 20%;
    }

    .wp-block-columns {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wp-block-image {
        margin: 0 -3.125rem;
        max-width: 700px;
    }

    .wp-block-image .alignleft {
        margin: 0 2rem 2rem 3.125rem;
    }

    .wp-block-image .alignright {
        margin: 0 3.125rem 2rem 2rem;
    }

    .wp-block-separator.is-style-section_divide {
        margin: 4rem 0 0 -3.125rem;
        padding: 0 3.125rem 3.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lazyloaded, #mobile-navigation .menu-toggle, #mobile-navigation.toggled .menu-toggle, #mobile-navigation .menu-mobile-menu-container, #mobile-navigation ul, #mobile-navigation ul li, #mobile-navigation ul li a, #mobile-navigation.toggled .menu-mobile-menu-container, #mobile-navigation.toggled ul, #mobile-navigation.toggled ul li, #mobile-navigation.toggled ul li a, #mobile-navigation.toggled ul li ul li a, #mobile-navigation.toggled ul li.focus ul li a, .menu-toggle::after, .main-navigation .menu-toggle::before, .main-navigation.toggled .menu-toggle::before, header input[type="search"], footer input[type="email"], #mobile_search input[type="search"], .hero_search input[type="search"], header input[type="search"]:focus, footer input[type="email"]:focus, #mobile_search input[type="search"]:focus, .hero_search input[type="search"]:focus, .fpcc_sidebar .header, .fpcc_sidebar nav.rotated .header, .fpcc_sidebar.rotated .header, .fpcc_sidebar .header .plus, .fpcc_sidebar .header .plus span, .fpcc_sidebar nav.rotated .header .plus, .fpcc_sidebar.rotated .header .plus, .fpcc_sidebar nav.rotated .header .plus span, .fpcc_sidebar.rotated .header .plus span, .main-navigation ul li > ul, .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul ul, .main-navigation ul li.focus > ul ul, .main-navigation ul li:hover > ul li, .main-navigation ul li.focus > ul li, .main-navigation li.more a::after, .main-navigation li:hover a, .main-navigation li a:active, .main-navigation li a:focus, .main-navigation ul li.focus > ul, .main-navigation ul li.active > ul {
        transition: initial;
    }

    .main-navigation li.more:hover a::after, .main-navigation ul li > ul li, .main-navigation ul li > ul ul {
        transition-delay: initial;
    }
}