:root {
    --blue: #143d53;
    --indigo: #6610f2;
    --purple: #542238;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #930;
    --yellow: #866a36;
    --green: #3f5422;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #143d53;
    --secondary: #3f5422;
    --success: #3f5422;
    --info: #542238;
    --warning: #866a36;
    --danger: #dc3545;
    --light: #666;
    --dark: #333;
    --breakpoint-xs: 400px;
    --breakpoint-sm: 600px;
    --breakpoint-md: 800px;
    --breakpoint-lg: 1000px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont,
        "Roboto Condensed", "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
html {
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    color: #8a8a8a;
    height: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #8a8a8a;
    text-align: left;
    background-color: #171717;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    color: #353535;
    border: 1px solid #353535;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    padding: 0 0 1rem;
    margin: 0;
    font-family: Garamond, serif;
    color: #8a8a8a;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
}
a {
    text-decoration: none;
    color: #d5853f;
}
.buttonBookmark:hover {
    color: #f4a764 !important;
    text-decoration: none !important;
}
a:hover {
    color: #f4a764;
    text-decoration: none;
}
.bg-dark {
    background-color: #171717;
}
.bg-medium {
    background-color: #262626;
}
.btn-purple {
    background-color: #542238;
    color: #d0d0d0;
}
.btn-gold {
    background-color: #866a36;
    color: #d0d0d0;
}
@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}
.nav-item {
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}
.my-nav {
    text-align: center;
    line-height: 1rem;
}
.TopNav {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1vw;
}
.MainNav {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.7vw;
}
@media (max-width: 1250px) {
    .TopNav {
        text-transform: uppercase;
        font-size: 1vw;
    }
    .MainNav {
        text-transform: uppercase;
        font-size: 1.7vw;
    }
}
@media (max-width: 1000px) {
    .TopNav {
        text-transform: uppercase;
        font-size: 1.2vw;
    }
    .MainNav {
        text-transform: uppercase;
        font-size: 1.9vw;
    }
}
@media (max-width: 768px) {
    .TopNav {
        text-transform: uppercase;
        font-size: 2vw;
        text-align: center;
    }
    .MainNav {
        text-transform: uppercase;
        font-size: 2vw;
        text-align: center;
    }
}
@media (max-width: 550px) {
    .TopNav {
        text-transform: uppercase;
        font-size: 4vw;
        text-align: center;
    }
    .MainNav {
        text-transform: uppercase;
        font-size: 4vw;
        text-align: center;
    }
}
.jumbotron {
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
}
.JT-mainfeature {
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/horse-head.png),
        url(/images/features/feature_burning-bear.jpg);
    background-position: bottom, left bottom, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% 101%, 400px, cover;
}
.home-hero-search {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px;
    width: 40%;
    min-width: 325px;
    max-width: 600px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 15vw;
    color: #f6f6f6;
    left: 50%;
}
.home-hero-search a {
    color: #d7cbab;
}
.search-box-headline {
    font-size: 3em;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: "EB Garamond", serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
    text-align: center;
}
.search-box-horizontal {
    background-color: #000;
    opacity: 0.8;
    margin: 0;
    padding: 15px 10px 0;
}
.MainMap {
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/placeholder_map.jpg);
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 30%, cover;
    min-height: 800px;
    margin: 0;
    padding: 0;
}
.column-gutter {
    padding: 0 1em;
}
.feature-box {
    position: relative;
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/overlay.png);
    background-position: center bottom, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 101% 101%, 101% 101%;
    min-height: 25em;
}
.feature-box-text {
    text-align: center;
    bottom: 0;
    vertical-align: bottom text-bottom;
    padding-top: 22rem;
    padding-bottom: 3rem;
}
.feature-box_small-text {
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 1em;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.feature-box_large-text {
    font-size: 3.5em;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-family: Garamond, serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.feature-box-trails {
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/01.jpg);
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%, cover;
}
.feature-box-camps {
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/08.jpg);
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%, cover;
}
.feature-box-facilities {
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/10.jpg);
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%, cover;
}
.feature-box-premium {
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/06.jpg);
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%, cover;
}
.feature-box-store {
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/07.jpg);
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%, cover;
}
.trail-box {
    position: relative;
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/overlay.png);
    background-position: center bottom, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 101% 80%, 101% 101%;
    min-height: 25em;
}
.trail-box-text {
    text-align: center;
    bottom: 0;
    vertical-align: bottom text-bottom;
    padding-top: 18rem;
    padding-bottom: 3rem;
}
.trail-box_name {
    font-size: 2.5rem;
    line-height: 2.6rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: Garamond, serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.trail-box_details {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.trail-box_location {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.detail-feature-container {
    padding: 1px 0 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.detail-feature {
    position: relative;
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/overlay.png);
    background-position: center bottom, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%, 100% 100%;
    padding: 50px 0;
    margin: -5px 0 0;
}
.detail-feature-text {
    text-align: center;
    bottom: 0;
    vertical-align: bottom text-bottom;
    padding: 8vh 50px;
}
.detail-feature_name {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 600;
    padding: 0 0 1.25rem;
    margin: 0;
    font-family: Garamond, serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.detail-feature_location {
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 1.25rem;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.detail-feature_description {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
a.trail-tags {
    color: #999;
}
a.trail-tags:hover {
    text-decoration: none;
    color: #f4a764 !important;
}
.detail-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
}
.detailphoto-lg {
    padding: 10px 0;
}
.large-detail-details {
    font-size: 48px;
    font-weight: 500;
}
.detail_main-feature {
    padding-top: 75px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.detail_feature-info {
    background: rgba(0, 0, 0, 0.6);
    padding: 35px;
    width: 100%;
    color: #f6f6f6;
}
.detail_park-name {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    font-variant-caps: all-petite-caps;
}
.detail_trail-name {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.detail_location {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    font-variant-caps: all-petite-caps;
}
.detail_teaser {
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 1.2;
}
.detail-section-container {
    position: relative;
    background-image: linear-gradient(
        to top,
        rgba(10, 10, 10, 0.6),
        rgba(10, 10, 10, 0)
    );
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    margin: 20px 0;
}
.detail-section-title {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    padding: 0 0 1.25rem;
    margin: 0;
    font-family: Garamond, serif;
    color: #8a8a8a;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
}
.detail-section-content {
    font-weight: 300;
}
.detail-section-parking {
    padding: 0 10px;
    margin: 20px 0;
}
.detail-section-map {
    padding: 0 10px;
    margin: 20px 0;
}
.detail-section-map_buttons {
    padding: 10px;
}
.detail-map-button {
    padding: 20px;
}
.detail-section-map_buttons {
    padding: 10px;
}
.detail-map-button {
    padding: 20px;
}
.detail-section-gallery {
    margin: 40px 10px;
    padding: 0;
}
.detail-gallery-title {
    font-size: 3rem;
    line-height: 3rem;
    margin: 40px 20px 20px;
}
.community_profileimg {
    width: 100%;
    height: auto;
    min-height: 100px;
    min-width: 100px;
    max-width: 100px;
    object-fit: cover;
}
.ratings-chart {
    padding: 0 20px;
}
.review-item_header {
    color: #8a8a8a;
    text-transform: capitalize;
    padding: 5px;
    margin-left: revert;
}
.review-item_content {
    margin-left: 16px;
}
.review-item_date {
    text-transform: uppercase;
}
.review-item_divider {
    padding: 0 20px;
}
.nearby-item {
    padding: 15px;
    text-align: center;
}
.nearby-item_header {
    color: #8a8a8a;
    text-transform: uppercase;
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
}
.nearby-item_name {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
}
.nearby-item_cost {
    text-transform: uppercase;
    padding: 0 10px;
}
.nearby-item_type {
    text-transform: uppercase;
}
.nearby-item_icons {
    padding: 0;
    color: #8a8a8a;
}
.nearby-icons {
    padding: 0 5px 0 0;
}
.nearby-item_divider {
    padding: 0 20px;
}
.nearby-item_content {
    text-align: center;
}
.nearby-view-all {
    justify-content: center;
}
@media (max-width: 767px) {
    .detail-section-parking {
        margin: 20px 50px 20px 20px;
        padding: 0;
    }
    .detail-section-map {
        margin: 20px 50px 20px 20px;
        padding: 0;
    }
    .detail-section-container {
        margin: 20px 50px;
        padding: 20px;
    }
}
@media (max-width: 600px) {
    .detail-feature-text {
        padding: 20px;
    }
    .detail-feature_name {
        font-size: 2rem;
        line-height: 2rem;
        padding: 0 0 1.25rem;
    }
    .detail-feature_location {
        font-size: 1.25rem;
        padding: 0 0 1rem;
    }
    .detail-feature_description {
        font-size: 1rem;
    }
    .trail-detail-row {
        margin: 0;
    }
    .detail-section-container {
        margin: 20px 5px;
        padding: 20px;
    }
    .detail-section-parking {
        margin: 20px 10px;
        padding: 0;
    }
    .detail-section-map {
        margin: 20px 10px;
        padding: 0;
    }
}
@media (max-width: 461px) {
    .detail-section-container {
        margin: 20px 5px;
        padding: 20px;
    }
    .detail-section-parking {
        margin: 20px 10px;
        padding: 0;
    }
    .detail-section-map {
        margin: 20px 10px;
        padding: 0;
    }
}
.detail_review-photo {
    width: 100%;
    max-width: 500px;
}
.map-row {
    background-color: #f6f6f6;
}
.detail_info-box {
    border: 1px solid;
    border-color: #ddd;
}
.cityName {
    margin: 20px;
    padding: 20px;
    font-size: 18px;
    border: 1px;
    border-radius: 0.2rem !important;
}
.upload-img-btn {
    color: #fff;
    background-color: #3f5422 !important;
    border-color: #3f5422 !important;
}
.upload-img-btn:hover {
    color: #fff;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}
.stats-icon-label {
    width: 100%;
    text-align: center;
}
.stats-icon {
    display: none;
}
.edit-trail .card {
    flex-direction: inherit !important;
}
.camp-box {
    position: relative;
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/overlay.png);
    background-position: center bottom, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 101% 80%, 101% 101%;
    min-height: 25em;
}
.camp-box-text {
    text-align: center;
    bottom: 0;
    vertical-align: bottom text-bottom;
    padding-top: 18rem;
    padding-bottom: 3rem;
}
.camp-box_name {
    font-size: 2.5rem;
    line-height: 2.6rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: Garamond, serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.camp-box_location {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 3px 0 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.camp-box_details {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.facility-box {
    position: relative;
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/overlay.png);
    background-position: center bottom, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 101% 80%, 101% 101%;
    min-height: 25em;
}
.facility-box-text {
    text-align: center;
    bottom: 0;
    vertical-align: bottom text-bottom;
    padding-top: 18rem;
    padding-bottom: 3rem;
}
.facility-box_name {
    font-size: 2.5rem;
    line-height: 2.6rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: Garamond, serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.facility-box_location {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 3px 0 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.facility-box_details {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.facility-item {
    font-size: 1.1rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 1.25rem;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
    margin: 10px 20px;
}
.rider-box {
    position: relative;
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/overlay.png);
    background-position: center bottom, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%, cover;
    min-height: 25em;
}
.rider-box-text {
    text-align: center;
    bottom: 0;
    vertical-align: bottom text-bottom;
    padding: 250px 30px 20px;
    padding-bottom: 3rem;
}
.rider-box_name {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: Garamond, serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.rider-box_details {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.rider-box_bio {
    font-size: 0.95rem;
    font-weight: 300;
    padding: 0;
    margin: 10px 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.dash-hero {
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/images/features/feature_burning-bear.jpg);
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 50%, cover;
}
.dash-hero-box {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px;
    width: 50%;
    min-width: 325px;
    max-width: 600px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    color: #f6f6f6;
    left: 50%;
}
.dash-hero-box a {
    color: #d7cbab;
}
.dash-hero-trailName {
    /* font-size: 3em;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: "EB Garamond", serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
    text-align: center; */

    font-size: 50px;
    font-weight: 100;
    padding: 0;
    margin: 0;
    /* font-family: "EB Garamond", serif; */
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    text-align: center;
}
.dash-hero-dateText {
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 1.25rem;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.dash-hero-infoText {
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0 0 1.25rem;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
    text-align: center;
}
.dash-hero_trailInfo {
    margin: 20px 0;
}
.dash-hero_trailDescription {
    margin: 20px 0;
}
.hero-dash_buttons {
    margin: 20px 0;
}
.dash_my-rides-item {
    background: rgba(0, 0, 0, 0.7);
    margin: 20px 0 30px;
}
.dash_my-rides_datebox {
    padding: 0;
}
.dash_other-rides_datebox {
    background-color: #666;
    padding: 0;
}
.my-rides_invited {
    background-color: #542238;
}
.my-rides_confirmed {
    background-color: #3f5422;
}
.datebox_day {
    font-size: 0.8rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.2rem;
    padding: 8px;
}
.datebox_time {
    font-size: 0.8rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.2rem;
    padding: 5px;
    vertical-align: bottom;
}
.datebox_month {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 0;
    vertical-align: middle;
}
.datebox_date {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
    vertical-align: middle;
}
.dash_my-rides_infobox {
    padding: 10px;
}
.dash_other-rides_infobox {
    padding: 10px;
}
.infobox_parkname {
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    margin: 3px 0 10px;
}
.infobox_trailname {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin: 3px 0 10px;
}
.infobox_description {
    margin: 5px 0;
}
.infobox_confirmation {
    margin: 5px 0;
}
.infobox_links {
    margin: 5px 0;
}
.infobox_link-event {
    margin: 5px 20px 0 0;
}
.infobox_link-trail {
    margin: 5px 20px 0 0;
}
@media (max-width: 1200px) {
    .dash_my-rides_infobox {
        text-align: center;
        justify-content: justify;
    }
    .infobox_parkname {
        text-align: center;
    }
    .infobox_trailname {
        text-align: center;
    }
}
#calendar-container {
    margin: 20px 0;
    padding: 20px 0;
}
.my-trails-button {
    background-color: #444;
    color: #dfdfdf;
    margin: 0 20px;
}
.my-trails-map {
    text-align: center;
    width: 100%;
    height: auto;
}
.my-trails_to-ride {
    background-color: #866a36;
}
.my-trails_completed {
    background-color: #3f5422;
}
.my-trails_favorite {
    background-color: #542238;
}
.friends-button {
    background-color: #444;
    color: #dfdfdf;
    margin: 0 20px;
}
.friends-confirmed {
    background-color: #3f5422;
}
.friends-request {
    background-color: #542238;
}
.profile-button {
    background-color: #444;
    color: #dfdfdf;
    margin: 0 20px;
}
.profile-button:hover {
    color: #fff;
}
.profile-save {
    background-color: #3f5422;
}
.profile-edit {
    background-color: #542238;
}
.profile-add {
    background-color: #143d53;
}
.profile-cancel {
    background-color: #990904;
}
.article-item {
    margin: 20px 0;
    vertical-align: middle;
}
.article-image {
    min-height: 25vh;
    padding: 20px;
}
.article-preview {
    vertical-align: center;
    margin: 0;
}
.myreview-topbar {
    padding: 10px;
    margin: 0;
    vertical-align: middle;
}
.myreview-logo {
    opacity: 0.7;
    vertical-align: middle;
    padding: 5px;
}
.myreview-logo img {
    width: auto;
    height: 100%;
    max-height: 35px;
    text-align: center;
}
.myreview-topbar-left {
    font-size: 0.8rem;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 12px 10px;
    text-align: left;
}
.myreview-topbar-right {
    font-size: 0.8rem;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 12px 10px;
    text-align: right;
}
.myreview-feature-container {
    padding: 1px 0 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.myreview-feature {
    position: relative;
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/overlay.png);
    background-position: center bottom, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, 100% 100%;
    padding: 50px 0;
    margin: -5px 0 0;
}
.myreview-feature-text {
    text-align: center;
    bottom: 0;
    vertical-align: bottom text-bottom;
    padding: 1vw 0 30vw;
}
.myreview-feature_name {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 600;
    padding: 15px 0 20px;
    margin: 0;
    font-family: Garamond, serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
    opacity: 0.8;
}
.myreview-feature_date {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.myreview-feature_details {
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.myreview-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
}
.myreview-photo-lg {
    padding: 10px 0;
}
.large-myreview-details {
    font-size: 48px;
    font-weight: 500;
}
.myreview_main-feature {
    padding-top: 75px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.myreview_feature-info {
    background: rgba(0, 0, 0, 0.6);
    padding: 35px;
    width: 100%;
    color: #f6f6f6;
}
.myreview_park-name {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    font-variant-caps: all-petite-caps;
}
.myreview_trail-name {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.myreview_location {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    font-variant-caps: all-petite-caps;
}
.myreview_teaser {
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 1.2;
}
.myreview-section-container {
    position: relative;
    background-image: linear-gradient(
        to top,
        rgba(10, 10, 10, 0.6),
        rgba(10, 10, 10, 0)
    );
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    margin: 20px 0;
}
.myreview-section-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
    padding: 0 0 1.25rem;
    margin: 0;
    font-family: Garamond, serif;
    color: #8a8a8a;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
}
.myreview-section-content {
    font-weight: 300;
    font-size: 1.2rem;
    text-align: justify;
}
.myreview-section-gallery {
    margin: 40px 10px;
    padding: 0;
}
.myreview-gallery-title {
    font-size: 3rem;
    line-height: 3rem;
    margin: 40px 20px 20px;
}
.myreview-box {
    position: relative;
    background-image: linear-gradient(
            to top,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/overlay.png);
    background-position: center bottom, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%, cover;
    min-height: 25em;
    margin: -1px;
}
.myreview-box-text {
    text-align: center;
    bottom: 0;
    vertical-align: bottom text-bottom;
    padding-top: 22rem;
    padding-bottom: 3rem;
}
.myreview-box_title {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 600;
    padding: 0;
    margin: 7px 0;
    font-family: Garamond, serif;
    color: #ccc;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
}
.myreview-box_text {
    color: #ccc;
}
.myreview-gallery {
    margin: 150px 0 0;
}
.myreview-gallery-photos {
    margin: 50px 0 0;
}
@media (max-width: 770px) {
    .myreview-logo {
        order: 1;
    }
    .feature-box_large-text {
        font-size: 1.5em;
    }
    .myreview-topbar-left {
        order: 2;
        text-align: center;
    }
    .myreview-topbar-right {
        display: none;
    }
}
.profile-label {
    font-weight: 800;
    font-size: 1.25em;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    opacity: 0.9;
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.TrailStatsGroup {
    margin: 0 50px;
}
.TrailStats {
    background-color: #333;
    opacity: 0.9;
    text-align: center;
}
.stats-title {
    color: #989898;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    font-variant-caps: all-petite-caps;
    letter-spacing: 4px;
}
.stats-title-seasons {
    color: #989898;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    font-variant-caps: all-petite-caps;
    letter-spacing: 10px;
    text-align: center;
}
.stats-title-trailusers {
    color: #989898;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    font-variant-caps: all-petite-caps;
    letter-spacing: 7px;
    text-align: center;
}
.stats-data {
    color: #e4e4e4;
    font-size: 4rem;
    font-weight: 600;
    line-height: 0.9;
    margin-top: 5px;
}
.stats-elevation {
    padding-top: 8px;
}
.stats-miles {
    font-size: 2.6rem;
    font-weight: 200;
    line-height: 1;
    font-variant-caps: all-petite-caps;
    letter-spacing: 6px;
}
.time-to-ride {
    color: #838383;
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1;
    font-variant-caps: all-petite-caps;
    clear: both;
    float: none;
}
.stats-type {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1;
    font-variant-caps: all-petite-caps;
}
.stats-dollar {
    font-size: 1em;
    vertical-align: 20;
}
.icon-season {
    font-size: 3rem;
    padding: 0.5rem;
}
.icon-amenities {
    font-size: 3rem;
    padding: 0.5rem;
}
.icon-users {
    font-size: 3rem;
    padding: 0.5rem;
}
.icon-obstacles {
    font-size: 3rem;
    padding: 0.5rem;
}
.icon-true {
    opacity: 0.8;
}
.icon-false {
    opacity: 0.15;
}
.trail-miles_number {
    float: left;
}
.trail-miles_miles {
    float: left;
}
@media (max-width: 461px) {
    .TrailStats {
        width: 100%;
    }
    .TrailMiles {
        justify-content: center;
    }
    .trail-miles_number {
        clear: both;
    }
    .trail-miles_miles {
        clear: both;
    }
}
.icon-bar {
    position: fixed;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 1000;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
}
.icon-bar a:hover {
    background-color: #000;
}
.facebook {
    background: #3b5998;
}
.instagram {
    background: #b00;
}
.twitter {
    background: #55acee;
}
.action_share {
    background: #343533;
    color: #fff;
}
.action_embed {
    background: #343533;
    color: #fff;
}
.action_ride {
    background: #8b6a36;
    color: #fff;
}
.action_event {
    background: #143d53;
    color: #fff;
}
.action_completed {
    background: #3f5422;
    color: #fff;
}
.action_favorite {
    background: #542238;
    color: #fff;
}
.action_report {
    background: #343533;
    color: #fff;
}
.action_image {
    background: #373877;
    color: #fff;
}
.action_comment {
    background: #834b68;
    color: #fff;
}
.action_edit {
    background: #50663c;
    color: #fff;
}
.action_fb {
    background: #333;
    color: #fff;
}
.action_pt {
    background: #333;
    color: #fff;
    opacity: 1;
}
.action_email {
    background: #333;
    color: #fff;
}
.action_save {
    color:white;
    background-color: #ffc107;
    border-color: #ffc107;
}
.cta_join {
    background-color: #000;
    padding: 15px;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    border-radius: 10px;
    text-align: center;
}
.cta-headline {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    margin: 10px 0;
}
.cta-content {
    font-size: 0.9rem;
    vertical-align: middle;
    font-weight: 300;
    text-align: center;
}
.cta-button {
    margin: 10px 0;
    background-color: #930;
    text-align: center;
}
.stats-join {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.2rem;
}
.footer-image {
    background-image: linear-gradient(
            to bottom,
            rgba(23, 23, 23, 1),
            rgba(23, 23, 23, 0)
        ),
        url(/newdesign/images/footer_01.jpg);
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    padding: 20vw;
    margin: 0;
}
.fieldlabels {
    color: #455a64 !important;
    text-align: left;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #fff;
    padding-left: 0;
    margin-top: 30px;
}
#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    font-size: 24px;
}
#progressbar #register-form-step-1:before {
    content: "1";
    color: #143d53;
}
#progressbar #register-form-step-2:before {
    content: "2";
    color: #143d53;
}
#progressbar #register-form-step-3:before {
    content: "3";
    color: #143d53;
}
#progressbar li:before {
    width: 80px;
    height: 80px;
    line-height: 85px;
    display: block;
    font-size: 20px;
    background: rgba(255, 255, 255);
    border-radius: 50%;
    margin: auto;
    padding: 0;
}
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    top: 44px;
    z-index: -1;
}
#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}
#progressbar li:nth-child(2):after {
    left: -50%;
}
#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}
#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #143d53;
    color: #fff !important;
}
.form-control-label {
    font-size: 22px !important;
    color: #fff;
    letter-spacing: 1px;
}
::placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 300;
}
:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}
::-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}
input,
textarea,
select,
button {
    padding: 8px 15px;
    margin-bottom: 10px;
    font-size: 18px !important;
    font-weight: 300;
}
input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    font-weight: 400;
}
button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}
.circle {
    position: relative;
}
.fa-long-arrow-left {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
}
.card input[type="checkbox"]:checked ~ div {
    border: 1px solid;
}
.card {
    border: 5px solid transparent;
    transition: 0.3s ease;
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    flex: 1 1;
}
.card:hover {
    background-color: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}
.check-mark {
    width: 180px;
    height: 180px;
}
.card-name {
    margin-bottom: 35px;
    padding: 5px 15px;
    text-align: center;
    border-radius: 8px;
    min-height: 58px;
}
.card-name h2 {
    text-shadow: none;
    color: #fff !important;
    margin-bottom: 35px;
}
.card .feature-list {
    list-style: none;
}
.card .feature-list li {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.card .feature-list li:last-child {
    border-bottom: 0;
}
.tab-form fieldset:not(:first-of-type) {
    display: none;
}
.tab-form fieldset {
    transition: 0.3s;
}
.plan-card {
    position: relative;
}
.plan-card input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}
.plan-card input:hover + .card {
    background-color: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}
.plan-card input[type="radio"]:checked ~ .card-1 {
    border: 5px solid #6c757d;
    background-color: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}
.plan-card input[type="radio"]:checked ~ .card-2 {
    border: 5px solid #17a2b8;
    background-color: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}
.plan-card input[type="radio"]:checked ~ .card-3 {
    border: 5px solid #3f5422;
    background-color: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}
.large-overlay-banner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    backdrop-filter: blur(2px);
}
.large-overlay-banner .search-box-headline {
    margin-bottom: 40px;
}
.tab-sections .tab-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.tab-sections .tab-list .tab-link {
    max-width: 20%;
    height: 100%;
}
.tab-sections .tab-head {
    margin-bottom: 50px;
}
.tab-sections .tab-list .tl-round-wrap.active,
.tab-sections .tab-list .tl-round-wrap:hover {
    background-color: #000;
    border-color: #000;
    transform: scale(1.1);
}
.tab-sections .tl-round-wrap {
    padding: 30px;
    display: inline-block;
    border: 2px solid #666;
    border-radius: 50%;
    background-color: #666;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 20%;
    cursor: pointer;
    transition: 0.3s ease;
}
.tab-sections .tl-round-wrap img {
    width: 100%;
    height: 100%;
}
.tab-sections .tab-wrap {
    display: none;
}
.tab-sections .tab-wrap.tab-active {
    display: flex;
}
.tab-sections .tab-wrap {
    width: 100%;
}
.facility-search-wrap .facility-block .facility-image {
    min-height: 450px;
    display: flex;
}
.facility-search-wrap .facility-block .facility-image > div {
    display: flex;
    width: 100%;
}
.facility-search-wrap .facility-block .facility-text {
    text-align: center;
    margin-bottom: 30px;
}
.facility-search-wrap .facility-block .facility-text h2 {
    padding: 0;
    margin: 20px 0;
}
.facility-search-wrap .facility-block .facility-image .feature-box {
    width: 100%;
}
.rate {
    height: 40px;
    padding: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
    visibility: hidden;
}
.rate:not(:checked) > label {
    float: left;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 32px;
    color: #ccc;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.js-range-slider {
    padding: 0 !important;
    margin-bottom: 10px;
    font-size: 18px !important;
    font-weight: 300;
}
.irs--flat .irs-handle {
    height: 21px !important;
    top: 15px !important;
}
.irs--flat .irs-bar {
    height: 18px !important;
    top: 18px !important;
}
.irs--flat .irs-line {
    height: 18px !important;
    top: 18px !important;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    font-size: 14px !important;
}
.login-banner {
    background-image: linear-gradient(
        to top,
        rgba(23, 23, 23, 1),
        rgba(23, 23, 23, 0),
        url(/newdesign/images/overlay.png)
    );
    margin-bottom: -2px;
    padding-bottom: 0;
}
.login-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-links {
    font-size: 24px;
}
.title-link {
    padding-bottom: 0;
    text-decoration: none;
    color: #8a8a8a;
    transition: 0.3s;
    color: #8b6a36 !important;
}
.title-link:hover {
    color: #8b6a36 !important;
    text-decoration: underline;
}
.span-link {
    color: #989898;
}
@media (max-width: 769px) {
    .input-small-wrap {
        display: block !important;
    }
    .card-name h5 {
        font-size: 18px;
    }
    .card .feature-list li {
        font-size: 14px;
    }
    .tab-sections .tl-round-wrap {
        padding: 10px;
    }
    .search-title {
        font-size: 15px;
    }
}
.has-error {
    color: red !important;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}
#progressbar li.complete:before,
#progressbar li.complete:after {
    background: #143d53;
    color: #fff !important;
}
.setup-content {
    display: none !important;
}
.setup-content.active {
    display: block !important;
}
.show_errors_email {
    color: #fd397a !important;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}
.show_errors_phone_number {
    color: #fd397a !important;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}
.show_errors_username {
    color: #fd397a !important;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}
.show_plan_errors {
    color: #fd397a !important;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}
.detail-section-parking iframe {
    width: 100% !important;
}
.tags .anchor-tags {
    text-decoration: none;
    color: #d5853f;
    padding: 4px 6px;
    background: #fffbea;
    border-radius: 3px;
    margin: 0 6px 0 0;
}
.toggle-fields {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}
.toggle {
    --width: 145px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}
.toggle input {
    display: none;
}
.toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #ccc;
    transition: all 0.4s ease-in-out;
}
.toggle .slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: #ffffff80;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}
.toggle input:checked + .slider {
    background-color: #2196f3;
}
.toggle input:checked + .slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}
.toggle .labels {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
}
.toggle .labels::after {
    margin: 0 10px;
    content: attr(data-off);
    position: absolute;
    right: 5px;
    color: #4d4d4d;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
}
.toggle .labels::before {
    margin: 0 10px;
    content: attr(data-on);
    position: absolute;
    left: 5px;
    color: #fff;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-in-out;
}
.toggle input:checked ~ .labels::after {
    opacity: 0;
}
.toggle input:checked ~ .labels::before {
    opacity: 1;
}
.profile-upgrade {
    font-size: 18px !important;
    background-color: #143d53;
}
.jumbotron {
    padding: 0;
    margin: 0;
}
.list-unstyled li a {
    margin-bottom: 10px;
}
.rider-box-container {
    background-color: gray !important;
}
footer {
    padding-bottom: 1px;
}
.search-box-horizontal {
    padding: 15px 10px 0 !important;
}
.trailsearch-row {
    width: 100%;
    margin: auto;
}
.tab-sections .tl-round-wrap {
    padding: 10px;
}
.search-trials-btn {
    padding: 0 15px;
    text-align: center;
}
.search-trials-btn button {
    width: auto;
}
.add-btn {
    margin: 0 auto;
}
.gallery-photo a {
    display: block;
    position: relative;
    padding-top: calc(1 / 1 * 100%);
}
.gallery-photo a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.create-account {
    border-right: 1px solid #8a8a8a;
}
.user-accounts .create-account {
    padding: 30px 0;
}
.user-accounts .login-account {
    padding: 30px 0;
}
@media (min-width: 992px) {
    
}
@media (max-width: 992px) {
   
}
.icon-bar1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.icon-bar1 a {
    display: block;
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
}
.search-trials-btn button {
    width: auto;
}
.alert-message {
    color: #fff;
    background-color: #5c5656;
    border-color: #070707;
}
.camp-notes {
    display: flex;
}
.trail-popup {
    max-width: 800px;
    margin: 0 auto;
}
.no-space {
    padding: 0 !important;
}
.features .py-0 {
    padding: 0;
}
.file-upload {
    padding: 3px !important;
}
.p-10 {
    padding: 0 10px !important;
}
.mobile-menu {
    display: none;
}
.bootstrap-datetimepicker-widget {
    width: 100%;
    padding: 15px;
}
.nav-item .nav-link {
    transition: 0.5s;
}
.nav-item .nav-link:hover {
    color: #8a8a8a;
}
.horizontal {
    width: 100% !important;
    margin-left: 0 !important;
}
body.modal-open {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.image-area video {
    width: 100%;
    height: auto;
    padding: 10px;
}
.camp-page-btn:hover {
    color: white;
    box-shadow: none !important;
}
.logged-message {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.main-photo-upload {
    padding: 0.375rem !important;
    line-height: 1.2 !important;
}
.detail-restrictions {
    display: flex !important;
    align-items: center !important;
}
.custom-control label strong {
    padding-left: 15px;
}
.edit-trail {
    display: flex;
    flex-wrap: wrap;
}
.edit-trail .card {
    flex: auto;
}
.edit-trail .card-wrapper {
    transition: 0.9s;
    transform: scale(0.9);
    text-align: center;
}
.edit-trail .card-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}
.btn-span {
    display: inline-block;
}
.edit-trails-wrap {
    padding: 15px;
}
.btn i {
    font-size: 16px !important;
}
.navbar-dark .navbar-brand {
    align-items: center;
}
.input-group {
    margin-bottom: 10px;
}
#loading-image {
    width: 45px;
    height: 100%;
    margin-top: 1.5rem;
    margin-left: 10px;
}
.ride-loader {
    margin: 30% 50% 50% 46% !important;
    height: 80px !important;
    width: 79px !important;
}
.mypages-loader {
    margin-top: 0 !important;
}
.trail-btn {
    margin: 0 0 0 8px;
}
.StripeElement {
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.ElementsApp,
.ElementsApp .InputElement {
    color: #000 !important;
}
.upload-img-loading {
    margin-top: 0 !important;
    margin-bottom: 9px !important;
}
.horse-delete {
    position: absolute;
    right: 0;
    background-color: transparent;
}
.horse-delete,
i.fa-trash {
    font-size: 15px;
}
.horse-delete i.fa-trash:hover {
    color: red;
}
.footer_content {
    background: #111;
    margin: 0 25px;
    font-size: 12px;
    padding: 8px;
    letter-spacing: 1px;
}
.trail-search-loader {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
#camp-search-loader {
    margin-left: 109%;
    margin-top: -86px;
}

.gallery-file-upload {
    justify-content: center;
}

/* Camp and Trail completed popup */
.review-btn {
    background-color: #143d53;
    color: #dfdfdf;
    border: #143d53;
}
.review-btn:hover, .review-btn:active, .review-btn:focus {
    background-color: #143d53 !important;
    color: white;
    border: #143d53 !important;
    box-shadow: none !important;
}
.completed-btn {
    background-color: #3f5422;
    color: #dfdfdf;
    border: #3f5422;
}
.completed-btn:hover, .completed-btn:active, .completed-btn:focus {
    background-color: #3f5422 !important;
    color: white;
    border: #3f5422 !important;
    box-shadow: none !important;
}
.trail-page-btn:hover {
    color: white;
    box-shadow: none !important;
}

.swal2-html-container h4 {
    text-shadow: none !important;
    text-decoration: none;
    color: #d5853f;
    padding: 0px !important;
}

.swal2-title {
    text-shadow: none !important;
    font-size: 1.5rem !important;
}

.user-name {
    font-size: 23px;
    font-family: Garamond, serif;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em #000;
    overflow-wrap: break-word;
}

#search-bar{
    text-indent: 20px;
    width:32%;
    border: 2px solid #d6d4d4;
    border-radius: 26px !important;
}
.search .fa-search{
    position: relative;
    top: 17px;
    left: 27px;
}
.friend-search {
    background-color: #143d53;
    border: #143d53;
}
.friend-search:hover, .friend-search:active{
    background-color: #143d53;
    border: #143d53;
}
.TrailReviewStar{
    text-align: center;
}
.fa-star{
    padding-right: 6px;
}