﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff8209;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: #000!important;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/* Reverse Radial Out */
.rev-hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #ff8209;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.rev-hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background: #ff9b3b;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.rev-hvr-radial-out:hover, .rev-hvr-radial-out:focus, .rev-hvr-radial-out:active {
  color: #000!important;
}
.rev-hvr-radial-out:hover:before, .rev-hvr-radial-out:focus:before, .rev-hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*--- HEADER STYLES ---------------------*/
header {}

.header {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    border-top: solid #ff8205 8px;
    padding: 15px 4%;
    justify-content: space-between;
}
.headerright {
text-align: right;
}
.headertop{
font-family: "Exo 2", sans-serif;
}
.headercontact {
    padding: 8px 35px;
    border: solid 2px #ff8205;
    border-radius: 30px;
    margin: 0px 15px;
    color: #000;
    font-weight: 600;
}
.headercontact i{
    color: #ff8205;
	padding-right: 5px;
}
.headerbottom {
    margin-top: 14px;
}
.headersocial {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff8209;
    border-radius: 25px;
    color: #fff;
	margin-left: 15px;
}
.headertop {
    font-family: "Exo 2", sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.mobileheadinfo{display: none;}
.herosection{
	background: url("/siteart/pittsburgrv-hero.jpg");
	background-size: cover;
	background-color: #000;
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	padding: 0px 80px;
	flex-wrap: wrap;
	align-content: center;
}
.heroheadersect {
    width: 100%;
    text-align: center;
    border-bottom: solid 8px #ff8209;
    margin: 15px 0px;
}
.heroheader {
    font-size: 85px;
    font-family: 'Exo 2';
    font-weight: 800;
    color: #fff;
    padding-bottom: 12px;
	text-shadow: -1px 4px 4px #252525;
}
.heroheader span{
 	width: 100%;
    display: block;
    margin-bottom: 0px;
    font-size: 45px;
    font-weight: 700;
    font-style: italic;
    line-height: 16px;
    color: #ff7701;
    text-shadow: -1px 4px 4px #252525;
}
.herobtnsect {
    display: flex;
    width: 100%;
    justify-content: center;
}
.herobtn {
    margin: 30px 15px;
    border: solid 3px #ff8209;
    border-radius: 30px;
    padding: 12px 10px;
    color: #fff;
    font-weight: 700;
    font-family: 'Exo 2';
    font-size: 20px;
	width: 30%;
	text-align: center;
}
.hplogosect {
    display: flex;
    justify-content: space-between;
    margin: 10px 4%;
}
.hpfinanceleft {
    background: url(/siteart/hp-financing-rv.png);
    width: 40%;
    background-size: cover;
    background-position: 50% 65%;
    padding: 20px 0% 20px 10%;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hpfinancesect {
    display: flex;
    justify-content: space-between;
	background: #221e1f;
}
.hpfinanceright {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0% 5% 0% 1%;
    background: #221e1f;
}
.hpfinanceright div{
    width: 50%;
	box-sizing: border-box;
	padding: 8px 20px;

}
.centertext{text-align: center;}
.white{color: #fff;}
.orange{color: #ff8209;}
.headertext {
    font-family: 'Exo 2';
    text-transform: uppercase;
    font-size: 36px;
	line-height: 36px;
}
.smheadertext {
    font-family: 'Exo 2';
    text-transform: uppercase;
    font-size: 32px;
	width: 100%;
}
.smsubheadtext {
    font-family: 'Exo 2';
    text-transform: uppercase;
    font-size: 24px;
}
.headertext span{
    font-family: 'Exo 2';
    text-transform: uppercase;
    font-size: 20px;
	color: #ff8209;
}
.headersubtext{font-family: 'Exo 2'; letter-spacing: 3px; font-size: 20px; font-weight: 600; margin-bottom: 25px;}
.lgparatext{font-family: 'Exo 2'; font-size: 22px; font-weight: 600; line-height: 34px;padding-top: 16px;}
.paratext{font-family: 'Exo 2'; font-size: 18px; font-weight: 400; line-height: 34px;}
.smparatext{font-family: 'Exo 2'; font-size: 16px; font-weight: 600; line-height: 20px; text-transform: uppercase; font-style: italic; padding-bottom: 5px;}
.smitalicpara{font-family: 'Exo 2'; font-size: 14px; font-style: italic; font-weight: 400; line-height: 34px;}
.financeflex {
    display: flex;
    width: 100% !important;
	align-items: center;

}
.boldhover:hover{
	font-weight: 600;
}
.boldhover{
	transition-duration: 0.5s;
}
.financeflex i {
    color: #ffffff;
    background: #ff8209;
    text-align: center;
    width: 32px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.financeflex p {
  padding-left: 15px;
}
.orangebtn {
    font-family: 'Exo 2';
    color: #000;
    background: #ff8209;
    border-radius: 30px;
    width: 280px;
    height: 42px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
}

.hp-cta-sect {
    display: flex;
    flex-wrap: wrap;
    padding: 3% 5%;
    justify-content: space-evenly;
}
.hp-cta-box {
    width: 30%;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    margin: 10px;
	box-sizing: border-box;
}
.cta-bkgd-overlay {
    width: 100%;
    background: #00000063;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	transition-duration: 0.6s;
}
.cta-bkgd-overlay:hover {
    background: #0000009c;

}
.cta-text-overlay {
    border-bottom: 15px solid #ff8209;
    width: 80%;
    text-align: center;
    padding-bottom: 10px;
	transition-duration: 0.4s;
	cursor: pointer;
	box-sizing: border-box;
}
.cta-text-overlay:hover{
    border-bottom: 20px solid #ff8209;
}
.hp-about-sect {
    background: url(/siteart/pittsburg-about-bkgd.jpg);
    background-size: cover;
	background-color: #000;
    background-position: center;
    padding: 12% 6% 8% 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hp-about-sect .headertext span{
width: 100%;
display: block;
padding-bottom: 5px;
}
.hp-about-left{
	width: 40%;
}
.hp-about-right{
	width: 50%;
}
.featinvtitle {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 8px #ff8209;
    padding: 18px 0px;
}
.hpfeaturedinvsect {
    padding: 2% 4%;
}
iframe.scrolling {
    width: 100%;
    height: 90px;
    box-shadow: -1px 12px 20px 0px #c2c2c257;
    margin-top: 22px;
}
.pageheadersect {
    border-right: #ff8209 solid 3px;
    border-top: solid 3px #ff8209;
    border-bottom: solid 3px #ff8209;
    width: 60%;
    padding: 18px 5%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	margin-top: 40px;
}
.pageheader {
    font-family: 'Exo 2';
    font-size: 45px;
	text-transform: uppercase;
}
.flexbox {
    padding: 4% 0%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutleft {
    width: 54%;
    padding-left: 5%;
}
.aboutleft h2{
   padding-bottom: 25px;
}
.aboutleft p{
   padding-bottom: 25px;
}
.paratext a{
   color: #000;
   font-weight: 700;
}
.aboutright {
    width: 30%;
    border-left: solid 5px #ff8209;
    border-bottom-left-radius: 25px;
    border-top: solid #ff8209 5px;
    border-bottom: solid #ff8209 5px;
    border-top-left-radius: 25px;
}
.aboutsocialheader {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 2px;
    background: #ff8209;
    padding: 18px 30px;
    box-sizing: border-box;
}
.aboutsocialtext {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.aboutsocialtext p{
    padding-bottom: 30px;
}
.aboutsociallink {
    color: #000;
    background: #ffffff;
    border: solid 2px #ff8209;
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    font-size: 22px;
    margin-right: 10px;
}
.contactleft{
	padding-left: 5%;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: flex-start;
	align-content: flex-start;
}
.halfsect{
	width: 45%;

}
.contactright{
	padding-right: 5%;
	width: 50%;
	box-sizing: border-box;
}
.cplinks {
    display: flex;
    padding-top: 28px;
    font-family: 'Exo 2';
    font-weight: 400;
    color: #000;
	font-size: 20px;
}
.cplinks a{
    color: #000;
}
.contactleft h2{
   width: 100%;
}

.cplinks i{
	padding-right: 10px;
}
.contactform {
    border: #ff8209 solid 3px;
    margin: 20px 5%;
    border-radius: 35px;
}
.contactform p{
   padding: 20px 10% 20px 40px;
}
.contactform form{
    padding: 20px 40px;
}
.contactformheader {
    padding: 2% 3%;
    background: #ff8209;
    border-radius: 30px;
}
.halfformfields {
    width: 49%;
    font-family: 'Exo 2';
    height: 45px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 16px;
	margin-bottom: 8px;
}
.fullformfields {
    width: 98.3%;
    font-family: 'Exo 2';
    height: 45px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 16px;
	margin-bottom: 8px;
}
.comments {
    width: 98.3%;
    font-family: 'Exo 2';
    height: 145px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
	margin-bottom: 8px;
}
.cpmapsect{margin-top: 80px;}
.pagepadding{
	padding: 10px 5%;
}
.serviceleft{width: 45%;}
.serviceright{width: 45%;}
.serviceright img{width: 100%;}
.boldsubtext {
    font-family: 'Exo 2';
    font-size: 20px;
    font-weight: 900;
    padding: 16px 0px 8px 0px;
}
.additional-fields{
	font-family: 'Exo 2';
}
.smtextarea {
    width: 98%;
    font-family: 'Exo 2';
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    height: 100px;
}
.CaptchaMessagePanel{
    font-family: 'Exo 2'!important;
	
}
.CaptchaWhatsThisPanel a {
	font-family: 'Exo 2'!important;
	color: #000;
}
.fullcenter{width: 100%; display: flex; justify-content: center;}
.alignleft{
	justify-content: flex-start;
	display: flex;
	width: 100%;
	margin-top: 30px;
}
.alignleft a{
	margin-right: 20px;
}
.submitform {
    border: solid 3px #ff8209;
    background: #ff8209;
    padding: 8px 50px;
    font-family: 'Exo 2';
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.submitform:hover {
    background:  #ff9b3b;

}
.showroombox {
    width: 24%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 20px;
    padding: 25px 35px 30px 35px;
    margin: 10px 5px;
    border: 2px solid #ff8209;
    box-sizing: border-box;
}
.showroomlinks a {
    margin: 20px 0px;
	    font-size: 18px;
	    width: 100%;

}
.financinglogo {
    width: 48%;
}
.showroomlinks {
    width: 100%;
}
.showroomlogo{
    width: 100%;
	text-align: center;
}
.showroombtn {
font-family: 'Exo 2';
    color: #000;
    background: #fff;
    border-bottom: solid 3px #ff8209;
    border-radius: 3px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.privacy-notice-table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    margin: 20px;
    border-collapse: separate;
}
.privacy-notice-table td{
    padding: 5px 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.privacy-notice-table tr{
    padding: 5px 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bulletlist li {
    font-family: 'Exo 2';
    list-style: disc;
    padding: 0px 24px;
    list-style-position: inside;
}
ul.bulletlist ul {
    padding-left: 30px;
}
ul.bulletlist ul ul{
    padding-left: 60px;
}
.partscatalog img{
	width: 400px;
}
.partscatalog {
	width: 50%;
	padding-top: 40px;
}

.inventory-finance-btn {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	padding-right: 20px;
}

.inventory-finance-btn a {
	font-family: 'Exo 2';
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border: solid 3px #ff8209;
	color: #000;
	border-radius: 30px;
	padding: 12px 20px;
	text-align: center;
}

/*---BODY--------------------------------*/




/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}
.footer {
    display: flex;
    padding: 2% 4%;
    border-bottom: solid 20px #ff8209;
	justify-content: space-between;
	font-family: 'Exo 2';
	box-shadow: 0px -5px 7px 0px #c2c2c224;
}
.footersect {
    width: 22%;
	display: flex;
	flex-wrap: wrap;
}

.footerheader {
    font-family: 'Exo 2';
    font-size: 18px;
    color: #ff8209;
    text-decoration: underline;
    margin-bottom: 5px;
	width: 100%
}
.footerlink {
    width: 100%;
    display: block;
    color: #000;
    font-family: 'Exo 2';
    padding: 5px 0px;
	font-size: 15px;
}
.footerlink i{
   padding-right: 10px;
   color: #ff8209;
}
.footerlglink {
    width: 100%;
    padding: 5px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.footerunderlinelink {
    padding: 5px 0px;
    text-decoration: underline !important;
    color: #000;
    font-size: 15px;
}
.halffooterlink {
    width: 50%;
    color: #000;
    font-size: 15px;
}
.halffooterlink:hover {
  font-weight: 500;
}
.halffooterlink i{
    font-size: 11px;
	color: #ff8209;
}
.footertext {
    font-size: 15px;
    width: 100%;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
    padding: 10px 26px!important;
    border: none!important;
    border-radius: 30px!important;
    background-color: #ff8209!important;
    color: #000!important;	
}
.list-top-section .list-listings-count{
	color: #ff8209!important;
}
.list-top-section .list-title {
        padding: 0px 24px 12px 0px!important;
        font-family: 'Exo 2'!important;
    }
.list-top-section .list-title .list-title-text{
        font-family: 'Exo 2'!important;	
}
.invpadding{
	padding: 20px 0px 80px 0px!important;
}
.view-listing-details-link{background-color: #ff8209!important; border-radius: 30px!important; color: #000 !important;}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text, .list-content .list-container .request-a-quote-btn{
	background-color: #000!important;
    color: #fff!important;
    border-radius: 30px!important;	
}
.list-content .price-container .price{
	color: #000!important;
}
.faceted-search-content button.faceted-search{
	background-color: #000!important;
    border-radius: 30px!important;
}
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
background-color: #000!important;
    border-radius: 30px!important;	
}
.faceted-search-content .selected-facets-container .selected-facet{
background: #ff8209!important;	
border-radius: 30px!important;
color: #000 !important;
}
.list-content .list-error-container .info button:not(.login-button){
	    background-color: #000000!important;
		border-radius:30px!important;
}

.orange {color:#ff8209;}
.terms {font-family: 'Exo 2'; font-size:18px; font-weight:400; line-height: 34px;}
.terms-box {font-family: 'Exo 2'; font-size:18px; font-weight:400; line-height: 34px; background-color:#fff7ed; border-radius: 15px; padding:20px; box-shadow: 1px 4px 8px 1px orange; }
.contact-box {font-family: 'Exo 2'; font-size:18px; font-weight:400; line-height: 34px; background-color:#f9fafb; border-radius: 15px; padding:20px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1340px) {
	.hp-cta-box{height: 315px;}	
	.serviceleft {
    width: 100%;
    padding-bottom: 45px;
}
	.serviceright {
    width: 52%;
}
}
@media only screen and (max-width: 1280px) {
	.footersect {width: 32%;}
	.hp-about-sect .headertext span{line-height: 14px;}
	.headertext span{font-size: 18px;}
	.headertext{font-size: 32px; line-height: 36px;}
	.headersubtext{font-size: 18px;} 
	.hpfinanceright div {
		width: 100%;
		padding: 2px 20px;
	}
	.hpfinanceleft{width: 45%;}
	.hpfinanceright{padding: 1%; width: 55%; background:transparent;}
	.serviceright {
        width: 75%;
    }
	.showroombox {
		width: 48%;}
}
@media only screen and (max-width: 1150px) {
	.hp-cta-sect{
	    padding: 3% 1%;	
	}	
	
	.herosection{
	    padding: 0px 15px;
		height: 600px;
	}	
	.herobtn {
    margin: 30px 5px;
	width: 32%;
	}
	.halfsect {
    width: 100%;
	}
	.contactleft{
	    width: 55%;	
	}
	.contactright {
		width: 45%;		
	}
	.contactform{
	border-radius: 16px;	
	}
	.contactformheader{
	border-radius: 10px;	
	}
	.aboutright {width: 42%;}
	.aboutleft {width: 50%;}
	
}

@media only screen and (max-width: 1024px) {
.headercontact {
	margin: 0px 5px;
    padding: 8px 25px;	
}
.hpfinanceleft {
        width: 55%;
        height: 180px;
		background-position: 100% 65%;
    }
	.hpfinanceright{
	width: 45%;	
	}
}
@media only screen and (max-width: 980px) {
    .aboutleft {
        width: 100%;
        padding: 10px 5%;
    }
	.aboutright {
        width: 100%;
        margin-left: 4%;
    }
	.partscatalog {
		width: 100%;}
}
@media only screen and (max-width: 900px) {
.herobtn {
    padding: 18px 10px;
    color: #fff;
    font-weight: 700;
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    margin: 8px;
}	
	.herobtnsect{
	flex-wrap: wrap;	
	}	
	.hp-cta-box {
		width: 46%;}
	.featinvtitle{
	flex-wrap: wrap;	
	}
	.featinvtitle .headertext{
		margin-bottom: 15px;
	}
	.footer{
	flex-wrap: wrap;	
	}
	.footersect {
    width: 100%;
	padding-bottom: 20px;
	}
	.pageheadersect{
	    width: 85%;	
		margin-top: 15px;
	}
}
@media only screen and (max-width: 815px) {
	.headertop{display: none;}
	.mobileheadinfo {
		display: block;
	}
	.header{
		flex-wrap: wrap;
		padding: 15px 0%;
		justify-content: flex-end;
		border-top: 0px;
	}
	    .mobileheadinfo {
        display: block;
        width: 60%;
        text-align: right;
        border-top: solid 3px #ff8205;
        border-bottom: solid 3px #ff8205;
        border-left: solid 3px #ff8205;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 10px;
		margin-bottom: 20px;
    }
	.headerleft {
		width: 80%;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.headerright {
		width: 20%;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.mobilecontact {
    color: #ff8205;
    padding: 0px 20px;
    font-size: 22px;
	transition-duration: 0.5s;
	}
	.mobilecontact:hover{
    color: #b85c00;

	}
	.alignleft a {
    margin-right: 20px;
    margin-top: 20px;
    width: 100% !important;
}
	.alignleft{flex-wrap: wrap;}
	.hplogo img{width: 90%;}
}


@media only screen and (max-width: 780px) {
	.hpfinancesect{   
	background: url(/siteart/hp-financing-rv.png);
    flex-wrap: wrap-reverse;
    background-size: 185%;
    background-position: center;
	background-repeat: no-repeat;
	}
	.hpfinanceleft {
        width: 100%;
        height: auto;
        clip-path: none;
        background: #221e1fa3;
        padding: 5px 50px 35px 50px;
    }
	.hpfinanceright {
        width: 100%;
        background: #221e1fa3;
        padding: 5% 1% 1% 1%;
    }
	.aboutsocialheader{
	    padding: 18px 15px;	
	}
	.financinglogo {
    width: 100%;
	}
	.privacy-notice-table{
		margin: 0px;
	}
	    .showroombox {
        width: 100%;
    }
}
	
@media only screen and (max-width: 740px) {
.hp-about-sect{
flex-wrap: wrap;		
}	
.hp-about-left {
    width: 100%;
    padding-bottom: 30px;
}	
.hp-about-right {
    width: 100%;
}
	.contactright {
        width: 100%;
        padding: 8% 1% 1% 5%;
    }
	.contactleft {
        width: 100%;
    }
	.cplinks{font-size: 18px;}
	.serviceright {
    width: 100%;
	}
}

@media only screen and (max-width: 650px) {
.heroheader {
	font-size: 65px;}	
.heroheader span {
	font-size: 35px;
}
.halfformfields {width: 98%;}
    .hp-cta-box {
        height: 215px;
        width: 100%;
    }
	.hpfinanceright{padding: 8% 1% 1% 1%;}
	.pageheader{
	font-size: 38px;
    line-height: 35px;
	}
	.smheadertext{
		font-size: 28px;
		line-height: 28px;
	}
	.contactformheader {
		padding: 5% 3%;}
	.aboutsocialtext {
		padding: 10px 20px 40px 20px;}
	.partscatalog img {
    width: 90%;
}
}

@media only screen and (max-width: 510px) {
.heroheader {
        font-size: 48px;
		line-height: 42px;
    }
    .heroheader span {
        font-size: 24px;
		line-height:18px;
    }	
	.herosection{height: 500px;}
	.herobtn {
        padding: 14px 10px;
		font-size: 18px;
	}
		.hplogo img{width: 85%;}
	.contactright h3{
		padding-bottom: 10px;
	}

	.contactform form {
    padding: 20px;
}
}
@media only screen and (max-width: 450px) {
.contactform p {
    padding: 20px 4% 0px 12px;
}	
    .contactform form {
        padding: 0px 12px 30px 12px;
    }
}
@media only screen and (max-width: 400px) {
.headerleft img {
    width: 100%;
}
.mobileheadinfo{width: 70%;}

	.headerleft {
		width: 70%;
	}
	.headerright {
		width: 30%;
	}
	.halffooterlink {
    width: 100%;
		padding-bottom: 10px;}
}
@media only screen and (max-width: 320px) {
	.mobilecontact{
		padding: 0px 12px;
        font-size: 16px;
	}
	.hp-about-sect {
	padding: 15% 6% 15% 4%;
	}
}

@media only screen and (max-width: 280px) {
	.orangebtn{
	    width: 220px;	
	}
}

