﻿/***** 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 {
	font-family: 'Lato', sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif !important;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
}

.sub-head {
	position: relative !important;
}

.top-bar.flex-container {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    color: #fff;
    padding: 8px 0;
}

.blue-bar {
    background: #31448f;
    color: #fff;
}

.top-bar a {
	color: #fff !important;
	font-weight: 700;
}

.black-bg {
	background: #000;
    
}

.black-header {
	background: #000;
	box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}

a.logo img {
    max-width: 100%;
    width: 250px;
}

.main-header.flex-container {
        width: 90%;
    margin: 0 auto;
    align-content: center;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}

a.circle {
    border: 2px solid #fff;
    border-radius: 90px;
	    padding: 10px 0px;
	margin-right: 24px !important;
}

a.circle:hover {
	background: #31448f !important;
	 color: #fff!important;
	border-color: #31448f !important;opacity: 1 !important;
}
a.circle-white {
    border: 2px solid #fff;
    border-radius: 90px;
    background: #fff;
    color: #31448f !important;
	padding: 10px 0px;
}

a.circle-white:hover {
	background: #31448f !important;
	 color: #fff!important;
	border-color: #31448f !important;opacity: 1 !important;
	
}



/*---HERO--------------------------------*/
.hero-section {
    height: 600px;
    position: relative;
}

.mobile-only {
	display: none;
}
.half-text.flex-container {
    flex: 1;
    flex-direction: column;
    text-align: left !important;
    align-items: center;
    justify-content: center;
	background: #000;
	color: #fff;
}
.her0-section .flex-container {
	background-color:#000;
}
.half-image {
	flex: 1;
	background: url("/siteart/hero.jpg") no-repeat;
	background-color:#000;
	background-position: 75% 25%;
    background-size: 130%;
	
}

.hero-text p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.hero-text h1 {
    text-transform: uppercase;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 15px;
}

.hero-text {
    max-width: 90%;
    /*margin: 80px auto 0;*/
	position: absolute;
    top: 38%;
	left: 5%;
    right: 55%;
}

span.smaller-head {
    display: block;
    font-weight: 200;
    font-size: 46px;
}

img.c-img {
    max-width: 100%;
    width: 70%;
    min-width: 200px;
    margin-bottom: 15px;
}



/*---BODY--------------------------------*/
.page-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 90%;
}

.flex-container {
	display: flex;
}

#pad-xl {
	padding-top: 60px;
	padding-bottom: 60px;
}

#pad-l {
	padding-top: 40px;
	padding-bottom: 40px;
}
.center {
	text-align: center;
}

.cat-title {
    color: #31448f;
    text-transform: uppercase;
    font-size: 28px;
}
.flex-cats {
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px;
}

a.cat {
    flex-basis: 20%;
    flex-grow: 1;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    color: #fff;
    text-align: left;
    height: 135px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    flex-direction: column;
	transition: .6s all;
	position: relative;
}

a.cat:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);
	transition: .6s all;
}
a.cat:hover:before {
	background: rgba(255,255,255,0.0);
}
a.cat:hover .cat-text {
	
}

.single-axle {
	background: url("/siteart/single-access.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}

.double-axle {
	background: url("/siteart/double-access.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}

.awd {
	background: url("/siteart/awd-water.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}

.water-tower {
	background: url("/siteart/water-tower.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}

.forklift {
	background: url("/siteart/reach-forklift.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}

.compact {
	background: url("/siteart/compaction-roller.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}
.excavator{
	background: url("/siteart/excavator-img.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}

.skid-steer {
	background: url("/siteart/skid-steer.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}
.dump-truck {
	background: url("/siteart/dump-truck.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}
.wheel-loader {
	background: url("/siteart/wheel-loader.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}
.air-compressor {
	background: url("/siteart/air-compressors.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}

.attachment {
	background: url("/siteart/attachments.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
}

.top-row{width:100%; display:flex; flex-direction:row; justify-content: space-between;}
.top-row a{color:#fff; font-size:16px; transition:.3s ease; background:#31448f; padding:12px 20px; border:solid 2px #31448f; }
.top-row a:hover{background:#fff; color:#000; border:solid 2px #000;}

table.duration{max-width:700px; margin-bottom:20px;}
table.example{max-width:600px;}

.finance-calc{width:100%; display:flex; flex-direction:row;}
.finance-info{width:100%; max-width:450px;}
.finance-info input{padding:10px; box-sizing:border-box; max-width:300px; width:100%;}
.finance-info p{font-weight:500; font-size:17px; padding-top:10px;}
.finance-info button{display:block; font-size:18px; font-family:'poppins', sans-serif; font-weight:500; padding:8px 24px; background:#31448f; color:#fff; border:solid 2px #31448f; border-radius:90px; transition:.3s ease; margin-top:20px;}
.finance-info button:hover{background:transparent; color:#31448f; cursor:pointer;}

.water p{font-size:16px; line-height:24px;}
.water a{color:#000; }
.water a:hover{color:#31448f;}


.finance-out p{font-size:18px; line-height:28px;}

.black {
	    background: #000;
    justify-content: center !important;
    align-items: center !important;
}

.cat-text {
    text-align: left;
	transition: .3s all;
	z-index: 9999;
	font-size: 20px;
    line-height: 22px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.mtn img {
    max-width: 100%;
    height: 120px;
}

.all {
    justify-content: flex-end !important;
    gap: 25px;
}
.all img {
    max-width: 100%;
    width: 240px;
}

.all .cat-text {
    text-align: left;
    width: 100%;
    align-self: baseline !important;
}


.home-text-bg {
	background: #f1f1f1;
}

.flex-container.flex-hometext {
    max-width: 1300px;
    margin: 0 auto;
    gap: 90px;
    align-items: center;
	width: 90%;
}

.img-side {
	flex: 1;
	text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-border img {
    max-width: 100%;
    width: 400px;
}

.home-text {
    flex: 1;
}

.home-text h3 {
    font-size: 28px;
    margin-bottom: 15px;
	font-weight: 900;
}

.rental-bg {
	background: url("/siteart/rental-bg.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.rental-text {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.rental-text h4 {
    font-size: 34px;
    text-transform: uppercase;
}

.rental-text p {
    font-size: 20px;
    margin-bottom: 20px;
}

/*--ABOUT PAGE */
.about-hero {
	background: url("/siteart/about-hero.jpg") no-repeat;
	background-color:#000;
	background-size: cover;
    background-position: 25% 63%;
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.about-hero:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.65);
	transition: .6s all;
}



.about-text {
	     z-index: 9999;
    position: absolute;
    top: 55%;
}

.flex-about h3 {
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.about-text h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.flex-container.flex-page {
    gap: 50px;
    justify-content: space-around;
    align-items: flex-start;
    text-align: center;
    margin: 20px 0 45px;
}

.service-options {
    flex-basis: 25%;
}

span.service-icon {
    font-size: 50px;
    color: #31448f;
    opacity: .6;
	padding-bottom: 20px;transition: .4s all;
}

.service-options h2 {
	text-transform: uppercase;
	color: #31448f;
    opacity: .6;
	font-weight: 600;
	margin-top: 10px;transition: .4s all;
}

.service-options:hover h2, .service-options:hover .service-icon {
	opacity: 1;transition: .4s all;
}
a.service-options h3 {
	font-family: 'Lato', sans-serif !important;
	font-size: 16px;
	font-weight: 500 !important;
	color: #000;
	line-height: 24px;
}

.flex-container.flex-page {
    gap: 50px;
    justify-content: space-evenly;
    align-items: flex-start;
    text-align: center;
    margin: 0;
}

hr.border {
	border: none;
    background: rgb(49 68 143 / 16%);
    height: 0.5px;
    width: 400px;
   margin: 75px auto;
}

.flex-about {
    display: flex;
    gap: 60px;
    margin-top: 70px;
}

.flex-text {
    flex: 2;
}

.flex-side {
    flex: .75;
    border-radius: 30px;
    overflow: hidden;
}

.rpo-page{
	background-image: url("/siteart/rpo-page.jpg")!important;
	background-repeat:no-repeat;
	background-color:#000 !Important;
	    background-size: cover !important;
    background-position: center !important;
}

.water-page{
	background-image: url("/siteart/water-page.jpg")!important;
	background-repeat:no-repeat;
	background-color:#000 !Important;
	    background-size: cover !important;
    background-position: center !important;
}

.contact-page {
	background-image: url("/siteart/contact-img.jpg")!important;
	background-repeat:no-repeat;
	background-color:#000 !Important;
	    background-size: cover !important;
    background-position: center !important;
}

.consign-page {
	background-image: url("/siteart/consign-img.jpg")!important;
	background-repeat:no-repeat;
	background-color:#000 !Important;
	    background-size: cover !important;
    background-position: center !important;
}

/*---CONTACT*/
.contact-info-box {
	padding: 25px;
    text-align: left;
}

.contact {
	border: 2px solid rgba(49,68,143,0.60);
}

.contact-info {
	margin-bottom: 30px;
}

.contact iframe {
	height: 300px;
}

.flex-text {
	text-align: left;
}

.contact-info h3 {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 20px;
}
.contact-info strong {
    color: #31448f;
    font-size: 16px;
}

.contact-info a {
	color: #000;
	transition: .3s all;
}

.contact-info a:hover {
	color: #31448f;
}
/*--_BUTTONS */
button.blue-btn {
    background: #31448f;
    padding: 10px 15px;
    border-radius: 90px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
	transition: .4s all;
	border: 2px solid #31448f;
	cursor: pointer;
	line-height: 16px;
}
button.blue-btn:hover {
	
	background: transparent;
	color: #31448f;
	transition: .4s all;
}

.hero-section button.blue-btn:hover {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	transition: .4s all;
}


button.white-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
    margin-top: 15px;
	transition: .4s all;
	cursor: pointer;
}

button.white-btn:hover {
	background: #fff;
	color: #31448f;
	transition: .4s all;
}

button.blue-btn.home-btn {
    margin-top: 30px;
}



/*--------INVENTORY STYLES--------------------*/
.flex-inv {
	margin: 0 auto;
    max-width: 1450px;
	margin-bottom: 50px;
    justify-content: space-between;
    gap: 20px;
}

button.inv-button {
    padding: 10px 15px;
    border: none !important;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #31448fcf;
    background: #eee;
    border-radius: 90px;
	transition: .4s all;
}

button.inv-button:hover {
	background: #31448f;
	color: #fff;
	transition: .4s all;
}

.flex-inv a  {
    flex-basis: fit-content;
	flex-grow: 1;
}




/*-------- FOOTER STYLES ----------------*/
footer{
	background: #000;
}

.flex-footer {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.foot-col.half {
    flex: 1;
    text-align: right;
}

span.foot-title {
	
}

.foot-col.half img {
    max-width: 100%;
    width: 190px;
}

.foot-col.thirds {
    flex: .5;
}

span.foot-title {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
	color: #fff;
}

.foot-col ul li a {
    color: #fff;
    line-height: 28px;
}

.foot-col a {
	color: #fff;
	transitioN: .3s all;
}

.foot-col a:hover {
	opacity: .6;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #31448F !important;
	border:solid 1px #31448F!important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #31448F !important;
	border:solid 1px #31448F!important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #fff !important;
    color: #31448F !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1509px) {
	span.smaller-head {
    font-size: 40px;
}
	
	.hero-text h1 {
    font-size: 55px;
    line-height: 60px;
	}
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}

@media only screen and (max-width: 1230px) {
	a.cat {
    flex-basis: 15%;
	}
	
		.hero-text h1 {
    font-size: 50px;
    line-height: 55px;
}
	
}

@media only screen and (max-width: 1200px) {
	.half-image {
		background-position: 85% 40%;
	}
	
	a.circle,a.circle-white {
		padding: 5px 0;
	}

	a.cat {
		font-size: 16px;
	}
	
	.foot-col.thirds {
    flex: 1;
}
	

	.flex-about {
		flex-wrap: wrap;
	}
	
	.flex-text,.flex-side {
		flex-basis: 100%;
	}
	
	.flex-side iframe {
		height: 300px;
	}
	
	.service-options {
    flex-basis: 25%;
    flex-grow: 1;
}
}

@media only screen and (max-width: 1070px) {
a.cat {
    flex-basis: 20%;
	font-size: 18px;
	}
	
	.all .cat-text {
		text-align: center;
	}
	
	.flex-container.flex-hometext {
		gap: 60px;
	}
	
	span.smaller-head {
    font-size: 36px;
}
	.hero-text h1 {
    font-size: 45px;
    line-height: 50px;
		margin-bottom: 0;
}
	
	p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 970px) {
	.flex-inv {
		gap: 20px;
    flex-wrap: wrap;
	}
	
	.flex-inv a {
    flex-basis: 30%;
    flex-grow: 1;
}
}

@media only screen and (max-width: 900px) {
	.mobile-only {
		display: block;
	}
	
	.desktop-only {
		display: none;
	}
	
	
	a.logo img {
		width: 180px;
	}
	
	.main-header.flex-container{
		padding: 8px 0;
	}
	

	
	
	.half-image {
		    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
		 background-position: top;
		position: relative;
	}
	
	.hero-section {
    height:450px;
	}
	
	.img-side {
		display: none;
	}
	.hero-text {
		z-index: 9999;
		    top: 40%;
    right: 0;
	}
	.half-image:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);
	transition: .6s all;
}
	
	.flex-container.flex-page {
    gap: 35px;
	}
	
	
	span.service-icon {
    font-size: 42px;
	}
	
	.service-options h2 {
		font-size: 22px;
	}
	.top-row{flex-direction:column;}
	.top-row h2{padding:20px 0;}
	.top-row a{text-align:center;}
	
}


@media only screen and (max-width: 760px) {
	a.cat {
    flex-basis: 30%;
	}
	
	.all{
		gap: 25px;
	}
	
	span.smaller-head {
    font-size: 36px;
}
	.hero-text h1 {
    font-size: 48px;
   line-height: 50px;
		margin-bottom: 5px;
}
	.flex-footer {
		flex-wrap: wrap;
		gap: 40px;
	}
	.foot-col.half {
		text-align: left;
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 700px) {
	button.inv-button {
		font-size: 14px;
	}
	
	.flex-inv {
    gap: 12px;
		}
	
	button.inv-button {
    padding: 10px 10px;
	}
	.flex-container.flex-page {
		flex-wrap: wrap;
	}
	.service-options {
		flex-basis: 100%;
	}
	.finance-calc{flex-direction:column;}
	.finance-out{padding-top:20px;}
}

@media only screen and (max-width: 540px) {

	.foot-col.thirds {
		flex-basis: 100%;
	}
	
	.flex-inv a {
    flex-basis: 34%;
	}
	.finance-out p{font-size:15px;}
	.finance-info p{font-size:15px;}
	.finance-info input{padding:6px;}
	table.example tr td{padding:1px 5px;}
}

@media only screen and (max-width: 500px) {
.hero-text h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 5px;
}
	
	span.smaller-head {
    font-size: 30px;
}
	.hero-text p {
		display: none;
	}
	.hero-section {
    height: 380px;
}
}


@media only screen and (max-width: 460px) {
	a.cat {
    flex-basis: 100%;
	}
	
	.head-address, .head-phone {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-right: 0.5px solid #fff;
	}
	.top-bar.flex-container {
		padding: 0;
		width: 100%;
	}
	
	.top-bar span {
    display: none;
	}
	
	.top-bar a {
    font-size: 22px;
	}
	
	.main-header.flex-container {
    padding: 15px 0;
    gap: 15px;
    justify-content: space-between !important;
    align-items: center;
}
	
	a.logo, .navigation {
    text-align: right;
}
	
	a.logo img {
    width: 200px;
}

.hero-section {
    height: 420px;
}
	.about-hero {
		height: 300px;
	}
	
	.about-text {top: 62%;}
	.about-text h1 {
    font-size: 36px;
	
	}
	.hero-text {
    z-index: 9999;
    top: 50%;
    right: 0;
}
	
	.hero-text h1 {
    font-size: 36px;
		margin-bottom: 20px;
		line-height: 40px;
	}
	
	span.smaller-head {
    font-size: 28px;
}
	
	
}

@media only screen and (max-width: 340px) {
	.flex-inv a {
    flex-basis: 100%;
}
		.hero-text {
    z-index: 9999;
    top: 45%;
    right: 0;
}
}


