html,
body {
    /*overflow-x: hidden;*/ /* Prevent scroll on narrow devices */
}

body {
    color: #323232;
}

.sticky-top {
    z-index: 8 !important;
}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/* Set some base styles, so it is easy to see */
.skip-link {
    position: absolute;
    display: inline-block;
    padding: .375rem .75rem;
    line-height: 1;
    font-size: 1.25rem;
    background-color: rebeccapurple;
    color: white;
    /* Ensure the Y position is set to zero and any movement on the transform property */
    transform: translateY(0);
    transition: transform 250ms ease-in;
}
    /* When it is not focused, transform its Y position by its total height, using a negative value, so it hides above the viewport */
    .skip-link:not(:focus) {
        transform: translateY(-6rem);
    }

/* Links and buttons */
a {
    color: #34346F;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        color: #b41718;
        text-decoration: none;
    }

    a.skip-link {
        z-index: 999999999999;
        color: #fff !important;
    }

/* Buttons */
.btn {
    font-weight: 700 !important;
    /*color: #fff !important;*/
}

.btn-primary,
a.btn-primary,
.btn-primary:visited,
a.btn-primary:visited {
    background-color: #3567ca;
    border-color: #3567ca;
}

.btn-secondary,
a.btn-secondary,
.btn-secondary:visited,
a.btn-secondary:visited {
    background-color: #E2121D;
    border-color: #E2121D;
}

    .btn-secondary:hover,
    a.btn-secondary:hover,
    .btn-secondary:active,
    a.btn-secondary:active,
    .btn-secondary:focus,
    a.btn-secondary:focus,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        background-color: #b41718;
        border-color: #b41718;
    }

.btn-info,
a.btn-info,
.btn-info:visited,
a.btn-info:visited {
    background-color: #117CB6;
    border-color: #117CB6;
}

    .btn-info:hover,
    a.btn-info:hover,
    .btn-info:active,
    a.btn-info:active,
    .btn-info:focus,
    a.btn-info:focus,
    .btn-info:not(:disabled):not(.disabled).active,
    .btn-info:not(:disabled):not(.disabled):active,
    .show > .btn-info.dropdown-toggle {
        background-color: #349ed5;
        border-color: #349ed5;
    }
.btn-success,
a.btn-success,
.btn-success:visited,
a.btn-success:visited {
    background-color: #34346F !important;
    border-color: #34346F !important;
}

.btn:active {
    background-color: initial !important; /* Revert to the default background color */
    border-color: initial !important; /* Revert to the default border color */
    color: initial !important; /* Revert to the default border color */
    box-shadow: none !important; /* Remove the default box-shadow */
}

    .btn-success:hover, .btn-success:active, .btn-success:focus-visible {
        background-color: #34346F !important;
        border-color: #34346F !important;
        filter: brightness(120%) !important;
    }

h1 {
    font-weight: 700;
}

h2 {
    color: #E7131D;
    font-size: 30px;
    font-weight: 500;
}

    h2.fs-3 {
        color: #E7131D;
        font-size: 28px;
        font-weight: 500;
    }

    h2.inv-price {
        font-size: 2rem !important;
        font-weight: 600 !important;
        margin-bottom: 0 !important;
    }

/* Typography */
h1.text-responsive {
    font-size: 6vw;
}

h2.text-responsive {
    font-size: 5.75vw;
}

h3.text-responsive {
    font-size: 5.5vw;
}

h4.text-responsive {
    font-size: 5.25vw;
}

h5.text-responsive {
    font-size: 5vw;
}

h6.text-responsive {
    font-size: 4.75vw;
}

@media screen and (min-width: 577px) {
    h1.text-responsive {
        font-size: 3vw;
    }

    h2.text-responsive {
        font-size: 2.75vw;
    }

    h3.text-responsive {
        font-size: 2.5vw;
    }

    h4.text-responsive {
        font-size: 2.25vw;
    }

    h5.text-responsive {
        font-size: 2vw;
    }

    h6.text-responsive {
        font-size: 1.75vw;
    }
}

/* Background and supporting colors */
.bg-primary {
    background-color: #3567ca !important;
}

.bg-info-light {
    background-color: #d7edfa;
}

.bg-white-trans {
    background-color: rgba(255, 255, 255, .8);
}

/* Form elements */
.form-label {
    margin-bottom: .15rem;
    font-size: .8rem;
}

/* Navbar */
nav.navbar a.nav-link {
    color: #fff;
    text-transform: uppercase;
}

/* Navbar toggler */
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem;
    color: #1d4095;
}

f
ion-fill-mode: both;
-webkit-.3s;
animation-fill-mode: both;
-webkit-animmation-ffil
/* Animate navbar dropdown menu(s) */
.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


/* Offscreen column (slides from right side of viewport to the left). Can be used for the Filter or any other content types. */
@media screen and (max-width: 1200px) {
    .offcanvas-collapse {
        position: fixed;
        z-index: 9;
        top: 75px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 2rem;
        padding-left: 2rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(29,63,149,.9);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

        .offcanvas-collapse.open {
            visibility: visible;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }
}

@media screen and (max-width:767px) {
    .card-header {
        padding: .75rem .5rem;
    }

    .card-body {
        padding: 1rem .5rem;
    }
}


/* Tabs (desktop/laptop) to Collapse (touch devices) 
.nav-tabs {
  display:none;
}
.tab-content {
  border-left: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
  border-right: 2px solid #f7f7f7;
}
#content .card {
  border: 0;
}
@media screen and (min-width:768px) {
  .nav-tabs {
    display: flex;
  }
  .card .accordion-header[role="tab"] {
    display:none;
  }  
  .card .collapse{
    display:block;
  }
}
@media screen and (max-width:767px){
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

#explore-by-type a,
#explore-by-type a:visited {
  border-radius: .35rem;
  color: #f88818;
}
#explore-by-type a:hover,
#explore-by-type a:active {
  background: #f8fafb;
}
.explore-type-title {
  display: block;
  color: #3567ca;
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .explore-type-title {
    font-size: .8rem;
  }
}*/

/* Hero Search */
.hero-searchBG1 {
    background: #3567ca;
}

.hero-searchBG2 {
    background: #3567ca;
}

.hero-searchBG3 {
    background: #3567ca;
}

.imageVideoModalButton {
    font-size: .8rem;
    color: #3567ca;
    padding: .15rem .3rem;
    background-color: #fff;
    display:flex;
    justify-content: center;
    align-items: center;
}

.listFavoriteButton {
    color: #3567ca;
    padding: .5rem .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid gainsboro;
}

    .listFavoriteButton:hover {
        filter: brightness(95%);
    }

.favoriteCompareDesktop {
    right: -18%;
    top: 1%;
}

@media screen and (max-width: 1200px) {
    .listFavoriteButton, .btn-outline-secondary {
        color: #3567ca;
        background-color: #fff;
        border-radius: .25rem;
        border: 1px solid #0d6efd !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 1200px) and (orientation: landscape) {
    .listFavoriteButton {
        border-left: none !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) and (orientation: landscape) {
    .listFavoriteButton {
        padding: .5rem .25rem !important;
    }

}

@media screen and (min-width: 992px) {
    .listFavoriteButton {
        color: #3567ca;
        padding: .5rem .75rem;
        background-color: #fff;
        border-radius: .25rem;
        border: 1px solid gainsboro;
        white-space: nowrap;
        border-left: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}


/* Footer collapse on mobile */
@media screen and (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }

    .hero-searchBG1 {
        background: url("../images/bg/RVUSA-BKG-3.jpg") no-repeat center center;
        background-size: cover;
    }

    .hero-searchBG2 {
        background: url("../images/bg/RVUSA-BKG-4.jpg") no-repeat center center;
        background-size: cover;
    }

    .hero-searchBG3 {
        background: url("../images/bg/RVUSA-BKG-5.jpg") no-repeat center center;
        background-size: cover;
    }
}

footer {
    color: #b1cbff;
}

    footer a,
    footer a:visited {
        color: #fff;
    }

#hot-deal {
    position: absolute;
    top: -.3rem;
    right: -.3rem;
}

.breadcrumb {
    --bs-breadcrumb-font-size: 0.7rem;
}

.breadcrumbs {
    font-size: 10px;
    color: #abb1bf;
    display: block;
    padding: 10px 0;
}

    .breadcrumbs a {
        color: #abb1bf;
        text-decoration: underline;
    }

        .breadcrumbs a:hover {
            color: #666;
        }


/* Featured Units */
#sidebar {
    position: static;
    clear: both;
    padding-top: 25px;
}

#sidebar-block {
    background: #efefef;
    border-radius: 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    text-align: center;
    min-height: 797.4px;
    position: relative;
}

    #sidebar-block .getpriceinfo-btn {
        background: #34346F;
        border: 1px solid #34346F;
        color: #fff;
        display: inline-block;
        padding: 2px !important;
        border-radius: 5px;
        margin: 2px;
        font-size: 14px;
    }

        #sidebar-block .getpriceinfo-btn:hover {
            background: #009933;
            cursor: pointer !important;
        }

.featured-title {
    display: block;
    border-radius: 7px 7px 0 0;
    background: #112b70;
    min-height: 49.6px;
}

    .featured-title h3 {
        color: #fff;
        border-radius: 7px 7px 0 0;
        padding: 5px;
        margin: 0;
    }

.change-city-sidebar {
    margin: 10px 10px 43px 10px;
}

    .change-city-sidebar a {
        background: #3f8ee1;
        /* Old browsers */
        border-radius: 5px;
        box-shadow: 2px 2px 0 1px rgba(0, 0, 0, 0.15);
        color: #fff;
        display: block;
        float: right;
        font-weight: 600;
        padding: 2px 10px 4px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

        .change-city-sidebar a:hover {
            color: #fff;
            text-decoration: none;
            background: #ef4035;
            /* Old browsers */
        }

.featured-listing {
    display: inline-block;
    width: 100%;
    padding: 5px;
    transition: all .2s ease;
}

    .featured-listing:hover {
        background: none repeat scroll 0 0 rgba(10, 43, 78, 0.05);
        transition: all .2s ease;
        text-decoration: none;
    }

#sidebar {
    position: static;
    clear: both;
    padding-top: 25px;
}

#sidebar-block {
    background: #efefef;
    border-radius: 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    text-align: center;
    min-height: 797.4px;
    position: relative;
}

    #sidebar-block .getpriceinfo-btn {
        background: #34346F;
        border: 1px solid #34346F;
        color: #fff;
        display: inline-block;
        padding: 2px !important;
        border-radius: 5px;
        margin: 2px;
        font-size: 14px;
    }

        #sidebar-block .getpriceinfo-btn:hover {
            background: #009933;
            cursor: pointer !important;
        }


.inventory__unit__container {
    box-shadow: 0px 0px 6px #ccc;
    background: #fff;
}

#mainNav .dropdown-menu {
    padding: 5px;
    background: #fff;
    text-align: left;
    min-width: 18em;
    left: -10px;
    margin-top: 7px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.1);
    border-top: solid 5px #ef4035;
}

    #mainNav .dropdown-menu .dropdown-item {
        padding: 5px 10px;
        border-radius: 5px;
        color: #112b70;
        text-transform: none;
        font-weight: 700;
    }

        #mainNav .dropdown-menu .dropdown-item:hover {
            background: #dadce0;
        }

#mainNav .nav-link {
    font-weight: 700;
}

#mainNav > .navbar-nav > div.nav-item:hover,
#mainNav > .navbar-nav > a.nav-link:hover {
    color: #fff;
    background: none repeat scroll 0 0 rgba(255,255,255,.4);
}

#mainNav > .navbar-nav > a.btn-secondary:hover {
    background-color: #E2121D !important;
    border-color: #E2121D !important;
    filter: brightness(80%);
}

.siteMaster__topAd img {
    max-width: 100% !important;
}

.multiselect__placeholder {
    color: #737373 !important;
}

footer .accordion-button {
    color: #fff;
}

.accordion-button:not(.collapsed) {
    color: #fff;
}

#fs-sticky-footer {
    background-color: rgba(206, 206, 206, 0.5) !important;
    height: auto !important;
    min-height: 90px !important;
}

#rvusa_leaderboard_mid > div {
    max-width: 100% !important;
}


.plat-feat::after {
    content: "";
    background-image: url(/images/plat-flag-3.png);
    background-repeat: no-repeat;
    top: 2px;
    right: 0;
    position: absolute;
    width: 200px;
    height: 30px;
}

.plat-feat-side {
    position: relative;
}

    .plat-feat-side::after {
        content: "";
        background-image: url(/images/plat-flag-3.png);
        background-repeat: no-repeat;
        top: -9px;
        right: 0;
        position: absolute;
        width: 200px;
        height: 30px;
    }
