/* ===============================
    Site Variant Overview
    home-g1
    header-g1
    nav-standard
    home-hero-1
    types-bar-fullbar
    rotating-banners-full
    highlighted-services-card-short
    featured-rvs-standard
    welcome-section-half-image
    lifestyle-links-buttons
    shop-your-way-cards
    reviews-standard
    brand-section-standard
    footer-g1
    social-icons-
    locations-colorbox-g1
=============================== */
/* /variables */
/* ======================================= 
     Variables 
========================================= */

:root {
  --primary-bg-color: #376A65;
  --primary-text-color: #ffffff;
  --primary-hover-color: #2F4A1F;
  --secondary-bg-color: #DD7308;
  --secondary-text-color: #fff;
  --secondary-hover-color: #2F4A1F;
  --tertiary-bg-color: #203A60;
  --tertiary-text-color: #fff;
  --tertiary-hover-color: #192e4c;
  --accent-bg-color: #FEBA01;
  --accent-text-color: #fff;
  --accent-hover-color: #a80d1b;
  --body-font-family: brandon-grotesque, sans-serif;
  --headline-font-family: dogma-bold, sans-serif;
}
/* /grid */
/* ====================================== 
    Grid 
======================================== */

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg { display: none !important; }
}
.visible-xl-block, .visible-xl-inline, .visible-xl-inline-block, .visible-xl { display: none !important; }

@media (min-width: 1600px) {
  .container { width: 1570px; max-width: 1570px; }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { float: left }
  .col-xl-12 { width: 100% }
  .col-xl-11 { width: 91.66666667% }
  .col-xl-10 { width: 83.33333333% }
  .col-xl-9 { width: 75% }
  .col-xl-8 { width: 66.66666667% }
  .col-xl-7 { width: 58.33333333% }
  .col-xl-6 { width: 50% }
  .col-xl-5 { width: 41.66666667% }
  .col-xl-4 { width: 33.33333333% }
  .col-xl-3 { width: 25% }
  .col-xl-2 { width: 16.66666667% }
  .col-xl-1 { width: 8.33333333% }
  .col-xl-pull-12 { right: 100% }
  .col-xl-pull-11 { right: 91.66666667% }
  .col-xl-pull-10 { right: 83.33333333% }
  .col-xl-pull-9 { right: 75% }
  .col-xl-pull-8 { right: 66.66666667% }
  .col-xl-pull-7 { right: 58.33333333% }
  .col-xl-pull-6 { right: 50% }
  .col-xl-pull-5 { right: 41.66666667% }
  .col-xl-pull-4 { right: 33.33333333% }
  .col-xl-pull-3 { right: 25% }
  .col-xl-pull-2 { right: 16.66666667% }
  .col-xl-pull-1 { right: 8.33333333% }
  .col-xl-pull-0 { right: auto }
  .col-xl-push-12 { left: 100% }
  .col-xl-push-11 { left: 91.66666667% }
  .col-xl-push-10 { left: 83.33333333% }
  .col-xl-push-9 { left: 75% }
  .col-xl-push-8 { left: 66.66666667% }
  .col-xl-push-7 { left: 58.33333333% }
  .col-xl-push-6 { left: 50% }
  .col-xl-push-5 { left: 41.66666667% }
  .col-xl-push-4 { left: 33.33333333% }
  .col-xl-push-3 { left: 25% }
  .col-xl-push-2 { left: 16.66666667% }
  .col-xl-push-1 { left: 8.33333333% }
  .col-xl-push-0 { left: auto }
  .col-xl-offset-12 { margin-left: 100% }
  .col-xl-offset-11 { margin-left: 91.66666667% }
  .col-xl-offset-10 { margin-left: 83.33333333% }
  .col-xl-offset-9 { margin-left: 75% }
  .col-xl-offset-8 { margin-left: 66.66666667% }
  .col-xl-offset-7 { margin-left: 58.33333333% }
  .col-xl-offset-6 { margin-left: 50% }
  .col-xl-offset-5 { margin-left: 41.66666667% }
  .col-xl-offset-4 { margin-left: 33.33333333% }
  .col-xl-offset-3 { margin-left: 25% }
  .col-xl-offset-2 { margin-left: 16.66666667% }
  .col-xl-offset-1 { margin-left: 8.33333333% }
  .col-xl-offset-0 { margin-left: 0 }
  .visible-xl { display: block !important; }
  table.visible-xl { display: table; }
  tr.visible-xl { display: table-row !important; }
  th.visible-xl, td.visible-xl { display: table-cell !important; }
  .visible-xl-block { display: block !important; }
  .visible-xl-inline { display: inline !important; }
  .visible-xl-inline-block { display: inline-block !important; }
  .hidden-xl { display: none !important; }
}
/* /global */
/* ================================= 
    Global
=================================== */
body { background: #fff; font-size: 16px; color: #000; font-family: var(--body-font-family); }
hr { border-color: #ddd; }
.well-xs {  padding: 2px;}
.well-hollow {  background-color: transparent;}
div, a { outline: none; }
ul { list-style: none; }
a { -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; }
a[href^="tel:"]:hover, a[href^="sms:"]:hover {text-decoration: none; cursor: pointer; color: inherit; }
img {max-width: 100%;height: auto;}
.map img { max-width: none; }
.clear { clear: both; }
img.pull-left { margin-right: 15px; }
img.pull-right { margin-left: 15px; }
.pull-right.img-block, .pull-left.img-block { display: block;  float: none !important;  margin: 20px auto; }
a, a:active, a:focus { outline: none !important; }
a.fade { display: block; opacity: 1; }
a.fade:hover { opacity: 0.7; }
.recaptcha-container {  transform: scale(0.77);  -webkit-transform: scale(0.77);  transform-origin: 0 0;  -webkit-transform-origin: 0 0; margin-bottom: 20px;}
.headline { text-align: center; }

/* Embedded Videos */
.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe { border: none; }
a, a:active, a:focus { outline: none !important; }
::-moz-focus-inner { border: 0 !important; }

h1, .h1, h2, .h2 ,h3, .h3 ,h4, .h4, .headline {margin: 30px 0;font-weight: 700;font-family: var(--headline-font-family);}
.headline-accent { font-family: rollerscript-smooth, sans-serif; font-size:42px; }
h1, .h1 { font-size: 42px; text-transform: uppercase; }
h2, .h2 { font-size: 28px; text-transform: uppercase; }
h3, .h3 { font-size: 20px; text-transform: uppercase; }
h4, .h4 { font-size: 16px; text-transform: uppercase; }

@media (min-width: 480px) {
  img.pull-left { margin-right: 30px; margin-bottom: 10px; }
  img.pull-right { margin-left: 30px; margin-bottom: 10px; }
  .pull-right.img-block { float: right !important; margin: 0 0 10px 30px; }
  .pull-left.img-block { float: left !important; margin: 0 30px 10px 0; }
}

@media (min-width: 768px) {
  .pl-50 { padding-left: 50px; }
  .recaptcha-container {transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
   h1, .h1, .headline {font-weight: 700;font-size: 45px;}
}

/* ==========================================================================
  IRV Listings
========================================================================== */
.no-units-text { margin-bottom: 40px; font-size: 18px; }
.Hide { display: none; visibility: hidden; }
/* Custom Listing Styling */
ul.InventoryTagFourPanel li img { margin-right: 10px !important; }
.InventoryTagFourPanel { float: right; }
.listingToolbar { background: #dddddd; border: 1px solid #cccccc; margin-bottom: 10px;}
.listingPagination { padding: 5px; line-height: 32px; clear: both; }
.listingPagination label { margin-right: 10px; }
.listingPagination select { width: auto; padding: 6px 4px; }
.listingPagination #sortOptions { width: 160px; float: left; margin-right: 20px; }
.listingPagination a.btnGridMode, .listingPagination a.btnListMode { cursor: pointer; background: #fff; padding: 4px 8px 2px 8px; border: 1px solid #ccc; color: #333333; -o-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.listingPagination a.btnGridMode i,
.listingPagination a.btnListMode i { font-size: 14px; }
.listingPagination a.btnGridMode:hover, .listingPagination a.btnListMode:hover { background: #ccc; }
.listingToolbar .row { margin-left: -5px; margin-right: -5px; }
.listingToolbar [class*="col-"] { padding-left: 5px; padding-right: 5px; }
.listingToolbar, .listingToolbar select { font-size: 12px; }
.bottomPaging .itemCount { display: none; }
.bottomPaging .page-size-wrapper { margin-top: 20px; }
.unitListHeader h2 {clear: both;color: #fff;background: var(--primary-bg-color);padding: 14px 20px;margin: 0px;border-radius: 10px 10px 0 0;font-size: 24px;text-transform: uppercase;}
.unit-list .change-zip-link { line-height: 30px; }
#change-zip-dialog { padding: 10px; }
#change-zip-dialog form { padding: 30px; }
#change-zip-dialog .h3 { margin-top: 0; }
/* Recently Viewed (Sidebar) */
aside .recently-viewed .unit .unit-title { font-size: 13px; margin: 10px 0; height: auto; }
aside .recently-viewed .unit .pricingContainer { display: none; }
/* Unit List Compare feature */
.compareContainer { display: none; }
/* Favorites Container */
.favorite-container { text-align: left; padding-left: 0; }
/* Jump to Type Links */
.listing-jump-to-links { float: left; position: relative; }
.jump-to-link-popup { position: absolute; top: 30px; left: 0; z-index: 1000; background: white; width: 280px; padding: 10px; border: 1px solid #ddd; -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }
.jump-to-type-link { display: block; }
.jump-to-type-link.selected { font-weight: bold; color: #333; }
.jump-to-type-count { color: #999; }
.no-units-text p { margin-bottom: 40px; font-size: 18px; }
p.disclaimer-main { font-size: 14px; font-weight: normal; }

/* ==========================================================================
   NEW Listing Toolbar
========================================================================== */
.listingPagination { line-height: 1em; padding: 8px 10px 3px 10px; }
.listingToolbar div { display: inline-block; }
.listing-toolbar-inner { display: block; width: 100%; }
.visible-item-count, .page-size-inner-wrapper, .page-size-wrapper-parent,
.sort-options-wrapper { float: left; margin-right: 15px; }
.bottomPaging .visible-item-count,
.bottomPaging .page-size-inner-wrapper,
.bottomPaging .page-size-wrapper-parent,
.bottomPaging .sort-options-wrapper { margin-right: 0; }
.page-size-inner-wrapper { margin-right: 0; }
.page-size-wrapper { line-height: 30px; }
.mode-options-wrapper { float: right; }
.mode-options-wrapper, .page-size-inner-wrapper { display: none !important; }
.listingPagination a.btnGridMode, .listingPagination a.btnListMode { vertical-align: top; }
.listingPagination label { margin-right: 10px; margin-bottom: 0; }
.btn-toolbar-favorites { float: right; margin-right: 15px; cursor: pointer; background: #fff; font-size: 12px !important; padding: 6px 8px 4px 8px; border: 1px solid #ccc; color: #333333; -o-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.btn-toolbar-favorites:hover { background: #eee; }
.btn-toolbar-favorites i { color: #aaa; }
.btn-toolbar-favorites.favorites-count-wrapper.favorite-selected i { color: red; }
.favorites-btn-label { display: none; }
.favorites-count { color: #888; }
.listingToolbar .popover { padding: 5px; line-height: 1.5em; max-width: 200px; background: #337ab7; border: solid 1px #337ab7; color: #fff; opacity: 1; }
.listingToolbar .popover.bottom .arrow:after { border-bottom-color: #337ab7; opacity: 1; }
.mobile-filter-link { font-size: 14px; font-weight: 700; line-height: 30px; float: right; }

@media (min-width: 768px) {
  .mode-options-wrapper, .page-size-inner-wrapper { display: inline-block !important; }
  .mobile-filter-link { margin-left: 20px; }
}

/* DETAIL V2 COLOR STYLES
================================================== */
.unit-list.list-mode .unit-overview-tile svg,
.unit-detail-v2 .favorite-container,
.unit-detail-v2 .btn-social-share button { color: var(--primary-bg-color); }

.unit-detail-v2 .show-unit-btn:before,
.unit-detail-v2 .hidden-header-contact-btns a:hover,
.unit-detail-v2 .btn-social-share button:hover,
.unit-detail-v2 .btn-social-share .btn-group.open .dropdown-toggle,
.unit-detail-v2 .favorite-container:hover,
.unit-list .dev-unit-media-img-more-details:after {background: var(--primary-bg-color);}

.unit-detail-v2 .show-unit-btn:hover, .unit-detail-v2 .show-unit-btn.active,
.unit-detail-v2 .detail-media-nav-wrapper img:hover, .unit-detail-v2 .detail-media-nav-wrapper img.active-thumbnail,
.unit-detail-v2 .hidden-header-contact-btns a:hover,
.unit-detail-v2 .btn-social-share button:hover,
.unit-detail-v2 .btn-social-share .btn-group.open .dropdown-toggle,
.unit-detail-v2 .favorite-container:hover,
.unit-list .unit.featured-unit .unit-media img { border-color: var(--primary-bg-color); }
.unit-list .unit.featured-unit { box-shadow: inset 0 0 0 2px var(--primary-bg-color); }
.unit-list .compare-container.selected.compare-enabled { background: var(--primary-bg-color); border-color: var(--primary-bg-color); color: var(--primary-text-color);}
.unit-list .unit-media .cycle-pager span.cycle-pager-active { background: var(--primary-bg-color); }
.unit-list .unit-media-cycle-prev:hover, .unit-list .unit-media-cycle-next:hover { color: var(--primary-bg-color); }
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { background-color: var(--primary-bg-color); border-color: var(--primary-bg-color); }

.unit-list ul.unit-media-links svg { fill: var(--primary-bg-color) !important; }
.unit-list .unit-overview-tile svg { color: #080129; }

@media (min-width: 992px) {
  .unit-list .listMode .unit.featured-unit { box-shadow: inset 0 2px 0 var(--primary-bg-color), inset 0 -2px 0 var(--primary-bg-color); }
}
@media (min-width: 1600px) {
  .unit-list .listMode .unit.featured-unit { box-shadow: inset 0 0 0 2px var(--primary-bg-color); }
}

/*  ===================================================
    DETAIL V2 DETAIL PAGE
====================================================== */
.unit-detail-v2 .btn-detail-secondary { text-align: center; border: 1px solid #ddd; background: #fff; color: #000; font-size: 14px; font-weight: 400; line-height: 1.5em; }
.unit-detail-v2 .prev-next-buttons { border-bottom: 0; }
.unit-detail-v2 .next-unit-btn { margin-left: 15px; }
.unit-detail-v2 .detailMediaPhotoPlayer { position: relative; }
.unit-detail-v2 .detailMediaPhotoPlayer ul.slides > li { list-style: none; height: 100%; max-height: 100%; width: 100%; }
.unit-detail-v2 .detailMediaPhotoPlayer img { border-radius: 2px; max-height: 100%; width: 100%; }
.unit-detail-v2 span.photo-label { display: block; background: rgba(0, 0, 0, 0.5); color: #fff; position: absolute; width: 100%; bottom: 0; font-weight: 400; padding: 5px; text-align: center; }
.unit-detail-v2 .unit-photo-nav { position: absolute; top: 35%; background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 28px; padding: 10px; z-index: 101; }
.unit-detail-v2 .unit-photo-nav:hover { background: rgba(0, 0, 0, 0.9); text-decoration: none; color: #fff; cursor: pointer; }
.unit-detail-v2 .LibraryDetail #detailMediaPhotos .sliderPrev, .unit-detail-v2 .LibraryDetail #detailMediaPhotos .sliderNext { display: none !important; }
.unit-detail-v2 .slides { margin: 0; }
.unit-detail-v2 .sliderPrev { left: 0; border-radius: 0 4px 4px 0; }
.unit-detail-v2 .sliderNext { right: 0; border-radius: 4px 0 0 4px; }
.unit-detail-v2 .btn-more-unit-photos { display: none; position: absolute; bottom: 15px; left: 15px; background: #f5f5f5; padding: 6px 15px; border-radius: 4px; font-size: 14px; font-weight: 700; }
.unit-detail-v2 .btn-more-unit-photos:hover { text-decoration: none; background: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
.unit-detail-v2 .modal-body { overflow: hidden; }
.unit-detail-v2 .btn-more-unit-photos { position: relative; text-align: center; padding: 0; left: auto; top: auto; bottom: auto; right: auto; border-radius: 0; }
.unit-detail-v2 .detail-breadcrumb-navigation { background: #fff; font-size: 14px; line-height: 50px; border-bottom: 1px solid #eee; }
.unit-detail-v2 .detail-breadcrumb-navigation a:hover { text-decoration: none; }
.unit-detail-v2 .detail-back-link { display: inline-block; }
.unit-detail-v2 .prev-next-wrapper { float: right; }
.unit-detail-v2 .detail-next-rv-link { margin-left: 30px; }
.unit-detail-v2 .unit-title { text-align: center; padding: 30px 5px 0 5px; }
.unit-detail-v2 .unit-title h1 { font-size: 21px; font-weight: 700; margin: 0; max-width: 500px; }
.unit-detail-v2 .unit-stock-info-wrapper { text-align: center; font-size: 12px; color: #777; margin: 10px 0 0; }
.unit-detail-v2 .unit-rv-type-wrapper, .unit-detail-v2 .unit-stock-number-wrapper, .unit-detail-v2 .unit-location-wrapper { display: inline-block; margin: 0 5px; }
.unit-detail-v2 .sales-pitch { display: block; margin: 15px auto 0 auto; font-weight: 400; color: red; font-style: italic; font-size: 13px; line-height: 1em; padding: 10px; text-align: center; }
.unit-detail-v2 .unit-tags { margin: 15px 0 0; text-align: center; }
.unit-detail-v2 .unit-tags img { display: inline-block; margin-right: 5px; }
.unit-detail-v2 .unit-tags img:last-child { margin-right: 0; }
.unit-detail-v2 .detail-media-nav-wrapper { position: relative; bottom: 0; width: 100%; background: rgba(17, 17, 17, 0.9); padding: 5px 15px; }
.unit-detail-v2 .detail-thumbnail-wrapper { display: block; position: relative; text-align: center; }
.unit-detail-v2 .detail-thumbnail-wrapper:hover { cursor: pointer; }
.unit-detail-v2 .detail-thumbnail-wrapper .pager-slider-prev, .unit-detail-v2 .detail-thumbnail-wrapper .pager-slider-next { display: inline-block; position: absolute; font-size: 24px; top: 6px; opacity: 0.5; color: #fff; background: none; border: 0; }
.unit-detail-v2 .detail-thumbnail-wrapper:hover .pager-slider-prev, .unit-detail-v2 .detail-thumbnail-wrapper:hover .pager-slider-next { opacity: 1; cursor: pointer; }
.unit-detail-v2 .detail-thumbnail-wrapper .pager-slider-prev { margin-right: 15px; left: 0; }
.unit-detail-v2 .detail-thumbnail-wrapper .pager-slider-next { margin-left: 10px; right: 0; left: auto; }
.unit-detail-v2 .detail-thumbnail-wrapper img { max-width: 60px; }
.unit-detail-v2 .gallery-pager { padding: 0; margin: 0 30px; display: inline-block; }
.detail-thumbnail-wrapper .fa-chevron-right:before { content: "\f0da"; }
.detail-thumbnail-wrapper .fa-chevron-left:before { content: "\f0d9"; }
.unit-detail-v2 .detail-media-nav-wrapper img { border-radius: 2px; border: 2px solid transparent; margin-right: 4px; }
.unit-detail-v2 .ddetail-media-nav-wrapper img:hover, .unit-detail-v2 .detail-media-nav-wrapper img.active-thumbnail { border-width: 2px; border-style: solid; }
.unit-detail-v2 .show-unit-btns { margin: 15px auto 5px auto; display: block; text-align: center; }
.unit-detail-v2 .show-unit-btn:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 100; opacity: 0.5; }
.unit-detail-v2 .show-unit-btn:after { content: ""; position: absolute; left: 0; top: 0; outline: 0 solid #fff; width: 100%; height: 100%; border: 2px solid #fff; opacity: 1;
z-index: 999; }
.unit-detail-v2 .show-unit-btn:hover, .unit-detail-v2 .show-unit-btn.active { cursor: pointer; border-width: 2px; border-style: solid; }
.unit-detail-v2 .btn-show-unit-images, .unit-detail-v2 .btn-show-unit-video, .unit-detail-v2 .btn-show-unit-360 { display: inline-block; position: relative; width: 80px; height: 62px; vertical-align: top; background-size: cover; text-align: center; z-index: 1; border: 2px solid transparent; }
.unit-detail-v2 .btn-show-unit-360 img { width: 100%; }
.unit-detail-v2 .btn-show-unit-images span, .unit-detail-v2 .btn-show-unit-video svg, .unit-detail-v2 .btn-show-unit-360 img.virtual-tour-icon { position: absolute; margin: auto; width: 50px; top: 18px; left: 0; right: 0; z-index: 9999; color: #fff; }
.unit-detail-v2 .btn-show-unit-images span { font-size: 21px; top: 15px; }
.unit-detail-v2 .btn-show-unit-video .fa-play-circle { font-size: 28px; top: 15px; }

.unit-detail-v2 .btn-show-unit-video .fa-play-circle:before { content: "\f144"; font-family: "Font Awesome 7 Pro"; color: #fff; font-style: normal; z-index: 999; position: absolute; top: 10px; left: 0; right: 0; }
.unit-detail-v2 #nav-detail-sections { z-index: 9999; background: #fff; top: 0; }
.unit-detail-v2 #nav-detail-sections ul { margin: 50px 0 0; display: table; text-align: left; padding: 0; list-style: none; border-bottom: 1px solid #ddd; width: 100%; }
.unit-detail-v2 #nav-detail-sections ul li { display: inline-block; }
.unit-detail-v2 #nav-detail-sections ul li a { display: inline-block; padding: 10px 25px; color: #656565; font-size: 16px; }
.unit-detail-v2 #nav-detail-sections ul li.active a, .unit-detail-v2 #nav-detail-sections ul li a:hover { background: #eee; text-decoration: none; color: #000; }
.unit-detail-v2 #nav-detail-sections i, .unit-detail-v2 #nav-detail-sections svg { display: none; color: #bbb; }
.unit-detail-v2 #nav-detail-sections.affix { border-bottom: 3px solid #ddd; }
.unit-detail-v2 #nav-detail-sections.affix ul { box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1); }
.unit-detail-v2 #nav-detail-sections.affix i, .unit-detail-v2 #nav-detail-sections.affix svg { display: inline-block; }
.unit-detail-v2 #detail-sidebar-cta-wrapper { padding: 30px 15px 0 15px; background: #fff; z-index: 9999; }
.unit-detail-v2 #detail-sidebar-cta-wrapper.affix-bottom { z-index: 999; position: absolute; }
.unit-detail-v2 .unit-pricing { font-size: 13px; margin-top: 20px; }
.unit-detail-v2 .unit-price-wrapper ul { list-style: none; margin: 0; padding: 0; }
.unit-detail-v2 .unit-price-wrapper li { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #ddd; clear: both; }
.unit-detail-v2 .unit-price-wrapper li:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.sale-price-wrapper { font-size: 16px; font-weight: 700; }
.unit-detail-v2 .sale-price-text, .unit-detail-v2 .reg-price-text, .unit-detail-v2 .you-save-text { float: right; }
.unit-detail-v2 .you-save-wrapper { color: red; }
.unit-detail-v2 .btn-glp { display: block; margin-top: 20px; padding-top: 10px; padding-bottom: 10px; font-weight: 700; text-transform: uppercase; }
.unit-detail-v2 a.btn-glp {
   background-color: #D21122;
   color: #fff;
   border: none;
}
.unit-detail-v2 a.btn-glp:hover {
   background-color: #a80d1b;
}
.unit-detail-v2 .unit-cta-btns { padding: 0 0 20px 0; text-align: center; margin-top: 30px; }
.unit-detail-v2 .unit-cta-btns ul { padding: 0; margin: 0; list-style: none; }
.unit-detail-v2 .unit-cta-btns li { margin-bottom: 10px; }
.unit-detail-v2 .unit-cta-btns li:last-child { margin-bottom: 0; }
.unit-detail-v2 .unit-cta-btns .btn { width: 100%; padding: 15px; font-size: 16px; }
.unit-detail-v2 .unit-action-links ul { margin: 0; padding: 0; list-style: none; font-size: 14px; text-align: center; }
.unit-detail-v2 .unit-action-links li { margin-bottom: 10px; }
.unit-detail-v2 .unit-action-links li:last-child { border-bottom: 0; }
.unit-detail-v2 .unit-action-links a:hover { text-decoration: none; }
.unit-detail-v2 .unit-action-links i, .unit-detail-v2 .unit-action-links svg { margin-right: 8px; }
.unit-detail-v2 .unit-action-links i:before { width: 14px; text-align: center; }
.unit-detail-v2 .secondary-cta-wrapper .link-sendtofriend, .unit-detail-v2 .secondary-cta-wrapper .link-printpage, .unit-detail-v2 .secondary-cta-wrapper .link-brochure { display: none; }
.unit-detail-v2 #section-detail-overview { padding: 10px 0px 30px 0; }
.unit-detail-v2 .detail-share-btns-wrapper { margin: 30px 0; text-align: center; font-size: 12px; }
.unit-detail-v2 .favorite-container { display: inline-block; margin-right: 5px; }
.unit-detail-v2 .btn-detail-print span { display: none; }
.unit-detail-v2 .btn-social-share { text-align: center; position: relative; font-size: 14px; display: inline-block; margin-left: 5px; }
.unit-detail-v2 .btn-social-share .btn-detail-share { font-weight: normal; border: 1px solid #ddd; font-size: 12px; }
.unit-detail-v2 .favorite-container, .unit-detail-v2 .btn-social-share button { border: 1px solid #ddd; background: #fff; border-radius: 30px; padding: 6px 15px 4px 15px; vertical-align: top; }
.unit-detail-v2 .btn-social-share button:hover, .unit-detail-v2 .btn-social-share .btn-group.open .dropdown-toggle { color: #fff; box-shadow: none; border-width: 1px; border-style: solid; }
.unit-detail-v2 .btn-social-share .dropdown-menu {  background: white;  margin: 0 auto;padding: 0 0 15px 0;  font-size: 13px;  line-height: 1em;  box-shadow: none;  left: -55px;  top: 45px;  border-color: #ddd;}
.unit-detail-v2 .btn-social-share .dropdown-menu:after,.unit-detail-v2 .btn-social-share .dropdown-menu:before {  bottom: 100%;  left: 50%;  border: solid transparent;  content: " ";  height: 0;  width: 0;  position: absolute;  pointer-events: none;}
.unit-detail-v2 .btn-social-share .dropdown-menu:after {  border-color: rgba(255, 255, 255, 0);  border-bottom-color: #fff;  border-width: 11px;  margin-left: -11px;}
.unit-detail-v2 .btn-social-share .dropdown-menu:before {  border-color: rgba(221, 221, 221, 0);  border-bottom-color: #ccc;  border-width: 12px;  margin-left: -12px;}
.unit-detail-v2 .btn-social-share .dropdown-menu li {  margin-bottom: 5px;}
.unit-detail-v2 .btn-social-share li.title {  display: block;  font-weight: 700;  text-transform: uppercase;  margin: 30px 0 15px 0;  padding-left: 25px;  color: #000;}
.unit-detail-v2 .btn-social-share .dropdown-menu a {  padding: 5px 25px;}
.unit-detail-v2 .btn-social-share .dropdown-menu li a {  color: #333;}
.unit-detail-v2 .btn-social-share .dropdown-menu li a:hover {  color: #333;  background: #eee;}
.unit-detail-v2 .btn-social-share .dropdown-menu i,.unit-detail-v2 .btn-social-share .dropdown-menu svg {  background: #ebecee;  color: #0f53a4;  width: 30px;  height: 30px;  display: inline-block;  font-size: 16px;  border-radius: 50%;  text-align: center; line-height: 1em;  padding-top: 8px;  margin-right: 5px;}
.unit-detail-v2 .btn-social-share i.fa-facebook-f,.unit-detail-v2 .btn-social-share svg.fa-facebook-f {  background: #3858a1;  color: #fff;}
.unit-detail-v2 .btn-social-share i.fa-x-twitter,
.unit-detail-v2 .btn-social-share svg.fa-twitter {  background: #61a3df;  color: #fff;}
.unit-detail-v2 .btn-social-share i.fa-pinterest,
.unit-detail-v2 .btn-social-share svg.fa-pinterest-p {  background: #b32e0f;  color: #fff;}
.unit-detail-v2 .favorite-container.checkbox label {  padding-left: 0;  font-size: 12px;}
.unit-detail-v2 .favorite-container ::-moz-selection {  background: white;}
.unit-detail-v2 .favorite-container ::selection {  background: white;}
.unit-detail-v2 .favorite-container:hover {  color: #fff;  border-width: 1px;  border-style: solid;}

@-webkit-keyframes fa-beat {
  0% { -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2);  }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);  }
}

@keyframes fa-beat {
  0% { -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2);  }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);  }
}

input[type="checkbox"].favorite:checked + i {  position: relative;  -webkit-animation: fa-beat 0.4s ease;  animation: fa-beat 0.4s ease;}
input[type="checkbox"].favorite:checked + i + span {  -webkit-transition: all 0.4s ease;  transition: all 0.4s ease;}
input[type="checkbox"].favorite {  display: none;}
input[type="checkbox"].favorite + i:before {  font-family: "Font Awesome 7 Pro";  font-size: 14px;  height: 10px;  width: 16px;  display: inline-block;  font-style: normal;}
input[type="checkbox"].favorite + i:before {  content: "\f004";}
input[type="checkbox"].favorite:checked + i:before {  content: "\f004";  color: red;}

.unit-detail-v2 .favorite-container {  margin: 0;  padding: 3px 15px 4px 15px;}
.unit-detail-v2 .btn-detail-print {  padding: 6px 8px 4px 10px;  margin: 0;}
.unit-detail-v2 .btn-detail-print span {  display: none;}
.unit-detail-v2 .compare-unit-header {  margin: 0;  position: relative;  width: 100%;  height: auto;  padding: 0;  border: 0;  box-shadow: none;}
.unit-detail-v2 .compare-unit-header .favorite-container {  position: absolute;  top: 5px;  right: 5px;  background: none;  border: 0;  color: #fff;}
.unit-detail-v2 .compare-unit-header .favorite-container i {  line-height: 1em;}
.unit-detail-v2 .compare-unit-header .favorite-container input[type="checkbox"].favorite + i:before {  font-weight: 700 !important;  font-size: 24px !important;  width: 24px;  height: 24px;  line-height: 1em;}
.unit-detail-v2 .compare-unit-header .favorite-container span {  display: none;}
.unit-detail-v2 .search-all-smilar-rvs a {  display: block;  text-align: center;  margin: 50px 0 0;  text-decoration: underline;}
.unit-detail-v2 .secondary-cta-wrapper {  width: 100%;  display: table;}
.unit-detail-v2 .secondary-cta-wrapper button {  width: 100%;}
.unit-detail-v2 .secondary-cta-wrapper a,.unit-detail-v2 .secondary-cta-wrapper button {  font-size: 12px;  border: 1px solid #ddd;  background: #fff;color: #000;  padding: 8px 5px;  display: block;  border-radius: 4px;  line-height: 1em;}
.unit-detail-v2 .secondary-cta-wrapper a:hover,.unit-detail-v2 .secondary-cta-wrapper button:hover {  background: #eee;}
.unit-detail-v2 .secondary-cta-wrapper a i,.unit-detail-v2 .secondary-cta-wrapper a svg,.unit-detail-v2 .secondary-cta-wrapper button i,.unit-detail-v2 .secondary-cta-wrapper button svg {  font-size: 14px;  height: 22px;  display: inline-block;  line-height: 1em;  position: relative;  top: 0;  margin-right: 2px;  fill-opacity: 0.5;}
.unit-detail-v2 .secondary-cta-wrapper a span,
.unit-detail-v2 .secondary-cta-wrapper button span {  display: inline-block;  text-align: left;  line-height: 1em;  position: relative;  vertical-align: top;  top: 5px;}
.unit-detail-v2 .secondary-cta-wrapper a span span,
.unit-detail-v2 .secondary-cta-wrapper button span span {  display: inline-block;  top: 0;}
.unit-detail-v2 .secondary-cta-wrapper img {  margin-right: 5px;}
.unit-detail-v2 .detail-overview-tiles ul {  list-style: none;  padding: 0;  margin: 0 20px 0 0;  display: inline-block;  vertical-align: top;  width: 45%;}
.unit-detail-v2 .detail-overview-tiles ul:last-child {  margin-right: 0;}
.unit-detail-v2 .detail-overview-tiles li {  position: relative;  background: none;  display: block;  text-align: left;  width: auto;  padding: 5px 0 5px 30px;  margin: 0 0 0px 0;  line-height: 1em;  font-weight: 700;}
.unit-detail-v2 .detail-overview-tiles li i,.unit-detail-v2 .detail-overview-tiles li svg {  position: absolute;  left: 0px;  top: 6px; max-width: 25px;  height: 1em;  opacity: 0.3;  font-size: 18px;}
.unit-detail-v2 .overview-tile-title {  display: inline-block;  font-weight: 700;  margin-bottom: 0;  position: relative;  top: 2px;  font-size: 14px;}
.unit-detail-v2 .overview-tile-title:nth-child(2) {  display: block;}
.unit-detail-v2 .detail-overview-tiles .see-all-specs {  display: block;  text-align: left;  font-size: 12px;  margin-top: 15px;  text-decoration: underline;  color: #777;}
.unit-detail-v2 .see-all-specs {  text-align: left;  display: block;  font-size: 14px;  text-decoration: underline;  margin-top: 15px;}
.unit-detail-v2 .unit-info {  display: block;  padding: 30px; background: #f5f5f5;  margin: 0 -15px;}
.unit-detail-v2 .unit-info ul {  margin: 0;  padding: 0;  list-style: none;}
.unit-detail-v2 .unit-info li {  background: #fff;  border: 1px solid #ddd; font-size: 16px;  font-weight: 700;  border-radius: 4px;  margin-bottom: 10px;}
.unit-detail-v2 .unit-info a {  padding: 15px 0;  display: block;  width: 90%;  margin: 0 auto;  position: relative;}
.unit-detail-v2 .unit-info a:hover,.unit-detail-v2 .unit-info a:focus {  text-decoration: none;}
.unit-detail-v2 .unit-info a:after {  content: "\f105";  font-family: "Font Awesome 7 Pro";  position: absolute;  right: 0;}
.unit-detail-v2 .unit-detail-feature-modal .modal-dialog,.unit-detail-v2 .unit-detail-description-modal .modal-dialog {  margin: 0;  padding: 0;  z-index: 9999;}
.unit-detail-v2 .unit-detail-feature-modal .modal-header,.unit-detail-v2 .unit-detail-description-modal .modal-header {  text-align: center;}
.unit-detail-v2 .unit-detail-feature-modal .modal-title,.unit-detail-v2 .unit-detail-description-modal .modal-title {  font-weight: 700;  text-transform: uppercase;}
.unit-detail-v2 .unit-detail-feature-modal .modal-content,.unit-detail-v2 .unit-detail-description-modal .modal-content {  border: 0;  -webkit-box-shadow: none;  box-shadow: none;border-radius: 0;}
.unit-detail-v2 .unit-detail-feature-modal .modal-body,.unit-detail-v2 .unit-detail-description-modal .modal-body {  max-height: calc(100vh - 56px);  overflow-y: auto;  min-height: calc(100vh - 56px);}
.unit-detail-v2 .unit-detail-feature-modal .close,.unit-detail-v2 .unit-detail-description-modal .close {  float: left;  opacity: 1;  font-size: 24px;  position: relative;  left: 10px;}
.unit-detail-v2 .modal.unit-detail-feature-modal.fade:not(.in) .modal-dialog,.unit-detail-v2 .modal.unit-description-feature-modal.fade:not(.in) .modal-dialog {  -webkit-transform: translate3d(125%, 0, 0);  transform: translate3d(125%, 0, 0);}
.unit-detail-v2 .detail-img-floorplan {  text-align: center;  margin: 60px auto 40px auto;}
.unit-detail-v2 #section-detail-floorplan {  text-align: center;}
.unit-detail-v2 .detail-img-floorplan {  margin: 0;  text-align: center;  padding-left: 30px;}
.unit-detail-v2 .detail-floorplan-btn-wrapper {  display: table;  margin: 30px auto;}
.unit-detail-v2 .detail-img-floorplan-brand-icon {  display: block;  margin: 30px auto 0 auto;  text-align: center;  max-width: 200px;}
.unit-detail-v2 .btn-detail-brochure .btn {  display: block;  margin: 15px;}
.unit-detail-v2 ul.detail-unit-reviews {  margin: 0;  padding: 0;  list-style: none;  text-align: center;}
.unit-detail-v2 ul.detail-unit-reviews li:nth-child(2),.unit-detail-v2 ul.detail-unit-reviews li:nth-child(3) {  display: none;}
.unit-detail-v2 .detail-unit-review {  margin-top: 30px;  vertical-align: top;}
.unit-detail-v2 .detail-unit-review blockquote {  position: relative;  border: 5px solid #eee;  padding: 30px;  border-radius: 20px;  font-size: 16px;}
.unit-detail-v2 .detail-unit-review .review-star-rating {  display: block;  color: #fbb705;  margin: 0 0 10px 0;}
.unit-detail-v2 .detail-unit-review .review-title {  display: inline-block;}
.unit-detail-v2 .detail-unit-review .comments {  display: block;}
.unit-detail-v2 .detail-unit-review .signature {  display: block;  font-style: italic;  margin: 15px 0 30px 30px;}
.unit-detail-v2 .detail-unit-review blockquote:before {  content: "";  position: absolute;  bottom: -20px;  left: 0;  right: 0;  margin: 0 auto;  border-width: 20px 20px 0;  border-style: solid;  border-color: #eeeeee transparent;  display: block;  width: 0;}
.unit-detail-v2 .detail-unit-review blockquote:after {  content: "";  position: absolute;  bottom: -13px;  left: 0;  right: 0;  margin: 0 auto;  border-width: 13px 13px 0;  border-style: solid;  border-color: #fff transparent; display: block;  width: 0;}
.unit-detail-v2 .readMore {  white-space: nowrap;}
.unit-detail-v2 .specs-table,.unit-detail-v2 .detail-compare-table {  font-size: 14px;}
.unit-detail-v2 .table.specs-table > tbody > tr > td,.unit-detail-v2 .table.specs-table > tbody > tr > th,.unit-detail-v2 .table.specs-table > thead > tr > td,.unit-detail-v2 .table.specs-table > thead > tr > th,.unit-detail-v2 .table.detail-compare-table > tbody > tr > td,.unit-detail-v2 .table.detail-compare-table > tbody > tr > th,.unit-detail-v2 .table.detail-compare-table > thead > tr > td,
.unit-detail-v2 .table.detail-compare-table > thead > tr > th {  border-top: 1px solid #ddd;}
.unit-detail-v2 .specs-table tr:first-child td,.unit-detail-v2 .detail-compare-table tr:first-child td {  border-top: 0;}
.unit-detail-v2 .specs-label,.compare-spec-key {  background: #f4f4f4;}
.unit-detail-v2 .specs-table td.specs-label,.unit-detail-v2 .specs-table td.specs-desc {  display: inline-block;  width: 50%;}
.unit-detail-v2 .table.detail-compare-table tr:first-child td {  border: 0 !important;}
.unit-detail-v2 .table.detail-compare-table td:nth-child(2),.unit-detail-v2 .table.detail-compare-table td:nth-child(3),.unit-detail-v2 .table.detail-compare-table td:nth-child(4) { width: 300px;}
.unit-detail-v2 .compare-unit-header a {  display: block;  width: 100%;  height: 200px;  margin-bottom: 15px;  border-radius: 2px;}
.unit-detail-v2 .detail-compare-table {  margin-top: 75px;}
.unit-detail-v2 .table.detail-compare-table tr:first-child td:nth-child(3),.unit-detail-v2 .table.detail-compare-table td:nth-child(3),.unit-detail-v2 .spec-val-alt {  border-right: 3px solid #ccc !important;  border-left: 3px solid #ccc !important;}
.unit-detail-v2 .table.detail-compare-table tr:first-child td:nth-child(3) {  position: relative;}
.unit-detail-v2 .table.detail-compare-table tr:last-child td:nth-child(3) {  border-bottom: 3px solid #ccc !important;}
.unit-detail-v2 .compare-current-unit-title {  display: block;  position: absolute;  left: 0;  top: -48px;  left: -13px;  width: calc(100% + 26px);  background: #ccc;  padding: 10px 5px;
 color: #fff;  text-transform: uppercase;  font-weight: 700;  text-align: center;}
.unit-detail-v2 .table.detail-compare-table td {  padding: 8px 10px;}
.unit-detail-v2 .compare-spec-val {  text-align: center;}
.unit-detail-v2 .floorplan-val,.unit-detail-v2 .compare-spec-val {  border-left: 1px solid #ccc !important;  border-right: 3px solid #ccc !important;}
.unit-detail-v2 .specs-table-fade,.unit-detail-v2 #btn-specs-table-show-all {  display: none;}
.unit-detail-v2 .unit-page-article-title {  display: none;  margin: 80px 0 60px 0;  font-size: 24px;  line-height: 1em;  position: relative;}
.unit-detail-v2 .unit-page-article-title span {  position: relative;  background: #fff;  z-index: 900;  padding: 0 30px;}
.unit-detail-v2 #section-detail-floorplan.unit-page-article-title:before,.unit-detail-v2 #section-detail-features-options.unit-page-article-title:before,.unit-detail-v2 #section-detail-specs.unit-page-article-title:before,.unit-detail-v2 #section-detail-reviews.unit-page-article-title:before,.unit-detail-v2 #section-detail-compare .unit-page-article-title:before,.unit-detail-v2 #section-detail-description.unit-page-article-title:before {  content: "";  height: 1px;  width: 100%;  background: #ddd;  display: block;  position: absolute;  top: 50%;  z-index: 99;}
.unit-detail-v2 #section-detail-manufacts.unit-page-article-title {  margin-bottom: 15px;  display: block;  margin: 0 auto 15px auto;  text-align: center;}
.unit-detail-v2 .unit-manufacts {  font-size: 14px;}
.unit-detail-v2 .unit-manufacts img {  margin-bottom: 30px;}
.unit-detail-v2 .TagLine {  display: none;}
.unit-detail-v2 .detail-more-info,
.unit-detail-v2 .detail-more-info-mobile {  text-align: center;  margin-top: 30px;  background: #f5f5f5;  padding: 30px 0;}
.unit-detail-v2 .detail-more-info-phone {  display: inline-block;  margin-top: 15px;}
.unit-detail-v2 .detail-more-info .btn-lg {  padding: 6px 12px;  font-size: 14px;  line-height: 1.42857143;  border-radius: 4px;}
.unit-detail-v2 .detail-more-info i,.unit-detail-v2 .detail-more-info svg {  margin-right: 5px;}
.unit-detail-v2 .detail-more-info-mobile {  text-align: center;  padding: 30px 0;}
.unit-detail-v2 .detail-more-info-mobile ul {  margin: 0;  padding: 0;  list-style: none;}
.unit-detail-v2 .detail-more-info-mobile ul li {  margin-top: 15px;}
.unit-detail-v2 .detail-more-info-mobile span {  font-size: 21px;}
.unit-detail-v2 .detail-more-info-mobile .detail-more-info-phone {  position: relative;  font-size: 21px;}
.unit-detail-v2 .detail-more-info-mobile .detail-more-info-phone svg {  position: absolute;  left: 0;  top: -1px;background: #fff;  border: 1px solid #ddd; border-radius: 50%; height: 32px;  width: 32px !important;  padding: 6px;}
.unit-detail-v2 .detail-more-info-mobile .btn {  width: 200px;  padding: 15px;  font-size: 16px;}
.unit-detail-v2 #section-detail-favorites {  text-align: center;  background: #f9f9f9;  padding-bottom: 80px;  margin-top: 50px;}
.unit-detail-v2 #section-detail-favorites .unit-page-article-title {  margin-bottom: 15px;  font-size: 24px;}
.unit-detail-v2 #section-detail-favorites .unit-page-article-title i,.unit-detail-v2 #section-detail-favorites .unit-page-article-title svg {  display: inline-block;  color: red;  margin-right: 10px;}
.unit-detail-v2 #section-detail-favorites .unit-page-article-title span {  background: none;  padding: 0;}
.unit-detail-v2 #section-detail-favorites p {  margin-bottom: 30px;  font-size: 21px;}
.unit-detail-v2 #hidden-header {  background: #fff;  height: 116px;  position: fixed;  left: 0;  top: -1000px;  transition: all 0.5s ease-in-out;  width: 100%;  z-index: 9999;  opacity: 0;  border-bottom: 1px solid #ddd;  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}
.unit-detail-v2 #hidden-header.affix {  top: 0;  opacity: 1;}
.unit-detail-v2 .hidden-header-top-wrapper {  padding: 10px 0 15px 0;  display: inline-block;}
.unit-detail-v2 .hidden-header-unit-title {  display: inline-block;  margin: 0 0 0 10px;  font-size: 21px;  position: relative;  top: 5px;}
.unit-detail-v2 .hidden-header-contact-btns {  float: right;  margin: 15px 0 0 3px;}
.unit-detail-v2 .hidden-header-cta-btn {  float: right;  margin: 15px 0 0 30px;}
.unit-detail-v2 #hidden-header #nav-detail-sections ul {  margin: 0;  background: #fff;  border-bottom: 0;  width: 100%;}
.unit-detail-v2 .hidden-header-contact-btns a {  border: 1px solid #ddd;  border-radius: 50%;  padding: 6px 8px; width: 34px;  height: 34px;  display: inline-block;  margin-left: 5px;}
.unit-detail-v2 .hidden-header-contact-btns a:hover {  color: #fff;  text-decoration: none;}
.unit-detail-v2 .hidden-header-favorite-btn {  float: right;  margin: 15px 0 0 30px;  width: 34px;  height: 34px;}
.unit-detail-v2 .hidden-header-favorite-btn span {  display: none;}
.unit-detail-v2 .hidden-header-favorite-btn .favorite-container {  padding: 5px 5px 4px 9px;}
.unit-detail-v2 .hidden-header-cta-btn .btn {  margin-top: 0;}
.inventory-detail-page .disclaimer {  padding: 0 15px;  font-size: 14px;  color: #aaa;  margin: 50px auto 0 auto; width: 100%; }
.has-sale-price .reg-price-text {  text-decoration: line-through;}

@media (min-width: 768px) {
  /*-- Detail V2 Inventory Detail --*/
  .unit-detail-v2 .section-detail-anchor {    position: relative;    top: -80px;    visibility: hidden; }
  .unit-detail-v2 #nav-detail-sections ul li a {    padding-left: 15px;    padding-right: 15px;    font-size: 14px;  }
  .unit-detail-v2 .detail-share-btns-wrapper {    position: absolute;    right: 15px;    top: 0;    margin: 0 0 15px 0;  }
  .unit-detail-v2 #detail-sidebar-cta-wrapper {    z-index: 1;    position: relative;    width: 100%;    padding-top: 50px;  }
  .unit-detail-v2 #detail-sidebar-cta-wrapper.affix {    position: fixed;    margin-top: -100px;  }
  .unit-detail-v2 .unit-photo-nav {    top: 45%;  }
  .unit-detail-v2 .gallery-pager {    max-width: 560px !important;  }
  .unit-detail-v2 .detail-media-nav-wrapper { position: relative; bottom: 0; width: 100%;  background: rgba(17, 17, 17, 0.9);padding: 10px 15px;}
  .unit-detail-v2 .detail-thumbnail-wrapper {    text-align: left;  }
  .unit-detail-v2 .detail-thumbnail-wrapper img {    max-width: 60px; }
  .unit-detail-v2 .detail-thumbnail-wrapper .pager-slider-prev,  .unit-detail-v2 .detail-thumbnail-wrapper .pager-slider-next {   top: 5px;  }
  .unit-detail-v2 .imageCounterWrapper { position: absolute;right: 45px;top: 25px;color: #fff;font-size: 12px;}
  .unit-detail-v2 .unit-title,  .unit-detail-v2 .unit-stock-info-wrapper {   text-align: left;  }
  .unit-detail-v2 .unit-stock-info-wrapper {    font-size: 14px;  }
  .unit-detail-v2 .unit-title {   padding: 40px 0;    position: relative;  }
  .unit-detail-v2 .unit-rv-type-wrapper {    margin-left: 0;  }
  .unit-detail-v2 .unit-tags {    margin: 15px 15px 0 0;    display: inline-block;  }
  .unit-detail-v2 .sales-pitch {    display: inline-block;    text-align: left;  }
  .unit-detail-v2 .unit-action-links {    margin-top: 30px;  }
  .unit-detail-v2 .secondary-cta-wrapper li {display: table-cell;padding: 0 15px 0 0;border: 0; text-align: center;width: 50%;vertical-align: top;}
  .unit-detail-v2 .secondary-cta-wrapper li:last-child {padding-right: 0;margin-bottom: 0;}
  .unit-detail-v2 .unit-action-links li {padding-bottom: 10px;padding-left: 15px;margin-bottom: 10px;}
  .unit-detail-v2 #section-detail-overview {padding: 30px 0;  }
  .unit-detail-v2 .detail-overview-tiles ul {display: inline-block;margin-right: 30px;width: auto; }
  .unit-detail-v2 .detail-overview-tiles ul:last-child {margin-right: 0;}
  .unit-detail-v2 .see-all-specs {text-align: center;}
  .unit-detail-v2 .unit-page-article-title {display: block;text-align: center; }
  .unit-detail-v2 .unit-detail-feature-modal,
  .unit-detail-v2 .unit-detail-description-modal {display: block !important;position: initial;opacity: 1;top: auto;bottom: auto; }
  .unit-detail-v2 .unit-detail-feature-modal .modal-dialog,
  .unit-detail-v2 .unit-detail-description-modal .modal-dialog {width: 100%;}
  .unit-detail-v2 .unit-detail-feature-modal .modal-dialog,
  .unit-detail-v2 .unit-detail-description-modal .modal-dialog {-webkit-transform: translate(0, 0) !important;-ms-transform: translate(0, 0) !important;-o-transform: translate(0, 0) !important;transform: translate(0, 0) !important;}
  .unit-detail-v2 .unit-detail-feature-modal .modal-body,.unit-detail-v2 .unit-detail-description-modal .modal-body {max-height: 100%;padding: 0; }
  .unit-detail-v2 .unit-detail-feature-modal .modal-header,.unit-detail-v2 .unit-detail-description-modal .modal-header {display: none; }
  .unit-detail-v2 .btn-detail-brochure,.unit-detail-v2 .btn-detail-view-all-floorplans {display: table-cell;width: 50%; }
  .unit-detail-v2 .detail-img-floorplan-brand-icon {margin: 0;position: absolute;top: -50px; right: 15px;background: #fff;}
  .unit-detail-v2 .detail-floorplan-btn-wrapper .btn {display: block;margin: 0 5px;}
  .unit-detail-v2 .specs-table td.specs-label,.unit-detail-v2 .specs-table td.specs-desc {display: table-cell; }
  .unit-detail-v2 .specs-table td.specs-label {width: 200px;}
  .unit-detail-v2 .specs-table td.specs-desc {width: auto;}
  .unit-detail-v2 .specs-table-wrapper,.unit-detail-v2 .features-wrapper,.unit-detail-v2 .description-wrapper,.unit-detail-v2 .compare-table-wrapper {position: relative; max-height: 400px;margin-bottom: 30px;overflow: hidden; transition: max-height 0.25s ease-in; -moz-transition: max-height 0.25s ease-in; -webkit-transition: max-height 0.25s ease-in; -ms-transition: max-height 0.25s ease-in;  }
  .unit-detail-v2 .compare-table-wrapper { max-height: 500px; }
  .unit-detail-v2 .specs-table-wrapper.open,.unit-detail-v2 .features-wrapper.open,.unit-detail-v2 .description-wrapper.open,.unit-detail-v2 .compare-table-wrapper.open {max-height: none;}
  .unit-detail-v2 .specs-table-fade,.unit-detail-v2 .features-wrapper-fade,.unit-detail-v2 .description-wrapper-fade,.unit-detail-v2 .compare-table-fade {display: block;position: absolute;bottom: 0;height: 150px; width: 100%; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );}
  .unit-detail-v2 .compare-table-fade {background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .unit-detail-v2 .btn-specs-table-show-all,.unit-detail-v2 .btn-features-wrapper-show-all,.unit-detail-v2 .btn-description-wrapper-show-all,.unit-detail-v2 .btn-compare-table-show-all {  position: absolute;  z-index: 100;  margin: auto;  bottom: 0;  left: 0;  right: 0;  width: 180px; }
  .unit-detail-v2 #btn-specs-table-show-all,.unit-detail-v2 #btn-features-wrapper-show-all,.unit-detail-v2 #btn-description-wrapper-show-all,.unit-detail-v2 #btn-compare-table-show-all {  display: inline-block; }
  .unit-detail-v2 #section-detail-manufacts.unit-page-article-title {margin: 80px 0 60px 0;}
  .unit-detail-v2 .unit-manufacts img {margin: 0 0 30px 20px;float: right;}
  .unit-detail-v2 .TagLine {display: block;text-align: center;font-size: 24px;padding: 60px 0;background: #f9f9f9;margin-top: 60px; }
  .unit-detail-v2 .detail-more-info {  text-align: center; font-size: 24px; padding: 60px;   margin-top: 80px;}
  .unit-detail-v2 .detail-more-info br {display: none; }
  .unit-detail-v2 .detail-more-info-phone {  display: inline-block; margin-top: 0; }
  .unit-detail-v2 .detail-more-info-phone:hover {  text-decoration: none;  cursor: default; }
  .unit-detail-v2 .detail-more-info .btn-lg {  padding: 10px 16px;  font-size: 18px; }
}

@media (min-width: 992px) {
  /*-- Detail V2 Inventory Detail --*/
  .unit-detail-v2 .modal {  overflow: hidden;  position: relative; }
  .unit-detail-v2 .modal-dialog {  padding: 0; }
  .unit-detail-v2 #nav-detail-sections ul li a { padding-left: 25px; padding-right: 25px;font-size: 16px;}
  .unit-detail-v2 .unit-title h1 {  font-size: 28px;  max-width: 700px; }
  .unit-detail-v2 .show-unit-btns {   display: inline-block; text-align: left; }
  .unit-detail-v2 .gallery-pager {  max-width: 450px !important;}
  .unit-detail-v2 #detail-sidebar-cta-wrapper {  padding: 0 0 0 30px;}
  .unit-detail-v2 .unit-price-wrapper {  display: block;}
  .unit-detail-v2 .unit-price-wrapper,.unit-detail-v2 .unit-cta-btns,.unit-detail-v2 .unit-cta-btns a,
  .unit-detail-v2 .btn-social-share {text-align: left; }
  .unit-detail-v2 .unit-cta-btns a {position: relative;}
  .unit-detail-v2 .unit-cta-btns { border: 0; padding: 0;}
  .unit-detail-v2 .unit-cta-btns .btn { font-size: 16px; text-align: center;}
  .unit-detail-v2 .sales-pitch {text-align: left;}
  .unit-detail-v2 .secondary-cta-wrapper li {display: block;width: 100%;padding: 0; }
  .unit-detail-v2 .detail-share-btns-wrapper {margin: 0;}
  .unit-detail-v2 .see-all-specs {text-align: left;padding-left: 8px;}
  .unit-detail-v2 .specs-label {width: 300px;}
  .unit-detail-v2 ul.detail-unit-reviews li {display: inline-block;margin-right: 30px; }
  .unit-detail-v2 ul.detail-unit-reviews li:nth-child(2),.unit-detail-v2 ul.detail-unit-reviews li:nth-child(3) {display: inline-block; }
  .unit-detail-v2 ul.detail-unit-reviews li:last-child {margin-right: 0;}
  /* one item -or- li:only-child */
  .unit-detail-v2 ul.detail-unit-reviews li:first-child:nth-last-child(1) {   max-width: 800px; }
  /* two items */
  .unit-detail-v2 ul.detail-unit-reviews li:first-child:nth-last-child(2), .unit-detail-v2 ul.detail-unit-reviews li:first-child:nth-last-child(2) ~ li {   width: 48%;  }
  /* three items */
  .unit-detail-v2 ul.detail-unit-reviews li:first-child:nth-last-child(3), .unit-detail-v2 ul.detail-unit-reviews li:first-child:nth-last-child(3) ~ li {width: 30.9%; }
  .unit-detail-v2 .unit-review .signature {margin-bottom: 0; }
  .unit-detail-v2 .unit-info {   margin-top: 50px;   padding: 0;  }
  .unit-detail-v2 .unit-info ul {   display: table;    width: 100%; }
  .unit-detail-v2 .unit-info li {display: table-cell;  border: 1px solid #ddd;  border-bottom: 0;  border-right: 0;  text-align: center; }
  .unit-detail-v2 .unit-info li:last-child {  border-right: 1px solid #ddd; }
  .unit-detail-v2 .unit-info a:after {  display: none; }
  .unit-detail-v2 .unit-review {  margin-top: 50px;}
  .inventory-detail-page .disclaimer { max-width: 970px; }
}

@media (min-width: 1200px) {
  /*-- Inventory Detail --*/
  .unit-detail-v2 .gallery-pager {max-width: 600px !important;}
  .unit-detail-v2 .secondary-cta-wrapper li { display: table-cell;  width: 50%;  padding: 0 15px 0 0; }
  .unit-detail-v2 #section-detail-compare { margin: 0 0 80px 0; }
  .unit-detail-v2 .detail-sidebar { padding-left: 30px; }
  .unit-detail-v2 .detail-overview-tiles {   padding-left: 9px;   text-align: left;}
  .sale-price-wrapper {  font-size: 21px;  font-weight: 700;}
  .inventory-detail-page .disclaimer { max-width: 1170px;}
}

@media (min-width: 1600px) {
  /*-- Detail V2 Inventory Detail --*/
  body.modal-open { overflow: hidden;}
  .inventory-detail-page #mainContainer {  margin: 0; }
  .unit-detail-v2 .unit-title h1 br {  display: none;}
  .unit-detail-v2 .show-unit-btns {  position: absolute;  top: 0;  left: -90px;  margin: 0; }
  .unit-detail-v2 .btn-show-unit-images, .unit-detail-v2 .btn-show-unit-video, .unit-detail-v2 .btn-show-unit-360 {  display: block; margin: 0 0 10px 0; }
  .unit-detail-v2 .gallery-pager {  max-width: 690px !important; }
  .unit-detail-v2 .compare-unit-header { border: 0;  width: 100%;  height: 200px; padding: 0;  margin: 0 0 15px 0;  -moz-box-shadow: none;  -webkit-box-shadow: none;  box-shadow: none; }
  .unit-detail-v2 .floorplan-val, .unit-detail-v2 .compare-spec-val { border-right: 0; }
  .unit-detail-v2 .prev-next-wrapper {  margin-right: 40px;}
  .unit-detail-v2 .detail-overview-tiles { padding-left: 20px;}
  .unit-detail-v2 .see-all-specs { padding-left: 20px;}
}

/* ==================================================
     DETAIL V2 LISTING
    ================================================== */
.unitList {  margin: 0;  background: #eee;  padding: 30px 15px;  list-style: none;}
.unit-list .unitListHeader {  margin-bottom: 30px;}
.unit-list .unit {  padding: 0 0 30px 0;  margin-bottom: 30px;  font-size: 14px;  vertical-align: top;  background: #fff;  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 2px 0 rgba(0, 0, 0, 0.2);  border-radius: 4px;  position: relative;}
.unit-list .unit-title-wrapper,.unit-list .unit-overview,.unit-list .unit-pricing,.unit-list .unit-tags {  padding: 0 30px;}
.unit-list .unit-media {  position: relative;  margin-bottom: 25px;  border-radius: 4px 4px 0 0;}
.unit-list .unit-media-wrapper {  position: relative;}
.unit-list .unit-media img {  border-radius: 4px 4px 0 0;  max-width: 100%;}
.unit-list .unit.featured-unit .unit-media img {  border-width: 2px;  border-style: solid;  border-bottom: 0;}
.unit-list .favorite-container {  position: absolute;  top: 18px;  right: 12px;  color: rgba(0, 0, 0, 0.5);  font-weight: 700;  line-height: 1em;  z-index: 999;  display: inline-block;  margin: 0;  padding: 0;}
.unit-list .favorite-container label {  margin: 0;  padding: 0;  min-height: 0;  width: auto;  line-height: 1em;}
.unit-list .favorite-container label i {  width: 30px;  font-size: 22px;}
.unit-list .favorite-container i:before {  width: auto !important;  font-size: 24px !important;}
.unit-list .dev-unit-media-img-more-details {  position: relative;  display: block;}
.unit-list .dev-unit-media-img-more-details:after {  content: "";  width: 100%;  height: 100%;  position: absolute;  top: 0;  left: 0;  opacity: 0.5;}
.unit-list .dev-unit-media-img-more-details-list {  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; margin: auto;  padding: 0;  list-style: none;  text-align: center;  width: 180px;  height: 75px;}
.unit-list .dev-unit-media-img-more-details-list li:not(:last-child) {  margin: 0 5px 15px 5px;  display: inline-block;  color: #fff;  font-size: 20px;}
.unit-list .dev-unit-media-img-more-details-list .btn {  background: #fff;  display: block;}
.unit-list .unit-media img.virtual-tour-icon {  width: 30px;}
.unit-list .dev-unit-media-img-more-details-list li span {  font-size: 12px;}
.unit-list .unit-media-cycle-prev,.unit-list .unit-media-cycle-next {  color: #fff;  font-size: 35px;  position: absolute;  top: 35%;  left: 15px;  z-index: 9998;  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.9);}
.unit-list .unit-media-cycle-next {  left: auto;  right: 10px;}
.unit-list .cycle-slideshow > a {  width: auto;  background: none;  opacity: 1;}
.unit-list .unit-media-cycle-prev:hover,
.unit-list .unit-media-cycle-next:hover {  text-decoration: none;  opacity: 1;  background: none;}
.unit-list .unit-media .cycle-pager {  display: inline-block;  position: absolute;  bottom: 15px;  left: 0;  right: 0;  margin: 0 auto;  text-align: center; width: 80px; border-radius: 5px;  z-index: 999;  line-height: 1em;}
.unit-list .unit-media .cycle-pager span {  contain: content;  display: inline-block;  vertical-align: middle;  text-align: center;  line-height: 1em;  font-size: 30px;  margin: 0 2px;  background: #aaa;  float: none;  height: 8px;  width: 8px;  box-shadow: none;}
.unit-list .unit-media .cycle-pager span.cycle-pager-active:after {  background-color: rgba(255, 255, 255, 1);  width: 8px;  height: 8px;}
.unit-list .unit-title {  margin: 0 0 5px 0;  font-size: 16px;  font-weight: 700;}
.unit-list .unit-title a {  color: #000;}
.unit-list .unit-title a:hover {  text-decoration: none;}
.unit-list .unit-title-wrapper.list-mode,.unit-list .unit-overview.list-mode {  display: none;}
.unit-list .unit-stock-info-wrapper {  font-size: 12px;  color: #777;  font-weight: 400;}
.unit-list .sales-pitch {  font-style: italic;  font-size: 13px;  padding: 10px;  line-height: 1em;  margin-top: 10px;}
.unit-list .unit-rv-type-wrapper,.unit-list .unit-stock-number-wrapper,.unit-list .unit-location-wrapper {  display: inline-block;  margin: 0 5px 0 0;}
.unit-list .unit-overview {  margin-top: 15px; font-size: 13px;  vertical-align: top;}
.unit-list .overview-tile-title {  display: inline-block;}
.unit-list .unit-overview ul.unit-media-links {  display: none;}
.unit-list .btn-overview-tile-view-floorplan {  display: inline-block;}
.unit-list .libraryUnit .btn-overview-tile-view-floorplan {  display: none;}
.unit-list .unit-floorplan {  display: none;}
.unit-list .unit-overview-tile-wrapper {  margin-top: 15px;}
.unit-list .unit-overview-tile {  display: inline;}
.unit-list .unit-overview-tile ul {  margin: 0;  padding: 0;  list-style: none;  display: inline;}
.unit-list .unit-overview-tile li {  display: inline-block;  margin-right: 3px;}
.unit-list .unit-overview-tile li:after {  content: ",";}
.unit-list .unit-overview-tile:last-child li:last-child:after {  content: "";}
.unit-list .unit-overview-tile-wrapper svg,.unit-list .unit-overview-tile svg {  display: none;}
.unit-list .unit-pricing {  font-size: 16px;  margin-top: 20px;}
.unit-list .unit-price-wrapper ul {  list-style: none;  margin: 0;  padding: 0;}
.unit-list .unit-price-wrapper li {  margin-bottom: 5px;  padding-bottom: 5px;  border-bottom: 1px dotted #ddd;  clear: both;}
.unit-list .unit-price-wrapper li:last-child {  border-bottom: 0;  padding-bottom: 0;  margin-bottom: 0;}
.unit-list .sale-price-wrapper {  font-size: 16px;  font-weight: 700;}
.unit-list .sale-price-text,.unit-list .reg-price-text,.unit-list .you-save-text {  float: right;}
.unit-list .you-save-wrapper {  color: red;}
.unit-list .btn-glp,.unit-list .btn-view-details {  display: block;  margin-top: 20px;  padding-top: 10px;  padding-bottom: 10px;  font-weight: 700;  text-transform: uppercase;}
.unit-list .btn-glp {
   background-color: #D21122;
   color: #fff;
   border: none;
}
.unit-list .btn-glp:hover {
   background-color: #a80d1b;
}
.unit-list .btn-view-details {  background: #fff;  border: 1px solid #ddd;  margin-top: 10px;}
.payments-around-container { display: block;  margin: 20px 0 0; position: relative;  padding-left: 25px;  line-height: 1em;}
.payments-around-container:before {  content: "\f058";  font-family: "Font Awesome 7 Pro";  position: absolute;  top: -4px;  left: 0;  font-size: 21px;  font-weight: 700;  position: absolute;  color: #038849;  line-height: 1em;}
.payment-label {  font-size: 15px;}
.payment-text {  font-weight: 700;  font-size: 16px;  color: #038849;  float: right;}
.unit-list .unit-tags {  margin-top: 30px;}
.unit-list .unit-tags-list-mode {  display: none;}
.unit-list .unit-tags-grid-mode {  text-align: center;  margin-bottom: 15px;}
.unit-list .unit-tags img {  display: inline-block;  margin-right: 5px;}
.unit-list .unit-tags img:last-child {  margin-right: 0;}
.unit-list .compare-container,
.unit-list .compare-container.compare-container-list-mode {  display: none;}
.unit-list .unit-list-cta-btns {  display: none;}
.unit-list svg,.unit-detail-v2 svg {  display: inline-block;  font-size: inherit;  height: 1em;  overflow: visible;  vertical-align: -0.125em;}


/*-- Site-Specific Styling From Old Site --*/
ul.table-list { display: table; width: 100%; }
ul.table-list li { display: table-row; border: 0; padding: 0; margin: 0; }
ul.table-list div { display: table-cell; border-bottom: 1px solid #ddd; padding: 10px 0 15px 0; margin-bottom: 15px; }
ul.table-list h3,
ul.table-list strong { margin-right: 30px; white-space: nowrap; }

ul.rental-faq { margin: 0 0 50px 0; padding: 0; list-style: none; }
ul.rental-faq li { border-bottom: 1px solid #ddd; padding: 15px 0; }
ul.rental-faq li:last-child { border: 0; }

ul.collision-list { display: table; border: 0; width: 100%}
ul.collision-list li { display: table-cell; vertical-align: top; margin-right: 10px; background: #f5f5f5; padding: 30px; border-right: 1px solid #ddd; width: 300px; text-align: center;}
ul.collision-list li:last-child { border: 0; }
ul.collision-list h4 { margin-top: 0; }

.sales-pitch { background: none; padding-left: 0!important; border: 0; color: red; font-weight: 700!important; font-size: 16px!important; }

.unit-list .btn-view-details { background: #f79022; border-color: #f79022; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.7) }
.unit-list .btn-view-details:hover { background: #000; border-color: #000; color: #fff; }

.unit-list .unit-pricing { font-size: 16px; }
.you-save-wrapper { font-weight: 700; }
.payment-label { font-size: 15px; }
.payment-text { font-size: 18px; }
.UnitDescText-options { display: none; }

.unit-list .unit-media-wrapper { position: relative; overflow: hidden; }
.unit-detail-v2.featured-unit .detailMediaPhotoPlayer ul.slides > li { overflow: hidden; }
.unit-list .unit-media-wrapper:after { left: -42px; top: 18px; }

.psm-PD-ButtonType { margin-top: 10px; margin-bottom:20px; }


/*-- Site-Specific Styling For Listing Page --*/
.has-sale-price .reg-price-text {  text-decoration: line-through;}

@media (min-width: 768px) {
  /*-- Detail V2 Inventory Listing --*/
  .unitList {display: -ms-flexbox;  display: -webkit-box;  display: -webkit-flexbox;  display: -webkit-flex;  display: flex;  flex-wrap: wrap;  margin: 0;  padding: 0; background: none;}
  .unit-list .unit {  position: relative;  display: flex;   flex-direction: column;  border-radius: 2px; box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.4);  margin: 0 30px 30px 0; padding-bottom: 70px;width: 330px; }
  .unit-list .unit:nth-child(2n) {  margin-right: 0;  }
  .unit-list .unit:hover {    cursor: pointer;  }
  .unit-list .unit-media {    padding: 0;  }
  .unit-list .listMode .unit.featured-unit .unit-media img {    border: 0;  }
  .unit-list .unit-title {    font-size: 14px;  }
  .unit-list .listMode .unit:hover {    background: #fff;  }
  .unit-list .listMode .unit.featured-unit .unit-media img {    border: 0; }
  .unit-list .compare-container { display: inline-block;  position: absolute;  bottom: 25px; left: 0;margin: 30px auto 0; border: 1px solid #ddd; border-radius: 4px; right: 0;width: 105px; }
  .unit-list .btn-compare { display: block; background: #fff;  border: 1px solid #ddd; font-size: 12px; color: #000;  }
  .unit-list .compare-checkbox-wrapper,.unit-list .compare-label-wrapper { vertical-align: top; line-height: 1em;  float: left; height: 30px; }
  .unit-list .compare-checkbox-wrapper { padding: 8px;}
  .unit-list .compare-checkbox-wrapper input {  margin: 0; }
  .unit-list .compare-label-wrapper { padding-left: 0; }
  .unit-list .compare-label-wrapper label {  margin-bottom: 0;  padding: 8px 8px 8px 0; }
  .unit-list .compare-label-wrapper button {  padding: 8px 8px 8px 0; background: none;  line-height: 1em; font-weight: 700;  font-size: 13px;  border: 0;  vertical-align: top; }
  .unit-list .compare-label-wrapper button:hover {background: transparent;  color: #fff;  text-decoration: none; }
  .unit-list .compare-container.selected {   background: #ececec;  }
}

@media (min-width: 992px) {
  /*-- Detail V2 Inventory Listing --*/
  .unit-list .unit {  width: 322px;  }
  .unit-list ul.unit-media-links {    padding: 0;   margin: 15px 0 0;  list-style: none;   vertical-align: top;  }
  .unit-list ul.unit-media-links li {    display: inline-block;  }
  .unit-list ul.unit-media-links a {  color: #4a4a4a;   display: inline-block; }
  .unit-list ul.unit-media-links a:hover {   text-decoration: none;  }
  .unit-list ul.unit-media-links svg {    width: 25px !important;  margin-right: 5px;   font-size: 16px; }
  .unit-list ul.unit-media-links .virtual-tour-icon {   width: 30px !important;  position: relative;   top: -2px; }
  .unit-list ul.unit-media-links span {   display: none; }
  .unit-list .unit-title-wrapper, .unit-list .unit-overview,.unit-list .unit-pricing,.unit-list .unit-tags {    padding: 0 20px;  }
  .unit-list .unit-media-cycle-prev, .unit-list .unit-media-cycle-next {   opacity: 0; }
  .unit-list .unit:hover .unit-media-cycle-prev,  .unit-list .unit:hover .unit-media-cycle-next {  opacity: 1;  }
  .unit-list .listMode {   border: 0;   display: block; }
  .unit-list .listMode .unit-title-wrapper,  .unit-list .listMode .unit-overview, .unit-list .listMode .unit-pricing,  .unit-list .listMode .unit-tags,.unit-list .listMode .compare-container {    padding: 0;  }
  .unit-list .listMode .unit { width: 100%;text-align: left;  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1); border-radius: 0;  margin: 0 0 30px 0;  padding: 30px 10px; }
  .unit-list .listMode .unit-title-wrapper.grid-mode,.unit-list .listMode .unit-tags-grid-mode, .unit-list .listMode .unit-overview.grid-mode,.unit-list .listMode ul.unit-media-links li.btn-show-unit-floorplan, .unit-list .listMode ul.unit-media-links li.btn-show-unit-overview,.unit-list .listMode .unit-tags.unit-tags-grid-mode {display: none; }
  .unit-list .listMode .unit-title-wrapper.list-mode { display: inline-block;margin-bottom: 30px; }
  .unit-list .listMode .sales-pitch {    margin-bottom: 0;  }
  .unit-list .listMode .unit-title {    font-size: 22px;   font-weight: 700;   margin: 0 0 5px 0; }
  .unit-list .listMode .unit-tags {  display: inline-block; position: absolute;  right: 0; top: 30px;  margin: 0; }
  .unit-list .listMode .unit-media img {  border-radius: 0; }
  .unit-list .listMode .unit-overview-tile-wrapper { background: #f9f9f9;  margin: 0; height: 100%;  padding: 0 10px 0 10px; }
  .unit-list .listMode .unit-overview-tile {  background: #f9f9f9; position: relative;  padding: 12px 10px 12px 10px;min-width: 90px; margin-right: 2px;  display: block;border-top: 1px solid #eaeaea;  }
  .unit-list .listMode .unit-overview-tile:first-child {   border-top: 0; }
  .unit-list .listMode .unit-overview-tile:last-child {  margin-right: 0;  }
  .unit-list .listMode .unit-overview-tile li {  display: block;  }
  .unit-list .listMode .unit-overview-tile li:after {  content: "";  }
  .unit-list .listMode .unit-overview-tile svg {display: none;font-size: 18px;text-align: center;margin: 0; position: absolute; left: 15px; top: 15px; }
  .unit-list .listMode .libraryUnit .unit-overview-tile svg { top: 12px;  }
  .unit-list .listMode .unit-overview-tile-wrapper .compare-container { position: relative; margin: 5px 0 10px 0; left: 10px;  }
  .unit-list .listMode .btn-overview-tile-view-floorplan {  display: none; }
  .unit-list .listMode .unit-content-wrapper {display: -ms-flexbox;display: -webkit-box;display: -webkit-flexbox;display: -webkit-flex;display: flex; }
  .unit-list .listMode .unit-media,  .unit-list.list-mode .unit-overview,  .unit-list .listMode .unit-pricing {   vertical-align: top; }
  .unit-list .listMode .unit-media {  flex: 0 0 295px;  padding: 0 15px 0 0; -webkit-order: 1;  order: 1;  margin: 0;  }
  .unit-list .listMode .unit-overview { padding: 0 30px 0 0; margin-top: 0;-webkit-order: 2;  order: 2;  flex: auto; width: auto;  }
  .unit-list .listMode .unit-pricing { flex: 0 0 195px;  margin-top: 0;-webkit-order: 3;  order: 3;  }
  .unit-list .listMode .payments-around-container:before {  display: none; }
  .unit-list .listMode .payments-around-container {  padding-left: 0;  }
  .unit-list .listMode .unit-floorplan { display: block; position: relative; border: 1px solid #ddd;margin-bottom: 15px;  width: 190px;  height: 80px;  background-size: 90% !important;  background-repeat: no-repeat !important;  background-position: center !important;  }
  .unit-list .listMode .unit-floorplan:hover {    cursor: zoom-in;  }
  .unit-list .listMode .unit-floorplan:before { content: ""; position: absolute; top: 0;left: 0; width: 100%; height: 100%;background: rgba(0, 0, 0, 0.1);  }
  .unit-list .listMode .unit-floorplan:after {content: "\f00e";font-family: "Font Awesome 7 Pro";font-weight: 400;  color: #fff;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); font-size: 21px;  z-index: 9999;  position: absolute; right: 8px;   bottom: 8px;  line-height: 1em;  }
  .unit-list .listMode .unit-overview-tile-wrapper {    display: block;  }
  .unit-list .listMode ul.unit-media-links svg {    margin-right: 8px;  }
  .unit-list .listMode ul.unit-media-links .virtual-tour-icon {    margin-right: 0;   left: -3px;  }
  .unit-list .listMode .compare-container.compare-container-list-mode {    display: block;    position: relative;    bottom: auto;  }
  .unit-list .listMode .compare-container {    bottom: 0; }
  .favorites-unit-list .unit-list .listMode .unit-media {    flex: 0 0 190px;  }
}

@media (min-width: 1200px) {
  /*-- Inventory Listing --*/
  .unit-list .gridMode .unit {    width: 254px;  }
  .unit-list .gridMode .unit:nth-child(2n) {    margin-right: 30px;  }
  .unit-list .gridMode .unit:nth-child(3n) {    margin-right: 0;  }
  .unit-list .listMode .unit-media {    flex: 0 0 300px;  }
  .unit-list .listMode .unit-floorplan {    display: inline-block;    vertical-align: top;  }
  .unit-list .listMode .unit-media {    flex: 0 0 360px;    margin-bottom: 0;  }
  .unit-list .listMode ul.unit-media-links {    display: inline-block;   margin: 0 0 0 20px;   position: relative; }
  .unit-list .listMode ul.unit-media-links li {  display: block;  margin-bottom: 5px; }
  .unit-list .listMode ul.unit-media-links svg {  color: #a4a4a4;  }
  .unit-list .listMode ul.unit-media-links span {   display: inline-block;  }
  .unit-list .listMode .unit-overview-tile {    padding: 12px 10px 12px 50px;  }
  .unit-list .listMode .unit-overview-tile svg {    display: inline-block;  }
  .unit-list .listMode .unit-overview-tile-wrapper .compare-container {    left: 15px; }
  .unit-list .listMode .unit-pricing {    flex: 0 0 225px;   font-size: 18px;  }
  .unit-list .listMode .unit-pricing .sale-price-wrapper {   font-size: 21px;  }
  .unit-list .listMode .payments-around-container:before {   display: inline-block; }
  .unit-list .listMode .payments-around-container {    padding-left: 25px;  }
}

@media (min-width: 1600px) {
  /*-- Detail V2 Inventory Listing --*/
  .unit-list .unit {    width: 271px;    margin-bottom: 30px;  }
  .unit-list .unit-title-wrapper,  .unit-list .unit-overview,  .unit-list .unit-pricing,  .unit-list .unit-tags {    padding: 0 30px;  }
  .unit-list .gridMode .unit {   width: 258px;  }
  .unit-list .gridMode .unit:nth-child(3n) {    margin-right: 30px;  }
  .unit-list .gridMode .unit:nth-child(4n) {    margin-right: 0;  }
  .unit-list .listMode .unit-title-wrapper,  .unit-list .listMode .unit-overview,  .unit-list.list-mode .unit-tags {    padding: 0 30px;  }
  .unit-list .listMode .unit {    padding: 30px;   border-radius: 2px;   box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.4);  border-top: 1px solid #e8e8e8;   margin-bottom: 30px;  }
  .unit-list .listMode .unit:hover {    background: #fff;  }
  .unit-list .listMode .unit-tags {    right: 30px;    top: 25px;    padding: 0 !important;  }
  .unit-list .listMode .unit-overview {    padding: 0;  }
  .unit-list .listMode .unit-floorplan {    width: 250px;    height: 105px;  }
  .unit-list .listMode .unit-title-wrapper {    position: relative;   padding: 0;  }
  .unit-list .listMode .unit-title,  .unit-list .listMode .unit-stock-info-wrapper {    display: inline-block;  }
  .unit-list .listMode .unit-stock-info-wrapper {    margin-left: 10px;  }
  .unit-list .listMode .unit-stock-info-wrapper {    position: relative;    bottom: 0;  }
  .unit-list .listMode .unit-pricing {    flex: 0 0 315px;    padding: 0 40px;  }
  .unit-list .listMode .btn-view-details {    display: none;  }
  .unit-list .listMode .unit-list-cta-btns .btn-view-details {   display: block;   margin-top: 0; }
  .unit-list .listMode .unit-list-cta-btns {   display: block;    flex: 0 0 200px;    order: 4;   font-size: 13px;   text-align: center; }
  .unit-list-cta-btns ul {    margin: 15px 0 0;   padding: 0;    list-style: none;    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075); }
  .unit-list-cta-btns ul li { position: relative; border: 1px solid #eee; border-top: 0; }
  .unit-list-cta-btns ul li a { display:block; padding: 12px 15px; }
  .unit-list-cta-btns ul li:first-child {    border-top: 1px solid #eee;  }
  .unit-list-cta-btns ul li:after {    content: "\f105";    font-family: "Font Awesome 7 Pro";    font-size: 16px;    position: absolute;   right: 15px;    top: 10px;    color: #ccc; }
  .unit-list-cta-btns ul li a:hover {    text-decoration: none; }
  .favorites-unit-list .unit-list .listMode .unit-media {    flex: 0 0 295px;  }
  .favorites-unit-list .unit-list .listMode .unit-list-cta-btns {    display: none;  }
}


/*-- Site-Specific Styling For Listing & Detail Pages --*/

.srp-page h1, .inventory-detail-page h1,
.srp-page .h1, .inventory-detail-page .h1,
.srp-page h2, .inventory-detail-page h2,
.srp-page .h2, .inventory-detail-page .h2,
.srp-page h3, .inventory-detail-page h3,
.srp-page .h3, .inventory-detail-page .h3,
.srp-page h4, .inventory-detail-page h4,
.srp-page .h4, .inventory-detail-page .h4,
.srp-page .headline, .inventory-detail-page .headline { font-family: Montserrat; font-weight: 700; font-size: 24px; text-transform: none; }

@media (min-width: 768px) {
   .srp-page h1, .srp-page .h1, .srp-page .headline { font-size: 34px; }
}

.unit-mfg,
.unit-brand { color: #d21122; }



/* ==========================================================================
   Faceted Search 
========================================================================== */
#facetedSearch {  margin-bottom: 10px;  font-size: 12px;}
#facetedSearch .panel-default {  border: none;  -webkit-box-shadow: none;  -moz-box-shadow: none;  box-shadow: none; text-align: left; }
#facetedSearch .panel-heading {border-top: 1px solid #DADADA;padding: 0;background: transparent;color: #000;border-radius: 0px;}
#facetedSearch .panel-heading h4 {  font-size: 14px;}
#facetedSearch .panel-heading a {  display: block;  padding: 10px 15px;}
#facetedSearch .panel-heading a:hover,
#facetedSearch .panel-heading a:focus {  text-decoration: none;}
#facetedSearch .panel-heading i {  margin-right: 5px;}
#facetedSearch .panel-body {  border: none; padding: 10px;}
.checkbox.hide + .checkbox {  margin-top: 10px;}
#faceted-search .SearchButton {  margin-bottom: 50px;}
#facetedSearch label {  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
#facetedSearch input[type="checkbox"] {  margin-top: 1px;}
#faceted-search.fs-modal input {  margin-left: -30px;  margin-top: 4px;}
.clear-filters-toolbar .well ul { padding-left:0; }

@media (min-width: 992px) {
  #faceted-search .SearchButton {  display: inline-block;  width: 40px; height: 34px; font-size: 0; margin-left: 3px;  }
  #faceted-search .SearchButton:after {  content: "\f002";  font-size: 16px;  font-family: "Font Awesome 7 Pro";  }
}

@media (min-width: 1600px) {
  aside .StockNumberWrapper {   width: 305px;  }
  #facetedSearch .panel-heading {   padding-top: 4px;   padding-bottom: 4px;   font-size: 18px; }
  #facetedSearch .panel-heading h4 {  font-size: 18px;  }
}

/* ==========================================================================
   Mobile Filtered Search
========================================================================== */
.fs-modal { position: fixed; top: 0; right: 0; left: 0; bottom: 0; background: #fff; height: 100%; width: 100% !important; z-index: 9999; padding: 70px 30px 30px 30px; overflow: auto; margin: 0 !important; }
.fs-modal label { line-height: 28px; margin-left: 5px; font-size: 14px; color: #000; }
body.modal-open { margin: 0; }
.listingToolbar { background: #f1f1f1; }
.listingToolbar-fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; width: 100%; border-top: 0; border-right: 0; border-left: 0; }
.listingToolbar-fixed [class*=col-] { padding-left: 10px; padding-right: 10px; }
.mobile-filter-link { font-size: 14px; font-weight: 700; }
.fs-modal-toolbar { background: #F1F1F1; position: fixed; width: 100%; top: 0; left: auto; right: 100%; margin: 0; padding: 0 15px; border-bottom: 1px solid #DDD; line-height: 45px; font-weight: 700; }
.fs-modal .fs-modal-toolbar { left: 0; right: 0; }
.fs-modal .sort-by-label { display: inline-block; float: left; font-size: 15px; }
.fs-modal #sortOptions { display: inline-block; width: auto; float: right; margin-bottom: 20px; }
.fs-modal .mobile-filters-label { clear: both; display: block; font-size: 15px; margin-bottom: 10px; text-align: left; }
.fs-modal input[type="checkbox"] { min-height: 20px; min-width: 20px; }
.fs-modal .StockNumberWrapper, .fs-modal .SearchButton { display: none; }
.fs-modal-toolbar .fs-done.btn { margin-top: 5px; }

    @media (min-width: 992px) {
        .listingToolbar-fixed { left: initial; right: initial; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
    }

/* ==========================================================================
   Clear Filtered Search Feature
========================================================================== */
.clear-filters-toolbar { border: 1px solid #F5F5F5; border-radius: 5px; padding: 10px; }
.clear-filters-label { font-size: 20px; }
.clear-filters-toolbar .btn-clear-all { line-height: 30px; }
.clear-filters-toolbar .well { background: #F5F5F5; border: none; box-shadow: none; padding: 10px; margin-bottom: 4px; }
.clear-filters-toolbar ul.fa-ul { padding: 0; margin: 0; }
.clear-section { color: #878787; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.clear-section i { font-size: 20px; color: #C7D3D7; }
.clear-section:hover { text-decoration: none; }
.clear-section:hover i { color: #0436A1; }
.clear-selection { font-size: 12px; line-height: 1.6; }

/* ================================== 
     Subpage Hero 
==================================== */
.subpage-hero {  position: relative;  text-align: center;background-size: cover !important;  background-position: center !important;  background-repeat: no-repeat !important;  padding: 50px 0;  color: #fff;  margin: -15px 0 30px 0;}
.subpage-hero:after {  content: "";  z-index: 1;  background: #000;  width: 100%;  height: 100%;  position: absolute;  left: 0;  top: 0;  opacity: 0.6;}
.subpage-hero h1,.subpage-hero .headline {  position: relative;  margin: 0;  z-index: 5;  font-size: 30px;}
.subpage-hero .btn {  position: relative;  z-index: 999;  box-shadow: #000 0 5px 15px;}
.subpage-hero img {  position: relative;  z-index: 999;}
.subpage-hero .subtitle {  color: #fff;  z-index: 999;  position: relative;  font-size: 28px;  font-weight: 700;  line-height: 1.25em;}

@media (min-width: 992px) {
  .subpage-hero h1,  .subpage-hero .headline { font-size: 45px;  }
  .subpage-hero { margin: -15px 0 30px 0; padding: 100px 0;  }
}

/* ===================================================
   Colorbox Form Styles
======================================================*/
fieldset.colorbox-form {  background: initial;  border: none;  padding: 0;}
fieldset.colorbox-form > * {  margin-left: 25px;  margin-right: 25px;}
fieldset.colorbox-form legend + ol {  margin-top: 25px;}
fieldset.colorbox-form ol {  margin-left: 0;}
fieldset.colorbox-form legend {  background: #eee;  text-indent: 10px;  width: 100% !important;  padding-left: 15px;  margin-bottom: 10px;  display: block;  margin: 0;  line-height: 40px;  font-size: 21px;}
fieldset.colorbox-form legend i {  margin-top: 8px;  margin-right: 14px;}
fieldset.colorbox-form p {  margin-top: 25px;}
fieldset.colorbox-form input[type="button"] {  width: auto;}
#GetLowestPriceRd,#PaymentCalculatorRd,#SendToFriendRd {  overflow: hidden;}
#GetLowestPriceRd ol,#PaymentCalculatorRd ol,#SendToFriendRd ol {  padding: 0;  list-style-type: none;}
#glpError,#glpLoading,#stfLoading,
#stfError {  margin-top: 25px;}
fieldset.colorbox-form textarea {  width: 100%;}

/* =====================================================================
   ColorBox Core Style:
   The following CSS is consistent between example themes and should not be altered.
======================================================================== */

#colorbox,#cboxOverlay,#cboxWrapper {  position: absolute;  top: 0;  left: 0;  z-index: 9999;}
#cboxOverlay {  position: fixed;  width: 100%;  height: 100%;}
#cboxMiddleLeft,#cboxBottomLeft {  clear: left;}
#cboxContent {  position: relative;}
#cboxLoadedContent {  overflow: auto;}
#cboxTitle {  margin: 0;}
#cboxLoadingOverlay,#cboxLoadingGraphic {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {  cursor: pointer;}
.cboxPhoto {  float: left;  margin: auto;border: 0;  display: block;  max-width: none;}
.cboxIframe {  width: 100%;  height: 100%;  display: block;  border: 0;}
#colorbox,#cboxContent,#cboxLoadedContent {  box-sizing: content-box;}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {  overflow: visible !important;  background-color: white;}
#cboxLoadedContent {  border: 3px solid #fff;  -moz-box-shadow: 0 0 3px #999999;  -webkit-box-shadow: 0 0 3px #999999;  box-shadow: 0 0 3px #999999;  overflow: visible !important;}
#cboxOverlay {  background: #191919;}
#cboxTitle {  display: none !important;  position: absolute;  top: -30px;  font-weight: 700;  font-size: 16px;  line-height: 30px;  left: 0;  text-align: left;  width: 100%;  color: #fff;}
#cboxCurrent {  position: absolute;  bottom: -30px;  right: 110px;  color: #999;}
.colorboxButtons {  position: absolute;  bottom: -35px;  right: 6px;  color: #444;}
.colorboxButtons a {  color: #fff;}
.colorboxButtons a:hover {  color: #3276b1;}
#cboxSlideshow {  display: none !important;}
#cboxClose {  display: none !important;  color: #727e84;  font-size: 16px;  position: absolute;  top: 5px;  right: 5px;border: none;  background: transparent;}
#cboxClose.cboxClose-visible {  display: block !important;}
#cboxClose.circle-close {  display: block !important;  border: none;  background: rgba(255, 255, 255, 0.7);  border-radius: 50%;  height: 36px;  width: 36px;  top: 10px;  right: 14px;}
#cboxPrevious,#cboxNext {  border: none;  z-index: 999;  background: transparent url("https://assets-cdn.interactcp.com/interactrv/images/common/whiteSlideshowarrows.png");  width: 36px;  height: 37px;  display: block;  text-indent: -9999px;}
#cboxPrevious {  position: absolute;  top: 50%;  margin-top: -18px;  left: 10px;  color: #444;}
#cboxNext {  position: absolute;  top: 50%;  margin-top: -18px;  right: 14px;  color: #444;  background-position: right 0;}
#cboxPause,#cboxPlay {  position: absolute;  bottom: 70px;  left: 50%;  margin-left: -18px;  color: #444;  width: 36px;  height: 37px;  display: block;  z-index: 999;  border-radius: 50%;  border: none;  opacity: 0.8;  background: #ddd;}
#cboxLoadingOverlay { background: #fff url("https://cdnjs.cloudflare.com/ajax/libs/jquery.colorbox/1.4.33/example4/images/loading.gif") no-repeat 5px 5px;}
.pin-it-container {  position: absolute;  bottom: -40px;  left: 6px;}
#colorbox,#cboxOverlay,#cboxWrapper,#cboxLoadedContent {  z-index: 99999 !important;  -webkit-box-sizing: content-box !important;  -moz-box-sizing: content-box !important;  box-sizing: content-box !important;  *behavior: none;}
.galleryColorboxButtons {  line-height: 30px;  margin-left: 5px;}
.galleryColorboxButtons .btn-link {  display: inline-block;  font-size: 14px;  padding: 6px 12px;  vertical-align: middle;  line-height: 1.428571429;}
.galleryColorboxButtons .btn-link:hover {  text-decoration: none;}
.galleryColorboxButtons i.fa-times {  color: #7d7d7d;  font-size: 20px;}
.gallery-slideshow-wrapper {  position: relative;}
.gallery-slideshow-wrapper img {  background: url(https://assets-cdn.interactcp.com/interactrv/images/common/loading-wheel48x48.gif) no-repeat center center;}
.gallery-slideshow-wrapper .photo-label {  display: block;  position: absolute;  bottom: 20px;  margin: 0 4%; border-radius: 4px;  background-color: rgba(255, 255, 255, 0.6);  color: black;  width: 92%;  text-align: center;  padding: 10px 20px;  font-size: 14px;  z-index: 999;}
.gallery-pager-wrapper {  margin: 13px 0;  position: relative;  display: none;}
.gallery-pager {  margin: 0 auto;}
.gallery-pager img {  margin: 0 3px; cursor: pointer; background: url(https://assets-cdn.interactcp.com/interactrv/images/common/loading-wheel.gif) no-repeat center center;}
.gallery-pager .active-thumbnail {  border: 2px solid #0153a7;}
.gallery-pager-wrapper button {  position: absolute;  background: none;  border: none;  font-size: 20px;  height: 75px;}
.gallery-pager-wrapper .pager-slider-prev {  left: 0;}
.gallery-pager-wrapper .pager-slider-next {  right: 0;}
.galleryMoreInfo {  text-align: center;  font-weight: bold;  font-size: 16px;  margin-bottom: 15px;}
.gallery-pager.imgs-grouped {  left: 25px;  right: 25px;}

@media (min-width: 768px) {
  .gallery-pager-wrapper {    display: block;  }
}
/* /buttons */
/* ======================================= 
    Buttons 
========================================= */

.btn { font-weight: 700; white-space: normal; }
.btn-primary { background: #376A65; border: 1px solid #376A65; color: #fff; }
.btn-primary:hover { background: #2F4A1F; border-color:#2F4A1F; }
.btn-secondary { background: #F7C024; border: 1px solid #F7C024; color: #000; }
.btn-secondary:hover {background: #F78D24;border-color:#F78D24;color: #000;}
.btn-tertiary { background: var(--tertiary-bg-color); border: 1px solid var(--tertiary-bg-color); color: var(--tertiary-text-color); }
.btn-tertiary:hover { background: var(--tertiary-hover-color); }
.btn-accent { background: var(--accent-bg-color); border: 1px solid var(--accent-bg-color); color: var(--accent-text-color); }
.btn-accent:hover { background: var(--accent-hover-color); }
.btn.active, .btn:active { -webkit-box-shadow: none; box-shadow: none; }
input.btn { width: auto; }
.whole-button { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; font-size: 0px; z-index: 99; }
/* /forms */
/* ================================= 
    Forms Elements
=================================== */
.datepicker { padding: 10px 20px; text-align: center; }
.datepicker td:hover { cursor: pointer; background: #f5f5f5; }
.datepicker th.switch { text-align: center; }
.datepicker th.next { text-align: right; }

/* ==========================================================================
   Non Bootstrap Form Stuff
========================================================================== */
/*  All Fields */
input, textarea, select { background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555; display: block; font-size: 14px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; }
input[type="checkbox"],input[type="radio"] {  width: auto;}
input:focus,textarea:focus,select:focus {  border-color: #66afe9;  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);  outline: 0 none;}
.form-horizontal .control-label.text-left {  text-align: left;}
.form-horizontal .control-label .pull-right {  position: relative;  right: -22px;}
.form-horizontal .form-group .sub-label {  padding-top: 7px;}
.form-horizontal .form-group .sub-label.pull-left {  position: relative;  left: -22px;}
/* Required Fields */
.form-group em,[role="form"] em {  color: #cc0000;  font-family: Helvetica, Arial, sans-serif;  font-size: 18px;  font-style: normal;  font-weight: normal;  text-transform: uppercase;  letter-spacing: normal;  line-height: 1em;  vertical-align: middle;}
.form-group .field-validation-valid {  display: none;}
.form-group .field-validation-valid + i {  display: none;}
.form-group .field-validation-error {  float: right;}
.form-group .field-validation-error + i {  float: right;  font-size: 16px;  color: #ebdc25;  position: relative;  z-index: 0;}
.form-group .field-validation-error + i:after {  content: "";  display: inline-block;  height: 10px; /*12px*/  width: 4px; /* 3px */  background-color: #000;  position: relative;  right: 9px; /*10px*/  z-index: -1;}
input + i[class^="icon"] {  position: absolute;  top: 10px;  right: 23px;  cursor: pointer;}
.form-contents h2 {  margin-top: 0px;  font-size: 24px;}
.form-contents .form-description {  font-size: 14px;  margin-bottom: 25px;}
/* Xtra Stuff */
input.btn { width: auto; }
.SearchLabel { display: none; }
div.manufacturerListing, div.manufacturerListing .content, div.manufacturerListing .content .makes { width: 100%; word-wrap: break-word; }
.well .banner { background-color: #e6db55; margin: 20px -19px; padding: 15px 25px; }
input + i[class^=icon] { position: absolute; top: 10px; right: 23px; cursor: pointer; }
.form-contents h2 { margin-top: 0px; font-size: 24px; }
.form-contents .form-description { font-size: 14px; margin-bottom: 25px; }
/* Lifted Corners
*/
.liftedCorners { position: relative; background: #f5f5f5; border: 6px solid #fff; padding: 24px 24px 10px 24px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
.liftedCorners:before, .liftedCorners:after { content: ""; position: absolute; z-index: -2; }
.liftedCorners:after { bottom: 15px; right: 0px; width: 50%; height: 20%; max-width: 300px; max-height: 100px; -webkit-box-shadow: 6px 25px 12px rgba(0, 0, 0, 0.2); -moz-box-shadow: 6px 25px 12px rgba(0, 0, 0, 0.2); box-shadow: 6px 25px 12px rgba(0, 0, 0, 0.2); -webkit-transform: rotate(6deg); -moz-transform: rotate(6deg); -ms-transform: rotate(6deg); -o-transform: rotate(6deg); transform: rotate(6deg); }
.liftedCorners:before { left: 80px; top: 6px; width: 50%; height: 35%; max-width: 16px; max-height: 50px; -webkit-box-shadow: -80px -6px 15px rgba(0, 0, 0, 0.2); -moz-box-shadow: -80px -6px 15px rgba(0, 0, 0, 0.2); box-shadow: -80px -6px 15px rgba(0, 0, 0, 0.2); -webkit-transform: skew(14deg); -moz-transform: skew(14deg); -ms-transform: skew(14deg); -o-transform: skew(14deg); transform: skew(14deg); -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%; }
/* End lifted corners

/** GLP Form **/
.glp-form .imageDisplay-holder { width: 250px; }
.glp-form .imageDisplay-holder img { display: block; margin: 0 auto 8px auto; }
.glp-form .msrp-holder:after, .glp-price-confirm .msrp-holder:after { content: " "; display: block; }
.glp-form .salePriceLabel-holder { clear: both; }
/** GLP Price Confirmation **/
.glp-price-confirm .h5 { font-size: 16px; text-align: center; margin-top: 30px; }
.glp-price-confirm p { text-align: center; }
.glp-price-confirm { z-index: 0; max-width: 100%; }
.glp-price-confirm .price-message { font-size: 19px; }
.glp-price-confirm .price-message .short-price-holder { color: #54aa47; }
.glp-price-confirm .unit-info { overflow: hidden; margin: 30px auto; width: 253px; }
.glp-price-confirm .photo { float: left; width: 238px; height: 188px; margin: 5px 5px 5px 10px; background: #f5f5f5; border: 6px solid #fff; padding: 18px; }
.glp-price-confirm .unit-info .unit-info-details { float: left; max-width: 290px; margin-left: 15px; }
.glp-price-confirm .unit-info .unit-info-details p { text-align: left; margin-top: 10px; }
.glp-price-confirm .unit-info .unit-info-details p strong { font-size: 16px; font-weight: bold; }
.glp-price-confirm .call-us { font-size: 19px; margin-bottom: 60px; line-height: 25px; }
.glp-price-confirm .close-btn { margin-bottom: 20px; }
.glp-price-confirm .expires-message { padding: 9px 10px; margin: 25px 10px; background: #ffffe0; background: -moz-linear-gradient(left, rgba(255, 255, 224, 0) 0%, lightyellow 15%, lightyellow 85%, rgba(255, 255, 224, 0) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 224, 0)), color-stop(15%, lightyellow), color-stop(85%, lightyellow), color-stop(100%, rgba(255, 255, 224, 0))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left, rgba(255, 255, 224, 0) 0%, lightyellow 15%, lightyellow 85%, rgba(255, 255, 224, 0) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, rgba(255, 255, 224, 0) 0%, lightyellow 15%, lightyellow 85%, rgba(255, 255, 224, 0) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left, rgba(255, 255, 224, 0) 0%, lightyellow 15%, lightyellow 85%, rgba(255, 255, 224, 0) 100%); /* IE10+ */ background: linear-gradient(to right, rgba(255, 255, 224, 0) 0%, lightyellow 15%, lightyellow 85%, rgba(255, 255, 224, 0) 100%);   /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffe0', endColorstr='#00ffffe0', GradientType=1 );
/* IE6-9 */ }
.glp-price-confirm .expires-message:before { content: ''; display: block; height: 1px; margin: 0 10px; position: relative; bottom: 9px; background: #e6db56; background: -moz-linear-gradient(left, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(230, 219, 86, 0)), color-stop(15%, #e6db56), color-stop(85%, #e6db56), color-stop(100%, rgba(230, 219, 86, 0))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%); /* IE10+ */ background: linear-gradient(to right, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%);   /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6db56', endColorstr='#00e6db56', GradientType=1 );
/* IE6-9 */ }
.glp-price-confirm .expires-message:after { content: ''; display: block; height: 1px; margin: 0 10px; position: relative; top: 9px; background: #e6db56; background: -moz-linear-gradient(left, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(230, 219, 86, 0)), color-stop(15%, #e6db56), color-stop(85%, #e6db56), color-stop(100%, rgba(230, 219, 86, 0))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%); /* IE10+ */ background: linear-gradient(to right, rgba(230, 219, 86, 0) 0%, #e6db56 15%, #e6db56 85%, rgba(230, 219, 86, 0) 100%);   /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6db56', endColorstr='#00e6db56', GradientType=1 );
/* IE6-9 */ }

    @media (min-width: 768px) {
        .glp-price-confirm { width: 100%; }
        .glp-price-confirm .unit-info { margin: 30px 65px; width: auto; }
    }
/* /vendor */
/* ====================================== 
    Vendor 
======================================== */

/* Bootstrap tabs (as on library detail page) */

.bootstrap-tabs > div { display: none; }
.bootstrap-tabs > div.active { display: block; }
.bootstrap-tabs > ul {  list-style: none;  margin: 0;  border-bottom: 1px solid #ddd;  text-align: left;  padding: 0; }
.bootstrap-tabs > ul li {  text-align: center;  border: 1px solid #ddd;  position: relative;  bottom: -1px;  font-size: 14px; }
.bootstrap-tabs > ul li a {  background: #f4f4f4; /* Old browsers */  background: -moz-linear-gradient(top, #f6f6f6 0%, #f1f1f1 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top, #f6f6f6 0%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top, #f6f6f6 0%, #f1f1f1 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top, #f6f6f6 0%, #f1f1f1 100%); /* IE10+ */  background: linear-gradient(to bottom, #f6f6f6 0%, #f1f1f1 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f1f1f1', GradientType=0 );  /* IE6-9 */ }
.bootstrap-tabs > ul li a {  display: block;  padding: 10px 30px;  color: #000;  font-weight: bold; }
.bootstrap-tabs > ul li a:hover {  text-decoration: none; }
.bootstrap-tabs > ul li a:hover {  background: #fcfcfc; /* Old browsers */  background: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f7f7f7)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%); /* IE10+ */  background: linear-gradient(to bottom, #fcfcfc 0%, #f7f7f7 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7', GradientType=0 );  /* IE6-9 */ }
.bootstrap-tabs > ul li.active {  border-bottom-color: #fff; }
.bootstrap-tabs > ul li.active a {  background: #fff;  filter: none; }
.well .banner {  background-color: #e6db55;  margin: 20px -19px;  padding: 15px 25px;}
/* /print */
/* ========================================= 
    Print Styles
=========================================== */
.print-only { display: none !important; }

@media print {
  .print-only { display: block !important; }
  #rv-types { display: none !important; }
  body { min-width: inherit; width: 100% !important; }
  .container_12 { width: 100% !important; }
  header .phone, nav#mainNav, aside, footer, .detailMediaTabs, .detailSocial, .detailActions, .subColumnFinance, .RelatedMakes, .Plans, .sliderNext, .sliderPrev, .detailSimilarRVs,.detailMoreInfo, .DetailPanel .Manufacts, #detailTestimonial, .DetailPanel .TagLine, .DetailPanel .disclaimer, .DetailPanel h4, .DetailPanel #InventoryTag, #topNavContainer, .horzSearch, #disclaimer, #detailMediaPhotos .sliderPrev, #detailMediaPhotos .sliderNext, #cboxPrevious, #cboxNext, .detailLinkActions, .detailActions, .SimilarFloorplans, #TTMC_videos,#floatChatButton, .top- search,.btn-social-share, .similarLinks, .prev-next-buttons { display: none !important; }
  .print-contact-info { text-align: right; font-size: 14px; }
  h1 { clear: both; margin-top: 20px; }
  .mainContainer, #main { left: 0 !important; width: 100% !important; background: #fff;}
  /* Unit Detail Print Page */
  body.inventory-detail-page header { display: none !important; }
  .DetailPanel a:after { content: ""; }
  .InvDetail .Header { min-height: 120px; }
  .DetailPanel h1 { font-size: 20px; }
  .DetailPanel .print-header { min-height: 120px; }
  .DetailPanel .printDetailImage { float: left; }
  .DetailPanel .printLotLocation { width: 150px; position: absolute; right: 20px; font-size: 12px; }
  .DetailPanel .printLotLocation h3 { border: none; font-size: 16px; }
  .DetailPanel > .row > [class^=col-] { width: 50% !important; float: left; }
  .DetailPanel .detailMedia, .DetailPanel .detailMedia *, .DetailPanel .detailMediaPanel, .DetailPanel .detailMediaPanel * { height: 225px; width: 100% !important; margin: 0 !important; }
  .DetailPanel .detailMedia > * { margin-right: 12%; }
  #detailMediaPhotos { display: block !important; }
  #detailMediaPhotos .slides img { height: auto !important; border: none; box-shadow: none; max-width: 300px !important; }
  #detailMediaPhotos .slides li { display: none !important; }
  #detailMediaPhotos .slides li:first-child { display: block !important; opacity: 1 !important; visibility: visible !important; position: static !important; }
  #detailMediaPhotos .slides .photo-label, .detail-thumbnail-wrapper { display: none !important; }
  .DetailPanel .imageCounterWrapper { display: none; }
  .DetailPanel .well { border: none; }
  .DetailPanel .detailPricing { margin: 0; height: 225px; margin-top: 0 !important; }
  .DetailPanel .detailPricing > .row [class^=col-] { display: none; }
  .DetailPanel .detailPricing > .row [class^=col-]:first-child { width: 100%; display: block; }
  .DetailPanel .subColumnPrice { float: none; margin: 0; width: auto; }
  .DetailPanel .PriceInfo { margin: 0; }
  .DetailPanel .PriceInfo * { color: #000; font-weight: normal; }
  .DetailPanel .PriceLabel { display: inline-block; margin-top: 50px; }
  .DetailPanel .SalesPriceLabel, .DetailPanel .SalesPriceText { position: relative; display: inline-block; top: -85px; font-size: 16px; font-weight: bold; }
  .DetailPanel .noPrice { margin-bottom: 25px; display: inline-block; font-size: 16px; }
  .DetailPanel .colorSpecs { float: none; font-size: inherit; width: auto; padding: 0; margin: 0; clear: both; line-height: 17px; }
  .DetailPanel .UnitDesc { position: relative; right: -100%; margin-top: 30px !important; margin-right: -30px; margin-left: 30px; border: none; }
  .DetailPanel .UnitDescText { padding: 0; }
  .DetailPanel .specsPanel { margin-left: -30px; margin-top: 30px !important; position: relative; left: -100%; margin-right: 30px; border: none; max-width: 300px; }
  .DetailPanel .SpecsTable { border: none; }
  .DetailPanel .SpecsTable td { border: none; background: #fff; padding-left: 0 !important; padding-top: 2px !important; padding-bottom: 2px !important; }
  .DetailPanel .panel * { border-color: black; }
  .DetailPanel .panel-heading { margin-bottom: 10px; padding-left: 0; }
  .DetailPanel .siteNameFooter { clear: both; padding-top: 10px; font-size: 16px; }
  .DetailPanel ~ p { display: none; }
  /* Library Detail */
  .LibraryDetail .Header { text-align: center; }
  .LibraryDetail .detailMediaPhotoItems { text-align: center; }
  ul.libraryDetailList li { float: none; page-break-before: always; }
  ul.libraryDetailList li .ContactSection, ul.libraryDetailList li .InStockPanel, ul.libraryDetailList li .similarLinks, ul.libraryDetailList li .similarLinksTitle { display: none; }
  ul.libraryDetailList > li .SpecsTable { width: 100%; }
  #libraryDetailTabs > ul { display: none; }
  #libraryDetailTabs > div { display: block; margin-bottom: 25px; }
  #libraryDetailTabs #features, #libraryDetailTabs #manuFacts { page-break-before: always; }
  /* Colorbox */
  body.cbox-open > * { display: none !important; }
  #colorbox { display: block !important; top: 0 !important; left: 0 !important; }
  /* Compare */
  .comparison-wrapper a[href]:after { content: ""; }
  .comparison-wrapper h2 { display: none; }
  .comparison-wrapper .compare-close { display: none !important; }
  .comparison-wrapper .tab-row { display: none; }
  .comparison-wrapper tr.floorplan-row.hidden, .comparison-wrapper tr.compare-spec-row.hidden { display: table-row !important; visibility: visible !important; }
  .comparison-wrapper tr.floorplan-row img { margin: 0; }
  .comparison-wrapper tr.floorplan-row { margin-left: 0; }
  .compare-spec-key, .compare-spec-val { padding-top: 3px; padding-bottom: 3px; }

  .gg-app,.ae-right, .ae-left,#podium-website-widget,#ae_launcher { display: none!important; }
  
  /* DETAIL V2 PRINT STYLES
  ================================================== */
  a[href]:after { content: none !important; }
  .unit-detail-v2 .unit-tags,
  .unit-detail-v2 .sales-pitch,
  .unit-detail-v2 .detail-media-nav-wrapper,
  .unit-detail-v2 .show-unit-btns,
  .unit-detail-v2 #section-detail-reviews,
  .unit-detail-v2 .detail-unit-reviews,
  .unit-detail-v2 .detail-more-info-mobile { display: none!important; }
  .unit-detail-v2 .unit-title h1 { max-width: none; }
  .unit-detail-v2 .slides { padding: 0; }
  .unit-detail-v2 #detailMediaPhotos .slides img { max-width:500px!important}
  .DetailPanel.unit-detail-v2 .detailMedia, .unit-detail-v2 .DetailPanel .detailMedia *, .DetailPanel.unit-detail-v2 .detailMediaPanel, .DetailPanel.unit-detail-v2  .detailMediaPanel * { height: 250px!important; }
  .unit-detail-v2 #detail-sidebar-cta-wrapper {padding: 0;}
  .unit-detail-v2 .unit-detail-description-modal .modal-dialog { transform: none; }
  .unit-detail-v2 .detail-overview-tiles ul { display: block; }
  .unit-detail-v2 .overview-tile-title { font-weight: 400; } 
  .unit-detail-v2 #modal-unit-specs,
  .unit-detail-v2 #modal-unit-specs .modal-dialog,
  .unit-detail-v2 #modal-unit-specs .modal-content,
  .unit-detail-v2 #modal-unit-specs .modal-body,
  .unit-detail-v2 #section-detail-specs,
  .unit-detail-v2 #modal-unit-description { display: block!important; background: red; opacity: 1!important; }
  .unit-detail-v2 .unit-title,
  .unit-detail-v2 .unit-stock-info-wrapper { text-align: left; }
  .unit-detail-v2 .col-md-8 { width: 50%!important; display: inline-block; float: left; }
  .unit-detail-v2 .detail-sidebar { width: 45%!important; display: inline-block; }
  .unit-detail-v2 #modal-unit-specs,
  .unit-detail-v2 #modal-unit-description { position: relative!important; }
  .unit-detail-v2 .modal.unit-detail-feature-modal.fade:not(.in) .modal-dialog, .unit-detail-v2 .modal.unit-description-feature-modal.fade:not(.in) .modal-dialog { -webkit-transform: none; transform: none; }
  .unit-detail-v2 .unit-detail-feature-modal .modal-body, .unit-detail-v2 .unit-detail-description-modal .modal-body {max-height: none;min-height: 100%;padding: 0;margin: 20px 0 0;}
  .unit-detail-v2 .modal-header { display: none!important;  }
  .unit-detail-v2 .unit-page-article-title { margin: 0 0 15px 0; padding: 0 0 10px 0; display: block; border-bottom: 2px solid #ccc; }
  .unit-detail-v2 .unit-page-article-title span { padding: 0; font-size: 16px; font-weight: 700; font-style: normal; text-transform: none; }
  .unit-detail-v2 .specs-table td.specs-label, .unit-detail-v2 .specs-table td.specs-desc { width: 25%; font-size: 12px; }
  .unit-detail-v2 #modal-unit-description {font-size: 12px;}
  .unit-detail-v2 #modal-unit-description button { display: none; }
  .inventory-detail-page .disclaimer {font-size: 10px!important; margin: 30px 0; border-top: 1px solid #ddd; padding-top: 15px;  }
  .inventory-detail-page .table>tbody>tr>td, .inventory-detail-page .table>tbody>tr>th, .inventory-detail-page .table>tfoot>tr>td, .inventory-detail-page .table>tfoot>tr>th, .inventory-detail- 
  page .table>thead>tr>td, .inventory-detail-page .table>thead>tr>th { padding: 2px 8px 2px 0;}
}
/* /base-pages */
/* ======================================= 
    Contact Page 
========================================= */
.visit-us-phone { width: 100%; float: none !important; clear: left; }
.visit-us-phone ol { list-style-type: none; padding: 0; }
.visit-us-address, .visti-us-phone { width: 100%; padding-bottom: 10px; }

    @media (min-width: 992px) {
        .visit-us-phone { float: right !important; width: 50%; clear: none; }
        .visit-us-address, .visti-us-phone { width: 50%; padding-bottom: 0; }
    }

/* ==========================================================================
   Directions
========================================================================== */
.map { height: 300px; border: 1px solid #ABADB3; float: left; padding: 0; clear: both; margin-top: 10px; margin-bottom: 30px; margin-left: 2%; width: 96%; }
#directions table { width: 100%; }
#directions table.adp-directions tr:hover { background: #FFFD8B; color: #000; }
#getAddressForm { clear: both; background: #F5F5F5; border: 1px solid #ABADB3; padding: 15px; font-weight: 700; color: #76787d; margin: 20px 0; }
#getAddressForm input { font-weight: normal; font-size: 12px; font-style: italic; color: #aaaaaa; padding: 5px; margin: 10px 0; border: 1px solid #ABADB3; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
#getAddressForm input:focus { font-style: normal; color: #000000; }
#start:focus { color: #000000; font-stye: normal; }
#getAddressForm select { border: 1px solid #ABADB3; padding: 4px 5px; margin: 10px 0; font-size: 13px; line-height: 1.2em; -webkit-border-radius: 5px; border-radius: 2px; -moz-border-radius: 2px; width: 240px; }

    @media (min-width: 992px) {
        .map { margin-left: 0; width: 100%; }
    }
/* /content */
/* ====================================== 
    Content
======================================== */

#mainContainer { background: #fff; padding-top: 15px; margin: 0; }
.pageContent { margin-bottom: 30px; }
.pageContent p:last-child, .homepage .pageContent { margin-bottom: 0; }
/* /testimonials */
/* ======================================= 
    Testimonials Page
========================================= */
.testimonial {  position: relative;  margin: 30px 0px;}
.testimonial blockquote {  quotes: inherit;  font-size: 16px;  overflow: visible;  position: relative;  border: 5px solid #eee;  padding: 30px;  border-radius: 20px;  margin-bottom: 25px;  float: left;  width: 100%; }
.testimonial blockquote:before {  content: "";  position: absolute;  bottom: -20px;  left: 50px;  right: auto;  margin: 0 auto; border-width: 20px 20px 0;  border-style: solid;  border-color: #eee transparent;  display: block;  width: 0; }
.testimonial blockquote:after {  content: "";  position: absolute;  bottom: -13px;  left: 56px;  right: auto;  margin: 0 auto;  border-width: 13px 13px 0;  border-style: solid;  border-color: #fff transparent;  display: block;  width: 0; }
.testimonial .signature {  display: block;  margin-top: 10px;  font-size: 16px;  font-style: italic;  color: #858585;  font-weight: 700; }
.testimonial .readMore {  font-size: 12px;  font-style: normal; }
.testimonial .review-title {  font-size: 24px; }
.testimonial img {  margin-bottom: 15px; }
aside .panel .testimonial blockquote {  margin-left: 0; }
aside .panel .testimonial blockquote:before {  display: none;}
.readMoreTestimonials {  display: block; }
.testimonial { position: relative; text-align:left;}
.testimonial blockquote { quotes: inherit; font-size: 14px; overflow: hidden; border: none; padding: 0; margin-bottom: 25px; }
.testimonial .signature { display: block; margin-top: 10px; font-size: 14px; font-style: normal; font-weight:700; color: #000; }
.testimonial .readMore { font-size: 12px; font-style: normal; }
.testimonial img { margin-bottom: 15px; }
aside .panel .testimonial blockquote { margin-left: 0; }
aside .panel .testimonial blockquote:before { display: none; }
.readMoreTestimonials { display: block;  }
.readMoreTestimonials a {color:#fff; background:#f79022; padding:10px 30px; border-radius:30px; font-size:18px; font-weight:700;}
.readMoreTestimonials a:hover {background:#000; text-decoration:none;}
/* /tow-guides */
/* ======================================= 
    Tow Guides Page
========================================= */
.tow-guides-wrapper fieldset {  border: 1px solid #ddd !important; }
svg.tow-guides-h1-icon {  display: inline-block;  position: relative;  top: 5px; }
svg.tow-guides-h1-icon path {  fill: #000 !important;  stroke: #000 !important;  height: 30px !important; }
.tow-guides-wrapper .form-group.col-md-12 {  background: none; }
.tow-guides-wrapper fieldset.colorbox-form legend {  background: #000;  color: #fff;}
.tow-guides-wrapper h3 {  background: #fafafa;  margin: 30px 0 0;  padding: 30px 30px 15px 30px; }
.tow-guides-wrapper ul {  padding: 30px;  background: #fafafa; }
.tow-guides-wrapper ul li {  margin: 0 0 25px 0; }
.tow-guides-wrapper ul li strong {  display: block;  margin-bottom: 5px; }
.tow-guides-wrapper .table > tbody > tr > td,.tow-guides-wrapper .table > tbody > tr > th,.tow-guides-wrapper .table > tfoot > tr > td,.tow-guides-wrapper .table > tfoot > tr > th,.tow-guides-wrapper .table > thead > tr > td,.tow-guides-wrapper .table > thead > tr > th {  border-top: 0;  padding: 2px 25px; }
.tow-guides-wrapper .table {  margin: 15px 0 !important; }
.tow-guides-wrapper .panel-primary {  border-color: #ddd; }
.tow-guides-wrapper .panel-heading {  background: #333; }
.tow-guides-wrapper fieldset.colorbox-form legend {  text-indent: 0;  line-height: 1em;  padding: 10px 15px; }
.tow-guides-wrapper .btn-default {  background: #000;  border: 1px solid #000;  font-weight: 700;  color: #fff; }
.tow-guides-wrapper .btn-default:hover {  background: #333;  border: 1px solid #333;  color: #fff; }
.tow-guides-wrapper hr {  display: none; }
.tow-guides-wrapper p i {  font-size: 14px;  line-height: 1.25em; }

/* ==========================================================================
 Youtube Videos Page
========================================================================== */
.video-block { margin: 50px 0px; }
.video-block h2 { margin-bottom: 20px; }
.video-block:last-child { margin-bottom: 80px; }
.video-block .yt-videos { width: max-content; }
.video-block .yt-videos a { display: inline-block; max-width: 260px; margin: 0 10px; }
.video-block .yt-videos a:first-child { margin-left: 0px; }
.video-block .yt-videos a span { display: none; }
.video-block .ytplayer.ytplayer-compact { overflow-x:scroll; margin-right: 70px; margin-left: 70px; }
.video-block .ytplayer.ytplayer-compact::-webkit-scrollbar { display: none; } 
.video-block #scroll-button-right, .video-block #scroll-button-left { cursor: pointer; }
.video-block .arrow-right { right: 0px; margin-top: 30px; position: absolute;  }
.video-block .arrow-left { margin-top: 30px; left: 0px; position: absolute; }
.video-block #scroll-button-left img, .video-block #scroll-button-right img { max-width:60px; }

/* /home */
/* =================================== 
     Home Page G1
===================================== */
.homepage { --section-bg-color: #EFF3F5; }
.homepage #mainContainer {  margin: 0;  padding-top: 0; }
.pageContent p:last-child, .homepage .pageContent {  margin-bottom: 0; }
.home-brands .headline,.home-customers .headline,.home-welcome .headline,  .home-featured .headline {text-align: left;margin: 0;font-size: 30px;text-transform: uppercase;}
.homepage #rv-types {}
.home-brands {  padding: 40px 0; }
.home-welcome .headline {}
.home-welcome-text {  background-color: #ececec !important; }

@media (min-width: 992px) {
   .home-brands .headline, .home-customers .headline, .home-welcome .headline, .home-featured .headline { font-size:42px; }
  .home-brands { padding: 60px 0 30px; }
}

/* ==========================================================================
 Panels
 ========================================================================== */
.panel {text-align:center;}
.panel-body {background:#ecebf3;}
.panel-default > .panel-heading {background:#386a65; color:#fff; border:none; text-transform:uppercase;}
.panel-primary > .panel-heading, #facetedSearch .panel-heading, #facetedSearch .panel-heading i {background:#ffbf16; color:#000; border:none; text-transform:uppercase;}
.panel-default > .panel-heading h3, .panel-primary > .panel-heading h3 {font-size:30px;}
.panel-default > .panel-heading i {color:#ffbf16;}
.panel-primary > .panel-heading i {color:#386a65;}

/* /snippets/sidebar-main */
/* ==========================================================================
   SideBar
========================================================================== */
aside { margin: 20px 0 10px 0;}
aside #sideSearch label {  display: none;}
aside .visit-us.compact img {  max-width: 100%;  margin-bottom: 10px;}
aside .visit-us.compact .directions-link {  margin-bottom: 10px;}
#sidebarSearch {  margin-bottom: 15px;}
aside .brandIcons a {  width: 100%;}
aside .btn { display: block;}
.aside-btn-tow-guides a {display: block;color: #000;position: relative;top: 0;border-radius: 10px;padding: 15px;box-shadow: 0px 0px 14.57px 0px rgba(0, 0, 0, 0.12);}
.aside-btn-tow-guides a:hover {  text-decoration: none;  top: -5px;}
.aside-btn-tow-guides svg {  width: 60px;  position: absolute;  left: 15px;  top: 12px;}
.aside-btn-tow-guides svg path {  fill: var(--primary-bg-color);  stroke: var(--primary-bg-color);}
.aside-btn-tow-guides-title {  display: block;  text-transform: uppercase;  font-size: 21px;  font-weight: 700;}
.aside-btn-tow-guides-subtitle {  color: var(--primary-bg-color);}
.btn-tow-guides-aside {position:relative; margin-bottom:15px; display:block;}
.btn-tow-guides-aside span.btn {position:absolute; bottom:12px; right:10px; font-size:12px;}
.btn-tow-guides-aside:hover span.btn {background:#ffbf16; color:#000; }

@media (min-width: 992px) {
  aside .StockNumberWrapper {    display: inline-block;   width: 155px;    vertical-align: top;  }
  aside .unitContainer ol.unitListCompact li {    width: 99%;  }
  .aside-btn-tow-guides a {    padding: 15px 10px 10px 65px; }
  .aside-btn-tow-guides svg {  width: 40px;   top: 4px;  }
  .aside-btn-tow-guides-title {  font-size: 17px;   line-height: 1em;  }
  .aside-btn-tow-guides-subtitle {  font-size: 12px; }
}

@media (min-width: 1200px) {
  aside .StockNumberWrapper { width: 205px; }
  .aside-btn-tow-guides a {padding: 2px;}
  .aside-btn-tow-guides svg { width: 60px;  top: 12px; }
  .aside-btn-tow-guides-title {  font-size: 20px; }
  .aside-btn-tow-guides-subtitle {   font-size: 13px;  }
}

@media (min-width: 1600px) {
  aside .StockNumberWrapper { width: 305px; }
  .aside-btn-tow-guides a {padding: 2px;}
  .aside-btn-tow-guides svg { width: auto;   top: 20px;   left: 25px; }
  .aside-btn-tow-guides-title { font-size: 28px;  margin-bottom: 3px; }
  .aside-btn-tow-guides-subtitle { font-size: 16px; }
}
/* /snippets/locations-colorbox */
/* ======================================
    Locations Colorbox
========================================*/
.loc-pin path {fill: #2F4A1F;}
.loc-center {  text-align: center; }
.loc-link { font-weight:600; }
.loc-center span { font-weight:700; font-size: 18px; }
.location-modal #cboxClose {display: block !important;font-size: 0;top: 10px;right: 10px;z-index: 999999;font-weight: 900;color: var(--accent-bg-color);}
.location-modal #cboxClose i{display: contents;font-weight: 900;position: relative;z-index: 9999;font-size: 30px;color: #000;}
#cboxContent {  overflow-y: scroll;  overflow-x: hidden;}
.locations { display:none; }
.locations path {fill: #fff;}
.location-row {
    padding: 20px;
}

.location-row.off-color {
    background: #F2F7FD;
}
.loc-address { margin:0; }
.loc-address a{color: #2F4A1F;font-weight: 900;}
.loc-address a.loc-link{color: #000;font-weight: 700;}
.loc-pin {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loc-pin svg {
    margin-right: 10px;
}

   @media (min-width:768px){
      .col-sm-4.loc-pin { flex-direction:row; }
      .loc-center {  text-align: center; display: flex; align-items: center;}
   }
   
/* /snippets/comparison */
/* ==========================================================================
   Compare Styles
========================================================================== */
.compare-close { position: relative; top: -48px; right: -15px; }
.comparison-wrapper { background: #fff; padding: 5px 20px 20px 20px; }
.comparison-wrapper h2 { font-size: 18px; margin-bottom: 15px; margin-top: 5px; }
.spec-title { text-align: right; padding-right: 30px; font-size: 15px; font-weight: bold; position: relative; top: 205px; width: 130px; display: block; }
.compare-unit-header { border: 1px solid #ddd; text-align: center; width: 190px; height: 220px; padding: 20px; margin-bottom: 30px; margin-right: 10px; -moz-box-shadow: 0 2px #ccc; -webkit-box-shadow: 0 2px #ccc; box-shadow: 0 2px #ccc; }
.compare-unit-header:hover { cursor: pointer; background: #f1f1f1; }
.compare-unit-img { display: block; margin: 0 auto; max-width: 140px; }
.compare-unit-title { font-size: 12px; font-weight: bold; margin: 10px 0; display: block; }
.compare-unit-price { font-size: 13px; font-weight: bold; }
hr.compare-divider { margin: 0; }
.floorplan-key, .compare-spec-key { width: 140px; }
.compare-spec-key { text-align: right; height: 20px; padding: 5px 0; padding-right: 30px; font-weight: bold; }
.floorplan-val, .compare-spec-val { background: #f4f4f4; padding: 5px 0 5px 20px; border-right: 20px solid white; }
.floorplan-val { padding: 10px; border: none; height: 300px; }
.floorplan-val-alt, .spec-val-alt { background: #fff; padding-left: 10px; border-right: 0; }
.comparison-wrapper .small-fp-image { width: 140px; margin: 0 auto; display: block; }
.comparison-wrapper .large-fp-image { display: none; position: fixed; width: 400px; left: 50%; margin-left: -200px; border: 1px solid #ccc; box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.4); }
.comparison-wrapper .large-fp-image.top-image { display: block; top: 20px; }
.comparison-wrapper .large-fp-image.bottom-image { display: block; bottom: 20px; }
.comparison-wrapper .bootstrap-tabs > ul { margin: 0 0 0 2px; border: none; text-align: left; padding: 0; }
.comparison-wrapper .bootstrap-tabs > ul li { border-bottom: none; bottom: 0; }
.comparison-wrapper .bootstrap-tabs > ul a { padding: 10px 15px; }
.comparison-wrapper .bootstrap-tabs > ul a:hover { cursor: pointer; }
.comparison-wrapper .floorplan-styles-list { list-style-type: none; margin-top: 10px; margin-left: 20px; line-height: 18px; padding: 0; }
/* Compare Bar */
.compare-bar { overflow: hidden; margin: 20px 0; border: 1px solid #ccc; border-radius: 5px; padding: 10px; }
.compare-bar-title { display: none; font-size: 16px; margin-bottom: 10px; }
.compare-bar ul { list-style-type: none; padding: 0; }
.compare-bar ul li { float: left; margin-right: 10px; }
.compare-bar ul li.active img { border: 2px solid #999; }
.compare-bar ul li img { width: 100px; }
.compare-bar ul li.compare-bar-buttons { float: right; }

    @media (min-width: 768px) {
        .comparison-wrapper { min-width: 700px; }
        .bootstrap-tabs > ul li { display: inline-block; }
    }
/* /snippets/header/header */
/* =============================================
   Header G1
================================================ */

:root {--topbar-bg-color: #376A65;--topbar-text-color: #ffffff;--topbar-hover-color: #122137;}

#site-header {  background: var(--topbar-bg-color, #000);  height: 80px;  position: relative;}
.logo {max-width: 96px;position: absolute;top: 5px;left: 15px;z-index: 999;}
.logo img {max-height: 106px;width: auto;}
.phone {  position: absolute;  right: 15px;  top: 30px;  font-size: 18px;  font-weight: 700;}
.phone a, .locations a,.phone a:hover,.address a {color: var(--topbar-text-color, #fff);text-decoration: none;display: flex;gap: 5px;align-items: center;}
.phone i:before {  transform: scaleX(-1);  color: var(--accent-bg-color, #fff);}
.address {  position: absolute;  right: 210px;}
.address a {  color: var(--topbar-text-color, #fff);}
.locations {font-size: 16px;font-weight: 650;text-transform: uppercase;display: none;}
.btn-secondary :hover {  color: var(--secondary-text-color);}
.locations path, .address path {fill: #fff;}
.locations i { font-size:10px; }
.contact-button a { color:#fff; text-transform:uppercase; }
.header-top-bar {position: relative;display: flex;gap: 30px;align-items: center;justify-content: end;padding: 28px 0;}
.header-top-bar a {display:flex;gap: 12px;align-items:center;justify-content:center;font-size: 16px;font-weight: 500;}
.home-ban-pre { transition:all .5s ease; }
.home-ban-pre:hover { transform:scale(1.05); }
.header-search {display: block; text-align: center;}
.homepage .header-search {display: none;}

@media (min-width: 768px) {
   .header-top-bar {padding: 32px 0;}
  #site-header { height: 90px;  }
  #site-header .container { position: relative;  }
  .logo {max-width: 85px;top: 14px;}
  .phone { font-size: 23px; }
  .locations { display: none; font-size: 20px; }
}

@media (min-width: 992px) {
  .header-top-bar {padding: 37px 0;}
  #site-header {    height: 100px;  }
  .logo {max-width: 110px;top: 10px;}
  .phone {    top: 10px;  }
  .locations {}
  .header-search {border-bottom: 2px #376a65 solid;}
}

@media (min-width: 1200px) {
  .header-top-bar {padding: 18px 0;}
  #site-header {height: auto;}
  .logo {max-width: 305px;display: inline-block;top: 6px;}
  .logo img {max-height: 140px;}
  .phone {    right: 210px;  }
  .locations {}
  .address {    right: 410px;  }
}


/* ==========================================================================
   NavBar
========================================================================== */

nav#main-nav {padding: 5px 0;border-radius: 0;text-align: center;min-height: 0;margin-bottom: 0;background: var(--nav-bg-color, #fff);box-shadow: 0 4px 4px rgb(0 0 0 / 25%);}
nav#main-nav .navbar-header {  display: inline-block !important;  margin: 0;}
.navbar-collapse {  max-height: none;}
.navbar-nav li a span {  display: none;}
ul.nav li {  float: none;  display: inline-block;  width: 100%;  border-bottom: 1px solid #cab7b7;}
ul.nav li:last-child {  border-bottom: 0;}
ul.nav li.dropdown a:hover {  cursor: default;}
ul.nav li.dropdown ul a:hover {  cursor: pointer;}
.nav > li > a {  display: inline-block;  text-align: left;}
.nav > li > a .fa-caret-down {  margin-left: 3px;  display: none;  font-size: 16px;  vertical-align: 2px;}
ul.nav .dropdown b {  display: inline-block;  line-height: 40px;  width: 60px;  position: absolute;  right: 0;  cursor: pointer;  color: var(--nav-text-color, #000); }
ul.nav .dropdown.open b i:before {  content: "\f00d";  color: #fff;}
.navbar-default {  border: none;}
.navbar-default .navbar-nav > li > a {  width: 100%;  color: var(--nav-text-color, #000);  font-weight: 600;  padding: 10px 20px;  font-size: 16px;  line-height: 1.4;}
.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:focus,.navbar-default .navbar-nav > .open > a:hover {background: var(--topbar-bg-color, #000);color: #fff;}
.navbar-collapse.in {  overflow-y: visible;}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {  border: 0;}
.navbar-justified .navbar-nav {  display: inline-block;  float: none;  vertical-align: top;}
.navbar-justified .navbar-collapse {  text-align: center;}
.dropdown-menu,.navbar-nav .open .dropdown-menu {  border-radius: 0;  border: 0;  min-width: 0;  padding: 0 0 0 15px;  background: #ffffff;  color: #fff;  text-transform: none;}
ul.nav .dropdown-menu li {  border-bottom: 0;}
.dropdown-menu li a,.navbar-default .navbar-nav .open .dropdown-menu > li > a {  border-radius: 0;  color: #000;  padding: 10px 15px;  font-size: 16px;}
.dropdown-menu li a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {background: var(--topbar-bg-color, #000);color: #fff;}
nav#main-nav .btn {  font-weight: 700;  background: none;  box-shadow: none;  border: 0;  color: var(--nav-text-color, #000);  text-transform: uppercase;  padding: 8px;}
nav#main-nav .navbar-header i {  color: var(--nav-text-color, #000); }
img.shasta-logo {  right: 10px;  position: relative;  transform: scale(0.85);  max-width: 130px;}


@media (min-width: 768px) {
  nav#main-nav {    padding: 10px 0;  }
  nav#main-nav .navbar-header {    display: block !important;    width: 100%;  }
  .navbar-collapse.collapse {    display: none !important;  }
  .navbar-nav .dropdown-menu {    position: static;    width: 100%;  }
  nav#main-nav .navbar-header i {    font-size: 18px;  }
  nav#main-nav .btn {    font-size: 16px;  }
}

@media (min-width: 992px) {
  .homepage nav#main-nav {position:absolute;z-index:99999;box-shadow: none;width: 100%;}
  nav#main-nav .navbar-header {    display: none !important;  }
  .navbar-collapse.collapse {    display: block !important;  }
  .navbar-nav .dropdown-menu {    position: absolute;  }
  nav#main-nav .dropdown-menu,  nav#footerNav .dropdown-menu,  nav#main-nav .dropdown-menu li,  nav#footerNav .dropdown-menu li {    width: auto;    min-width: 100%;  }
  .navbar-collapse {    padding: 0;  }
  .no-touch ul.nav li.dropdown:hover > ul.dropdown-menu,  ul.nav li.dropdown:hover > ul.dropdown-menu {    display: block;  }
  .touch ul.nav > li.dropdown {}
  .nav > li > a {    text-align: center;  }
  .touch ul.nav .dropdown b {    display: none;    line-height: 42px;    width: 40px;    right: 0px;   cursor: pointer;  }
  ul.nav li {    width: auto;  }
  ul.nav .dropdown b,  .no-touch ul.nav .dropdown b {    display: none;  }
  ul.nav li {    border-bottom: 0;  }
  .nav > li > a .fa-caret-down {    display: inline-block;  }
  .dropdown-menu,  .navbar-nav .open .dropdown-menu {    padding: 0; }
  nav#main-nav {padding: 0;border-radius: 0;text-align: center;min-height: 0;margin-bottom: 0;background: transparent;}
  .homepage .navbar-default .navbar-nav > li > a {color:#fff;text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.70);font-size: 15px;}
  .navbar-default .navbar-nav > li > a {padding: 20px 11px;color: #000;text-align: center;font-size: 15px;font-style: normal;font-weight: 400;line-height: normal;text-transform: uppercase;}
}

@media (min-width: 1200px) {  
  nav#main-nav {    position: relative;    margin: 0;  }
  .navbar-default .navbar-nav {    display: table;    text-align: center;    width: 100%;  }
  .navbar-default .navbar-nav > li {    display: table-cell;    float: none;    vertical-align: middle;  }
  .navbar-default .navbar-nav > li > a {padding: 36px 11px;font-size: 15px;}
  .navbar-collapse.collapse {    width: 80%;    float: right;  }
}

@media (min-width: 1600px) {
  .navbar-collapse.collapse {    float: right; }
  nav#main-nav {    width: 100%;    display: block;  }
  .navbar-collapse.collapse {    width: 84%;  }
}
/* /snippets/footer/footer */
/* ========================================
     Footer G1
========================================== */

:root {
  --main-bg-color: #172A45;
  --main-text-color: #ffffff;
  --main-hover-color: #122137;
}

footer {background: #fff;color: #000;text-align: center;margin-top: 0;}
footer svg path {  fill: var(--accent-bg-color, #fff); }
footer div[class^="col"] {  margin-top: 40px; }
footer div.footer-poweredby {  margin-top: 50px; }
footer .h3 {margin-top: 0;color: #000;font-size: 25px;text-transform: uppercase;}
.footer-body {padding: 20px 0 50px;color: #000;position: relative;z-index: 1;}
footer .row {display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;justify-content: center;text-align: center;width: 100%;margin: 0 auto;}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {  max-width: 150px;}
.quick-links ul {  list-style: none;  padding: 0;  display: flex;  flex-wrap: wrap;  justify-content: center; }
.quick-links li {  flex-basis: 100%; }
.quick-links a {color: #000;line-height: 1.75em;font-weight: 400;text-transform: uppercase;}
.phone-link { color:#000; font-weight:900; }
.footer-loc,.footer-hours .operating-hours {margin-bottom: 20px;}
.footer-loc > i,.operating-hours > i {  color: #a8a8a8;}
.footer-loc > strong {font-size: 16px;}
.footer-loc > a {color: #000;font-size: 14px;}
.operating-hours > i {  display: none;}
.footer-hours .operating-hours > p {font-weight: 400;font-size: 16px;}
.footer-ctas > a {  display: block;  max-width: 150px;  margin: 0 auto 15px;}
.footer-bottom {background: #fff;color: #000;padding: 15px 0;text-align: center;font-size: 12px;z-index: 2;position: relative;}
.footer-bottom a {  color: #000;}
.footer-bottom a:hover {  text-decoration: underline;}
.footer-bottom ul {  margin: 0;  padding: 0;}
.footer-bottom li,.powered-by {  display: inline-block;  font-size: 13px;}
.footer-bottom li {  display: block;}
.footer-bottom li span {  margin: 0 5px;  display: none;}
.social-bar {padding: 25px 5px 25px 0;position: relative;text-align: center;background: #203A60;color: var(--primary-text-color, #fff);margin: 50px auto 0;}
.homepage .social-bar {  margin-top: 0px;}
.social-bar h2 {font-size: 30px;display: block;margin: 10px;font-weight: 700;}
.social-bar a {  margin: 0 5px;}
 ul.social-icons {display: inline-block;margin: 0 auto 30px 0;padding: 0;text-align: left;}
ul.social-icons li {display: inline-block;margin-top: 20px;}
ul.social-icons a {display: block;font-size: 18px;margin: 0 1px;color: #fff;margin-bottom: 5px;line-height: 1.5em;}
ul.social-icons span {font-size: 12px;display: none;}
ul.social-icons a i {font-size: 19px;display: inline-flex;width: 46px;height: 46px;margin-right: 5px;padding: 0;text-align: center;border-radius: 50%;align-items: center;justify-content: center;}
ul.social-icons a:hover { text-decoration: none; transform:scale(1.1); }
ul.social-icons .icon {text-decoration: none;}
ul.social-icons .fa-envelope { background: #a51e36; }
ul.social-icons .fa-facebook-f { background: #0254A8; }
ul.social-icons .fa-youtube { background: #D10000; }
ul.social-icons .fa-google-plus-g { background: #D44736; }
ul.social-icons .fa-location-dot { background: #D44736; }
ul.social-icons .fa-instagram { background: #fff; color: #000 }
ul.social-icons .fa-pinterest { background: #e81027; }
ul.social-icons .fa-thumbs-up { background: #a51e36; }
ul.social-icons .fa-x-twitter { background: #1da1f2; }
ul.social-icons .fa-mobile-screen-button-phone { background: #00f2ea; color: #000 }
footer .direction-link { color:#376A65; font-weight:500; }
.foot-logos {display:flex;align-items:center;justify-content:center;gap:10px;margin-top: 10px;}
.foot-logos img {max-width: 90px !important;}

@media (min-width: 350px) and (max-width: 767px) {
  .quick-links { /*max-width: 350px;*/ margin: 0 auto;  }
}

@media (min-width: 768px) {
  footer { text-align: left;}  
  footer div[class^="col"] {margin-top: 40px;/* height: 265px; */}
  .footer-logo img {max-width: 100%;}
  .quick-links ul {display: block;}
  .footer-locations {padding-left: 15px;}
  .footer-loc,.footer-hours .operating-hours {position: relative;padding-left: 0;}
  .footer-loc > i,.operating-hours > i {position: absolute;left: 0px;top: 2px;}
  .footer-hours .operating-hours > i {display: inline-block;}
  .footer-hours .operating-hours,.footer-ctas {}
  .footer-ctas > a {margin: 0 0 15px;}
  .footer-bottom li,.footer-bottom li span {display: inline-block;}
  ul.social-icons li {}
  ul.social-icons a {}
  ul.social-icons img {padding: 13px 0px;transform: scale(0.75);}
}

@media (min-width: 992px) {
  footer .row {flex-direction: row;align-items: flex-start;text-align: inherit;}
  .footer-body {padding-bottom: 20px;}
  .quick-links {/* padding-left: 50px; */flex: 7;}
  .footer-hours {flex: 5;}
  .footer-locations {flex: 7;/* padding-left: 30px; */} 
  .footer-logo-div {flex: 3;}
  .social-bar {display: flex;align-items: center;justify-content: center;gap: 0;}
  .social-bar h2,.social-bar ul.social-icons {display: inline-flex;margin: 0;align-items:center;justify-content: center;gap: 5px;}
  .social-bar h2 {/* flex: 2; */}
  .social-bar .footer-social {/* flex: 10; */}
  ul.social-icons li {}
  .social-bar img {transform: scale(1); transition: all 0.2s ease;}
  .social-bar a:hover {background: rgb(255 255 255 / 0.65);}
  .footer-bottom { text-align:right; }
}

@media (min-width: 1200px) {
  .footer-locations { flex: 11; }
   .foot-logos { margin-top:40px; }
  .quick-links {flex: 5;}
  .footer-logo { flex:1; }
  .social-bar {gap: 30px;}
  ul.social-icons {margin-bottom: 0;}
  ul.social-icons a {}
  ul.social-icons img {padding: 20px 0px;transform: scale(1);}
  .social-bar h2 {/* flex: 5; */}
  .social-bar .footer-social {/* flex: 10; */}
  .footer-loc-wrap {display:flex;gap: 20px;}
  .footer-logo-div {padding-left:30px;border-left:1px solid #fff;}
}

@media (min-width: 1600px) {
   .footer-logo { flex:7; }
   .footer-loc-wrap { gap:60px; }
   .quick-links li {display: inline-block; flex-basis: 150px; width: 46%;margin-bottom: 10px;}
  .footer-ctas {position: absolute;right: 0;top: 50px;padding-left: 0;}
}

#mobile-search-container { background: var(--primary-bg-color); }
.top-search {position: relative; }
#topSearchForm { margin: 30px 0 ;}
.top-search .form-group label { display: none; }
.top-search .form-group, .top-search .SearchButton {clear: both;margin: 15px 3px 0;font-weight: 700;}
.top-search .heading { display: none; }
.top-search .advanced { position: relative; top: 20px; left: 10px; line-height: 1em; display: inline-block; font-size: 12px; }
.top-search select,.top-search input {padding: 10px 15px;height: 45px;font-size: 16px;color: #000;}
.top-search .SearchButton {display: block;width: 100%;font-size: 18px;padding: 10px;margin-bottom: 10px;}
#top-search-container .headline, #top-search-container .sub-headline, #top-search-container .sub-icon { display:none; }

    @media (min-width: 768px) {
        .collapse.top-search { text-align: center; }
        .top-search .heading { display: block; margin: 40px 0 25px 0; text-align: center;}
        .top-search .form-group, .top-search .form-control { display: block!important; width: 100%; }
    }

    @media (min-width: 992px) {
      .top-search .form-group, .top-search .form-control {display:inline-block !important;}
        #mobile-search-container { display:none; }
    }  

    @media (min-width: 1200px) {
  .homepage #top-search-container {min-height: 470px;}
  .top-search .condition, .top-search .lots, .top-search .types,  .top-search .Features-prop-4 {    width: 200px;  }
  .top-search .Floorplan_Style-prop-4 {    width: 200px;  }
  .top-search .SearchStockNumber {    width: 200px;  }
}

/* /snippets/sections/home-hero/home-hero */
/* --- Home Hero 4 --- */
.home-hero {
  display: none;
  position: relative;
  background: url(https://assets-cdn.interactcp.com/byerlyrv/images/bg-hero.jpg?modified=0530202416594184) no-repeat;
  background-size: cover;
  background-position: center;
}
.home-hero .container {position: relative;z-index: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;padding-bottom: 20px;padding-top: 60px;}
.home-hero-search,
.home-hero-headline { display: none; color: #fff; }
.home-hero-headline span { font-family: dogma-bold, sans-serif; }
.tow-guide-wrapper {padding: 15px 0 0 0; border-radius: 0 0 10px 10px; margin: auto;}
.video-link {
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(55, 106, 101, 0.90) 0%, rgba(47, 74, 31, 0.90) 22.18%, rgba(55, 106, 101, 0.90) 100%);
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
}
.video-link:hover { transform:scale(1.02); color:#fff; }
.video-link:hover, .video-link:focus, .video-link:target { text-decoration:none; color:#fff; }

@media (min-width: 768px) {
   .form-inline .form-group { display:block; }
}

@media (min-width: 992px) {
        .home-hero {display: flex;min-height: 430px;width: 100%;}
        .top-search .form-group,  .top-search .form-control {display: inline-block !important;width: auto;margin-top: 0;}
        .home-hero-headline { display: block; font-size: 60px; text-align: center; margin-bottom: 1.5rem; }
        .home-hero-subtitle { font-size: 50px; text-align: left; margin-bottom: 30px; }
        .home-hero-search {display: block!important; text-align: center;padding: 15px ;background: black;border-radius: 25px; width: 885px; margin: auto;}      
        .home-hero-search #topSearchForm {width: auto;}
        .home-hero-search .form-group label { display: none; }
        .home-hero-search .form-group, .home-hero-search .form-control { display: inline-block!important; width: auto; }
        .home-hero-search select, .home-hero-search input {padding: 8px 15px;height: 45px;font-size: 18px;color: #000;border-radius: 4px;} 
        .home-hero-search .form-control { width: 200px; }
        .home-hero-search .SearchButton { display: inline-block; width: 100px; height: 45px; }
        .home-hero-search .heading {display: inline-block;margin: 0;position: relative;top: 20px;display: none;}
        .home-hero-search .condition,
        .home-hero-search .lots {width: 165px;}
        .home-hero-search .types,
        .home-hero-search .Features-prop-4 { width: 145px; }
        .home-hero-search .SearchStockNumber {display: inline-block;width: 170px; font-size: 16px; }
        .home-hero-search #topSearchForm {margin: 0 0 0px 0px;display: inline-block;}
        .home-hero-search .form-group, .home-hero-search .SearchButton {margin: 5px; background-color: #ffbd2b;}
        .home-hero-search .SearchButton {border-radius:4px; transition: background-color 0.3s!important;display: inline-block;width: 48px;height: 45px; background-color: #ffbd2b; border:2px solid var(--primary-bg-color); border:none;font-size: 0;padding: 0;  }
        .home-hero-search .SearchButton:after {font-family:"Font Awesome 7 Pro";font-size: 20px;content:"\f002";display:inline;color: #000;margin: 0;padding: 0;}
        .home-hero-search .SearchButton:hover { background: #203A60; }
        .home-hero-search .SearchButton:hover:after { color: #fff; }
        .homepage #top-search-container { text-align:center; display:block;background: #eee;min-height: 340px;position:relative;background: url(https://assets-cdn.interactcp.com/demo/images/demo-bg-hero.jpg?modified=0825202115301367);background-size: cover;background-position: bottom center;background-color: #eee;}
        .home-hero-search .condition, .home-hero-search .lots, .home-hero-search .types, .home-hero-search .Features-prop-4 {width: 150px;}
        .home-hero-search .Floorplan_Style-prop-4 {width: 200px;}
        .home-hero-search .SearchStockNumber {width: 180px;}
        #mobile-search-container { display:none; }
        .collapse.top-search {display: inline-block !important;margin: 0 auto;border-radius: 100px;padding: 20px 60px;z-index: 99;background: transparent;}
        .top-search #topSearchForm {    width: auto;  }
        .top-search #topSearchForm {margin: 0 0 0px 0px;display: inline-flex;gap: 0;flex-wrap: wrap;align-items: center;justify-content: center;}
        .top-search .SearchButton {border-radius: 4px;transition: background-color 0.3s !important;display: inline-flex;width: 45px;background: #FEBA01;font-size: 0;margin-top: 0;align-items: center;justify-content: center;}
        .top-search .SearchButton:after {font-family: "Font Awesome 7 Pro";font-size: 20px;content: "\f002";display: inline;color: #fff;margin: 0;padding: 0;font-weight: 800;}
        .homepage #top-search-container {min-height: 340px;}
        .home-hero-headline {display: flex;text-align: center;color: #fff;margin: 0 0 1.5rem;align-items: baseline;justify-content: center;font-size: 80px;line-height: 69px;gap: 30px;z-index: 99;font-family: rollerscript-smooth, sans-serif;}
        .home-hero-headline .small-headline { font-size:40px; }
        .home-hero-sub-headline {font-size: 66px;color:#fff;line-height: 70px;margin-bottom: 40px;text-shadow: 0px 4px 4px #000;z-index: 999;font-family: "Inter", sans-serif;font-weight: 900;}
        .home-hero-sub-headline span { font-family: "Dancing Script", cursive; }
        .home-hero-headline h2 { font-size: 60px; margin: 0; }
        .home-hero-headline h3 { font-size: 55px; margin: 0; }
        .home-hero-headline h4 { font-size: 50px; margin: 0; }
        .home-hero-headline h5 { font-size: 45px; margin: 0; }
        .home-hero-headline h6 { font-size: 40px; margin: 0; }
        .home-hero-headline div { font-size: 22px; margin: 0; }
        #top-search-container { display: none; }
        .home-hero-map {position: absolute;left: 140px;z-index: 0;bottom: 40px;top: -40px;background: url(https://assets-cdn.interactcp.com/recreationusa/images/union-map.png,qmodified=0402202420530311.pagespeed.ce.dm7hUIz1KR.png);height: 610px;width: 420px;background-position: top;background-repeat: no-repeat;}
        .mobile-search { display:none; }
}

@media (min-width: 1200px) {
   .home-hero { min-height:600px; }
   .home-hero-sub-headline { font-size:76px; }
   .top-search .form-control {    width: 200px;  }
  .top-search .SearchButton {display: inline-block;width: 50px;height: 45px;}
  .top-search .heading {    display: inline-block;    margin: 0;    position: relative;    top: 20px;    display: none;  }
  .top-search .condition,  .top-search .lots {width: 190px;}
  .top-search .types,  .top-search .Features-prop-4 {width: 190px;}
  .top-search .SearchStockNumber {display: inline-block;width: 180px;font-size: 16px;}
   .top-search #topSearchForm { gap:0 15px; }
  .home-hero-search .form-group, .home-hero-search .SearchButton {margin: 0px;background-color: #FEBA01;}
  .home-hero-search {padding: 15px;width: 1035px;}      
}

/* --- Newsletter Callout --- */
.newsletter-callout {
    background: url(https://assets-cdn.interactcp.com/byerlyrv/images/newsletter-bg.jpg?modified=0531202420171163);
    background-size: cover;
    text-align: center;
}

.newsletter-callout .btn { margin-top:8px; border-radius: 8px; background: #FAFCFE; display: inline-flex; align-items: center; justify-content: center; gap:6px; }
  
   @media (min-width:768px) {
     .newsletter-callout .btn { margin-top:0; }
      .newsletter-callout h2 { display: flex; align-items: center; justify-content: center; gap: 5px; }
   }

   @media (min-width:992px) {
      .newsletter-callout h2 { display: flex; align-items: center; justify-content: center; gap: 40px; }
   }

   @media (min-width:1200px) {
       .newsletter-callout .btn { margin-top:0; }
   }

/* --- Mobile Slider --- */
.banner-mobile-slider { background: #E6F2FE; padding: 15px; }
#home-sm-slider {height: auto; margin: 0 auto;}
/* --- Small Banner Slider --- */
.banner-small-slider {padding: 10px 0;background: #080129;text-align: center;}
.banner-small-slider .container {position: relative;/* width: 1185px; */}
.banner-small-slider .cycle-slideshow a {width: 100%;display: block;border-left: 5px solid transparent;border-right: 5px solid transparent;background-color: transparent;}
.banner-small-slider .cycle-slideshow a img {border-radius: 10px; height: auto;}
.banner-small-slider-nav { position: absolute; width: 100%; left: 0; top: 45%; }
.banner-small-slider-nav a {position: absolute;right: 15px;color: #fff;z-index: 100;bottom: -20px;background: #000;padding: 5px 10px;border-radius: 4px;opacity: 75%;}
.banner-small-slider-nav a.cycle-prev {right: auto;left: 15px;}
.banner-small-slider-nav a:hover, .banner-small-slider-nav a:focus { text-decoration: none; background: none; color: #bf581d; }
    
    @media (min-width: 768px) {

        .banner-small-slider .container {/* width: 750px; */}
        .banner-small-slider {padding: 10px 0;}
        .banner-small-slider .cycle-slideshow {margin: 0 -5px;}
        .banner-small-slider .cycle-slideshow a {width: auto; border: 0;margin: 0 5px 0 0;/* height: 60px; */}
        .banner-small-slider-nav a {right: 0;}
        .banner-small-slider-nav a.cycle-prev {right: auto;left: 0;}
    }
    @media (min-width: 992px) {
        /*#home-sm-slider {height: 90px;}*/
        .banner-small-slider .container {width: 100%;}
        /*.banner-small-slider .cycle-slideshow a img {height: 90px;}*/
      #home-sm-slider {height: auto;}
      .banner-small-slider .cycle-slideshow a img {height: auto;}
    }
    @media (min-width: 1200px) {
        /*#home-sm-slider {height: 115px;}*/
        .banner-small-slider .container {width: 1200px;}
        /*.banner-small-slider .cycle-slideshow a img {height: 110px;}*/
    }
    @media (min-width: 1600px) {
        /*#home-sm-slider {height: 120px;}*/
        
        .banner-small-slider .container {width: 1590px;max-width: 100%;}
        /*.banner-small-slider .cycle-slideshow a img {height: 110px;}*/
        
        .banner-small-slider .cycle-slideshow a {/* margin: 0; */}
    }

/* Home Hero Slideshow */
   /* .home-search-image { display: flex; background: none; min-height: 500px;} */

  .hero-banner-slideshow li:nth-child(1), 
  .hero-banner-slideshow li:nth-child(2), 
  .hero-banner-slideshow li:nth-child(3),
  .hero-banner-slideshow li:nth-child(4) {position:absolute;width:100%;height:100%;top: 0;left: 0;z-index: 1;background-position: center;}

  .hero-banner-slideshow li:nth-child(1) {background-image:url(https://assets-cdn.interactcp.com/recreationusa/images/slides/slide-show-4.jpg?modified=0402202420242389);background-repeat:no-repeat;background-size:cover;}
  .hero-banner-slideshow li:nth-child(2) {background-image:url(https://assets-cdn.interactcp.com/recreationusa/images/slides/slide-show-3.jpg?modified=0402202420241541);background-repeat:no-repeat;background-size:cover;}
  .hero-banner-slideshow li:nth-child(3) {background-image:url(https://assets-cdn.interactcp.com/recreationusa/images/slides/slide-show-2.jpg?modified=0402202420240591);background-repeat:no-repeat;background-size:cover;}
  .hero-banner-slideshow li:nth-child(4) {background-image:url(https://assets-cdn.interactcp.com/recreationusa/images/slides/slide-show-1.jpg?modified=0402202420223094);background-repeat:no-repeat;background-size:cover;}

  .hero-banner-slideshow { display: none; position: relative; }
  .hero-banner-slideshow li { position:absolute; animation:home-slideshow 32s infinite; opacity:0; width: 100%; height: auto;}

  @keyframes home-slideshow { 5%{opacity:1;} 22%{opacity:0.9;} 34%{opacity:0;} }
  .hero-banner-slideshow li:nth-child(4){animation-delay:0s;}
  .hero-banner-slideshow li:nth-child(3){animation-delay:8s;}
  .hero-banner-slideshow li:nth-child(2){animation-delay:16s;}
  .hero-banner-slideshow li:nth-child(1){animation-delay:24s;}

  @media (min-width: 768px) {
      .hero-banner-slideshow span { display: none; }
      .hero-banner-slideshow { display: block!important; padding: 0; width: 100%; height: 100%; position: absolute;}
  }


/* /snippets/sections/types-bar/types-bar */
/* ========================================================================
    Types Bar - Fullbar
========================================================================== */

#rv-types {display: none;padding: 0;}
.homepage #rv-types {display: block;}
#rv-types ul {list-style-type: none;padding: 0;margin: 0;text-align: center;font-size: 0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
#rv-types ul li {max-width: 50%;/* display: inline-block; */margin-top: 1px;width: 50%;padding: 5px;}
#rv-types ul li a {display: block;padding: 5px 10px;white-space: normal;font-size: 14px;color: #000;text-transform: uppercase;font-weight: 600;line-height: 150%;}
#rv-types ul li span a {display: inline-block;font-weight: 400; line-height: 1em;padding: 0 5px;text-transform: none;border-left: 1px solid #000;font-size: 14px;}
#rv-types ul li span a:first-child {    border-left: 0;}
#rv-types ul li a:hover {text-decoration: none;color: #2f4a1f;}
#rv-types ul li img,
#rv-types ul li svg {display: block;margin: 0 auto 5px auto;height: auto;width: auto;border-radius: 9px;}

@media (max-width: 767px) {
  .home-types .container{width:100%;padding: 0;}
}
@media (min-width: 768px) {
  #rv-types ul li {width: 25%;}
  #rv-types ul li a {padding: 5px;font-size: 13px;}
  #rv-types ul li a img,#rv-types ul li a svg {transform: scale(1);transition: transform 0.2s ease;max-height: 75px;}
  #rv-types ul li a:hover img,#rv-types ul li a:hover svg {transform: scale(1.05);}
}

@media (min-width: 992px) {
  #rv-types ul li {width: 24%;}
  #rv-types ul li a img,#rv-types ul li a svg {max-height: 95px;}
  #rv-types ul li a {font-size: 14px;padding: 2px;}
}

@media (min-width: 1200px) {
  #rv-types ul li a img,#rv-types ul li a svg {max-height: 80px;}
  #rv-types .container {    width: 100%;    padding: 0;  }
  #rv-types ul li {/* display: inline-block; */width: 25%;margin: 0 5px;padding: 0px;}
}

@media (min-width: 1600px) {
  #rv-types ul li {margin: 0 20px 30px;width: 20%;}
  #rv-types ul li a img,#rv-types ul li a svg {    max-height: 95px;  }
  nav.rv-types {    max-width: 1600px;    margin: auto;  }
}
/* /snippets/sections/rotating-banners/rotating-banners */
/* ============================================
   Home Rotating Banners - Full
   ============================================*/

/* anchors */
.cycle-slideshow > a {  position: absolute;  top: 0;  left: 0;  width: 100%;  padding: 0;  background-color: #181818;  display: block;}
.cycle-slideshow > a[href="javascript:void(0)"] {  cursor: default;}
/* images */
.cycle-slideshow > a > img {  width: 100%;  position: static;  display: block;}
.cycle-slideshow > div.cycle-prev,.cycle-slideshow > div.cycle-next {  position: absolute;  z-index: 999;  font-size: 20px;  top: 50%;  margin-top: -20px;  left: 10px;  width: 30px;  height: 30px;  padding: 2px 9px;  background: #000;  color: #fff;  transition: 0.25s;  cursor: pointer;}
.cycle-slideshow > div.cycle-prev:hover,.cycle-slideshow > div.cycle-next:hover {  background: rgba(0, 0, 0, 0.6);}
.cycle-slideshow > div.cycle-next {  right: 0;  left: auto;}
.cycle-slideshow > div.cycle-prev a,.cycle-slideshow > div.cycle-next a {  text-decoration: none;  color: #fff;}
.cycle-slideshow {  position: relative;}
.cycle-prev:hover,.cycle-next:hover {  background: #fff;  color: #585858;}
.cycle-slideshow > div.cycle-pager {  position: absolute;  top: auto;  left: auto;  bottom: 10px;  right: 10px;  z-index: 9999;}
.cycle-slideshow > div.cycle-pager span {  display: block;  float: left;  text-indent: -9999px;  width: 12px;  height: 12px;  background: #fff;  border-radius: 10px;  margin: 2px;  box-shadow: inset 1px 1px 1px #000;}
.cycle-slideshow > div.cycle-pager span.cycle-pager-active {  background: #46a5e5;}
.cycle-slideshow > div.cycle-pager span:hover {  background: #fff;}
.side-buckets {  background-color: transparent;  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;  max-width: 300px;  border-radius: 5px;  padding: 0;  margin: 30px auto;  text-align: center;  position: relative;  overflow: hidden;}
.side-buckets img {  object-fit: cover;  width: 100%;}

@media (min-width: 768px) {
  .side-buckets {max-width: 400px;}
}

@media (min-width: 992px) {
  .home-banner-buckets-wrapper {display: flex;align-items: center;z-index: 9;position: relative;padding: 0px 0 0;}
  .home-banner-buckets-wrapper .home-banner {flex: 3;}
  .home-banner-buckets-wrapper .side-buckets {flex: 1.6;margin: 0 5px;max-width: none; }
  .side-buckets {margin: 10px;flex-basis: 47%;overflow: hidden; padding: 0; }
}

@media (min-width: 1200px) {
  .home-banner-buckets-wrapper {margin: auto;}
  .home-banner-buckets-wrapper .home-banner {flex: 4;}
  .home-banner-buckets-wrapper .side-buckets {flex: 1.6;margin: 0 5px;}
  .cycle-slideshow > div.cycle-prev,  .cycle-slideshow > div.cycle-next {  font-size: 40px;  width: 60px;  height: 60px;left: 0;padding: 4px 18px;}
  .cycle-slideshow > div.cycle-next {right: 0; left: auto; }
}

@media (min-width: 1600px) {
  .home-banner-buckets-wrapper {margin: auto;}
  .home-banner-buckets-wrapper .home-banner {flex: 3;}
  .home-banner-buckets-wrapper .side-buckets {flex: 1.6; margin: 0 5px 15px; }
}
/* /snippets/sections/featured-rvs/featured-rvs */
/* =============================================
   Featured RVs - Standard 
================================================ */
.home-featured {position: relative;background-color: #fff;padding: 60px 0;margin: 0;}
.home-featured .container{ position: relative; z-index: 1; }
.home-featured .featured-wrap-title {display:flex;align-items:center;justify-content: center;}
.home-featured #slideshowWrap,.home-featured #slideshowWrap li.unit{background: 0 0;border: none;height: 510px;box-shadow: none;margin-top: 20px;}
.home-featured #slideshowWrap .detailsContainer{background: #fff;padding: 0 15px 20px 15px;font-weight: 700;box-sizing: border-box;border-radius: 4px;max-width: 390px;margin: auto;}
.home-featured #slideshowWrap .photoContainer{ padding: 0!important;margin-bottom: 0;}
.home-featured #slideshowWrap .pricingContainer{height: 101px;padding: 15px 0 0 0;}
.home-featured #slideshowWrap li.unit img{width: 100%;max-height: none;border-radius: 13px;}
.home-featured .unitContainer .unit-title-top { display:block !important; }
.home-featured .unitContainer .unit-title{padding: 0;line-height: 16px;margin: 0;vertical-align: middle;height: 80px;margin-top: 20px;display: none;}
.home-featured .unitContainer .unit-title a{font-size: 20px;color: #000;font-weight: 600;white-space: normal;line-height: 25px;vertical-align: middle;display: inline-block;font-family: brandon-grotesque, sans-serif;}
.home-featured #slideshowWrap li.unit:hover{ background: 0 0;}
.home-featured #slideshowWrap li.unit.has-sale-price .regPriceText{ text-decoration: line-through;}
.home-featured #slideshowWrap ul.unitPricing{margin: 15px 0;height: 55px;margin: 0;padding: 0;list-style: none;}
.home-featured .youSave{ display: none;}
.home-featured .regPrice{color: rgba(0,0,0,0.4);font-weight: 400;font-size: 18px;text-transform: uppercase;}
.home-featured .salePrice{position: relative;display: block;text-transform: uppercase;font-size: 24px;margin-top: 25px;font-weight: 700;width: 100%;}
.home-featured .salePriceText{display: inline-block;color: #080129;font-size: 24px;font-weight: 700;line-height: 1em;margin-top: 5px;}
.home-featured .salePriceLabel{position: relative;display: none;}
.home-featured .q-icon{ max-width: 44px!important;position: absolute;left: 40px;top: 40px;}
.home-featured .featured-next, .home-featured .featured-prev {display: inline-flex !important;align-items: center;justify-content: center;position: absolute;z-index: 999;left: 15px;padding: 0px;top: 30px;height: 60px;width: 60px;font-size: 20px;color: #000;background: transparent;border-radius: 5px;}
.home-featured .featured-next { right: 15px;left: auto; padding-left: 0px; }
.home-featured .featured-next:hover, .home-featured .featured-prev:hover { background: rgba(255, 255, 255, 0.8); color: #000; border: 1px solid #000; text-decoration: none; cursor: pointer; }.home-featured .cycle-slideshow > div.cycle-pager {left: 0;right: 0;bottom: -12px;margin: auto;width: auto;text-align: center;display: none;}
.home-featured .cycle-next,.home-featured .cycle-prev{ display: none!important;}
.home-featured .cycle-slideshow > div.cycle-pager{ left: 0;right: 0;bottom: -12px;margin: auto;width: auto;text-align: center;}
.home-featured .cycle-slideshow > div.cycle-pager span{ display: inline-block;float: none;background: #888;box-shadow: none;width: 6px;height: 6px;}
.home-featured .cycle-slideshow > div.cycle-pager span.cycle-pager-active{ background: #fff;}
.home-featured .payments-around-container{ top: -124px;max-width: 190px;background: #ffcc29;border-radius: 0 10px 0 0;text-align: left;font-size: 15px;padding: 14px 15px 13px 40px;left: -15px;font-family: Anton,sans-serif;}
.home-featured .payments-around-container:before{ color: #000;font-size: 22px;top: 13px;left: 12px;}
.home-featured .payments-around-container .payment-text{ font-size: 24px;color: #000;font-weight: 500;}
.home-featured .payments-around-container .payment-label{ font-size: 16px;vertical-align: text-bottom;}
.home-featured #slideshowWrap ul.unitPricing:after{content: "See Deal";position: absolute;bottom: 0;right: 0;max-width: 145px;margin: auto;color: #000;padding: 8px 14px;font-weight: 500;font-size: 16px;text-align: center;border-radius: 100px;border: 1px solid rgba(188, 27, 11, 0.07);background: rgba(8, 1, 41, 0.07);}

@media (min-width:480px){
    .home-featured .salePrice, .home-featured .salePriceText{  font-size: 19px; }
}
@media (min-width:768px){
    .home-featured .payments-around-container .payment-label{  vertical-align: text-top; }
    .home-featured .payments-around-container .payment-text{  font-size: 16px; }
    .home-featured .salePrice, .home-featured .salePriceText{  font-size: 19px; }
    .home-featured #slideshowWrap, .home-featured #slideshowWrap li.unit{height: 480px;}
    .home-featured #slideshowWrap li.unit{  max-width: 356px;width: 100%!important; }
    .home-featured .featured-next, .home-featured .featured-prev{font-size: 34px;}
}
@media (min-width:992px){
   .home-featured #slideshowWrap, .home-featured #slideshowWrap li.unit {margin-top: 10px;}
    .home-featured .payments-around-container .payment-label{  vertical-align: text-bottom; }
    .home-featured .payments-around-container .payment-text{  font-size: 24px; }
    .home-featured .salePrice, .home-featured .salePriceText{  font-size: 23px; }
    .home-featured #slideshowWrap li.unit{  max-width: 312px; transition: all .5s ease; }
    .home-featured #slideshowWrap li.unit:hover { margin-top:-10px; }
    .home-featured #slideshowWrap li.unit ul.unitPricing:after{  transform: scale(1);transition: all .2s ease; }
    .home-featured #slideshowWrap li.unit:hover ul.unitPricing:after{  transform: scale(1.1); }
}
@media (min-width:1200px){
    .home-featured .payments-around-container .payment-label{  font-size: 12px;vertical-align: text-top; }
    .home-featured .payments-around-container .payment-text{  font-size: 15px; }
    .home-featured .salePrice, .home-featured .salePriceText{  font-size: 19px; }
    .home-featured #slideshowWrap li.unit{  max-width: 283px; }
}
@media (min-width:1600px){
    .home-featured .payments-around-container .payment-label{  font-size: 16px;vertical-align: text-bottom; }
    .home-featured .payments-around-container .payment-text, .home-featured .salePrice, .home-featured .salePriceText{font-size: 28px;}
    .home-featured .container{  padding: 0 30px;max-width: 1400px; }
    .home-featured #slideshowWrap li.unit{max-width: 323px;margin: 10px 8px;}
    .home-featured .featured-next, .home-featured .featured-prev{top: 50%;left: -25px;right: auto;}
    .home-featured .featured-next{left: auto;right: -35px;}
}

/* ==========================================================================
   Unit List Cycle Carousel
   ========================================================================== */

#slideshowWrap {  width: 100%;  height: auto;  border-right: 1px solid #ccc;}
.detailSimilarRVs #slideshowWrap {  height: 280px;}
#slideshowWrap ol.unitList,#slideshowWrap li.unit .img2,#slideshowWrap li.unit ul.unitDetails li,#slideshowWrap li.unit .salesPitch,#slideshowWrap .photoContainerIcons,#slideshowWrap .listing-pager,#slideshowWrap .listingPagination,#slideshowWrap #tags {  display: none;}
#slideshowWrap li.unit {  background: white;  padding: 10px;  margin: 0;  float: none;  border: 1px solid #ccc;  opacity: 1 !important;  height: 280px;  vertical-align: top;}
#slideshowWrap li.unit:hover {  background: #f1f1f1;}
#slideshowWrap .pricingContainer,#slideshowWrap .unitDetailsContainer {  width: 100%;  margin-top: 0;}
#slideshowWrap .pricingContainer {  height: 60px;}
#slideshowWrap ul.unitDetails {  margin: 0;}
#slideshowWrap ul.unitDetails li {  display: none;}
#slideshowWrap ul.unitPricing {border-left: none;text-align: left;margin: 0;padding: 0 10px;width: 100%;}
#slideshowWrap ul.unitPricing li {  margin: 0;}
#slideshowWrap ul.unitPricing .noPriceWrapper {  text-align: center;}
#slideshowWrap .unitHeader h3 {  font-size: 14px;  white-space: normal;  text-align: center;  display: block;  height: 30px !important;  overflow: hidden;}
#slideshowWrap .detailsContainer {  position: relative;  width: 100%;}
#slideshowWrap .photoContainer {text-align: left;width: 100%;margin-bottom: 10px;}
#slideshowWrap .photoContainer img {  width: 100%;}
#slideshowWrap li.unit img {  width: auto;  max-width: 100%;}
#slideshowWrap .row {  margin-left: 0;  margin-right: 0;}

/* Similar Units with less than 3 units */
#slideshowWrap.cycle-slideshow-static {  height: auto;}

@media (min-width: 768px) {
  #slideshowWrap.cycle-slideshow-static li.unit {    width: 33.3333%;    float: left;  }
  .unitContainer #slideshowWrap.cycle-slideshow-static .unit-title {    height: 60px;  }
}
/* /snippets/sections/highlighted-services/highlighted-services */
/* =============================================
   Highlighted Services - Card Short
================================================ */
/* --- Home Buckets --- */
 .home-buckets{padding: 40px 0;background: url(https://assets-cdn.interactcp.com/byerlyrv/images/buckets-bg.jpg?modified=0530202419155277);background-size: cover;}
 .whole-button{ position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;font-size: 0;z-index: 99;}
 .home-bucket .bucket-wrapper{background: #F7C024;border-radius: 0 0 8px 8px;text-align: left;padding: 25px 20px;border: none;color: #000;}
 .home-bucket{
 background-size: 200% 100%;
 background-position: right bottom;
 color: #fff;
 margin: 15px auto 0 auto;
 max-width: 250px;
 position: relative;
 transition: all .5s ease;
 overflow: hidden;
 border-radius: 8px;
 display: flex;
 flex-direction: column;
 background: ;
 .home-service-buckets {
 background:#EBEBEB; }
 
 /* Drop Shadow */
 box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
 }
 .home-bucket .image{transition: all .5s ease;background-size: cover;height: 100%;width: 100%;max-height: 310px; display: none; }
 .home-bucket .image img{ width: 100%;}
 .home-bucket:hover{ background-position: left bottom;}
 .home-bucket:hover .image{ transform: scale(1.1);}
 .home-bucket:hover .bucket-wrapper{
     background: #F5F5F5;
 }
 .home-bucket .bucket-wrapper{ transition: all .5s ease; width: 100%;}
 .home-bucket .bucket-wrapper .link{ color: #fff;text-transform: capitalize;margin: 0;font-size: 16px;font-weight: 400;margin-top: 5px;}
 .home-bucket .bucket-wrapper .title{color: #000;font-size: 20px;font-weight: 700;margin: 0;text-transform: uppercase;}
 .home-buckets .home-bucket .bucket-wrapper .title{font-weight: 500;}
 .home-buckets .home-bucket .bucket-wrapper p { font-size:16px; }
 
     @media (min-width:768px){ 
      .home-bucket .image { display:inline-block; }
         .home-buckets .home-bucket .bucket-wrapper .title {font-size: 20px;}
         .home-bucket {flex: 0 0 50%;max-width: 340px;margin: 5px 10px;}
         .home-buckets .container{display: flex;gap: 8px 0;align-items: center;justify-content: center;flex-wrap: wrap;}
     }
     @media (min-width:992px){ 
         .home-buckets .home-bucket .bucket-wrapper p { font-size:18px; }
         .home-bucket .bucket-wrapper{}
         .home-buckets .home-bucket .bucket-wrapper{}
         .home-bucket .bucket-wrapper .title{  font-size: 23px; }
         .home-bucket .bucket-wrapper .link{  font-size: 14px; }
         .home-buckets{  padding: 60px 0; }
     }
     @media (min-width:1200px){ 
         .home-buckets .home-bucket .bucket-wrapper p {font-size: 13px;}
         .home-bucket .bucket-wrapper .title{  font-size: 25px; }
         .home-buckets .home-bucket .bucket-wrapper .title{font-size: 17px;}
         .home-bucket .bucket-wrapper .link{  font-size: 16px; }
         .home-bucket{  margin: 0;flex: 1;max-width: 320px; }
         .home-buckets .container{gap: 20px;}
     }
     @media (min-width:1600px){ 
         .home-buckets .container{gap: 40px;}
         .home-buckets .home-bucket .bucket-wrapper p {font-size: 16px;}
         .home-buckets .home-bucket .bucket-wrapper .title{font-size: 20px;}
         .home-bucket .bucket-wrapper .title{  font-size: 32px; }
         .home-bucket{  max-width: none; }
     }
     @media (max-width:768px){ 
         .home-bucket{  max-width: 45%;display: inline-flex;flex-direction: row; }
     }
     @media (max-width:500px){ 
         .home-bucket{  max-width: 100%;display: flex;flex-direction: row; }
     }
 
 @supports (-webkit-backdrop-filter:none) or (backdrop-filter:none){ 
     .home-bucket .bucket-wrapper{  -webkit-backdrop-filter: blur(12px);backdrop-filter: blur(12px); }
 }    
 @supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){ 
     .home-bucket .bucket-wrapper{  background-color: rgba(0,0,0,.7); }
 }

/* /snippets/sections/reviews/reviews */
/* ============================================
   Home Reviews - Standard
   ============================================*/
.home-customers {text-align: left;background-color: #fff;}
.home-customer-testimonial {text-align: center;position: relative;flex-grow: 1;width: 100%;margin:20px;border-radius: 20px;border: 5px solid #efefef;margin: 0 0 70px 0;font-weight: 18px;}
.home-customer-testimonial-content { padding:25px;position:relative; font-size: 18px;}
.home-customers .headline { margin-top: 0; }
.home-customers .fa-star {color: #FCA804;margin: 0 2px;}
.home-customer-title {font-weight: 800;padding: 0;margin: 0;}
.author-name { font-size: 24px; margin-top: 30px; }
.home-reviews-btn { margin: 30px 0; }
.home-reviews-btn .btn { border-radius: 30px; font-weight: 800; }
.review-stars { margin-bottom: 20px; }
.testimonial-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.testimonial-wrap {
    border-radius: 20px;
    border: 5px solid #EEE;
    background: #FFF;
    fill: #FFF;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.10));
    padding: 30px;
    max-width: 560px;
}
.test-name {
    font-weight: 800;
}
.testimonial-button { margin-top:40px; }

@media (min-width: 992px) {
   .home-customers {}
   .home-customer-testimonials { display: flex;}
   .home-customer-testimonial {text-align: center;position: relative;flex-grow: 1;width: 100%;margin:20px;border-radius: 20px;border: 0;margin-bottom: 30px;}
    }

 /* --- Home Testimonials --- */
    .home-testimonials {padding: 60px 0;background: #fff;background-size: cover;background-attachment: fixed;}
    .home-testimonials .headline {margin-bottom: 5px;color: #343434;text-align: left;font-weight: 700;margin-top: 0;text-transform: capitalize;font-size: 20px;}
    .home-testimonials .headline span {color: #000;font-weight: 400;text-transform: uppercase;}
    .home-testimonials .row {display:flex;align-items: center;justify-content: center;gap: 40px;}
    .home-testimonials .testimonial-pics {}
    .home-testimonials p.subhead {text-align: left;margin: 0;max-width: 80%;color: #203A60;font-family: Inter;font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: 4.8px;text-transform: uppercase;}
    .home-testimonials .testimonials-slider {margin: 20px auto 50px;position: relative;}
    .home-testimonials a.reviewsPrev, 
    .home-testimonials a.reviewsNext {border-radius: ;text-align: center;width: 60px;height: 30px;font-size: 50px;display: inline-flex;position: relative;padding: 5px;color: #434343;align-items: center;justify-content: center;border: none;}
    .home-testimonials a.reviewsPrev {}
    .home-testimonials a.reviewsPrev:hover, 
    .home-testimonials a.reviewsNext:hover {background: transparent;cursor: pointer;color: #203a60;text-decoration: none; transform: scale(1.2); transition: ease 0.2s;}
    .home-testimonial {padding: 0 0 20px 0;border-radius: 20px;text-align: left;}
    .home-testimonials .top-title-wrap {display: flex;align-items: center;margin-bottom: 30px;}
    .home-testimonials .top-title {margin-right: 0px;}
    .testimonials-slider ul { padding: 0; list-style: none; }
    .home-testimonial i { float: left; transform: scale(1.75); border: 2px solid red; width: 30px; height: 30px; text-align: center; border-radius: 50%; padding-top: 5px; background: #fff; position: relative; left: 15px; top: 5px; }
    .ht-name, .home-testimonial svg {position: relative;}
    .ht-name {font-weight: 700;margin-bottom: 0;text-transform: uppercase;}
    .home-testimonial svg { max-width: 85px; }
    .ht-review {text-align: left;margin-top: 8px;clear: both;margin: 30px 0;}
    .ht-location { color:#667085; margin:5px 0 20px; }
    .home-testimonials .btn-google {transition: all .5s ease;border: 1px solid #d3d3d3;padding: 10px 15px;background: #fff;gap: 10px;color: #666;font-weight: 700;letter-spacing: 1.8px;}
    .home-testimonials .btn-google:hover {transform: scale(1.1);box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);text-decoration:none;background: #f5f5f5;}
    .testimonial-slider {background: #fff;padding: 10px;display: flex;flex-direction: column;justify-content: center;border-radius: 4px;margin: 0;}
    
        @media (min-width: 768px) {
            .home-testimonials p.subhead {max-width: none;}
            .home-testimonials a.reviewsPrev, 
            .home-testimonials a.reviewsNext {}
            .home-testimonials a.reviewsPrev {}
            .home-testimonials .headline { font-size: 44px; }
        }
    
        @media (min-width: 992px) {
            .home-testimonials { padding: 100px 0; }
            .home-testimonials .testimonials-slider {}
        }
    
        @media (min-width:1200px) {
            .home-testimonials { padding:50px 0; }
            .home-testimonials .headline {font-size: 40px;}
        }
    
        @media (min-width: 1600px) {
            .home-testimonials {padding: 100px 0;}
            .home-testimonials .testimonials-slider {margin-top: 0px;}
        }      
/* /snippets/sections/brand-section/brand-section */
/* ========================================================================
   Brand Section - Standard
========================================================================== */
.home-brands {
   padding: 40px 0;
   background-color:  #fff;
   background-image: url(https://assets-cdn.interactcp.com/byerlyrv/images/brands-bg.jpg?modified=0530202419441941);
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
}
.home-brands .headline {
   color:  #000;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 40px;
   text-align: center;
   margin-bottom: 30px;
}
.home-brands .sub-headline { text-align: center; color: #203A60; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 700; margin-bottom: 0; line-height: normal; letter-spacing: 4.8px; text-transform: uppercase; }
.home-brands .headline:after { background-color: #a7a7a7;  }
.home-brands .headline span {color: #376A65;font-family: rollerscript-smooth, sans-serif;font-weight: 400;margin-right: 6px;text-transform: capitalize;}
.brandIcons {clear: both;text-align: center;}
.brandIcons a:hover {  background: #fff;} 
.brandIcons a,.mfgIcons a {  border-radius: 4px;  padding: 6px 20px;  margin: 1%;  display: inline-block;}
.mfgIcons a:hover {  background: #eee;}
.brandIcons img,.mfgIcons img {  margin: auto;  display: block;  max-height: 60px;  max-width: 100%;}
.brandIcons a.more-brands,.mfgIcons a.more-mfgs {  background: transparent;  height: auto;  border: none;}
.brand-btn-container .brandIcons a {  margin: 10px auto;  display: block;  float: none;  width: 160px;  height: 60px;  padding-top: 10px;}
.brandIcons .brand-block {  display: inline-block;  position: relative;  width: 50%;  padding: 0;  border-radius: 8px 8px 8px 8px;}
aside .brandIcons .brand-block {  width: 50%;}
.brandIcons .brand-block > a {  display: inline-block;  min-height: 70px;  padding: 10px;  margin: 0;  border-radius: 0;  border: none;  padding-bottom: 20px;}
.brandIcons ul {  list-style-type: none;  position: absolute;  top: -9999px;  background: #fff;  border: none;  padding: 10px;  left: 0;  width: 100%;  border-radius: 0 0 8px 8px;}
.brandIcons ul li a {  line-height: 1.8;  border-bottom: 0;  color: #000;  height: auto;  width: 100%;  display: block;  clear: left;  background: none;}
.brandIcons .brand-block:hover ul {  display: block;  top: 85px;  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);  z-index: 98;  position: absolute;}
.brandIcons .brand-block:hover > a {  background: white;  border: none;  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);  border-radius: 8px 8px 0 0;}
.brandIcons .brand-block:hover ul li a {  text-decoration: none;}
.brandIcons .brand-block ul li a:hover {  background: transparent;  color: #007bc2;}
.mfgIcons {  clear: both;}
.mfgIcons a {  background: #e5e5e5;  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);  border-radius: 10px;  padding: 0 20px;  border: 1px solid #eee;  margin: 1%;  width: 100%;  float: left;  display: block;  height: 60px;}
.mfgIcons a:hover {  background: #e5e5e5;  background: -moz-linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));  background: -webkit-linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);  background: -o-linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);  background: -ms-linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);  background: linear-gradient(to top, #ffffff 0%, #e5e5e5 100%);}
.mfgIcons img {  margin: auto;  display: block;  max-height: 60px;  max-width: 100%;}
.mfgIcons a.more-mfgs {  background: transparent;  height: auto;  border: none;}

@media (min-width: 768px) {
  .brandIcons .brand-block {width: 24%;  }
}
@media (min-width: 992px) {
   .home-brands .headline, .home-brands .sub-headline, .home-brands .brandIcons {text-align: center;}
  .home-brands { padding: 60px 0; }
  .irv-default-brands .brandIcons a {float: left;margin-right: 10px;width: 150px;height: 55px;padding: 5px;}
}
@media (min-width: 1200px) {
  .brandIcons a { 
      margin: 0.5%;
      width: 100%; 
   }
  .brandIcons .brand-block {width: 19.4%;}
}
@media (min-width: 1600px) {
  .brandIcons .brand-block {width: 16.4%;}
}

/* --- Home Ways to Shop & Lifestyle --- */
#ways-to-shop {padding: 0;position:relative;z-index: 9;}
.ways-to-shop-menu .panel-title a { display:flex; align-items:center; justify-content:center; gap:5px; }
.ways-to-shop-menu .panel-title a img { margin-right:5px; max-height:25px; }
.ways-to-shop-menu .panel-title a .pop-shop-text { margin:0; display:flex; align-items:center; gap:10px; }
.ways-to-shop-menu ul {list-style: none;margin: 0px;padding: 0;border:none;text-align: center;width: 100%;}
.ways-to-shop-menu ul li {padding: 0;font-size: 13px;margin: 0 0 5px;}
.ways-to-shop-menu ul li:first-child a { border-radius:5px 0 0 5px !important; }
.ways-to-shop-menu ul li:last-child a { border-radius:0 5px 5px 0 !important; }
.ways-to-shop-menu ul li .btn { width:100% !important; }
.ways-to-shop-menu ul li a img, .ways-to-shop-menu ul li a svg {width: auto;max-height: 65px;margin-bottom: 10px;display: block;margin: 0 auto;}
.ways-to-shop-menu ul li a:focus, .ways-to-shop-menu ul li a:hover {color: #000;background-color: #dcdcdc;}
.ways-to-shop-menu ul li.active a, .ways-to-shop-menu ul li.focus {background-color:transparent;color: #D80404!important;border-right: 0;/* border-radius: 0; */font-weight: 700;}
.ways-to-shop-menu .nav-tabs>li.active>a svg path, .ways-to-shop-menu .nav-tabs>li.active>a:focus svg path, .ways-to-shop-menu .nav-tabs>li.active>a:hover svg path { fill: #fff; stroke: #fff; fill-opacity:1; }
.ways-to-shop-menu .nav-tabs>li.active>a, .ways-to-shop-menu .nav-tabs>li.active>a:focus, .ways-to-shop-menu .nav-tabs>li.active>a:hover {background: #2F4A1F;}

#floorplan-collapse .popular-ways-to-shop-btns a { color:#000; } 

#ways-to-shop .sub-headline { color:#015DAA; text-transform:uppercase; font-style:italic; }
.popular-ways-to-shop-btns {list-style:none;padding: 20px 0 0;}
.home-shop .sub-headline, .shop-your-lifestyle .sub-headline {text-align:center;margin-top:0;margin-bottom: 0;font-size: 12px;color: #DA1E19;text-transform: uppercase;font-weight: bold;letter-spacing: 3.6px;}
.home-shop .headline, .shop-your-lifestyle .headline {text-align:center;font-weight: 700;margin: 0 0 15px;text-transform: capitalize;color: #000;letter-spacing: -1.11px;}
.home-shop .headline span, .shop-your-lifestyle .headline span { display: block; color: #203A60; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: 4.8px; text-transform: uppercase; }

#floorplan .popular-ways-to-shop-btns li { width:calc(50% - 20px); }

.home-shop-lifestyle {padding: 20px 0;}

.home-shop {padding-top: 10px;border-radius: 10px;}

.popular-ways-to-shop-btns li .btn {
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    font-weight: 450;
    text-transform: capitalize;
    width: 100%;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #E0DFE7;
}
.popular-ways-to-shop-btns li .btn:hover {background: #f7c025;}
.popular-ways-to-shop-btns li .btn span { display:contents; }
.popular-ways-to-shop-btns li .btn .thin-text {font-size:18px;font-weight:400;color: #fff;}
#sleeps .popular-ways-to-shop-btns li .btn { color:#fff !important; }
.home-types-tow .headline, .home-shop-lifestyle .headline {font-weight: 500;text-transform: uppercase;}
.headline .top-title {display:flex;align-items:center;justify-content:center;gap:5px;font-family: brandon-grotesque, sans-serif;font-weight: 400;text-transform: capitalize;font-size: 20px;color: #2F4A20;margin-bottom: 6px;}
.headline .top-title:before {
   content: '';
   width: 35px;
   height: 1px;
   background: #2F4A20;
}
.headline .top-title:after {
   content: '';
   width: 35px;
   height: 1px;
   background: #2F4A20;
}
.headline .dif-font {color:#376A65;font-family: rollerscript-smooth, sans-serif;font-weight:400;margin-right:6px;text-transform: capitalize;}


    @media (min-width: 768px) {
        .ways-to-shop-menu ul li a img, .ways-to-shop-menu ul li a svg { max-height:80px; margin-bottom:6px; }
        .shop-your-lifestyle p { padding: 0; }
        .ways-to-shop-menu {flex: 1;margin-top: 0;}
        .ways-to-shop-content {padding-top: 20px;display: flex;flex-direction: column;justify-content: center;}
        .ways-to-shop-content .tab-pane { padding:0; }
        .popular-ways-to-shop-btns li {flex-basis: 47%;margin:10px;} 
        .tow-guide-text { position: absolute; left: 60px; right: 0px; top: 4px; bottom: 0; }
        .tow-guide-text .tow-guide-btn-headline { font-size: 30px; }
        .tow-guide-text .tow-guide-btn-sub-headline { color:#0087f9!important; }  

        .ways-to-shop-menu ul li.active a {color: #fff !important;border-right: none!important;border-radius: 0;background: #D21122;font-weight:700;}
    }

     @media (min-width: 992px) {        
        #floorplan a { display: block; }
        #floorplan .popular-ways-to-shop-btns li {display: inline-block;}
        .shop-your-lifestyle {padding: 40px 0;background: #fff;border-radius: 10px; box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15); margin-top: 0;}
        .home-shop {background: #fff;}
        .home-shop .headline, .shop-your-lifestyle .headline {font-size: 25px;color: #000;}
        .home-shop .headline, .shop-your-lifestyle .headline, .home-shop .sub-headline, .shop-your-lifestyle .sub-headline, .shop-your-lifestyle { text-align: left; }
         .popular-ways-to-shop-btns {display:flex;flex-wrap:wrap;}
        .popular-ways-to-shop-btns li {flex-basis: calc(33% - 20px);}
        .popular-ways-to-shop-btns li a { font-size: 13px; padding: 15px; width:100%; }
        .experience-tabs { display:flex; }
        .experience-tabs  li { width:100% !important; display:inline-block !important; }
        .ways-to-shop-content .tab-pane h2 { display: none; }
        .ways-to-shop-content .tab-pane {padding: 0;} 
        .home-shop-lifestyle .container {display:flex;position: relative;}
        .home-shop { flex:3; }
        #floorplan .popular-ways-to-shop-btns li {width: calc(50% - 24px);}
        .home-shop, .shop-your-lifestyle {padding: 30px;}
        .ways-to-shop-menu ul {list-style: none;margin: 0;padding: 0;border:none;text-align: left;gap: 0;}
        .ways-to-shop-menu ul li a {color: #172A45;width:100%;text-align: center;border-radius:0;border-right: 0;padding: 12px 3px;margin: 0;background: #fff;font-size: 16px;font-weight: 700;text-transform: uppercase;background: #EEEDF2;}
        .ways-to-shop-menu ul li a .pop-shop-text {font-size: 14px;font-weight: 700;line-height: 14px;display: block;margin: 0;}
        #tabrvtype { margin-top:20px; }
        .home-shop-lifestyle {padding: 0;background-size: cover !important;}
        .top-wrap { display:flex; align-items:center; justify-content:center; gap:30px; }
        .types-shop-wrap { margin-bottom:40px; }
     }

    @media (min-width: 1200px) {
       .types-shop-wrap .container { display:flex; }
       .types-shop-wrap .home-types-tow {flex: 3;}
       .types-shop-wrap .home-shop-lifestyle {flex: 1;}
        #floorplan a img { margin:inherit; }
        .ways-to-shop-menu ul li a img, .ways-to-shop-menu ul li a svg { max-height:50px; }
        #floorplan a { display: flex; }
        .shop-your-lifestyle .title {font-size: 21px;}
        #rv-types .container { width: 100%; padding: 0; }
        #rv-types ul {/* display: table; */width: 100%;align-items: baseline;}
        #ways-to-shop {max-width: 1200px;margin:auto;}
        #floorplan .popular-ways-to-shop-btns {column-count: 3;}
        .popular-ways-to-shop-btns li {margin:10px;flex-basis: 46%;}
        .popular-ways-to-shop-btns li a {font-size: 14px;padding: 10px 30px;}
        .home-shop .headline, .shop-your-lifestyle .headline {font-size: 23px;}
        .home-shop, .shop-your-lifestyle {padding: 0 40px 40px 40px;max-width: 600px;margin: auto;}
        .popular-ways-to-shop-btns li {margin: 10px;flex-basis: calc(50% - 20px);} 
        .popular-ways-buttons li {flex-basis: calc(50% - 20px);} 
        .ways-to-shop-menu ul li a {font-size: 15px;padding: 12px 22px;}
        .ways-to-shop-menu ul li a .pop-shop-text {font-size: 14px;}
    }
    

    @media (min-width: 1600px) {
        .home-shop .headline, .shop-your-lifestyle .headline {font-size: 37px;}
         #ways-to-shop {max-width: 1370px;margin:auto;}
        .home-shop, .shop-your-lifestyle {padding: 0 30px 30px 30px;}
    }  

/* ==========================================================================
 Rentals
 ========================================================================== */
.rental-listing { position: relative; text-align: center; min-height: 430px; border: 1px solid #ddd; border-radius: 4px; padding: 20px; margin-bottom: 30px; }

.rental-listing img { max-width: 220px; max-height: 110px; margin: 0 auto; }
.rental-listing img.rental-floorplan { max-height: 100%; max-width: 100%; height: 110px; width: 250px; }
.rental-unit-detail, .rental-rates { text-align: center; }
.rental-unit-detail img, .rental-rates img { margin: 0 auto; }
.rentals-sleeps { font-style: italic; }
.rentals-includes { text-decoration: underline; }
.rental-price { font-weight: 700; font-size: 18px; margin-bottom: 20px; font-style: italic; }

.rental-info { background: #f0f4f7; margin: 20px 0; padding: 20px 5px; }
.rental-info h4 { font-weight: 700; margin-bottom: 20px; text-transform: uppercase; }
.rental-info table { background: #fff; }
.rental-info .btn { font-size: 20px!important; padding: 15px 20px; line-height: 1.25em; width: 100%; margin-top: 30px; }
.rental-info i { color: #2ccd00; margin-right: 5px; }
.rental-info img { max-width: 250px; margin: 40px auto 0 auto; }
.rental-virtual-tour { margin: 30px 0 15px 0; }

.rental-specs-table td { padding: 1px; vertical-align: top; font-size: 12px; background-color: #F0F0F0; border-top: 1px solid #D4D4D4; text-align: left; }
.rental-specs-table tr td { padding: 2px 10px; }
.rental-specs-table tr td:nth-child(2n) { background-color: #FFF; }
.rentals-h4{color:#f79022;}

.rental-detail-top-nav {  margin: 15px 0 30px 0; }
.rental-detail-top-nav ul { display: block; background: #ffbf16; border-radius: 5px; border: 1px solid #000; text-align: center; margin: 15px auto; padding: 15px; list-style: none; }
.rental-detail-top-nav ul li { display: inline-block; margin-right: 15px; padding-right: 15px;  border-right: 1px solid #444; line-height: 1em; }
.rental-detail-top-nav ul li:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.rental-detail-top-nav ul li a { color: #000; font-weight: 700; }

.rental-listing.rental-coming-soon:after {content: url(//assets-cdn.interactcp.com/byerlyrv/images/rentals/rentals-coming-soon-burst.png); }
.rental-listing.rental-new-2021:after {content: url(//assets.interactcp.com/byerlyrv/images/rentals/rentals-burst-new-in-2021.png); }
.rental-listing.rental-now-available:after {content: url(//assets.interactcp.com/byerlyrv/images/rentals/rentals-now-available-burst.png); }
.rental-listing.rental-now-renting:after {content: url(//assets.interactcp.com/byerlyrv/images/rentals/now-renting-burst.png); }
.rental-listing.rental-coming-soon:after,
.rental-listing.rental-new-2021:after,
.rental-listing.rental-now-available:after,
.rental-listing.rental-now-renting:after { position: absolute; right: 0; top: -15px; right: -15px; }
.rentals-top-flex { position: relative; }
.rentals-main h1 { text-align: center; margin-bottom: 30px; }
.rental-type-title { background: #386a65; color: #fff; padding: 15px; }

.rentals-main-flex { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; }
.rentals-main-flex > div { text-align: center; border: 1px solid #ddd; border-radius: 4px; margin: 15px 5px; overflow: hidden; }
.rentals-main-flex > div h3 {padding: 0 10px; margin-bottom: 20px; }
#rentals-main-mh > div h3 span { display: block; }
.rentals-main-flex > div > p a {display: block; font-weight: bold;}

.rental-ctas > a { display: block; width: fit-content; margin: 0 auto 20px; }
.rental-ctas .btn-primary {color: #fff;white-space: break-spaces;width: fit-content;max-width: 250px;}
.rental-ctas .btn-primary:hover { color: #fff; }

ul.rentals-grid-detail-list { display: block; margin: 0 auto 20px auto; width: fit-content; list-style: none; padding: 0; text-align: left; font-size: 14px; }
ul.rentals-grid-detail-list li { display: block; line-height: 1.5em; position: relative; padding-left: 30px; margin-bottom: 10px; }
ul.rentals-grid-detail-list li.rentals-grid-seats:before { content: '\F007'; font-family: "Font Awesome 7 Pro"; position: absolute; left: 5px; top: 0; color: #b5b5b5; }
ul.rentals-grid-detail-list li.rentals-grid-sleeps:before { content: url(//assets-cdn.interactcp.com/byerlyrv/images/rentals-fa-grid-sleeps.jpg); position: absolute; left: 0; top: 0; }
ul.rentals-grid-detail-list li.rentals-grid-length:before { content: url(//assets-cdn.interactcp.com/byerlyrv/images/rentals-fa-grid-length.jpg); position: absolute; left: 0; top: 0; }

  @media (min-width: 768px) {
      .rentals-top-flex > div { min-width: 150px; }
      .rentals-main-flex > div { max-width: 48%; }
  }

  @media (max-width: 991px) {
      .rentals-top-flex > div { position: absolute; top: 35px; left: 200px; }
  }

  @media (min-width: 992px) {
      .rentals-top-flex { display: flex; justify-content: center; align-items: center; text-align: center; }
      .rentals-top-flex > a:nth-of-type(2) { margin: 0 30px; }
      .rentals-main-flex > div { max-width: 32%; }
  }

  @media (min-width: 1200px) {
      .rentals-top-flex > a:nth-of-type(2) { margin: 0 50px; }
      .rentals-main-flex > div { max-width: 24%; }
  }

  @media (min-width: 1600px) {
      .rentals-main-flex > div h3 { padding: 0 20px; }
  }


/* Location Pages */
.location-page #mainContainer {padding-top: 0; margin: 0; }
.loc-page-hero { position: relative; padding: 60px;color: #fff;margin: 0;text-align: center;height: 100%;}
.loc-page-hero:after {content: '';background: rgba(8,1,41,.8);height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 1;}
.loc-page-hero-content {z-index: 99;position: relative;}
.loc-page-hero h1 {margin: 0 0 30px 0;}
.loc-page-hero .btn { margin: 30px 10px 30px 0; }
.location-page .home-featured {padding: 0;margin: 60px 0 0;}
.location-page .cycle-pager { display: none; }
.loc-page-contact h2 {border-bottom: 1px solid #ddd;padding-bottom: 15px;margin-bottom: 0;}
.loc-page-contact-wrapper {text-align: center;background: #f5f5f5;margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.loc-page-contact-wrapper h3 { margin-bottom: 15px; }
.loc-page-contact-wrapper i {color: #386a65;width: 30px;display:  inline-block;text-align: center;}
.loc-page-contact-col-right { margin: 45px 0 60px 0; }
.loc-page-img-rotator div[class*='col-'] { padding: 0; }
.loc-rv-parts {text-align: center; padding: 60px 15px;background: #f7f7f7; border-top: 10px solid #2d5275; border-bottom: 1px solid #2d5275;}
.loc-rv-parts h3 { font-size: 30px; }
.loc-rv-parts .btn { margin: 30px 5px 0 5px; }
.location-page footer { margin-top: 0; }

 @media (min-width: 768px) {
    .loc-page-contact-col-left,
    .loc-page-contact-col-right {display: inline-block;vertical-align: top;margin: 15px 0px 30px 15px;text-align: left;}
    .loc-page-contact-col-right { display: inline-block; margin-left: 50px; vertical-align: top; }
    .loc-page-content {padding-left: 38px;}
    .loc-page-img-rotator {max-width: 800px;margin: 0 auto;}
 }
 @media (min-width: 992px) {
    .loc-page-hero .container { max-width: 1570px; }
    .loc-rv-parts-wrapper { display: table; }
    .loc-rv-parts-img,
    .loc-rv-parts-content { display: table-cell; width: 45%; vertical-align: top; }
    .loc-rv-parts-img { float: right; }
    .loc-rv-parts-content { float: left; width: 55%; text-align: left; padding: 0 30px 0 0; }
    .loc-rv-parts-content h3 { margin-top: 0; }
    .loc-rv-parts-content .btn { margin: 30px 15px 0 0; }
 }
 @media (min-width: 1200px) {
    .loc-page-contact-wrapper { text-align: left; }
    .loc-page-contact-wrapper .container-fluid .row { display: flex;display: -webkit-flex; display: -ms-flexbox;width: 100%;align-items: stretch; }
    .loc-page-hero, .loc-page-contact {float: none; height: auto; align-items: center; justify-content: center; }
    .loc-page-hero { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; display: flex; }
    .loc-page-hero-content { max-width: 500px; }
    .loc-page-contact-col-left,
    .loc-page-contact-col-right { width: 40%; }
    .loc-page-contact-col-right { width: 55%; margin-left: 0; }
    .loc-page-img-rotator { margin-top: 75px; max-width: none; }
    .loc-rv-parts-wrapper { width: 1100px; margin: 0 auto; }
    .loc-rv-parts-content { padding-right: 60px; }
 }
 @media (min-width: 1600px) {
    .loc-page-img-rotator { margin-top: 0; }
    .loc-page-contact h2 { margin: 60px 60px 30px 0; }
    .loc-page-hero-content {max-width: 800px;}
 }

/* /snippets/sections/welcome-section/welcome-section */
/* ==========================================
   Welcome Section
============================================*/
.home-welcome .headline {margin-bottom: 0px;color: #080129;text-transform: uppercase;margin-top: 0;font-size: 30px;font-weight: 500;text-align: center;}
.home-welcome .sub-title {font-size:25px;text-transform: uppercase;font-weight: 400;margin-bottom:20px;display: inline-block;background: #080129;color: #fff;padding: 10px 15px;margin-bottom: 40px;position: relative;letter-spacing: 1.68px;line-height: 22px;}
.home-welcome { padding:60px 0 90px; text-align:center; }
.home-welcome .welcome-pic { margin-top:20px; }
.home-welcome .sub-headline {position:relative;margin-bottom: 0;color: #376A65;font-weight: 500;font-family: rollerscript-smooth, sans-serif;font-size: 24px;display: flex;justify-content: center;align-items: center;gap: 10px;text-transform: capitalize;}

    @media (min-width:992px) {
        .home-welcome .sub-title { font-size:20px; }
        .home-welcome { margin-bottom:0px; text-align: left; }
        .home-welcome .headline { text-align:left; }
        .home-welcome .container { display:flex; gap:60px; align-items:center; justify-content:center; }
        .home-welcome .welcome-content { flex:1; }
        .home-welcome .welcome-content p {font-size:20px;line-height: 36px;}
        .home-welcome .welcome-pic { flex:1; max-width:300px; margin-top:0; }
        .home-welcome .sub-headline {justify-content:start;font-size: 45px;line-height: 20px;}
    }
    @media (min-width:1600px) {
      .home-welcome .sub-title { font-size:25px; }
        .home-welcome .headline {font-size: 60px;}
        .home-welcome .welcome-pic { max-width:560px; }
    }

/* RV School Page */
.rv-class { background-color:#f7f7f7; margin:20px; flex:1; padding:20px; border-radius:10px; border:2px solid #f79022; }
    
    @media(min-width:768px) { 
    .rv-class {background-color: #f7f7f7;margin:20px;flex:1;padding:20px;border-radius:10px;border:2px solid #f79022;}
    .flexbox-container { display: flex; justify-content: space-between;}
     }

/* Storage Page */
#accordion.storage-list-panels { margin: 60px auto; }
.storage-list-panels {max-width: 970px;margin: 20px auto;}
.storage-list-panels .panel { border: 0; box-shadow: none; text-align: left; border: 1px solid #ddd; border-radius: 10px; padding: 15px; margin-bottom: 15px; }
/*.storage-list-panels .panel.opened { background: #080129; }
.storage-list-panels .panel.opened .panel-title a { color: #fff; }
.storage-list-panels .panel.opened .panel-title a:hover { color: #fff; text-decoration: none; }
.storage-list-panels .panel.opened .panel-title a:hover .panel-heading i { background: red!important; }
.storage-list-panels .panel.opened a { text-decoration: none!important; }
.storage-list-panels .panel.panel-default.opened > .panel-heading a:hover i { background: #f7c023!important; color: #080129; }
*/
.storage-list-panels .panel-default > .panel-heading { background: none; }
.storage-list-panels .panel-default > .panel-heading a { display: flex; flex-direction: column; color: black; align-items: center; gap: 20px; font-size: 30px; text-transform: none; text-align: center;}
.storage-list-panels .panel-default > .panel-heading a:hover { text-decoration: none; color: #080129; }
.storage-list-panels .panel-default > .panel-heading i { display: flex; justify-content: center; align-items: center; color: #080129; background: #f7c023; border-radius: 50%; height: 80px; width: 80px; text-align: center; font-size: 35px; }
.storage-list-panels .panel-default > .panel-heading a:hover i { background: #080129; color: #f7c023; }
.storage-list-panels .panel-body { padding: 15px; border-radius: 10px; }
.storage-list-panels .panel-body img { border-radius: 10px; margin-bottom: 15px; }
.storage-team-card-wrapper { display: flex; flex-direction: column; gap: 30px; margin: 30px auto; }
.storage-team-card { display: flex; gap: 15px; flex-direction: column; justify-content: center; }
.storage-team-card-photo { font-size: 120px; text-align: center; }
.storage-team-card h3 span { display: block; color: #f59119; font-size: 16px; margin-top: 5px;  }
.storage-list-panels h4 { margin-bottom: 0;  }
.storage-list-panels a { display: block; }
.storage-list-panels a:hover, .storage-list-panels a:focus { text-decoration: none!important; }

.accordion-form-wrapper { background: #fff; padding: 15px; border-radius: 0 0 5px 5px;  }

    @media (min-width: 768px) {
        .storage-list-panels .panel-body { padding: 0px 60px; }
        .storage-list-panels .panel-default > .panel-heading a { flex-direction: row; text-align: left; }
        .storage-team-card { flex-direction: row; }
        .storage-team-card { gap: 30px; }
        .accordion-form-wrapper { padding: 30px; }
    }


.roof-pro{/*font-size:16px;*/}
.roof-pro .rf-doc img{display:block;margin:30px auto 40px;width:100%;}
.roof-pro ul.rf-list{margin: 30px 0;}
.roof-pro ul.rf-list li{margin: 0 0 7px;list-style-type: disclosure-closed;list: #376A65;}
.roof-pro ul.rf-list li::marker{color: #376A65;}

    @media (min-width: 768px) {
      .roof-pro .rf-doc img{max-width:992px;}
    }

  /* Making Financing Page More Responsive */
  .finance-buttons {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;margin: 0px auto 20px;}
  .finance-button{width: 100%;}
  .finance-button img{width:100%;margin: 0 auto;}

    @media (min-width: 768px) {
      .finance-buttons{gap: 25px 20px;margin: 0px auto 20px;}      
      .finance-button{width: calc(50% - 15px);}
    }
    @media (min-width: 992px) {
      .finance-buttons{gap: 30px 25px;margin: 0 auto 20px;}      
      .finance-button{width: calc(50% - 15px);}
    }
    @media (min-width: 1200px) {   
      .finance-buttons{gap: 30px 20px;margin: 20px auto 20px;}     
      .finance-button{width: calc(50% - 15px);}
    }

/*--Remove Blog Author--*/
#blog article .author {display: none !Important;}

/* Seperate Blog Articles */
#blog article {margin-bottom: 110px;}

/*--Coach Repair--*/
h2.section-header {margin: 30px 0 20px;font-size: 33px;text-align:center;}
.card li.no-check:before {content: '';}
.card li.indent {margin-left: 15px;}
.card li.indent:before {content: '-';}
.card-wrapper {display: flex; justify-content: space-between; margin-top: 15px;flex-wrap: wrap;}
.card {flex-basis: 100%;border-radius: 10px;border: 1px solid grey;overflow: hidden;box-shadow: 1px 1px 2px darkgrey;margin: 15px auto;background-color: white;/* height: 100%; */}
.card img {margin: auto; display: none;}
.card li {font-weight: 500;}
.card h2 {text-align: center;font-size: 24px;display: flex;align-items: center;justify-content: center;flex-direction: column;margin: 0;padding: 15px 0 20px;background-color: #22252a;color: white;text-shadow: 2px 2px 2px #000;background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;position:relative;z-index: 1;}
.card h2:before {background: #22252a;content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: -1;background: linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(180deg,rgba(14,62,96,.2),rgba(14,62,96,.2)),linear-gradient(180deg,#000 0,rgba(0,0,0,.2) 51.15%,rgba(0,0,0,.2) 90.73%);}
.card h2 span{font-size:60%;display:block;font-weight: 400;font-family: var(--body-font-family);margin-top: 2px;}
.card h3 {text-align: center;color: #219f20;margin: 15px auto 10px;font-size: 22px;}
.card h3.price-strike-out {color: #e40400; text-decoration: line-through;}
.card h3 .price-table{display: table;margin: 0 auto;}
.card h3 .price-table span{display: table-cell;}
.card p {margin: 15px 10px;font-size: 15px;font-style: italic;}
.card .btn-secondary {text-align:center;display:block;max-width: 200px;margin: 0 auto;}
.card .btn.btn-primary.collapsed i.icon-chevron-up, .card .btn.btn-primary i.icon-chevron-down {display:none;}
.card .btn.btn-primary i.icon-chevron-up, .card .btn.btn-primary.collapsed i.icon-chevron-down {display:block;}
.card .btn.btn-primary {margin: 15px 0;padding: 10px 20px;}
.card.silver {background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(196,203,206,1) 100%);}
.card.gold {background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(237,225,125,1) 100%);}
.card.platinum {background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(192,228,249,1) 100%);}
.card ul {list-style: none;padding-left: 15px;padding-right: 5px;}
/*.card ul:before {content: '\F14A '; font-family: "Font Awesome 7 Pro"; color: #219f20; margin-right: 5px;}*/
.card ul li ul{padding-left: 35px;}
.card-wrapper.packages .card h3{ font-size: 20px;}
.card-wrapper.packages .card.silver {background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(251,227,214,1) 100%);}
.card-wrapper.packages .card.gold {background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(192,228,249,1) 100%);}
.card-wrapper.packages .card.platinum {background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(250,216,225,0.95) 100%);}
.card-wrapper.packages .card.diamond {background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(197,248,209,0.75) 100%);}
@media (min-width: 768px) {
  .card {min-width: 300px; flex-basis: calc(50% - 10px); }
    .card h2 {height: 100px;}
    .card-wrapper {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: stretch;}
}
@media (min-width: 992px) {
  .card {min-width: 300px;flex-basis: calc(33% - 5px);}
    .card h2 {/* height: 95px; */font-size: 23px;}
    .card-wrapper {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: stretch;}  
    /* .card-wrapper.packages .card { min-width: 275px; flex-basis: calc(50% - 10px);} */
    .card-wrapper.packages .card {min-width: 175px;flex-basis: calc(25% - 10px);}
    .card-wrapper.packages .card h2{font-size: 22px;}
}
@media (min-width: 1200px) {
  .card {min-width: 360px;flex-basis: calc(33% - 10px);}
    .card h2 {height: 150px;font-size: 28px;} 
    
    .card-wrapper.packages {margin:0 -100px;}
    .card-wrapper.packages .card {min-width: 275px;flex-basis: calc(25% - 10px);}
    .card-wrapper.packages .card h2{ font-size: 25px;height:120px;}
}
@media (min-width: 1600px) {
  .card {min-width: 400px;}
}

#marquee-promotion {
  background-color: var(--accent-bg-color);
  background: url(https://assets-cdn.interactcp.com/byerlyrv/images/newsletter-bg.jpg?modified=0531202420171163);
  background-size: cover;
  color: #fff;
  padding: 8px 0 10px;
  margin: 0 0 -10px;
  line-height: 150%;
    font-weight: 900;
    text-shadow: 2px 2px 11px #000;
  
        a {color: inherit;text-transform: uppercase;}
        span {margin-right: 100px;line-height: 85%;}
}


/* --- Service Page --- */
.service-page .header-search { display:none; }
.service-page #pop-form { padding: 20px; }
.service-page .service-form-headline {color:#101828;letter-spacing: -0.48px;text-transform: capitalize;font-family: var(--body-font-family);font-weight: 700;font-size: 24px;margin: 0 0 20px;}
.service-page .pageContent { margin-bottom:0; }
.service-page #cboxLoadedContent { overflow:hidden !important; }
.service-page #cboxContent {overflow-y: hidden;}
.service-page .subpage-hero:after { display:none; }
.service-bucket-hours {border: 1px solid #376A65;border-radius: 8px;padding: 20px 40px;}
.service-bucket-hours h3 { margin:0 0 20px; color:#376A65; font-weight:500; }
h3 { color:#376A65; }
.hours-loc-wrapper {display: flex;justify-content: space-between;flex-direction: column;gap: 20px;}
.service-location { display: flex; gap: 10px; }
.service-location a { color:#376A65; }
.service-location i { margin-top: 2px; color: #376A65; }
.service-hours .operating-hours p { line-height: 36px; }
.icon-p { flex: 2; }
.icon-image { flex: 1; max-width: 90px; }
.icon-paragraph {display: flex;gap: 15px;margin-bottom:40px;flex-direction:column;align-items: center;text-align: center;}
.icon-p .strong-headline { text-transform: uppercase; font-weight: 700; color: #376A65; font-family: var(--headline-font-family); }

/*--- Service Page Resources --- */
.service-resources { background: #E2F0EF; padding:60px 0 80px; }
.service-resources .headline { color:#2F4A1F; text-transform:uppercase; font-size:28px; padding:0; margin:0 0 30px;  }
.resource-bucket-wrapper {display: flex;gap: 25px;flex-wrap: wrap;}
.resources-bucket img { border-radius: 16px; }
.resources-bucket .title { color: #2F4A1F; font-weight: 600; font-size: 24px; font-weight: 600; display: flex; justify-content: space-between; }
.resources-bucket {flex: 100%;position: relative;transition:all .5s ease;max-width: 400px;margin: 0 auto;}
.resources-bucket:hover { transform:scale(1.05); }


/* --- Service Page Testimonials --- */
.home-customers {background: #F9C52B;padding:40px 0 80px 0;margin: 60px 0 0;}
.home-customers .headline {text-align: center;color: #2F4A1F;margin: 30px 0;font-size: 28px;}
.home-customer-testimonial {text-align: center;position: relative;flex-grow: 1;width: 100%;margin:20px;border-radius: 20px;border: none;margin: 0 0 70px 0;}
.home-customer-testimonial-content {background:white;padding:25px;position:relative;z-index:10;height:100%;border-radius: 20px;font-size: 18px;max-width: 400px;margin: 0 auto;}
.home-customer-testimonial p, .home-customer-name {font-size: 16px;}
.home-customer-name {color: #fff;position: absolute;bottom: -57px;left: 0;right: 0;}
.home-welcome {padding: 40px 0 0 0;}
.home-pre-approve { background: #F6F7F8; padding: 40px 0; }
.testimonial-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

  @media (min-width:768px) {
    .icon-paragraph  { flex-direction:row; align-items:flex-start; text-align:left; }      
  }
  @media (min-width: 992px) {
    .service-page .subpage-hero {padding: 140px 0;}
    .resources-bucket { flex:1; }
    .home-customer-testimonials { display: flex;}
    .home-customer-testimonial {text-align: left;position: relative;flex-grow: 1;width: 100%;margin:20px;border-radius: 20px;margin-bottom: 0;}
  }
  @media (min-width: 1200px) {
    .hours-loc-wrapper { flex-direction:row; gap:inherit; }
  }