.offcanvas.offcanvas-end {
    width: 80%;
}

body header {
    font-family: 'Aeonik', sans-serif;
}

.error {
    color: red;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: 0;
         padding-left: 0;
    }
}

/*a.btn.btn-primary {
    width: 241px;
}*/

@media (max-width: 1400px) {
    .navbar .container {
        max-width: 1320px;
    }
}

.socials {
    width: 230px;
}

footer h2,
footer h3,
footer p {
    font-size: unset;
    font-family: 'Aeonik', sans-serif;
    color: unset;
}

.text-small {
    font-size: .8em;
}

#permQuestionUs {
    padding: 5px 10px 0px 10px;
}

#legacyFooter .contact-section div {
    margin-right: 0;
}

.pad-top-5 {
    padding-top: 5px;
}

.text-justify {
    text-align: justify;
}

.hidden {
    display: none;
}

.bg-gray {
    background-color: #ddd;
}

.whats-this {
    padding: 2px 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px !important;
}

#enewsForm .input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

#enewsForm .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px 0px 0px 4px;
}

#legacyHeader .navbar {
    margin-bottom: 0;
}

.btn-group-vertical > .btn-group::after,
.btn-group-vertical > .btn-group::before,
.btn-toolbar::after, .btn-toolbar::before,
.clearfix::after,
.clearfix::before,
.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before,
.dl-horizontal dd::after,
.dl-horizontal dd::before,
.form-horizontal .form-group::after,
.form-horizontal .form-group::before,
.modal-footer::after,
.modal-footer::before,
.modal-header::after,
.modal-header::before,
.nav::after,
.nav::before,
.navbar-collapse::after,
.navbar-collapse::before,
.navbar-header::after,
.navbar-header::before,
.navbar::after,
.navbar::before,
.pager::after,
.pager::before,
.panel-body::after,
.panel-body::before,
.row::after,
.row::before {
    display: table;
    content: none;
}

#legacyHeader .container {
    padding: 0;
}

.container-fluid.rentals {
    padding-bottom: 20px;
}

#enewsForm {
    padding: 10px 0;
    max-width: 370px;
    width: 100%;
    font-size: 14px;
}

#enewsForm input[type="checkbox"].gs-checkbox-small {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

#enewsForm .margin-top-7.padding-left-4 {
    display: none;
}

#enewsForm label.text-normal {
    display: flex;
}

#enewsForm input[type="checkbox"].gs-checkbox-small {
    -moz-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    -o-transform: inherit;
    background-size: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 18px;
    width: 18px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
    border: 2px solid #fff;
    background-color: #1F1F1F;
    margin-top: .75em;
    padding: 8px;
}

#enewsForm input[type="checkbox"].gs-checkbox-small:checked {
    border-radius: 2px;
    border-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23212B36' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
    background-color: #fff;
}

#btnEnewsSubmit {
    background-color: #1F1F1F;
    border: white solid 1px;
    height: 42px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Aeonik', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
}

#legacyFooter #enewsForm .text-group {
    margin-bottom: 16px;
}

#txtEnewsEmail {
    height: 42px;
    font-size: 14px;
}

#legacyFooter .accordion.nav-mobile-only {
    display: none;
}

@media (max-width: 991px) {
    #legacyFooter .links-section .hide-mobile {
        display: none;
    }
    #legacyFooter .contact-section div {
        margin: 0 auto;
    }

    #enewsForm {
        padding: 10px 16px;
    }

    #enewsForm p.privacy {
        width: 325px;
    }

    #enewsForm .input-group {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    footer .container {
        max-width: 100%;
    }
}

.hidden {
    display: none !important;
}

#enewsQuestion111.input-group {
    width: 100%;
}

#legacyHeader ul,
#legacyFooter ul {
    list-style: none;
}
@media (max-width: 1400px) {
    .socials {
        width: auto;
    }

    #legacyHeader .navbar .container {
        max-width: 1320px;
    }
}
.center {
    text-align: center;
    margin: 0 auto;
}
#legacyFooterBottom .container.legal-text a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link,
.global-header .dropdown-toggle {
    display: flex;
    font-family: 'Aeonik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 72px;
    color: #232323;
    background-color: transparent;
    padding: 0 8px 0 0;
    text-decoration: none;
    white-space: nowrap;
    height: 72px;
}
@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link, .global-header .dropdown-toggle {
        height: 48px;
        line-height: 48px;
    }
}
.dropdown-toggle:hover {
    color: #232323;
}


.show-tablet.dropdown a.dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

#legacyHeader .mobileNav {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

#legacyHeader.global .mobileNav {
    border-bottom-color: #fff;
    height: 44px;
}

#legacyHeader.club .mobileNav {
    border-bottom-color: #DC982E;
}
#legacyHeader.campgrounds-rv-parks .mobileNav {
    border-bottom-color: #7EBFB3;
}

#legacyHeader .nav-link.dropdown-toggle {
    color: inherit !important;
    background-color: inherit !important;
}

#legacyHeader .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    height: auto !important;
}

#legacyHeader .open > a {
    color: inherit !important;
    background-color: inherit !important;
}

#legacyHeader .navbar-nav > li > .dropdown-menu {
    min-width: fit-content;
}

#legacyHeader .navbar-collapse {
    max-height: fit-content;
}

#legacyFooter.club .club {
    min-width: 110px;
}

#legacyHeader .navbar.bg-white.no-border {
    padding: 0;
    border-bottom: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#legacyHeader .navbar-light .navbar-nav .nav-link, .dropdown-toggle {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #232323;
    background-color: transparent;
    padding: 18px 8px;
    text-decoration: none;
}
#legacyHeader .navbar-light .navbar-nav .nav-link.current {
    background-color: #DC982E;
    color: #232323;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
}
#legacyHeader .nav-item .dropdown.open {
    text-decoration: none;
    background-color: #f8f9fa;
    box-shadow: inset 0 0 5px rgba(33, 43, 54, 0.09);
    color: #2D2A29;
    font-weight: 600;
}
#legacyHeader .navbar-light .bottomnav .hide-mobile .nav-item.dropdown.open {
    text-decoration: none;
    background-color: #f8f9fa;
    box-shadow: inset 0 0 5px rgba(33, 43, 54, 0.09);
    color: #2D2A29;
    font-weight: 600;
}
#legacyHeader .navbar-light .dropdown-toggle {
    display: flex;
    align-items: center;
}
#legacyHeader .navbar-light .dropdown-toggle::after {
    font-family: "FontAwesome";
    content: "\f107";
    border: 0;
    font-size: 16px;
    margin-left: 7px;
}
@media (max-width: 991px){
    #legacyHeader .navbar-light .dropdown-toggle::after {
        font-size: 18px;
    }

    #legacyHeader.global .navbar.gs-brand-bar {
        border-bottom-color: red;
    }
}
#legacyHeader .navbar-light .dropdown.open .dropdown-toggle::after {
    content: "\f106";
}

#legacyHeader a {
    text-decoration: none !important;
}

#legacyHeader .bottomnav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 1px solid #EAECEF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
    background-color: #fff;
}
#legacyHeader .bottomnav .dropdown-item {
    padding: 16px;
    color: #474342;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}

#legacyHeader .bottomnav .dropdown-item:hover {
    background-color: #f8f9fa !important;
    font-weight: 700;
}

#legacyHeader .navbar-nav > li > a:hover {
    color: inherit !important;
    background-color: inherit !important;
}

#legacyHeader .dropdown-item.active, .dropdown-item:active {
    background-color: #DC982E;
}
#legacyHeader .bottomnav .dropdown-item:focus, #legacyHeader .bottomnav .dropdown-item:hover {
    background-color: #f8f9fa;
    font-weight: 700;
}
#legacyHeader .navbar-light .bottomnav .hide-mobile .navbar-nav {
    align-items: center;
    height: 52px;
    margin-left: 18px;
}
#legacyHeader .navbar-light .bottomnav .hide-mobile .nav-item {
    align-self: stretch;
}
#legacyHeader .navbar-light .bottomnav .navbar-nav .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 16px 13px
}
#legacyHeader .navbar-light .bottomnav .nav-right .navbar-nav .nav-link {
    font-weight: 700;
}
#legacyHeader .navbar-light .bottomnav .navbar-nav .nav-link.active {
    background-color: #f8f9fa;
    border-radius: 0;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    box-shadow: inset 0 0 5px rgba(33, 43, 54, 0.09);
    padding: 10px 16px 9px;
}
#legacyHeader.club .navbar-light .bottomnav .navbar-nav .nav-link.active {
    border-bottom-color: #DC982E;
}
#legacyHeader.campgrounds-rv-parks .navbar-light .bottomnav .navbar-nav .nav-link.active {
    border-bottom-color: #7EBFB3;
}
#legacyHeader .bottomnav .nav-right .navbar-nav .nav-r-border {
    color: #D8D8D8;
}
#legacyHeader .navLogo-container {
    max-width: 140px;
}
#legacyHeader .navLogo {
    max-width: 140px;
    width: 100%;
}
#legacyHeader .mobileNav/*, #legacyHeader .show-tablet */{
    display: none !important;
}
#legacyHeader .dropdown-menu[data-bs-popper] {
    top: 50px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#legacyHeader .dropdown-menu.show {
    width: 200px;
}
#legacyHeader .dropdown-menu[data-bs-popper] .dropdown-item {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #474342;
    background-color: transparent;
    padding: 10px 16px;
    text-decoration: none;
}
#legacyHeader .dropdown-menu[data-bs-popper] .dropdown-item.active {
    background-color: #DC982E;
    color: #474342;
    font-weight: 600;
}
#legacyHeader .nav-mobile-only,
#legacyFooter .nav-mobile-only {
    display: none;
}
#legacyHeader .navbar-nav.nav-foot {
    display: none;
}
@media (max-width: 1199px) {
    #legacyHeader .hide-tablet {
        display: none !important;
    }
    #legacyHeader .show-tablet {
        display: flex !important;
    }
}
@media (max-width: 1024px) {
    #legacyHeader .nascar-logo {
        padding-top: 6em;
    }
}
#legacyHeader .navbar-light .navbar-nav.biz-nav-top li {
    border-right: 1px solid #BFC5CE;
}
#legacyHeader .navbar-light .navbar-nav.biz-nav-top li:last-of-type {
    border-right: 0;
}
#legacyHeader .navbar-light .navbar-nav.biz-nav-top .nav-link {
    font-family: 'Aeonik', sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 0 16px;
}
@media (max-width: 991px) {
    .collapse.in {
        display: block !important;
    }

    #legacyHeader .navbar-nav {
        flex-wrap: wrap;
    }
    #legacyHeader .nascar-logo {
        margin: auto;
        padding-top: 1em;
    }
    #legacyHeader .navbar {
        padding-top: 0;
    }
    #legacyHeader .mobileNav {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 0 16px;
    }
    #legacyHeader .gs-brand-bar .container, #legacyHeader .container-md, #legacyHeader .container-sm {
        max-width: 100%;
        width: 100%;
    }
    #legacyHeader .gs-brand-bar .navbar-nav.mb-2 {
        margin-bottom: 0 !important;
    }
    #legacyHeader .gs-brand-bar .nav-item {
        width: 100%;
        order: 3;
    }
    #legacyHeader .gs-brand-bar .nav-item.m-order-one {
        order: 1;
    }
    #legacyHeader .nav-mobile-only {
        display: flex;
        flex-direction: column;
    }
    #legacyHeader .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    #legacyHeader .navbar-collapse.collapse {
        display: none !important;
    }
    #legacyHeader .navbar-collapse.collapse.in {
        display: block !important;
    }
    #legacyHeader .gs-brand-bar .m-order-two {
        order: 2;
        width: 100%;
    }
    #legacyHeader .navbar-light .navbar-nav .brand-specific .nav-link, #legacyHeader .brand-specific .dropdown-item {
        display: flex;
        justify-content: space-between;
        background-color: #f8f9fa !important;
        color: #474342;
        font-weight: 600;
    }
    #legacyHeader .navbar-light .navbar-nav .brand-specific .nav-link.active {
        font-weight: 700;
        border-left-width: 6px;
        border-left-style: solid;
        border-radius: 0;
        padding: 16px 26px 16px 31px;
    }
    #legacyHeader .brand-btn .btn-primary {
        width: 100%;
        padding: 10px;
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #f8f9fa;
    }
    #legacyHeader button.navbar-toggler {
        border: none;
        background-color: transparent;
        color: #737373;
    }
    #legacyHeader .collapsed > .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-size: 100%;
    }
    #legacyHeader .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
        background-position: center;
        background-size: 50%;
        background-repeat: no-repeat;
    }

    #legacyHeader .navbar.gs-brand-bar.navbar-expand-lg.navbar-light {
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

    #legacyHeader.global .navbar.gs-brand-bar.navbar-expand-lg.navbar-light {
        border-bottom-color: #D3C7B9;
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1030;
    }

    #legacyHeader.club .navbar.gs-brand-bar.navbar-expand-lg.navbar-light {
        border-bottom-color: #DC982E;
    }

    #legacyHeader.campgrounds-rv-parks .navbar.gs-brand-bar.navbar-expand-lg.navbar-light {
        border-bottom-color: #7EBFB3;
    }

    #legacyHeader .mobileNav > div {
        display: flex;
        justify-content: space-evenly;
    }
    #legacyHeader .mobileNav > div > a {
        margin: auto;
    }
    #legacyHeader .hide-tablet {
        display: flex !important;
    }
    #legacyHeader .show-tablet, .hide-mobile {
        display: none !important;
    }
    #legacyHeader .navbar.gs-brand-bar {
        /*padding-top: 2px;*/
        border-bottom-width: 0;
    }
    #legacyHeader .gs-brand-bar.navbar-light .navbar-toggler {
        padding: 0;
    }
    #legacyHeader .gs-brand-bar.navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }
    #legacyHeader .navLogo-container {
        margin: 0 auto;
    }
    #legacyHeader .navbar-light .navbar-nav .nav-link, #legacyHeader .brand-specific .dropdown-item {
        font-size: 14px;
        line-height: 14px;
        color: #000;
        background-color: #FFFFFF;
        padding: 16px 24px;
        text-decoration: none !important;
        font-weight: 500;
        border-bottom: 1px solid #eaecef;
    }
    #legacyHeader .brand-specific .dropdown-item {
        background-color: #f8f9fa;
        color: #474342;
        font-weight: 600;
    }
    #legacyHeader .navbar-light .navbar-nav .nav-brand {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        padding: 20px 16px;
        background-color: transparent;
        border-radius: 0px;
        color: #000;
        border-top: 1px solid #eaecef;
        border-bottom: 1px solid #eaecef;
    }
    #legacyHeader .navbar-nav.nav-foot {
        display: block;
    }
    #legacyHeader .navbar-light .navbar-nav.nav-foot .foot-black .nav-link {
        background-color: #000;
        color: #fff;
        border-bottom: none;
        padding: 9px 24px;
    }
    #legacyHeader .navbar-light .navbar-nav.nav-foot .foot-dark .nav-link {
        background-color: #212b36;
        color: #fff;
        padding: 14px 24px;
        border-bottom: none;
    }
    #legacyHeader .navbar-light .navbar-nav.nav-foot .foot-dark .nav-link.nav-foot-border {
        border-bottom: 1px solid rgba(234,236,239,.4);
    }
    #legacyHeader .navbar-light .navbar-nav.nav-foot .foot-dark .btn-white {
        margin: 10px auto;
        width: 100%;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #212B36;
        background-color: #f8f9fa;
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #212b36;
    }
    #legacyHeader .navbar-light .dropdown-toggle::after {
        vertical-align: baseline;
    }
    #legacyHeader .navbar-light .dropdown-toggle::after {
        float: right;
    }
    #legacyHeader .brand-specific .dropdown-menu {
        position: static;
        margin: 0;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        padding: 0;
        width: 100%;
        box-shadow: none;
    }
}

/*Footer Styles */

footer {
    background-color: #1f1f1f;
    color: #fff;
    font-family: 'Aeonik', sans-serif;
    padding-top: 40px
}
footer .legal-text p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px
}
footer .contact-section {
    display: flex;
    min-height: 280px
}
footer .contact-section.pad-bottom {
    margin-bottom: 124px
}
footer .contact-section p {
    font-size: 16px;
    line-height: 24px;
    margin: 0
}
footer .contact-section h3 {
    color: #fff;
    font-family: 'Aeonik', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 0;
}
/* if only in loyalty routes */
footer#legacyFooter.global.loyalty-footer p {
    font-family: 'Aeonik', sans-serif !important;
}
#legacyFooter .contact-section.loyalty-footer h3 {
    font-family: 'Aeonik', sans-serif;
}
#legacyFooterBottom .footerNav.loyalty-footer li > a {
    font-family: 'Aeonik', sans-serif;
}
#footerAccordion.loyalty-footer h2.accordion-header {
    font-family: 'Aeonik', sans-serif !important;
}
#footerAccordion .accordion.loyalty-footer {
    font-family: 'Aeonik', sans-serif;
}
#enewsForm.loyalty-footer {
    padding: 10px 0;
    max-width: 370px;
    width: 100%;
    font-size: 14px;
    font-family: 'Aeonik', sans-serif;
}
#btnEnewsSubmit.loyalty-footer {
    background-color: #1F1F1F;
    border: white solid 1px;
    height: 42px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    font-family: 'Aeonik', sans-serif;
}
/* */
@media (max-width:1024px) {
    footer .contact-section h3 {
        font-size: 16px
    }
}
footer .contact-section a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none
}
footer .contact-section a>p {
    margin-bottom: 8px
}
footer .contact-section .logo-container {
    height: 40px;
    width: 149px
}
footer .contact-section .logo-container>img {
    width: 100%
}
footer .contact-section svg {
    margin-right: 12px
}
footer .contact-methods {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}
footer .contact-methods .campgroundlogo-container {
    height: 40px;
    max-width: 149px
}
footer div.legal-text {
    margin-bottom: 40px;
    margin-top: 32px
}
footer p.legal-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 16px;
}
footer .legal-text a {
    color: #fff
}
footer button {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}
footer #enewsQuestion {
    margin-top: 16px;
}
footer #permQuestionUs {
    cursor: pointer;
    font-size: 14px;
    margin-left: 16px;
    padding: 0;
    text-align: left;
    width: 276px;
}
footer #enewsQuestion .form-check-input[type=checkbox] {
    border-radius: 2px;
    height: 18px;
    width: 18px
}
footer #enewsQuestion .form-check .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23212B36' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
    background-size: auto;
    border: 1px solid #f8f9fa
}
footer #enewsQuestion .form-check label {
    color: #fff!important;
    position: relative!important
}
footer .whats-this {
    font-size: 11px!important;
    padding: 0
}
footer .footer-email-input {
    align-items: flex-start;
    background: #fff;
    border-radius: 4px 0 0 4px;
    color: #474342;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    line-height: 16px;
    padding: 18px 16px !important;
    width: 60% !important;
}
footer .footer-email-input::placeholder {
    color: #474342;
    font-weight: 700
}
footer .footer-email-input, footer .btn-enews {
    display: flex;
    flex-direction: row;
    height: 52px !important;
}
@media (max-width:1024px) {
    footer .footer-email-input, footer .btn-enews {
        height: 42px !important;
    }
}
footer .btn-enews {
    align-items: center;
    background-color: #1f1f1f;
    border: 2px solid #fff;
    color: #fff;
    justify-content: center;
    padding: 9px 16px 9px 24px;
    white-space: nowrap;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    /*width: 30%*/
}
footer .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
footer .error-placeholder::placeholder {
    color: #dc3545!important
}
@media (max-width:1400px) {
    #legacyFooter .contact-section {
        display: flex;
        justify-content: start;
        color: #fff !important;
    }
    footer div.legal-text {
        padding: 0 20px
    }
}
@media (max-width:1399px) {
    footer .contact-section {
        gap: 40px;
    }
}
@media (max-width:1199px) {
    footer .container {
        max-width: 100%
    }
    .footer-email-input {
        font-size: 14px;
        width: 216px!important
    }
    footer .contact-section .link-list a, footer .contact-section p {
        font-size: 14px !important;
    }
}
/*@media (max-width:1024px) {
    footer .footer-email-input {
        width: 232px!important
    }
}*/
@media (max-width:1023px) {
    footer .footer-email-input {
        width: 225px!important
    }
}
footer .links-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}
@media (max-width:1024px) {
    footer .links-section div {
        flex: 1 1 33%
    }
    footer .links-section .partners, footer .partner-sub-list {
        display: none
    }
}
footer .links-section .partner-list {
    display: none
}
@media (max-width:1024px) {
    footer .links-section .partner-list {
        display: block;
        margin-top: 32px
    }
}
@media (max-width:1023px) {
    footer .links-section .partner-list {
        display: none
    }
}
footer .contact-section .w-27 {
    width: 27%
}
@media (max-width:1024px) {
    footer .contact-section .w-25 {
        width: 33%!important
    }
}
@media (max-width:991px) {
    footer .contact-section {
        flex-direction: column;
        gap: 0;
        margin-bottom: 5em;
        padding-left: 0;
        padding-right: 0
    }
    footer .contact-section div {
        justify-content: center;
        text-align: center
    }
    footer .contact-section a {
    }
    footer .contact-section .logo-container {
        margin: 17px auto;
        text-align: center
    }
    footer .contact-methods {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 0 auto 40px !important;
        min-width: 100%
    }
    footer .contact-links {
        margin-top: 18px
    }
    footer .campgroundlogo-container {
        margin-bottom: 32px
    }
    #enewsForm {
        margin-bottom: -32px;
        padding: 0
    }
    #enewsForm .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        /*border-bottom-right-radius: 4px;*/
        /*border-top-right-radius: 4px*/
    }
    #enewsQuestion {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left
    }
    footer #permQuestionUs {
        width: 344px
    }
    footer .permQuestionUs {
        font-size: 14px
    }
    footer .footer-email-input {
        align-items: flex-start;
        background: #fff;
        border-radius: 4px 0 0 4px;
        color: #474342!important;
        font-size: 14px!important;
        padding: 14px 16px;
        width: 252px!important
    }
    footer .btn-enews, footer .footer-email-input {
        display: flex;
        flex-direction: row;
        height: 42px
    }
    footer .btn-enews {
        align-items: center;
        background-color: #1f1f1f;
        border: 2px solid #fff;
        color: #fff;
        justify-content: center;
        padding: 9px 16px 9px 24px;
        white-space: nowrap;
        width: 120px!important
    }
}
@media (max-width:500px) {
    footer .contact-section {
        flex-direction: column;
        padding: 0px 16px;
    }
    footer .contact-section div {
        justify-content: start;
        text-align: left;
    }
    footer .contact-methods {
        margin-bottom: 24px;
        padding-left: calc(var(--bs-gutter-x)*.5);
        padding-right: calc(var(--bs-gutter-x)*.5);
    }
    .footer-email-input {
        align-items: flex-start;
        background: #fff;
        border-radius: 4px 0 0 4px;
        font-family: Aeonik, serif;
        font-size: 14px;
        font-weight: 700;
        padding: 14px 16px;
        width: 226px !important;
    }
    footer .btn-enews, footer .footer-email-input {
        display: flex;
        flex-direction: row;
        height: 42px
    }
    footer .btn-enews {
        align-items: center;
        background-color: #1f1f1f;
        border: 2px solid #fff;
        border-radius: 0 4px 4px 0;
        justify-content: center;
        padding: 9px 16px 9px 24px;
        width: 120px
    }
    footer #enewsQuestion {
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%
    }
    footer #permQuestionUs {
        width: 260px
    }
    footer .contact-links {
        margin-top: 42px
    }
}
@media (max-width: 376px) {
    footer .footer-email-input {
        width: 170px !important;
    }
    footer .btn-enews {
        width: 118px !important;
    }
}
@media (max-width: 991px) {
    #footerAccordion {
        display: block !important;
        width: 100%
    }
    #footerAccordion .accordion-item {
        background-color: #1f1f1f;
        border: transparent;
        border-radius: 0
    }
    #footerAccordion .accordion-button {
        background-color: transparent;
        border: transparent;
        border-radius: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        padding: 14px 23px
    }
    #footerAccordion .accordion-header {
        font-family: Aeonik, serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px
    }
    #footerAccordion .accordion-button:after, #footerAccordion .accordion-button:not(.collapsed):after {
        background-image: none;
        font-family: FontAwesome;
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        width: 14px
    }
    #footerAccordion .accordion-button:after {
        content: "\f078"
    }
    footer .contact-section .accordion-body a {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
    }
    footer .contact-section .accordion-button:not(.collapsed) {
        box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 #474342
    }
}
@media only screen and (max-width:280px) {
    footer .contact-section .contact-methods {
        padding: 5px
    }
    .footer-bottom .socials a {
        margin-right: 0
    }
    .footer-links-wrapper .link-block:last-of-type {
        flex-wrap: wrap
    }
    .legal-mobile .footer-links-wrapper .link-block:last-child .divider:nth-child(4) {
        display: none
    }
    .legal-mobile .footer-links-wrapper .link-block:last-child a[title="Code of Conduct"] {
        margin-top: 14px
    }
}
@media (max-width: 991px) {
    #affiliate-text {
        margin-top: 2em !important;
    }
}
footer .pad-top-5 {
    padding-top: 5px;
}
.footerNav {
    align-items: center
}
.copyright {
    font-size: 11px;
    line-height: 20px
}
.footer-bottom {
    background-color: #000;
    padding-bottom: 21px;
    padding-top: 19px
}
.footerNav, .footerNav ul, .logos-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerNav ul {
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.footerNav li {
    border-left: 1px solid #fff;
    padding-left: 8px;
    padding-right: 8px
}
.footerNav .footer-links-top li:first-of-type {
    border-left: 0;
}
.footerNav li>a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    white-space: nowrap
}
.footerNav .footer-links-top li:first-of-type {
    border-left: none
}
#footerGSLogo {
    margin-right: 20px;
    max-width: 136px
}
#footerMLBLogo {
    margin-right: 33px;
    max-width: 57px
}
.social-icons {
    align-items: center;
    display: flex
}
.social-icon {
    margin-right: 6px;
    max-width: 27px
}
.footer-bottom p.copyright {
    margin-bottom: 0;
    margin-top: 16px;
    text-align: center
}
@media (min-width:1900px) {
    .footer-bottom .container {
        display: flex;
        flex-direction: column;
        max-width: 1550px
    }
}
@media (max-width:1650px) {
    .footerNav {
        flex-direction: column
    }
    .footerNav ul, .logos-container {
        justify-content: start
    }
    .footerNav ul {
        margin-top: 16px
    }
}
@media (max-width: 991px) {
    .logos-container {
        flex-direction: column
    }
    #footerGSLogo {
        margin-right: 0
    }
    .footerNav ul {
        flex-wrap: wrap;
        justify-content: center;
        margin: 16px auto 0;
        width: 320px
    }
    .footerNav li {
        border-bottom: none;
        border-left: none;
        margin: 6px 0
    }
    .footerNav li.m-border-right {
        border-right: 1px solid #fff
    }
    .footer-bottom {
        padding: 32px 16px
    }
    .footerNav {
        text-align: center
    }
    .footerNav .social-icons {
        margin-top: 1em !important;
    }
    .footer-bottom p.copyright {
        margin-top: 16px;
        text-align: center
    }
    .footerNav .footer-links-top li.m-border-right:nth-child(2), .footerNav ul li.m-border-right:nth-child(3), .footerNav ul li.m-border-right:nth-child(5), .footerNav ul li.m-border-right:nth-child(8) {
        border-right: none
    }
    .footerNav .footer-links-bottom li.m-border-right:nth-child(2) .footerNav .footer-links-bottom li.m-border-right:nth-child(7) {
        border-right: 1px solid #fff
    }
    ul.footer-links-bottom {
        margin: 0
    }
}
.footerNav>div>ul {
    display: flex
}
@media screen and (min-width:992px) and (max-width:1107px) {
    .footer-links {
        align-items: center;
        display: flex;
        flex-direction: column
    }
    .footer-links-bottom, .footer-links-top {
        flex-basis: 100%
    }
    .footerNav .footer-links-bottom li:first-of-type {
        border-left: none
    }
}
@media (min-width:1108px) {
    .footer-links {
        display: flex
    }
}
@media screen and (max-width:280px) {
    .footerNav .footer-links-bottom li.m-border-right:nth-child(2), .footerNav .footer-links-top li.m-border-right:nth-child(5) {
        border-right: none
    }
    .footerNav ul li.m-border-right:nth-child(5) {
        border-right: 1px solid #fff
    }
    .footerNav ul {
        width: 300px
    }
}

.mobileNav, .show-tablet {
    display: none;
}
@media (max-width: 1090px) {
    .mobileNav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 16px;
        align-items: center;
        height: 44px;
    }
}
@media (max-width: 991px) {
    .mobileNav > div {
        display: flex;
        justify-content: space-evenly;
    }

    .mobileNav > div > a {
        margin: auto;
    }
}
.mobileNav .navbar-toggler-icon,
.mobileNav .btn-close {
    background-image: none;
    height: 24px !important;
    width: 24px !important;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}
.mobileNav .navbar-toggler-icon:focus {
    box-shadow: none !important;
}
.mobileNav .btn-close {
    opacity: 1;
}

.breadcrumb-nav {
    display: none;
    margin: 24px 0;
}
@media (max-width: 1023px) {
    .breadcrumb-nav {
        display: block;
    }
}
ol.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #656D76;
}
.breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #23410A;
    text-decoration: none;
 }

a.manage-acct {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-top: 1px solid #EAECEF;
    padding: 12px 16px;
    color: #232323;
}
a.manage-acct:hover {
    color: #232323;
}

@media (max-width: 376px) {
    #txtEnewsEmail {
        width: 175px;
    }
}
#legacyFooter .contact-section .privacy-copy p {
    display: block;
    margin-top: 14px !important;
    margin-left: 24px !important;
    font-size: 11px !important;
    line-height: 20px !important;
}
#legacyFooter .contact-section .privacy-copy p a {
    display: inline;
    font-size: 11px;
    line-height: 20px;
    text-decoration: underline;
}
@media (max-width: 500px) {
    #legacyFooter footer .contact-section .privacy-copy p {
        margin: 0 60px;
    }
}
@media (max-width: 499px) {
    #legacyFooter footer .contact-section .privacy-copy p {
        margin: 0 auto;
    }
}