﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: "Droid Sans", "Open Sans", Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #3e3b3b; 
    text-align: left;
    background-color: #fff;
}

*:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.site-wrapper {
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0;
	z-index: 2;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #1d506b;
}
	a:hover {
		text-decoration: none;
		color: #494140;
	}



/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;	}
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}


.width-one-fifth
{
    width: 20%;
}

a.new-tab-link {
	position: relative;
	z-index: 24;
	text-decoration: none
}

	a.new-tab-link:hover, a.new-tab-link:focus, a.new-tab-link:active {
		z-index: 25;
	}

	a.new-tab-link span {
		color: #FFFFFF;
		position: absolute;
		left: -9000px;
		width: 0;
		overflow: hidden;
	}

	a.new-tab-link span {
		background-color: #006699;
	}

	a.new-tab-link:hover span, a.new-tab-link:focus span, a.new-tab-link:active span {
		display: block;
		position: absolute;
		left: 1em;
		top: 29px;
		width: 12em;
		border: 1px solid #000000;
		text-align: center
	}

		a.new-tab-link:hover span.right, a.new-tab-link:focus span.right, a.new-tab-link:active span.right {
			left: auto;
			right: 1em;
		}


/* #region colors */
.light-grey {
	background-color: #e3e3e3;
}
.dark-grey {
	background-color: #006699;
}

.page-background {
	/*background-color: #242424;*/
}

.section-gradiant {
	background-color: #242424;
	/*background-image: linear-gradient(to bottom, #bcbcbc, #cccccc, #dddddd, #eeeeee, #ffffff);*/
}

.dark-background {
	background-color: #242424;
}

.highlight {
	background-color: #006699;
}
.highlight2 {
	background-color: #242424;
}
.highlight2-link:hover {
    color: #000000;
}
.dark-border {
    border: 1px solid #252525;
}
.light-border {
    border: 1px solid #FFFFFF;
}

.mid-border {
	border: 1px solid #e3e3e3;
}
/* #endregion colors */


/* #region text */
.text-light{
    color: #ffffff;
}
a.text-light:hover {
	text-decoration: underline;
}

.text-frgrey {
    color: #EAEBEB;
}
.text-frdark{
    color: #3e3b3b; 
}
.text-alert {
	color: #bf281c;
	font-size: 0.875em;
	font-weight: bold;
	margin: 0px;
}
a.text-frdark:hover {
	color: #006699;
}

.text-highlight {
	color: #006699;
}
.product.text-highlight:hover {
	color: #242424;
}

.text-highlight2 {
	color: #242424;
}

.text-huge{
     font-size: 3.5em; /*~56px if browser base is 16px*/
}
.text-huge.doublespace {
	line-height: 6.5em;
}	

.text-large {
	font-size: 1.4em; /*~22px if browser base is 16px*/
}
.text-large.doublespace {
	line-height: 2.8em;
}


.text-medium{
    font-size: 1.125em; /*~18px if browser base is 16px*/
}
.text-medium.doublespace {
	line-height: 2.25em;
}

.text-small{
    font-size: .875em; /*~14px if browser base is 16px*/
}
.text-small.doublespace {
	line-height: 1.75em;
}

.text-tiny{
    font-size: .75em; /*~14px if browser base is 16px*/
}
.text-tiny.doublespace {
	line-height: 1.5em;
}

.text-Roboto {
	font-weight: 900;
	font-family: "Roboto", sans-serif;
}


.text-semi-bold {
	font-weight: 600;
}
.text-bold {
    font-weight: 700;
}

.text-underline {
	text-decoration: underline;
}

.text-intro-header {
    font-size: 2.75vw;
}
.text-intro-body {
    font-size: 1.38vw;
    padding-left: 10.2vw;
    padding-right: 10.2vw;
    line-height: 2vw;
}

.intro-content {
       margin-bottom: 12.4%;
}
/* #endregion text */
/*#region site header*/

.logo-header {
	display: none;
}

	.logo-header img {
		height: 34px;
		margin: .75em 0 .2em 0;
	}

.social-icon-link {
	padding-top: 0;
}

	.social-icon-link img {
		height: 20px;
		vertical-align: middle;
		display: inline-block;
		margin-top: -5px;
	}

.skip-link {
	position: absolute;
	top: -30px;
}

	.skip-link:focus {
		top: 0;
		z-index: 99;
		position: fixed;
		background: white;
		margin: 0 5px;
		padding: 0 5px;
	}

.site-header {
    z-index: 11;
}

.header-columns {
	padding-top: 1em;
	padding-bottom: 1em;
	display: table;
	width: 100%
}

	.header-columns.thin .col-3 {
		flex: 0 0 auto;
		width: auto;
	}

.logo-image {
	max-height: 120px;
}

.header-columns a:focus {
	outline: 2px solid #FFFFFF;
	outline-offset: 2px;
}

.header-columns.thin .header-columns-logo img {
	height: 60px;
}

.top-nav-search {
	width: 250px;
	height: 28px;
	margin-top: .7em;
	margin-right: .5em;
	overflow: hidden;
	border: 1px solid #cacaca;
	border-bottom-color: #eaeaea;
	border-left-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-radius: 15px;
	background: white;
	vertical-align: middle;
	position: relative;
	display: none;
}

	.top-nav-search input {
		border: none;
		margin: 0 0 0 8px;
		vertical-align: middle;
		background: none;
		width: 196px;
	}

.action-icons {
	position: absolute;
	right: 10px;
	top: 54px;
}

.thin.action-icons {
	position: absolute;
	right: 10px;
	top: 44px;
}

.action-icons > a {
	background-image: url(/images/icons/heart_unfilled.svg);
	width: 35px;
	height: 35px;
	display: inline-block;
	background-size: contain;
	padding-top: 5px;
}


.search-area {
	border-radius: 20px;
	padding: 4px 17px 0 15px;
	display: inline-block;
}

	.search-area a {
		vertical-align: top;
	}

.search-box {
	display: inline-block;
	transition: all .2s;
	width: 0px;
	border: none;
	padding: 0;
	background: white;
	overflow: hidden;
	margin-top: 2px;
}

	.search-box.search-expanded:focus-within {
		outline: 2px solid #FFFFFF;
		outline-offset: 1px;
	}

	.search-box.search-expanded {
		width: 242px;
		padding: 2px 0 0 2px;
	}

	.search-box input {
		padding: 0;
		display: inline-block;
		width: 0px;
	}

	.search-box.search-expanded input {
		width: 240px;
	}

	.search-box div {
		width: 242px;
	}

	#lbSearch:focus {
		outline: 2px solid #FFFFFF;
		outline-offset: -2px;
	}

/*.header-search,*/ .video-search {
	width: 300px;
	height: 28px;
	margin-top: 1.5em;
	overflow: hidden;
	border: 1px solid;
	border-radius: 15px;
	/*-webkit-box-shadow: 0 0 0 2px #f7f7f7, inset 0 1px 1px 0 #ededed;
	-moz-box-shadow: 0 0 0 2px #f7f7f7, inset 0 1px 1px 0 #ededed;
	box-shadow: 0 0 0 2px #f7f7f7, inset 0 1px 1px 0 #ededed;*/
	vertical-align: middle;
	position: relative;
}

	/*.header-search input,*/ .video-search input {
		border: none;
		margin: 0 8px;
		vertical-align: middle;
		background: none;
		width: 250px;
	}

		/*.header-search input[type=text]:focus {
			box-shadow: none;
			outline-width: 0;
		}*/

	/*.header-search img,*/ .video-search img {
		position: absolute;
		top: 0;
		right: 0;
	}

.header-columns.thin .header-search {
	margin-top: 1.2em;
}

.header-columns.thin {
	padding-top: .25em;
	padding-bottom: .25em;
	background: rgba(0, 102, 153,1);
}


.video-wrapper {
	width: 64%;
}
/*#endregion*/

/*#region header navigation */

.nav-header ul {
	padding-right: 4px;
	padding-left: 4px;
	list-style: none;
	position: relative;
	float: right;
	max-width: 80%;
}

.nav-header a:focus {
	outline: 2px solid #FFFFFF;
	outline-offset: 2px;
}

.header-columns.thin .nav-top ul {
	margin-top: .9em;
}

	.nav-header ul li {
		margin: 0;
		padding-right: 4px;
		padding-left: 4px;
		list-style: none;
		position: relative;
		display: inline-table;
	}

		.nav-header ul li a {
			display: inline-block;
			padding-top: .2em;
		}

/*#endregion header navigation */

/*#region main navigation */

.nav-top ul {
	margin-top: 1.3em;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: center;
	display: table;
	width: 100%;
	height: 100%
}

.nav-top ul li{
    padding: 2px 4px;
    list-style: none;
    position: relative;
    display: table-cell; 
}

.nav-top ul li a{
    color: #000000; 
}

.nav-top .social-link img {
    max-height: 25px;
    height: 25px;
    margin-top: -3px;
}

.nav-top a:focus {
	outline: 2px solid #FFFFFF;
	outline-offset: 2px;
}

/*#endregion main navigation */

/*#region footer navigation */

.nav-footer ul{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    list-style: none;
    position: relative;
    text-align: center;
}

.nav-footer ul li{
    padding: 2px 4px;
    list-style: none;
    position: relative;
    display: inline-table; 
}

.nav-footer ul li a{
    color: #FFFFFF; 
}

.nav-footer ul li a:focus {
		outline: 2px solid #FFFFFF;
		outline-offset: 2px;
}

.bottom-links a:focus {
	outline: 2px solid #FFFFFF;
	outline-offset: 2px;
}

/*#endregion footer navigation */

/*#region mobile navigation */
.sidenav-black-bg {
	position: absolute;
	height: 200vh;
	background-color: #111;
	visibility: hidden;
	z-index: 49;
	transition: 0.5s;
	width: 0;
}

.sidenav {
	position: absolute;
	z-index: 50;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #111;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	visibility: hidden;
	width: 0;
}

	.sidenav a {
		color: white;
		display: block;
	}

	.sidenav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
	}

	.sidenav li {
		/*padding: 10px 0;*/
		list-style: none;
		font-size: 20px;
		width: 108%;
		margin-left: -30px;
		height: auto;
	}

	.sidenav a:focus {
		outline: 2px solid white;
	}

	.sidenav a:hover {
		color: #fff;
	}

.sidenav {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	white-space: nowrap;
}

.mobileclosebtn {
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 7px;
	right: 12px;
	font-size: 36px;
}
	.mobileclosebtn:focus {
		color: white;
	}

.openbtn {
	display: none;
}

.mobile-nav-button.thin {
	position: fixed;
}

.mobile-nav-button {
	position: absolute;
}

.fixed-position {
	overflow: hidden;
}

.nav-backdrop {
	opacity: 0.6;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 49;
	top: 0;
	left: 0;
	position: fixed;
	visibility: hidden;
}

/*#endregion mobile navigation */

/*#region Page Sticky Nav*/

.page-nav {
	position: relative;
	background: rgba(255,255,255,1);
	width: 100%;
	z-index: 10;
}

	.page-nav.scroll-fixed {
		position: fixed;
	}

	.page-nav.scroll-absolute {
		position: relative;
	}

.page-nav-title {
	font-size: 2.5em;
	margin-left: .25em;
	float: left;
}

.page-nav nav {
	opacity: 0;
	display: none;
}

.page-nav ul {
	height: 100%;
	vertical-align: middle;
	text-align: left;
	display: table;
	margin: 0 0 0 2.5em;
	padding: 0;
	list-style: none;
	z-index: 100;
	position: absolute;
	top: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

	.page-nav ul li {
		position: relative;
		display: block;
		background: rgba(255, 255, 255,1);
		cursor: pointer;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}

	.page-nav ul li a{
		padding: .3em 1em;
		display: block;
		width: 100%;
	}

		.page-nav ul li a:hover {
			color: white;
		}

.page-nav ul li:hover {
	background: #5a5c5c;
}

.page-nav-trigger {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.page-nav-img {
	background-image: url(/images/menu-icon-dark.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	margin-top: 1em;
	border-radius: 5px;
	padding: 16px;
}

.page-nav-trigger:checked + .page-nav-img {
	background-image: url(/images/icon-up-arrow.jpg);
}


.page-nav-trigger:checked ~ nav {
	display: block;
	-webkit-animation: fadeIn .2s;
	-moz-animation: fadeIn .2s;
	animation: fadeIn .2s;
	opacity: 1;
}

.page-nav-trigger + .page-nav-img, .page-nav nav {
	transition: all 0.2s;
}

.page-nav-open {
	cursor: pointer;
}

.AddToAnyContainer {
	margin-top: .9em;
}
/*#endregion Page Sticky Nav*/
/*#region tabs*/
#Trucks .tabs {
	margin: .35em 0 .25em;
	text-align: center;
	display: inline-table;
	width: 100%;
	padding: 0;
}

#Trucks .tabs li {
	list-style-type: none;
	display: inline;
}



	#Trucks .tabs li a {
		font-size: 14px;
		font-weight: bold;
		font-family: 'Roboto', Arial, sans-serif;
		text-transform: uppercase;
		padding: 12px 25px;
		display: inline-block;
		border: 2px solid #EAEBEB;
		color: #FFFFFF;
		background-color: #313439;
		width: 14%;
	}



#Trucks .tabs li.last-element a {
	border-right: 0;
}

	#Trucks .tabs li a:hover, #Trucks .tabs li a.active, #Trucks .tabs li a.selected {
		background-color: #2b5a84;
		color: #FFF;
	}

.isotope-item {
	width: 25%;
	height: 0;
	padding-bottom: 20%;
	list-style: none;
}

	.isotope-item>a {
		display: block;
		padding: .5em;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.isotope-more-content {
	padding-bottom: 23%;
}

.responsive-list-item {
	height: 0;
	float: left;
	position: relative;
}
.responsive-list-item.five-columns {
	width: 20%;
}
.responsive-list-item.four-columns {
	width: 25%;
}

.responsive-list-item.item-p-60-25 {
	padding-bottom: 60.25%;
}

.responsive-list-item.item-p-20{
	padding-bottom: 25%;
}
.responsive-list-item.item-p-15 {
	padding-bottom: 15%;
}
.responsive-list-item.item-p-10 {
	padding-bottom: 10%;
}



.responsive-list-item>div {
	position: absolute;
	padding: .5em;
	top: .5em;
	bottom: .5em;
	right: .5em;
	left: .5em;
}

#filter-cats ul li ul {
	z-index: 101;
	padding: 0;
	position: absolute;
	top: 33px;
	left: 0;
	visibility: hidden;
}

#filter-cats ul li ul {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#filter-cats ul li ul li {
	background: #252525;
	display: block;
	text-shadow: 0 -1px 0 #000;
}

	#filter-cats ul li ul li a {
		width: 100% !important;
	}

#filter-cats ul li ul li:hover {
	background: #454545;
}

#filter-cats ul li:hover ul, #filter-cats ul li:focus ul, #filter-cats ul li:active ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
	

/*#endregion tabs*/

/*#region tools*/

.half-page {
	width: 49.5%;
	float: left;
	margin-top: .5%;
	margin-bottom: .5%;
}
.two-columns .half-page:nth-child(2n+1) {
	margin-right: .5%;
}
.two-columns .half-page:nth-child(2n) {
	margin-left: .5%;
}

.half-page-left {
	width: 49.5%;
	margin-right: .5%;
	float: left;
}
.half-page-right {
	width: 49.5%;
	margin-left: .5%;
	float: right;
}

	.floorplans:nth-child(3n+1) {
		margin-right: .8%;
		margin-left: 0;
	}
.floorplans:nth-child(3n) {
		margin-left: .8%;
		margin-right: 0;
	}
.floorplan {
	position: relative;
	height: 0;
	padding-bottom: 20%;
	width: 32.5%;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 8px 0 rgba(0, 0, 0, 0.29);
	margin: .5em .4% .5em .4%;
}

.floorplan>a {
	display: block;
	position: absolute;
	left: 0;
	padding: 1em;
	width: 100%;
	height: 94%;
}
.floorplan>a>div{
	padding: 1em;
	width: 100%;
	height: 100%;
	text-align:center;
}
	.floorplan>a>div>img{
		max-width: 100%;
		max-height: 100%;
	}

.floorplan-print {
	position: relative;
	height: 0;
	padding-bottom: 23%;
	width: 49%;
	border: 1px solid #EAEBEB;
	border-bottom: 2px solid #EAEBEB;
	border-right: 2px solid #EAEBEB;
	margin: .5%;
}

.search-results {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 8px 0 rgba(0, 0, 0, 0.29);
	margin: 1em 0;
	width: 100%;
	padding: 1em;
}

.search-result-image {
	display: table-cell;
	width: 400px;
	max-width: 100%;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}

.search-result-desc {
	display: table-cell;
	padding-left: 1em;
	vertical-align: middle;
}

.search-results>a {
	display: block;
}

.search-results > a h1, .search-results > a h2, .search-results > a h3 {
	display: inline;
	font-size: 1.4em;
}
.search-results>a>img{
	max-width: 100%;
	max-height: 100%;
	padding-right: 1em;
	float:left;
}


.gallery-image {
	position: relative;
	height: 145px;
	width: 145px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 8px 0 rgba(0, 0, 0, 0.29);
	margin: .75em;
}
.gallery-image-specialty {
	height: 96px;
}

.tours:nth-child(4n) {
	margin-left: .8%;
	margin-right: 0;
}

.tour {
	width: 32.5%;
	margin: .5em .4% .5em .4%
}
.tour-overlay {
	position: absolute;
	top: 20%;
	left: 23%;
	width: 50%;
	opacity: .9;
}

.spec {
	width: 15%;
	float: left;
}

#Tools > div {
    width: 22%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 1em;
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 8px 0 rgba(0, 0, 0, 0.29)
}

    #Tools > div:nth-child(4n+1) {
        margin-right: 2%;
        margin-left: 0;
    }

    #Tools > div:nth-child(4n) {
        margin-left: 2%;
        margin-right: 0;
    }

	#Tools > div .icon {
		position: absolute;
		width: 34%;
		left: 33%;
		top: 42%;
		border-radius:50%;
		box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.19)
	}


.costent-aspect-div {
	position: relative;
	height: 0;
	padding-bottom: 30%;
}

.costent-aspect-div .top-half, .costent-aspect-div .bottom-half {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
}

.costent-aspect-div .top-half {
	top: 0;
}
	.costent-aspect-div .bottom-half {
		top: 50%;
		padding: 1em;
		padding-top: 22%;
	}

/*#endregion tabs*/


/*#region pages*/

/*#region Our Story Page*/

.our-story-cover {
    /*padding-top: 4em;*/
}

#history {
    position: relative
}

.history-images {
	width:25%;
}

.history-images.float-left{
	margin: .5em 1em .5em 0;
}

.history-images.float-right {
	margin: .5em 0 .5em 1em;
}

/*#endregion Our Story Page*/

/*#region index Page*/
.center-text-block {
	max-width: 78em;
	text-align: center;
	margin: 0 auto;
}
}

.home-intro {
    background-image: url(/Images/intro-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.2vw 0 1px 0;
}

#Index-videoDiv video {
	width: 100% !important;
	height: auto !important;
}

#Index-videoDiv {
	width: 100%;
	display: inline-block;
	position: relative;
}

#Index-videoBlock {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#Index-videoMessage {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 40%;
	left: 0;
}

	#Index-videoMessage * {
		padding: 0.4em;
		margin-top: auto;
		margin-bottom: auto;
	}


#Index-videoMessage {
	text-shadow: 2px 2px 2px #000000;
	color: white;
	z-index: 10;
}

.Index-videoClick {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
	.Index-videoClick a {
		color: white;
		font-size: 1.7em;
		cursor: pointer;
	}

	.Index-videoClick img {
		width: 10%;
	}

/*#endregion index Page*/

/*#region RV-Details */

.productline-filter {
	width: 330px;
	position: fixed;
	top: 65px;
	left: -350px;
	bottom: 0;
	z-index: 0;
	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 0 10px 0 rgba(0,0,0,0.5);
	z-index: 2;
	padding: 8px;
}

	.productline-filter .aspNetDisabled {
		color: #EAEBEB;
	}

.productline-filter-trigger {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	position: fixed;
	top: 0;
}

.filter-close {
	float: right;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 4px;
}

.productline-filter-button {
	cursor: pointer;
	z-index: 3;
	position: absolute;
	top: 75px;
	left: 0;
	border-radius:5px 5px 0 0;
	padding: .3em;
	white-space: nowrap;

	/* Chrome/Safari */
-webkit-transform: rotate(90deg);
-webkit-transform-origin: 6% 50%;

/* Firefox */
-moz-transform: rotate(90deg); 
-moz-transform-origin: 6% 50%;

/* IE9 */
-ms-transform: rotate(90deg);
-ms-transform-origin: 6% 50%;

/* IE10 and other modern browsers that do not need vendor prefixes */
transform: rotate(90deg);
transform-origin: 6% 50%;

/* IE8 */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

/* IE7 or less */
*zoom: 1;
*writing-mode: tb-rl;
*filter: flipv fliph;
}

.productline-filter-trigger:checked ~ .productline-filter {
	left: 0px;
}

.productline-filter-trigger:checked + .productline-filter-button {
	left: 335px;
}

.productline-filter {
	transition: all 0.2s;
}

.productline-filter-button {
	transition: left 0.2s;
}


.model-specs .specification-cell {
	float:left;
}
	.model-specs .specification-cell:nth-child(2n+1) {
		width: 20%;
		padding-right: 1%;
	}
	.model-specs .specification-cell:nth-child(2n) {
		width: 13%;
		padding-right: 2%;
		text-align: right;
	}

.productline-specs {
	display: table;
	margin: 0;
	table-layout: fixed;
}
	.productline-specs.headers {
		z-index:1;
		float: left;
		border-right: none;
	}

	.productline-specs.specs {
		margin-left: 190px;
		overflow: scroll;
		width: 190px;
		padding-right: 15px;
	}


	.specs-print > div > div:nth-child(odd) {
		border-bottom: #f2f2f2 1px solid;
		border-top: #f2f2f2 1px solid;
	}


	.productline-specs > div {
		display: table-cell;
		width: 190px;
		border: #f2f2f2 1px solid;
	}

.productline-specs > div > div {
	height: 32px;
	padding: 5px;
}

.productline-specs > div .double-line {
	height: 80px;
    overflow: hidden;
	border-bottom: #f2f2f2 1px solid;
}

.productline-specs>div>div:nth-child(even) {
	background: #E6F2FB;
}

.product-overview h1 {
	font-size: 1.5em;
	font-weight: 600;
	font-family: "Dosis", "Trebuchet MS", sans-serif;
}
.product-overview h2 {
	font-size: 1.4em;
	font-weight: 600;
	font-family: "Dosis", "Trebuchet MS", sans-serif;
}

.product-overview h3 {
	font-size: 1.125em;
}

.feature-item {
	width: 48%;
	margin: .5em 1%;
}

.scroll-indicator a {
	background: #000000 url(/images/arrow_right.png) no-repeat 50% 50%;
	width: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: .5;
}
/*#endregion RV-Details */
/*#region contact us*/
.direct-contact {
	/*height: 150px;*/
}
.person-line {
	background: url(/images/Icons/pers.png) no-repeat 1px 3px;
}
.phone-line {
	background: url(/images/Icons/phone-ico.png) no-repeat 2px 5px;
}
.email-line {
	background: url(/images/Icons/email-ico.png) no-repeat 0px 5px;
}
.website-line {
	background: url(/images/Icons/site-ico.png) no-repeat 0px 5px;
}
.address-line {
	background: url(/images/Icons/mail-ico.png) no-repeat 1px 5px;
}
/*#endregion contact us*/

/*#region videos*/
#bloodhound {
	display: table;
	width: 100%;
}

	#bloodhound:focus {
		border: 2px solid #03739c;
	}

.twitter-typeahead {
	display: table-cell !important;
	vertical-align: top;
}

.typeahead,
.tt-query,
.tt-hint {
	width: 100%;
	height: 27px;
	padding: 8px 12px;
	font-size: 20px;
	line-height: 27px;
	outline: none;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	border: 2px solid #6F6F77;
	border-right: none;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	/*color: #252525;*/
	display: none; /*hiding the in box suggestion, as it is not really useful*/
}

.tt-menu {
	width: 100%;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}

	.tt-suggestion:hover {
		cursor: pointer;
		color: #fff;
		background-color: #2b5a84;
	}

	.tt-suggestion.tt-cursor {
		color: #fff;
		background-color: #0097cf;
	}

	.tt-suggestion p {
		margin: 0;
	}

.gist {
	font-size: 14px;
}
/*#endregion videos*/

/*#region rv finder*/
.refinement-options {
	margin-bottom: 1em;
}
/*#endregion rv finder*/

/*#region testimonial*/
.textimonial-animation-box {
	height: 7em;
	margin: 0 auto;
	position: relative;
}

.testimonial-statment {
	font-size: 1.2em;
	font-style: italic;
}

.textimonials {
	position: absolute;
	top: 1em;
	width: 100%;
	text-align: center;
	opacity: 0;
}
.textimonials strong{
	display: inline-block;
}

.pip {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: rgba(29, 80, 107, 0.5);
}

.pip-active {
	background: #ffcb08;
}
/*#endregion testimonial*/

/*#endregion pages*/

/*#region lightbox*/
.lightbox-container, .lightbox-message, lightbox-video {
	position: fixed;
	top: 0;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,.8);
	z-index: 999;
	display: none;
	width: 100%;
}

.lightbox-video {
	position: fixed;
	top: 0;
	width: 100%; /* can be any width */
	height: 100%;
	background: rgba(0,0,0,.8);
	text-align: center;
	z-index: 999;
	display: none;
}

	.lightbox-video:before { /* pseudo element to force vertical centering of child element */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	/* Centered child element can be any width and height */
	.lightbox-video > div {
		display: inline-block;
		vertical-align: middle;
		width: 80%; /* can be any width */
		background: #eee;
	}

		.lightbox-video > div > div {
			position: relative;
			padding-top: 25px;
			padding-bottom: 56.25%; /* 16:9 aspect ratio */
			height: 0;
		}

			.lightbox-video > div > div iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

.lightbox-active {
	display: block;
}

.lightbox-trigger {
	text-transform: uppercase;
}

.lightbox-close, .lightbox-message-close {
	float: right;
	cursor: pointer;
	padding: 5px 10px;
	margin: -20px;
	border-radius: 4px;
}

	.lightbox-close:hover {
		background-color: #4395e2;
	}

.photo-lightbox {
    /** Default lightbox to hidden */
    display: none;
    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

    .photo-lightbox img {
        /** Pad the lightbox image */
        max-width: 90%;
        max-height: 80%;
        margin-top: 2%;
    }

    .photo-lightbox:target {
        /** Remove default browser outline */
        outline: none;
        /** Unhide lightbox **/
        display: block;
    }
/*#endregion lightbox*/


/*#region misc*/

.btn-pp-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	border: 0;
	opacity: 0.5;
	background-color: white;
	background-image: url( '/Images/Icons/close-btn.svg' );
	background-size: contain;
	font-size: 0.8em;
	border-radius: 500rem;
}

	.btn-pp-close:hover {
		color: #FFF;
		text-decoration: none;
		opacity: 0.75;
	}

.rv-types-list>div {
	width: 18%;
	margin: .5em 1.25%;
}
	.rv-types-list > div:nth-child(5n+1) {
		margin: .5em 1.25% .5em 0;
	}
	.rv-types-list > div:nth-child(5n) {
		margin: .5em 0 .5em 1.25%;
	}

.accordion .card button:not(.collapsed) .accordion-icon {
	background-image: url(/Images/Icons/close-accordian.svg);
}

.accordion-title {
	display: inline-block;
	width: 90%;
}

.accordion-icon {
	display: inline-block;
	background-image: url(/Images/Icons/open-accordian.svg);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;
}

.card-header {
	padding: 0;
}

	.card-header button {
		width: 100%;
		border: none;
		padding: .75rem 1.25rem;
		text-align: left;
		background-color: transparent;
	}

		.card-header button:hover, .card-header button:focus, .card-header button:active {
			color: #006699;
			cursor: pointer;
		}

		.card-header button:focus {
			outline: 2px solid #000000;
			outline-offset: 2px;
		}

	.card-header h2, .card-header h2, .card-header h3, .card-header h4 {
		display: inline-block;
		margin-bottom: 0;
	}

	.card-header button.spec-defs {
		padding: .15em .5em;
		background-color: #333132;
	}

		.card-header button.spec-defs:focus, .card-header button.spec-defs:active {
			outline: 2px solid white;
			outline-offset: -4px;
			padding: 4px 8px;
		}

.plus-icon {
	background: url(/images/Icons/open-accordion.png) no-repeat 10px 12px;
}

.selected-block-link {
	border-bottom: 5px solid #2b5a84;
	display: block;
	color: #2b5a84;
}

.full-scroll {
	position: fixed;
	right: 5px;
	z-index: 810;
	bottom: 10px;
}
.full-scroll div {
	display: none;
}
.full-scroll div a {
	height: 40px;
	width: 40px;
	display: inline-block;
}
.scroll-bottom a {
	background: #2b5a84 url(/images/top-to-bottom.png) no-repeat 50% 50%;
}
.scroll-top a {
	background: #2b5a84 url(/images/back_top.png) no-repeat 50% 50%;
}

.block-statment {
	border-left: 15px solid;
	padding-left: 5px;
}

image-and-block-statment {
	display: table;
}
.statment-image {
	display:table-cell;
	max-width:33%
}
.statment-text {
	display: table-cell;
	vertical-align: middle;
}

.statment-image img {
	max-width: none;
	padding: 3em;
}


img.banner {
	width: 100%;
	margin-bottom: 1em;
}
img.banner-nm {
	width: 100%;
}
.common-padding {
	padding: 2.5em;
}
.common-margins {
	margin: 2.5em;
}

.common-side-margins {
	margin-left: 2.5em;
	margin-right: 2.5em;
}

.common-left-margin {
    margin-left: 2.5rem;
}

.common-vertical-margins {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}


.legal{
    display: inline-block;
    width: 100%;
    max-width: 1115px;
}


 .top-spacer{
     height: 5px;
 }

.spacer {
	height: 20px;
}

.clear-fix
{
    clear: both;
}

.float-none
{
    float:none;
}

.quote-request, brochure-request
{
    max-width: 600px;
    width: 80%;
    margin: 20px auto;
    background: white;
    padding:20px;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0 1px 5px #000000;
    overflow: auto;
    max-height: 90%;
}


.fluid-iframe {
	position: relative;
	padding-top: 30px;
	height: 0;
	padding-bottom: 56.25%;
}

	.fluid-iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.modal-backdrop.show {
	opacity: 0.8;
}

.modal-xl {
	width: 90%;
	max-width: 1200px;
}

.button-close {
	background-color: #555555;
	color: #ffffff;
	display: inline-block;
	padding: .25em 1em;
}

.button-close:hover {
	background-color: #6f6f6f;
	cursor: pointer;
}

.button-close:focus {
	outline: 2px solid #000000;
	outline-offset: 2px;
}

/* #endregion misc */

/*#region forms and buttons*/

.button-rounded {
	border-radius: 5px;
}

.small-button {
	padding: 0 .5em;
}

.wishlist-button .wishlist-tooltip {
	visibility: hidden;
	cursor: default;
	width: 220px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 20px;
	position: absolute;
	z-index: 1;
	bottom: 170%;
	left: 50%;
	margin-left: -122px;
	opacity: 0;
	transition: opacity 1s;
}

.button-highlight {
	color: #ffffff;
	background: #006699;
	/*background: -moz-linear-gradient(top, #006699 0%, #8F9193 50%, #006699 100%);
	background: -webkit-linear-gradient(top, #006699 0%, #8F9193 50%, #006699 100%);
	background: linear-gradient(to bottom, #006699 0%, #8F9193 50%, #006699 100%);*/
	display: inline-block;
	padding: .25em 1em;
}

.button-highlight:hover {
		cursor: pointer;
	}

	/*.button-highlight:hover {
		color: #ffffff;
		text-decoration: none;
		background: #8F9193;
		background: -moz-linear-gradient(top, #8F9193 0%, #006699 50%, #8F9193 100%);
		background: -webkit-linear-gradient(top, #8F9193 0%, #006699 50%, #8F9193 100%);
		background: linear-gradient(to bottom, #8F9193 0%, #006699 50%, #8F9193 100%);
	}*/


.button-highlight2 {
	color: #ffffff;
	background: #006699;
	display: inline-block;
	padding: .25em 1em;
}

	.button-highlight2:hover {
		color: #ffffff;
		background: #2b5a84;
	}

.form-element{
	clear: both;
	margin-bottom: 0.8em;
}
	.form-element input, .form-element select, .form-element textarea {
		width: 100%;
		margin-bottom: 0.8em;
	}
.form-element select {
	padding: 4px;
}
.form-element label {
	display: inline;
}

.form-element .element-left {
	float: left;
	width: 46%;
}

.form-element .element-left-third {
	float: left;
	width: 30%;
}

.form-element .element-middle-third {
	float: left;
	width: 30%;
}

.form-element .element-right-third {
	float: right;
	width: 30%;
}

.form-element .element-right {
	float: right;
	width: 46%;
}

	.form-element input[type=text], .form-element input[type=tel], .form-element select, .form-element textarea, .dealer-locator-search input[type=text], .dealer-locator-search select {
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #4f4f4f;
		border-radius: 0.25rem;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

		.form-element input[type=text]:focus, .form-element input[type=tel]:focus, .form-element select:focus, .form-element textarea:focus, .dealer-locator-search input[type=text]:focus, .dealer-locator-search select:focus {
			color: #495057;
			background-color: #fff;
			border-color: #006699;
			outline: 0;
			box-shadow: #1e82b4 0px 0px 0px 2px, #1e82b4 0px 4px 6px -1px, #1e82b4 0px 1px 0px inset;
		}

		.form-element input:hover, .form-element select:hover, .form-element textarea:hover {
			border-color: #006699;
		}

		.form-element input[type=text]:disabled, .form-element input[type=tel]:disabled, .form-element select:disabled, .form-element textarea:disabled, .dealer-locator-search input[type=text]:disabled, .dealer-locator-search select:disabled {
			background-color: #e9ecef;
			opacity: 1;
		}

.is-invalid {
	border: 2px solid #bf281c !important;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23bf281c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23bf281c' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-element select.is-invalid {
	background-position: right calc(1em + 0.1875rem) center;
}

.form-element textarea.is-invalid {
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.is-invalid:focus {
	border: 2px solid #bf281c !important;
	box-shadow: #f1a49e 0px 0px 0px 2px, #f1a49e 0px 4px 6px -1px, #f1a49e 0px 1px 0px inset !important;
}

.divmap {
	padding-bottom: 45%;
}

.gallery-li {
	list-style: none;
	padding-left: 0;
}

.video-li {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.literature-li {
	list-style: none;
	padding-left: 0;
}

.menu-links:focus {
	outline: 2px solid #000000;
	outline-offset: 2px;
	z-index: 10;
	position: sticky;
}

.w-50-to-100 {
	width: 50%;
}

.pl-3-mobile-0 {
	padding-left: 1rem !important;
}

/*#endregion*/

/*#region FR Carousel*/

.fr-carousel {
	position: relative;
	width: 100%;
	max-height: 100%;
}

	.fr-carousel ul {
		position: relative;
		width: 100%;
		max-height: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

.fr-carousel-item {
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	transition-delay: 0s;
	transition-duration: 0s;
}

	.fr-carousel-item figure, .fr-carousel-item a figure {
		position: relative;
		margin: 0;
	}

		.fr-carousel-item figure figcaption, .fr-carousel-item a figure figcaption {
			position: absolute;
			bottom: 0;
			right: 0;
			margin: 0;
			padding: .25em 1em;
			background: black;
			color: white;
			text-align: center;
			font-size: 1em;
			max-width: 35%;
		}

	.fr-carousel-item a {
		cursor: pointer;
	}

		.fr-carousel-item a:focus {
			outline: 5px solid #ffffff;
			outline-offset: -5px;
		}

		.fr-carousel-item a:focus {
			z-index: 5;
			right: 0%;
			left: 0%;
		}

	.fr-carousel-item.current {
		z-index: 4;
	}

	.fr-carousel-item.previous {
		right: 0%;
		z-index: 3;
	}


	.fr-carousel-item img {
		width: 100%;
	}

.fr-carousel-prev, .fr-carousel-next, .fr-carousel-control {
	display: inline-block;
	height: 60px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	width: 60px;
	background-size: 60px 60px;
	border: none;
	background-color: white;
	border-radius: 35px;
}

.fr-carousel-controls {
	position: absolute;
	bottom: .5em;
	left: 50%;
	margin-left: -94px;
	z-index: 6;
	height: 0;
	overflow: hidden
}

.fr-carousel:hover .fr-carousel-controls {
	height: auto;
	overflow: visible;
}

.fr-carousel-prev:hover, .fr-carousel-next:hover, .fr-carousel-control:hover {
	transform: scale(1.15);
}

.fr-carousel-prev {
	background-image: url( '/Images/Icons/circle_previous_button.svg' );
}

.fr-carousel-next {
	background-image: url( '/Images/Icons/circle_next_button.svg' );
}

.fr-carousel-control.pause {
	background-image: url( '/Images/Icons/circle_pause_button.svg' );
}

.fr-carousel-control.play {
	background-image: url( '/Images/Icons/circle_play_button.svg' );
}


/*#endregion FR Carousel*/

/*#region dealers*/

.stock {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .stock > div > div {
        display: table-cell;
        border: #f2f2f2 1px solid;
    }

        .stock > div:nth-child(even) > div {
            background: #E6F2FB;
        }

/*#endregion dealers*/



.parallax {
	position: relative;
	background-image: url(/Images/Rockport-POP-Background.jpg);
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}



/*.parallax {
	perspective: 1px;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}*/

.parallax-layer {
	position: absolute;
	top: -70px;
	right: -20px;
	bottom: 0;
	left: 0;
}
/*
.parallax-layer-base {
	transform: translateZ(0);
}
*/
/*.parallax-layer-back {
	background-image: url(/Images/ScaleRockportBackground.png);
	height: 300%;
	background-position: center;
	background-size: contain;
}*/


/*#region Responsive Classes*/
.mobile-only {
	display: none;
}


/*#region max width 1680 */
@media screen and (max-width: 1680px) {

	/*#history p {
		width: 45%;
		margin-left: 28%;
	}

	.history-images.float-left {
		position: absolute;
	}

	#history img.history-images.float-left {
		top: 4.5em;
	}

	#history .history-images.float-left.odd-image {
		top: 22em;
	}

	.history-images.float-right {
		position: absolute;
		right: 2em;
	}

	.history-images.float-right {
		top: 4.5em;
	}

		.history-images.float-right.odd-image {
			top: 22em;
		}*/
	.nav-top ul {
		margin-top: 1em;
	}
	.header-search {
		width: 225px;
	}
	.col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
        flex: 0 0 56%;
        max-width: 56%;
    }
}

/*#endregion max width 1919 */ 


/*#region min width 1921 */
@media screen and (min-width: 1921px) {
	#history {
		min-height: 800px;
	}

	#history p {
		margin-left: 600px;
		margin-right: 600px;
		width: auto;
	}

	.history-images.float-left, .history-images.float-right {
		position: absolute;
		width: 560px;
	}

	#history img.history-images.float-left {
		top: 4.5em;
	}

	#history .history-images.float-left.odd-image {
		top: 26em;
	}

	.history-images.float-right {
		position: absolute;
		right: 2em;
	}

	.history-images.float-right {
		top: 4.5em;
	}

		.history-images.float-right.odd-image {
			top: 26em;
		}
}

/*#endregion min width 1921 */

/*#region max width 1919 */
@media screen and (max-width: 1919px) {

	.model-specs .specification-cell:nth-child(2n+1) {
		width: 31%;
		padding-right: 1%;
	}

	.model-specs .specification-cell:nth-child(2n) {
		width: 16%;
		padding-right: 2%;
		text-align: right;
	}

}

/*#endregion max width 1919 */

	/*#region min width 1440 */
	@media screen and (min-width: 1440px) {
		.nav-top ul li {
			font-size: 1.125em;
		}

		.tour {
			width: 23%;
			margin: .5em 1%;
		}
	}
	/*#endregion min width 1440 */

	/*#region max width 1440 */
	@media screen and (max-width: 1440px) {
		#Trucks .tabs li a {
			padding: 12px 12px;
		}
	}
	/*#endregion max width 1440 */

	/*#region max width 1439 */
	@media screen and (max-width: 1439px) {

		.contact {
			width: 100% !important;
		}

		#Tools > div:nth-child(6n+1) {
			margin-right: 1.75%;
			margin-left: 1.75%;
		}

		#Tools > div:nth-child(6n) {
			margin-right: 1.75%;
			margin-left: 1.75%;
		}

		#Tools > div:nth-child(4n+1) {
			margin-right: 2%;
			margin-left: 0;
		}

		#Tools > div:nth-child(4n) {
			margin-left: 2%;
			margin-right: 0;
		}

		#Tools > div {
			width: 22%;
			margin-right: 2%;
			margin-left: 2%;
			margin-bottom: 1em;
		}

		.costent-aspect-div {
			padding-bottom: 44%;
		}

		.nav-top .social-link {
			width: 8%;
			float: left;
			margin-top: -.9em;
		}
	}
	/*#endregion max width 1439 */

	/*#region max width 1280 */
	@media screen and (max-width: 1280px) {

		.textimonial-animation-box {
			height: 8em;
		}

		.thin.action-icons {
			top: 36px;
		}

		.history-images {
			width: 35%;
		}

		.rv-types-list > div {
			width: 23%;
			margin: .5em 1.33%;
		}

		.rv-types-list > div:nth-child(5n+1), .rv-types-list > div:nth-child(5n) {
			margin: .5em 1.33%;
		}

		.rv-types-list > div:nth-child(4n+1) {
			margin: .5em 1.33% .5em 0;
		}

		.rv-types-list > div:nth-child(4n) {
			margin: .5em 0 .5em 1.33%;
		}


		.responsive-list-item.five-columns {
			width: 33.3%;
		}

		.responsive-list-item.item-p-15 {
			padding-bottom: 25%;
		}

		.responsive-list-item.item-p-20 {
			padding-bottom: 30%;
		}

		#Trucks .tabs li a {
			width: 33.3%;
		}

		.statment-image {
			width: 40%;
			padding-bottom: 0;
		}

			.statment-image img {
				max-width: 100%;
				padding: 1.5em;
			}

		.isotope-item {
			width: 33.3%;
			padding-bottom: 27%;
			list-style: none;
		}
		.rv-finder-results.isotope-item {
			padding-bottom: 32%;
		}

		.header-search {
			width: 200px;
		}

		.header-columns.thin {
			padding-top: .5em;
			padding-bottom: .5em;			
		}

			.header-columns.thin .header-columns-#  img {
				padding-left: .2em;
			}

			.header-columns.thin .col-6 {
				flex: 0 0 60%;
				max-width: 60%;
			}

		.header-search, .video-search {
			margin-top: 1em;
		}

		.nav-top ul {
			margin-top: 0;
			display: block;
		}

		.nav-top ul li {
			width: 30%;
			float: left;
		}

        .nav-top .social-link {
            width: 15%;
            float: left;
        }


		.header-columns.thin .nav-top ul li {
			width: auto;
		}

		.header-columns.thin .nav-top ul li a {
			padding-right: .3em;
			padding-left: .3em;
		}


				.nav-top ul li.nav-facebook {
					width: 10%;
					float: right;
					margin-top: -15px;
				}

		.header-columns.thin .nav-top ul li.nav-facebook {
			float: none;
			margin-top: 0px;
		}
	}
	/*#endregion min width 1280 */

	/*#region max width 1023 */
@media screen and (max-width: 1023px) {

	.textimonial-animation-box {
		height: 9em;
	}

	.fr-carousel-prev, .fr-carousel-next, .fr-carousel-control {
		height: 40px;
		width: 40px;
		background-size: 40px 40px;
	}

	.fr-carousel-controls {
		margin-left: -64px;
		z-index: 6;
		height: 0;
		overflow: hidden
	}

	.action-icons, .thin.action-icons {
		top: 3px;
	}

		.action-icons > a {
			background-image: url(/images/icons/heart_unfilled_white.svg);
		}

	.search-box {
		margin-top: 5px;
	}

	.action-icons > a {
		padding-top: 8px;
	}

	.search-area {
		padding: 4px 5px 0 5px;
	}

	.search-result-image {
		display: block;
		margin: 0 auto;
		height: auto;
		padding-bottom: 8px;
	}

	.search-result-desc {
		display: block;
		padding-left: 0
	}

	.history-images {
		width: 45%;
	}

	.header-search, .video-search {
		margin-top: .75em;
	}

	.rv-types-list > div {
		width: 31.3%;
		margin: .5em 1.5%;
	}

		.rv-types-list > div:nth-child(4n+1), .rv-types-list > div:nth-child(4n) {
			margin: .5em 1.5%;
		}

		.rv-types-list > div:nth-child(3n+1) {
			margin: .5em 1.5% .5em 0;
		}

		.rv-types-list > div:nth-child(3n) {
			margin: .5em 0 .5em 1.5%;
		}

	.dealer-locator-list, .dealer-locator-images {
		width: 33.3% !important;
	}
	.dealer-locator-images {
		clear: both;
	}

		.mobile-only {
			display: initial;
		}

		.header-columns, .header-nav-section {
		display: none !important;
	}

	.logo-header, .top-nav-search {
		display: inline-block;
	}

	.logo-header {
		margin-left: 4em;
	}

		label[for="nav-mobile-trigger"] {
			display: block;
		}

		.nav-mobile-trigger:checked + label {
			left: 245px;
		}

		.nav-mobile-trigger:checked ~ .site-wrapper {
			left: 230px;
			box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
		}

		.nav-mobile-trigger:checked ~ .nav-mobile {
			display: block;
		}

		.nav-mobile-trigger + label, .site-wrapper, .nav-mobile {
			transition: all 0.2s;
		}

		.nav-mobile-link, .nav-mobile-spacer {
			text-decoration: none;
			display: inline-block;
		}

			.nav-header ul li a
			.nav-mobile-link a, .nav-mobile-link a:hover {
				text-decoration: none;
			}

		.nav-header ul li {
			margin-top: .8em;
		}

			.nav-header ul li a {
				padding: .8em .2em;
				font-size: 1.125em;
			}

		.floorplan {
			padding-bottom: 30%;
			width: 48%;
			margin: .5em 1% .5em 1%;
		}

		#Tools > div:nth-child(4n+1) {
			margin-right: 1.75%;
			margin-left: 1.75%;
		}

		#Tools > div:nth-child(4n) {
			margin-right: 1.75%;
			margin-left: 1.75%;
		}

		#Tools > div:nth-child(3n+1) {
			margin-right: 1.75%;
			margin-left: 0;
		}

		#Tools > div:nth-child(3n) {
			margin-left: 1.75%;
			margin-right: 0;
		}

		#Tools > div {
			width: 31%;
			margin-right: 1.75%;
			margin-left: 1.75%;
			margin-bottom: 1em;
		}

		.costent-aspect-div {
			padding-bottom: 62%;
		}

		.feature-item {
			width: 100%;
			margin: .5em 0;
		}

		.col-6 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}

		.openbtn {
			font-size: 30px;
			cursor: pointer;
			color: #FFFFFF;
			border: none;
			top: 11px;
			left: 8px;
			position: absolute;
			z-index: 50;
			background-image: url(/images/menu-icon.svg);
			background-size: 30px;
			background-repeat: no-repeat;
			width: 30px;
			height: 30px;
			display: block;
		}

		.openbtn:focus {
			outline: 2px solid white;
		}

		.button-mobile {
			border: none;
			padding: 10px 27px;
			font-size: 16px;
		}

		.button-highlight {
			padding: 10px 27px;
		}

		.button-highlight2 {
			padding: 10px 27px;
		}

		.button-close {
			padding: 10px 27px;
		}
	}
	/*#endregion max width 1023 */

	/*#region max width 768 */
	@media screen and (max-width: 768px) {

		.textimonial-animation-box {
			height: 11em;
		}

        .our-story-cover {
            /*padding-top: 3em;*/
        }

		.Index-videoClick img {
			width: 15%;
		}

		#map div.w-75, #map div.w-25  {
			width: 100% !important;
			float:none;
		}

		.divmap {
			padding-bottom: 75%;
		}

		.page-nav {
			position: relative;
		}

			.page-nav.scroll-absolute {
				position: relative;
			}

		.page-nav ul li a {
			padding: .7em 1em;
		}


		.after-header {
			margin-top: 0;
		}

		.after-header-spacer {
			padding-top: 0 !important;
		}

		.contact {
			width: 50% !important;
		}

		.dealer-locator-splash, .dealer-locator-search {
			width: 50% !important;
		}
		
		.rv-type {
			width: 50% !important;
			margin-bottom: 1em;
		}

		.refinement-options {
			width: 50% !important;
			margin-bottom: 1em;
		}

		.half-page-left {
			width: 100%;
			margin-right: 0;
		}

		.half-page-right {
			width: 100%;
			margin-right: 0;
		}

		.two-columns .half-page:nth-child(2n) {
			margin-left: 0;
		}

		.two-columns .half-page:nth-child(2n+1) {
			margin-right: 0;
		}
		.half-page {
			width: 100%;
			margin-right: 0;
		}

		.d-flex {
			display: block!important;
		}

		.model-specs .specification-cell:nth-child(2n+1) {
			width: 58%;
			padding-right: 2%;
		}

		.model-specs .specification-cell:nth-child(2n) {
			width: 36%;
			padding-right: 4%;
			text-align: right;
		}

		.tour {
			width: 48%;
			margin: .5em 1%;
		}

		.responsive-list-item.five-columns {
			width: 50%;
		}

		.responsive-list-item.item-p-15 {
			padding-bottom: 33%;
		}

		.responsive-list-item.item-p-20 {
			padding-bottom: 40%;
		}

		.page-nav-title {
			font-size: 2em;
		}

		.page-nav ul, page-nav-img, .page-nav-title {
			margin-left: 0.5rem;
		}

		.page-nav-img {
			margin-top: .5em;
		}

		.AddToAnyContainer {
			margin-top: .6em;
		}

		.statment-image {
			padding-bottom: 0;
			text-align: center;
		}

		.statment-text {
			display: block;
		}

		.common-margins {
			margin: 1.5em;
		}

		.common-padding {
			padding: 1.5em;
		}

		.common-side-margins {
			margin-left: 1.5em;
			margin-right: 1.5em;
		}

        .common-left-margin {
            margin-left: 1.5rem;
        }

		.common-vertical-margins {
			margin-top: 1.5em;
			margin-bottom: 1.5em;
		}

		#Trucks .tabs li a {
			width: 50%;
		}

		.isotope-item {
			width: 50%;
			padding-bottom: 38%;
			list-style: none;
		}

		.rv-finder-results.isotope-item {
			padding-bottom: 45%;
		}

		.header-search {
			width: 200px;
			margin-top: 1em;
		}

		.header-columns .col-3 {
			max-width: 45%;
		}

		/*text sizes*/

		body {
			font-size: .875em; /*~14px if browser base is 16px*/
		}

		.text-huge {
			font-size: 2.5em; /*~36px if browser base is 16px*/
		}

			.text-huge.doublespace {
				line-height: 5em;
			}

		.text-large {
			font-size: 1.125em; /*~18px if browser base is 16px*/
		}

			.text-large.doublespace {
				line-height: 2.25em;
			}

		.text-medium {
			font-size: 1em; /*~16px if browser base is 16px*/
		}

			.text-medium.doublespace {
				line-height: 1.75em;
			}

		.text-small {
			font-size: .75em; /*~12px if browser base is 16px*/
		}

			.text-small.doublespace {
				line-height: 1.5em;
			}

		.text-tiny {
			font-size: 0.625em; /*~10px if browser base is 16px*/
		}

			.text-tiny.doublespace {
				line-height: 1.25em;
			}

        .text-intro-header {
            font-size: 5vw;
        }

        .text-intro-body {
            font-size: 2.8vw;
            padding-left: 1vw;
            padding-right: 1vw;
            line-height: 5vw;
        }
        .intro-content{
            margin-bottom: 25%;
        }

		.w-50-to-100 {
			width: 100%;
		}

		.pl-3-mobile-0 {
			padding-left: 0px !important;
		}
	}
	/*#endregion max width 768 */

	/*#region max width 599 */
	@media screen and (max-width: 599px) {

		.spacer {
			height: 10px;
		}

		.nav-header ul li {
			margin-top: 0;
			float: right;
		}

			.nav-header ul li a {
				padding: .5em .2em 0 .2em;
			}

        .our-story-cover {
            /*padding-top: .25em;*/
        }

		.history-images {
			width: 100%;
		}

		.rv-types-list > div {
			width: 47%;
			margin: .5em 0%;
		}

			.rv-types-list > div:nth-child(3n+1), .rv-types-list > div:nth-child(3n) {
				margin: .5em 1%;
			}

			.rv-types-list > div:nth-child(1n+1) {
				margin: .5em 1.5% .5em 0;
			}

			.rv-types-list > div:nth-child(1n) {
				margin: .5em 0 .5em 1.5%;
			}


		#mymap {
			height: 150%;
		}

		.dealer-locator-list, .dealer-locator-images {
			width: 50% !important;
		}

		.dealer-locator-images {
			clear:none;
		}


		.floorplan {
			padding-bottom: 66%;
			width: 100%;
			margin: .5rem 0;
		}


		.warranty-link {
			display: block;
			margin-bottom: 1em;
		}

		#Brochures {
			width: 150%;
			margin-left: -25%;
			overflow: hidden;
			text-align: center;
		}

		#Tools > div:nth-child(3n+1) {
			margin-right: 1%;
			margin-left: 1%;
		}

		#Tools > div:nth-child(3n) {
			margin-right: 1%;
			margin-left: 1%;
		}

		#Tools > div:nth-child(2n+1) {
			margin-right: 1%;
			margin-left: 0;
		}

		#Tools > div:nth-child(2n) {
			margin-left: 1%;
			margin-right: 0;
		}

		#Tools > div {
			width: 49%;
			margin-right: 1%;
			margin-left: 1%;
			margin-bottom: 1em;
		}

		.costent-aspect-div {
			padding-bottom: 98%;
		}

	}
	/*#endregion max width 599 */

	/*#region  max-width 425*/
	@media (max-width: 425px) {

		.textimonial-animation-box {
			height: 18em;
		}

		.fr-carousel-item figure figcaption, .fr-carousel-item a figure figcaption {
			font-size: .8em;
			max-width: 50%;
		}

		.fr-carousel-prev, .fr-carousel-next, .fr-carousel-control {
			height: 30px;
			width: 30px;
			background-size: 30px 30px;
		}

		.fr-carousel-controls {
			margin-left: -49px;
		}

		.top-nav-search {
			width: 160px;
		}

			.top-nav-search input {
				width: 107px;
			}

		.Index-videoClick img {
			width: 25%;
		}

		.divmap {
			padding-bottom: 90%;
		}

		.contact {
			width: 100% !important;
		}

		.form-element {
			margin-bottom: 0.5em;
		}

			.form-element input, .form-element select, .form-element textarea {
				width: 100%;
				margin-bottom: 0.5em;
			}

			.form-element .element-left, .form-element .element-right {
				width: 100%;
			}

		.form-element, .element-left {
			margin-bottom: 0.5em;
		}
			.dealer-locator-list, .dealer-locator-images {
			width: 100% !important;
		}

		.dealer-locator-splash, .dealer-locator-search {
			width: 100% !important;
			float: none;
			margin-bottom: 1em;
		}

		.dealer-locator-splash {
			padding-right: 0 !important;
			padding-left: 0 !important;
		}

		.tour {
			width: 100%;
			margin: .5em 0;
		}

		.productline-specs.specs {
			margin-left: 160px;
			width: 160px;
		}

		.productline-specs > div {
			width: 160px;
		}

		.gallery-image {
			margin: .5em;
		}

		.responsive-list-item.five-columns {
			width: 100%;
		}


		.responsive-list-item.item-p-15 {
			padding-bottom: 65%;
		}

		.responsive-list-item.item-p-20 {
			padding-bottom: 1em;
			height: 100%;
		}
		.responsive-list-item.item-p-20 div{
			position: initial;
		}

		.col-5 {
			max-width: 100%;
			padding: .5em 0;
		}

		.col-3 {
			max-width: 100%;
			padding: .5em 0;
		}

		.page-nav-title {
			font-size: 1.8em;
		}

		.page-nav ul, .page-nav-title {
			margin-left: .5em;
		}

		.page-nav-img {
			margin-top: .5em;
			margin-left: 1em;
		}

		.AddToAnyContainer {
			margin-top: .4em;
		}

			.AddToAnyContainer a div {
				padding: .15em .15em;
			}

				.AddToAnyContainer a div:nth-child(2) {
					display: none !important;
				}

		.common-margins {
			margin: .5em;
		}

		.common-padding {
			padding: .5em;
		}


		.common-vertical-margins {
			margin-top: .5em;
			margin-bottom: .5em;
		}


		.home-intro {
			padding-right: .5em;
			padding-left: .5em;
		}

			.home-intro > div > p {
				text-align: left !important;
			}

		.pt-5 {
			padding-top: 1em !important;
		}

		.pb-5 {
			padding-bottom: 1em !important;
		}

		.common-side-margins {
			margin-left: 10px;
			margin-right: 10px;
		}

        .common-left-margin {
            margin-left: 10px;
        }

		#Trucks .tabs li a {
			font-size: .75em;
		}

		.isotope-item {
			width: 100%;
			padding-bottom: 76%;
			list-style: none;
		}

		.rv-finder-results.isotope-item {
			padding-bottom: 90%;
		}

		.header-search {
			width: 150px;
		}

		.header-columns .col-3.float-left {
			max-width: 50%;
		}

		.button-mobile {
			border: none;
			padding: 10px 29px;
			font-size: 16px;
		}

		.button-highlight {
			padding: 10px 29px;
		}

		.button-highlight2 {
			padding: 10px 29px;
		}

		.button-close {
			padding: 10px 29px;
		}
	}
	/*#endregion max-width 425*/

	/*#region max-width 375*/
	@media (max-width: 375px) {
		
		.rv-types-list > div {
			width: 100%;
			margin: .5em 0%;
		}

			.rv-types-list > div:nth-child(2n+1), .rv-types-list > div:nth-child(2n) {
				margin: .5em 0%;
			}

		#Brochures {
			width: 170%;
			margin-left: -35%;
			overflow: hidden;
			text-align: center;
		}

		#Tools > div:nth-child(2n+1) {
			margin-right: 0;
			margin-left: 0;
		}

		#Tools > div:nth-child(2n) {
			margin-right: 0;
			margin-left: 0;
		}

		#Tools > div {
			width: 100%;
			margin-right: 0;
			margin-left: 0;
			margin-bottom: 1em;
		}

		.costent-aspect-div {
			padding-bottom: 200%;
		}
	}
	/*#endregion max-width 375*/

	/*#region max-width 320*/
@media screen and (max-width: 320px) {

	.textimonial-animation-box {
		height: 22em;
	}

	.productline-specs.specs {
		margin-left: 140px;
		width: 140px;
	}

	.productline-specs > div {
		width: 140px;
		font-size: .875em;
	}

	.gallery-image {
		width: 130px;
		height: 130px;
	}

	#Trucks .tabs.rv-finder li a {
		font-size: 0.625em; /*~10px if browser base is 16px*/
	}

	/*#endregion max-width 320*/

}
	/*#endregion  Responsive Classes*/