﻿/***** 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; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'roboto', sans-serif;}

/*--- HEADER STYLES ---------------------*/

header {background: #252525;}
.header-wrap {width: 95%; margin: 0 auto; padding: 10px 0 12px 0; display: flex; justify-content: flex-end; align-items: center; gap: 30px;}
.header-wrap a {font-family: 'Poppins', sans-serif; color: #fff; font-size: 14px; line-height: 14px;}
.header-wrap a:hover {color: #B6CBEB; transition: .5s;}

#head-nav {width: 95%; margin:  0 auto; display: flex; justify-content: space-between; align-items: center; padding: 20px 0;}
.site-logo {width: 220px;}
.site-logo a, .site-logo img {width: 100%;}
.nav-contact button, .hero-content button, #inv-filter-search button {width: 220px; background: #ea1a1e; border: none; border-radius: 3px; padding: 12px 0; color: #fff; font-size: 16px; line-height: 16px; font-family: 'roboto-condensed', sans-serif; text-transform: uppercase; font-weight: 700;}
.nav-contact button:hover, .hero-content button:hover, #inv-filter-search button:hover {background: #3064B2; transition: .5s;}

/*---BODY--------------------------------*/

/*---DEFAULT---*/

#hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover; z-index: 400; position: relative;}
.hero-overlay {background: #252525; background: linear-gradient(90deg,rgba(37, 37, 37, 0.8) 0%, rgba(37, 37, 37, 0) 100%);}
.hero-wrap {width: 95%; margin: 0 auto; padding: 120px 0 100px 0;}
.hero-content {width: 650px;}
.hero-content h1 {font-family: 'roboto-condensed', sans-serif; color: #fff; font-size: 48px; line-height: 58px; text-transform: uppercase; font-weight: 700;}
.hero-content hr {border: 3px #EA1F24 solid; width: 77px; margin: 15px 0 20px 0;}
.hero-content p {color: #fff; font-family: 'Poppins', sans-serif; font-size: 18px; line-height: 28px;}
.hero-content button {margin-top: 20px;}

.body-bkgrd {background: #EFEFEF;}

#inv-filter-search {width: 95%; margin: 0 auto; background: #252525; border-radius: 5px; margin-top: -25px; position: relative; z-index: 500; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
#inv-filter-search form {padding: 25px 50px; display: flex; justify-content: space-between; gap: 10px;}
#inv-filter-search select {width: 100%; color: #707070; font-size: 15px; line-height: 15px; font-family: 'roboto-condensed', sans-serif; text-transform: uppercase; padding: 8px 0 8px 12px;}

#inv-nav {display: flex; width: 95%; margin: 0 auto; justify-content: space-between; padding: 80px 0 100px 0; gap: 40px;}
#inv-nav a {text-align: center; width: 100%;}
#inv-nav a img {width: 100%;}
#inv-nav a h4 {font-size: 30px; line-height: 35px; font-family: 'roboto-condensed', sans-serif; color: #000; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; margin-top: 10px;}
#inv-nav a p {color: #3064B2; font-size: 17px; line-height: 20px; font-family: 'roboto-condensed', sans-serif; text-transform: uppercase; font-weight: 700; border-bottom: 1px transparent solid; width: 130px; margin: 0 auto;}
#inv-nav a:hover img {transition: .5s; transform: translateY(-6px);}
#inv-nav a:hover p {transition: .5s; border-bottom: 1px #3064B2 solid;}

#our-services {width: 95%; margin: 0 auto;}
#our-services > div:first-child, #testimonials > div:first-child {text-align: center; margin-bottom: 40px;}
#our-services > div:first-child p, #testimonials > div:first-child p, .team-wrap > div:first-child p span {font-family: 'roboto-condensed', sans-serif; font-size: 22px; line-height: 32px; font-weight: 700; text-transform: uppercase; margin-bottom: 5px;}
#our-services > div:first-child h2, #testimonials > div:first-child h2, .team-wrap > div:first-child h2 {font-family: 'roboto-condensed', sans-serif; font-size: 40px; line-height: 50px; text-transform: uppercase; font-weight: 700;}
.services-flex {display: flex; gap: 15px;}
.services-flex a {width: 100%;}
.our-inventory {background: url("/siteart/services/our-inventory.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.sell-your-rv {background: url("/siteart/services/sell-your-rv.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.financing-tab {background: url("/siteart/services/financing.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.contact-us {background: url("/siteart/services/contact-us.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.services-overlay {background: rgba(37,37,37,0.85); border-radius: 5px;}
.services-wrap {text-align: center; width: 85%; margin: 0 auto; padding: 65px 0 70px 0;}
.services-wrap h3 {color: #fff; font-family: 'roboto-condensed', sans-serif; font-size: 32px; line-height: 42px; text-transform: uppercase; font-weight: 700;}
.services-wrap hr {border: 2px #EA1F24 solid; width: 60px; margin: 0 auto; margin-top: 10px; margin-bottom: 15px;}
.services-wrap p {font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 28px; color: #fff;}
.services-wrap button {border: 2px #fff solid; border-radius: 3px; width: 220px; padding: 12px 0; color: #fff; font-family: 'roboto-condensed', sans-serif; font-size: 16px; line-height: 16px; text-transform: uppercase; font-weight: 700; background: none; margin-top: 20px;}
.services-flex a:hover .services-wrap button {background: #EA1F24; border: 2px #EA1F24 solid;}
.services-flex a:hover .services-wrap hr {margin-top: 15px; margin-bottom: 20px; transition: .5s;}
.services-flex a:hover .services-wrap {padding: 60px 0 65px 0; transition: .5s;}

#about-saitta {background: #252525; display: flex; margin-top: 100px;}
.about-img {background: url("/siteart/about-img.jpg") no-repeat; background-position: center; background-size: cover; width: 40%;}
.about-content {width: 60%; padding: 120px 80px;}
.about-content p span {font-family: 'roboto-condensed', sans-serif; font-size: 22px; line-height: 30px; text-transform: uppercase; color: #fff; font-weight: 700;}
.about-content h2 {font-family: 'roboto-condensed', sans-serif; font-size: 40px; line-height: 50px; color: #fff; text-transform: uppercase; font-weight: 700;}
.about-content hr {border: 3px #EA1F24 solid; width: 90px; margin: 0; margin-top: 18px; margin-bottom: 25px;}
.about-content p {color: #fff; font-size: 18px; line-height: 30px; font-family: 'Poppins', sans-serif;}
.about-content button {background: #ea1a1e; border-radius: 3px; border: none; padding: 12px 0; color: #fff; font-family: 'roboto-condensed', sans-serif;  text-transform: uppercase; font-size: 16px; line-height: 16px; width: 220px; font-weight: 700; margin-top: 25px;}
.about-content button:hover {background: #3064B2; transition: .5s;}

#testimonials {margin-top: 100px; padding-bottom: 100px;}
#testimonials > div:first-child {width: 95%; margin: 0 auto; margin-bottom: 40px;}
#testimonials .testimonial {display: flex; gap: 15px; margin-bottom: 30px;}
.slide .testimonial-name p {text-align: center; color: #000;}
.testimonial i {color: rgba(0,0,0,0.20); font-size: 40px;}
.testimonial p {padding-top: 14px; color: #000; font-size: 18px; line-height: 30px; font-family: 'Poppins', sans-serif;}
.testimonial-name p {font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 16px; color: #000; font-weight: 400;}
.slide .testimonial {background: none;}
.slide.slick-active .testimonial {background: #3064B2; padding: 30px 25px 35px 25px; margin: 0 40px; border-radius: 5px;}
.slide.slick-active .testimonial p {color: #fff;}
.slide.slick-active .testimonial i {color: rgba(255,255,255,0.30);}
.slide.slick-active .testimonial-name p {color: #000;}

/*---ABOUT---*/

.about-overlay {background: rgba(26,58,106,0.85);}
.about-hero-wrap {width: 95%; margin: 0 auto; text-align: center; padding: 90px 0 80px 0;}
.about-hero-wrap h1 {font-family: 'roboto-condensed', sans-serif; color: #fff; font-size: 48px; line-height: 58px; text-transform: uppercase; font-weight: 700; margin-bottom: 15px;}
.about-hero-wrap p {color: #fff; font-family: 'Poppins', sans-serif; font-size: 18px; line-height: 28px; width: 800px; margin: 0 auto;}
#our-company {width: 95%; margin: 0 auto; padding: 80px 0 100px 0; display: flex; justify-content: space-between; align-items: center;}
#our-company p span {font-family: 'roboto-condensed', sans-serif; font-size: 22px; line-height: 30px; text-transform: uppercase; color: #000; font-weight: 700;}
#our-company h2 {font-family: 'roboto-condensed', sans-serif; font-size: 40px; line-height: 50px; color: #000; text-transform: uppercase; font-weight: 700;}
#our-company hr {border: 3px #EA1F24 solid; width: 90px; margin: 0; margin-top: 18px; margin-bottom: 25px;}
#our-company p {color: #000; font-size: 18px; line-height: 30px; font-family: 'Poppins', sans-serif;}
#our-company button {background: #EA1F24; border-radius: 3px; border: none; padding: 12px 0; color: #fff; font-family: 'roboto-condensed', sans-serif;  text-transform: uppercase; font-size: 16px; line-height: 16px; width: 220px; font-weight: 700; margin-top: 25px;}
#our-company button:hover {background: #3064B2; transition: .5s;}
#our-company img {width: 100%;}
#our-company > div:first-child {width: 60%;}
#our-company > div:last-child {width: 35%;}

#the-team {background: #E1E1E1;}
.team-wrap {width: 95%; margin: 0 auto; padding: 80px 0 100px 0}
.team-wrap > div:first-child {text-align: center;}
.team-wrap > div:last-child {display: flex; justify-content: center; gap: 25px; margin-top: 40px;}
.team-wrap > div:last-child img {width: 100%; border-radius: 3px;}
.team-wrap > div:last-child div {padding: 15px; border-radius: 3px; background: #EFEFEF;}
.team-wrap > div:last-child h3 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 32px; line-height: 42px; text-transform: uppercase; font-weight: 700; padding-top: 15px;}
.team-wrap > div:last-child p {font-family: 'roboto-condensed', sans-serif; text-transform: uppercase; color: #909090; font-size: 20px; padding-bottom: 5px;}

/*---FINCANCING---*/

.finance-bkgrd {padding-bottom: 50px;}
#get-financed {width: 95%; margin: 0 auto; padding: 80px 0 100px 0; background: #fff; border-radius: 5px; margin-top: -20px; position: relative; z-index: 600;}
#get-financed p span {font-family: 'roboto-condensed', sans-serif; font-size: 22px; line-height: 30px; text-transform: uppercase; color: #000; font-weight: 700;}
#get-financed h2 {font-family: 'roboto-condensed', sans-serif; font-size: 40px; line-height: 50px; color: #000; text-transform: uppercase; font-weight: 700;}
#get-financed hr {border: 3px #EA1F24 solid; width: 90px; margin: 0; margin-top: 18px; margin-bottom: 25px;}
#get-financed p {color: #000; font-size: 18px; line-height: 30px; font-family: 'Poppins', sans-serif;}
#get-financed button {background: #EA1F24; border-radius: 3px; border: none; padding: 12px 0; color: #fff; font-family: 'roboto-condensed', sans-serif;  text-transform: uppercase; font-size: 16px; line-height: 16px; width: 220px; font-weight: 700; margin-top: 25px;}
#get-financed button:hover {background: #3064B2; transition: .5s;}
.finance-wrap {width: 90%; margin: 0 auto; display: flex; justify-content: space-between; gap: 80px;}
.finance-form form {margin-top: 20px;}
.finance-form form .form-flex {display: flex; gap: 10px; margin-bottom: 10px;}
.finance-form form input, .finance-form form select, .finance-form form textarea {width: 100%; border: none; background: #EFEFEF; font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 15px; padding: 10px 0 5px 12px;}
.finance-wrap > div {width: 100%;}
.finance-form form select {padding-right: 10px; color: #7E7E7E;}
.finance-form p {font-size: 16px !important; line-height: 26px !important;}
.finance-form h3 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 25px; text-transform: uppercase; font-weight: 700; padding-top: 15px; padding-bottom: 10px;}
#get-financed ul {margin-top: 15px;}
#get-financed ul li {color: #EA1F24; font-size: 18px; line-height: 30px; font-family: 'Poppins', sans-serif; margin-bottom: 5px;}
.finance-form form .submitselect {background: #EA1F24; border-radius: 3px; border: none; padding: 12px 0; color: #fff; font-family: 'roboto-condensed', sans-serif;  text-transform: uppercase; font-size: 16px; line-height: 16px; width: 220px; font-weight: 700; margin-top: 20px; display: flex; justify-content: center;}
.finance-form form .submitselect:hover, .finance-form form .submit:hover {background: #3064B2; transition: .5s; cursor: pointer !important;}
.finance-form form .submit {background: #EA1F24; border-radius: 3px; border: none; padding: 12px 0; color: #fff; font-family: 'roboto-condensed', sans-serif;  text-transform: uppercase; font-size: 16px; line-height: 16px; width: 220px; font-weight: 700;}
.finance-form form .CaptchaWhatsThisPanel a {color: #3064B2; border-bottom: 1px #3064B2 solid;}
.finance-form form .CaptchaAnswerPanel input {width: auto !important;}
.finance-form form textarea {height: 150px; padding-top: 18px;}

/*---CONTACT---*/

#get-financed ul li a {display: flex; gap: 10px; align-items: center; margin-bottom: 10px;}
#get-financed ul li a i {background: #EA1F24; color: #fff; font-size: 22px; line-height: 22px; height: 50px; width: 50px; border-radius: 30px; display: flex; justify-content: center; align-items: center;}
#get-financed ul li a h3 {font-family: 'roboto-condensed', sans-serif; color: #000; text-transform: uppercase; font-size: 20px; font-weight: 700;}
#get-financed ul li a p {font-family: 'Poppins', sans-serif; font-size: 16px; color: #9D9D9D;}
#get-financed ul li a:hover i {background: #3064B2; transition: .5s;}

/*---THANK YOU---*/

.thank-you {text-align: center;}
.thank-you p {width: 800px; margin: 0 auto; margin-top: 15px;}
.thank-you-hero {margin-top: -110px !important;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/

footer {background: #252525;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 65px 0; display: flex; justify-content: space-between;}
.footer-wrap p span {color: #fff; font-family: 'roboto-condensed', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 22px; line-height: 32px;}
.footer-left {width: 510px;}
.footer-right {display: flex; gap: 100px;}
.footer-right > div:first-child div {display: flex; gap: 50px;}
.footer-left p {color: #fff; font-size: 14px; line-height: 26px; font-family: 'Poppins', sans-serif; margin-top: 10px;}
.footer-wrap ul {margin-top: 10px;}
.footer-left > div:first-child > p:last-child {margin-bottom: 20px;}
.footer-wrap li, .footer-wrap li a {color: #fff; font-size: 15px; line-height: 22px; font-family: 'Poppins', sans-serif;}
.footer-wrap li {margin-bottom: 8px;}
.footer-wrap li a:hover {color: #B6CBEB; transition: .5s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #EA1F24 !important;}
.faceted-search-content .selected-facets-container .selected-facet, .list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text, .nevadarvonlinecomhdev-88jlbf, .list-content .list-error-container .info button:not(.login-button) {background: #EA1F24 !important;}
.disclaimer span {font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 26px;}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1450px) {
	.site-logo, .nav-contact button {width: 200px;}
}

@media only screen and (max-width: 1350px) {
	.nav-contact button {font-size: 15px; line-height: 15px;}
	.header-wrap a {font-size: 13px; line-height: 13px;}
	#inv-nav {flex-wrap: wrap; justify-content: flex-start;}
	#inv-nav a {width: 22%;}
}

@media only screen and (max-width: 1250px) {
	.nav-contact {display: none;}
	#inv-filter-search div, #inv-filter-search button {width: 100%}
	#our-company > div:first-child {width: 55%;}
	#our-company > div:last-child {width: 40%;}
	.team-wrap > div:last-child {flex-wrap: wrap; justify-content: flex-start;}
	.team-wrap > div:last-child div {width: 29%;}
	.finance-wrap {flex-wrap: wrap; gap: 50px;}
}

@media only screen and (max-width: 1200px) {
	.footer-wrap {flex-wrap: wrap; gap: 50px;}
	.footer-right {width: 100%; gap: 0px; justify-content: space-between;}
}

@media only screen and (max-width: 1150px) {
	.services-flex {flex-wrap: wrap; justify-content: center;}
	.services-flex a {width: 49%;}
	.team-wrap > div:last-child div {width: 28.5%;}
}

@media only screen and (max-width: 1100px) {
	#inv-nav a {width: 30%;}
	.about-img {display: none;}
	.about-content {width: 90%; margin: 0 auto; padding: 100px 0;}
	#our-company {flex-wrap: wrap; gap: 50px;}
	#our-company > div:first-child, #our-company > div:last-child {width: 100%;}
}

@media only screen and (max-width: 1050px) {
	.team-wrap > div:last-child div {width: 40%;}
	.team-wrap > div:last-child {justify-content: center;}
	.thank-you p {width: 100%;}
}

@media only screen and (max-width: 850px) {
	#inv-filter-search form {flex-wrap: wrap;}
	#inv-filter-search select, #inv-filter-search div {width: 49%;}
	#inv-nav a {width: 47%;}
	.about-hero-wrap p {width: 100%;}
}

@media only screen and (max-width: 800px) {
	header {display: none;}
	#head-nav {display: block; width: 100%; padding-bottom: 0px;}
	.site-logo {width: 95%; margin: 0 auto; padding-bottom: 20px;}
	.site-logo a {width: 220px; display: flex; margin: 0 auto;}
	.hero-overlay {background: #252525; background: linear-gradient(90deg,rgba(37, 37, 37, 0.8) 0%, rgba(37, 37, 37, 0.4) 100%);}
	.services-flex a {width: 48%;}
}

@media only screen and (max-width: 750px) {
	.hero-content {width: 100%;}
	#inv-nav a {width: 46%;}
}

@media only screen and (max-width: 700px) {
	.team-wrap > div:last-child div {width: 42%;}
}

@media only screen and (max-width: 650px) {
	#inv-filter-search select, #inv-filter-search div {width: 48%;}
}

@media only screen and (max-width: 600px) {
	#inv-filter-search select, #inv-filter-search div {width: 100%;}
	.services-flex a {width: 90%;}
	#testimonials .testimonial {flex-wrap: wrap; justify-content: center; gap: 0px;}
	.footer-left {width: 100%;}
	.team-wrap > div:last-child div {width: 80%;}
	.finance-form form .form-flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 550px) {
	#inv-nav a {width: 100%;}
	#inv-nav a img {width: 350px;}
}

@media only screen and (max-width: 500px) {
	.hero-content h1, .about-hero-wrap h1 {font-size: 45px; line-height: 55px;}
	.hero-content p, .about-content p, .testimonial p, .about-hero-wrap p, #our-company p, #get-financed p, #get-financed ul li {font-size: 17px; line-height: 27px;}
	#inv-filter-search form {padding: 25px 30px;}
	#our-services > div:first-child p, .about-content p span, #testimonials > div:first-child p, #our-company p span, .team-wrap > div:first-child p span, #get-financed p span {font-size: 20px; line-height: 30px;}
	#our-services > div:first-child h2, .about-content h2, #testimonials > div:first-child h2, #our-company h2, .team-wrap > div:first-child h2, #get-financed h2 {font-size: 35px; line-height: 45px;}
	.testimonial i {font-size: 35px;}
	.slide.slick-active .testimonial {margin: 0 30px;}
	.footer-right {flex-wrap: wrap; gap: 50px;}
	.footer-right > div {width: 100%;}
	.finance-form h3 {font-size: 22px;}
}

@media only screen and (max-width: 450px) {
	.services-flex a {width: 100%;}
}

@media only screen and (max-width: 400px) {
	.hero-overlay {background: #252525; background: linear-gradient(90deg,rgba(37, 37, 37, 0.8) 0%, rgba(37, 37, 37, 0.8) 100%);}
	.hero-content h1, .about-hero-wrap h1 {font-size: 40px; line-height: 50px;}
	.hero-content p, .about-content p, .testimonial p, .about-hero-wrap p, #our-company p, #get-financed p, #get-financed ul li {font-size: 16px; line-height: 26px;}
	#inv-nav a h4 {font-size: 25px; line-height: 30px;}
	#inv-nav a p {font-size: 16px; line-height: 19px; width: 120px}
	#inv-nav a img {width: 90%;}
	.services-wrap p {font-size: 15px; line-height: 26px;}
	.services-wrap h3, .team-wrap > div:last-child h3 {font-size: 30px; line-height: 40px;}
	#our-services > div:first-child h2, .about-content h2, #testimonials > div:first-child h2, #our-company h2, .team-wrap > div:first-child h2, #get-financed h2 {font-size: 32px; line-height: 42px;}
	#our-services > div:first-child p, .about-content p span, #testimonials > div:first-child p, #our-company p span, .team-wrap > div:first-child p span, #get-financed p span {font-size: 18px; line-height: 28px;}
	.testimonial i {font-size: 30px;}
	.slide.slick-active .testimonial {margin: 0 20px;}
	.testimonial-name p {font-size: 15px;}
	.footer-wrap p span {font-size: 20px; line-height: 30px;}
	.footer-left p {font-size: 13px; line-height: 25px;}
	.footer-wrap li, .footer-wrap li a {font-size: 14px;}
	.team-wrap > div:last-child div {width: 100%;}
	.team-wrap > div:last-child p {font-size: 18px;}
	.finance-form p {font-size: 15px !important; line-height: 25px !important;}
	.finance-form form input, .finance-form form select, .finance-form form textarea {font-size: 14px; line-height: 14px;}
	.finance-form h3 {font-size: 20px;}
	#get-financed ul li a h3 {font-size: 18px;}
	#get-financed ul li a p {font-size: 15px;}
	#get-financed ul li a i {font-size: 20px; line-height: 20px; height: 45px; width: 45px;}
}

@media only screen and (max-width: 350px) {
	.hero-content a, .hero-content button, .services-wrap button, .about-content button, #our-company button, .finance-form form .submitselect, .finance-form form .submit, #get-financed button {width: 100%;}
	.hero-wrap {padding: 100px 0 80px 0;}
	#inv-filter-search form {padding: 25px 20px;}
	.footer-right > div:first-child div {gap: 0px; justify-content: space-between;}
	.about-hero-wrap {padding: 80px 0 70px 0;}
	#get-financed {padding: 60px 0 80px 0;}
}

@media only screen and (max-width: 300px) {
	.site-logo a {width: 75%;}
	.hero-content h1, .about-hero-wrap h1 {font-size: 35px; line-height: 45px;}
	.hero-content p, .about-content p, .testimonial p, .about-hero-wrap p, #our-company p, #get-financed p, #get-financed ul li {font-size: 15px; line-height: 25px;}
	.hero-content button, #inv-filter-search button, .services-wrap button, .about-content button, #our-company button, .finance-form form .submitselect, .finance-form form .submit, #get-financed button {font-size: 15px; line-height: 15px;}
	#inv-filter-search select {font-size: 14px; line-height: 14px;}
	#inv-nav a h4 {font-size: 22px; line-height: 27px;}
	#inv-nav a p {font-size: 15px; line-height: 18px; width: 110px;}
	#our-services > div:first-child p, .about-content p span, #testimonials > div:first-child p, #our-company p span, .team-wrap > div:first-child p span, #get-financed p span {font-size: 17px; line-height: 27px;}
	#our-services > div:first-child h2, .about-content h2, #testimonials > div:first-child h2, #our-company h2, .team-wrap > div:first-child h2, #get-financed h2 {font-size: 30px; line-height: 40px;}
	.services-wrap h3, .team-wrap > div:last-child h3 {font-size: 28px; line-height: 38px;}
	.services-wrap p {font-size: 14px; line-height: 24px;}
	.testimonial i {font-size: 25px;}
	.slide.slick-active .testimonial {margin: 0 15px;}
	.testimonial-name p {font-size: 14px;}
	.team-wrap > div:last-child p {font-size: 16px;}
	.finance-form p {font-size: 14px !important; line-height: 24px !important;}
}





