﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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 --------*/
.page-content a{color:#000;}
body {
	font-family:'Arimo', sans-serif;
}
h1, h2, h3, h4{font-family:'Poppins', sans-serif;}
a{text-decoration:none;}

.red-border{width:180px; padding:10px; font-size:15px; box-sizing:border-box; transition:.3s ease; border:solid 1px #c4172b; text-align:center; display:block; margin-top:20px;}
.page-width{max-width:1700px; margin:0 auto; width:100%;}
.black-border{width:220px; transition:.3s ease; padding:10px; font-size:18px; color:#000; margin:0 auto; font-weight:600; box-sizing:border-box; border:solid 2px #000; text-align:center; display:block;}
.black-border:hover{background:#000; color:#fff;}
.red-btn{width:200px; transition:.3s ease; padding:10px; font-size:18px; color:#fff!important; font-weight:600; box-sizing:border-box; border:solid 2px #c4172b; text-align:center; display:block; background:#c4172b;}
.red-border:hover{background:#c4172b; color:#fff!important;}
.red-btn:hover{background:#000;}
/*--- HEADER STYLES ---------------------*/
.top-header-back{background:#000; width:100%;}
.top-header{width:100%; padding:10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.top-header section{display:flex; flex-direction:row;}
.top-header a{color:#fff; font-family:'poppins', sans-serif; text-transform:uppercase; font-weight:600;}
.top-header a{padding:0 5px;}
.top-header a i{color:#fff;}

header{max-width:1700px; width:100%; padding:0 10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.logo{max-width:180px; padding:20px 0;}
.logo img{width:100%;}


/*---BODY--------------------------------*/
/*-------------Slideshow------------------*/
.cycle-slideshow{max-width:100%; position:relative; background-color:#000000!important;}
.slide{height:800px; width:100%; background-color:#000000!important;}
.slider-back{position:relative; height:100%; width:100%; background-color:#000000!important;}
.slider-back img{height:100%; object-fit:cover; width:100%;filter:brightness(.7); background-color:#000000!important;}

.slide-caption{position:absolute; bottom:30%; left:5%; z-index:200; max-width:700px;}
.slide-caption h1{font-size:85px; padding-bottom:20px; line-height:85px; text-transform:uppercase;font-weight:800;color:#fff; text-shadow:1px 1px 4px rgba(0,0,0,.8);}
.slide-caption p{font-size:19px;letter-spacing:1px;line-height:24px;font-weight:100;padding: 0 0 40px 0;}
.slide-caption a{color:#fff; }


.search-row{display:flex; flex-direction:row; padding:25px 0px;}
.search-row button{width:50px; transition:.3s ease; height:45px; background:#c4172b; color:#fff; border:none; display:flex; justify-content: center; margin:0 5px; text-align:center; padding:12px 18px;}
.search-row button i{ font-size:18px;}
.search-row .formfield{width:40%; margin:0 5px;}

.search-row input[type="text"], .search-row select{padding:15px; background:rgba(0,0,0,.6); border:none!important; box-shadow:none!important; color:#fff!important;}
.search-row input::placeholder{color:#fff!important;}
.search-row button:hover{background:#000; cursor:pointer;}
.search-row select option{background:#000; color:#fff; padding:10px!important; box-sizing:border-box;}
.search-row select option:hover{background:#c4172b;}


/*-----------Home Body--------------*/
.left-text{padding:80px 0; display:flex; flex-direction:row; justify-content: flex-start;}
.left-text hr{height:160px; margin:0; width:5px; background:#c4172b; border:none;}
.left-text-col{padding:20px;}
.left-text-col h2{font-size:40px; text-transform:uppercase;}
.left-text-col p{font-size:16px; line-height:22px; max-width:800px;}

.right-text{padding:80px 0; display:flex; flex-direction:row; justify-content: flex-end;}
.right-text hr{height:160px; margin:0; width:5px; background:#c4172b; border:none;}
.right-text-col{padding:20px; text-align:right;}
.right-text-col h2{font-size:40px; text-transform:uppercase;}
.right-text-col p{font-size:16px; line-height:22px; max-width:800px;}


.qls{display:flex; flex-direction:row; justify-content: center; flex-wrap:wrap;}
.qls section{width:calc(33.33% - 30px); min-width:430px; height:320px; position:relative; margin:20px 15px; display:flex; flex-direction:row;}
.qls section p.light{transform:rotate(269.5deg); position:absolute; font-weight:900; font-family:'poppins', sans-serif; text-transform:uppercase; display:block; color:rgba(0,0,0,.05);}
.qls section p.tractor{top:120px; left:-140px; font-size:58px;}
.qls section p.trailer{top:120px; left:-120px; font-size:58px;}
.qls section p.hay{top:115px; left:-150px; font-size:35px; width:350px;}
.qls section p.zero{top:110px; left:-140px; font-size:52px; width:330px;}
.qls section p.imp{top:125px; left:-140px; font-size:49px;}
.qls section p.all{top:125px; left:-145px; font-size:40px; width:330px;}

.ql-icon{position:absolute; top:10px; transition:.5s ease; right:15px; height:70px; opacity:.7; width:100px; object-fit:contain; z-index:100;}
.ql-icon img{filter:brightness(1)!important;}
.light-text{width:10%; position:relative;}

.qls a{width:85%; height:100%; position:relative; overflow:hidden; background-color: #000;}
.qls a img{width:100%; height:100%; object-fit:cover; filter:brightness(.7); transition:.5s ease;}
.ql-text{position:absolute; z-index:150px; bottom:6%; left:8%;}
.ql-text h3{font-size:30px; font-weight:800; text-shadow:1px 1px 2px rgba(0,0,0,.8); color:#fff; text-transform:uppercase;}
.ql-text p{color:#fff; font-size:16px; text-transform:uppercase;}
.ql-text p i{padding-left:10px; transition:.5s ease;}

.qls a:hover .ql-icon {opacity:1; filter:brightness(1);}
.qls a:hover .ql-icon img{filter:brightness(1)!important;}
.qls a:hover img{filter:brightness(.5); transform:scale(105%);}
.qls a:hover .white-btn i {padding-left:20px;}

.btm-qls{width:100%; display:flex; flex-direction:row; justify-content: center;}
.btm-qls a{width:calc(25% - 10px); margin:5px; height:500px; position:relative; overflow:hidden;background-color: #000;}
.btm-qls a img{width:100%; transition:.3s ease; height:100%; object-fit:cover; filter:brightness(.8);}

.btm-qls a:hover img{transform:scale(105%); filter:brightness(.5);}
.btm-qls a:hover .white-btn i{padding-left:20px;}
/*---------brands-----------------*/
.logo-wrapper, .testi-wrapper{box-shadow:2px 2px 4px 2px rgba(0,0,0,.1);margin:10px 10px 80px 10px;}
.testi-wrapper{padding:20px; box-sizing:border-box;margin:10px 10px 80px 10px;}
p.name{font-size:18px; font-weight:800; color:#000; font-family:'Poppins', sans-serif; text-transform:uppercase; padding-bottom:5px;}
p.city{font-size:17px; font-weight:400; padding-bottom:15px;}
.testimonial{font-size:16px; line-height:22px; padding-bottom:20px;}
.stars i{color:#c4172b;}


.brandbar{
	background:transparent;
	margin: 0 auto;
	text-align: center;
	padding:40px 30px;
	box-sizing:border-box;
	width: 100%;
	max-width:1600px;
	top:0;
	left: 0;
	right:0;
}

.manu-slider img{width:90%; padding: 15px 45px; box-sizing:border-box; background-color:#fff; margin: 5px auto; }
.manu-slider img:hover {;-webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s;transform:scale(105%);}


/*-------------Pages-------------*/
.page-top{width:100%; position:relative; height:500px;background-color: #000;}
.page-top img{width:100%; height:100%; object-fit:cover; filter:brightness(.4);}
.page-top h1{max-width:1000px; width:98%; margin:0 auto; position:absolute; left:0; right:0; bottom:40%; padding:20px; box-sizing:border-box; border:solid 1px rgba(255,255,255,.6); text-align:center; color:#fff; font-weight:800; font-size:50px; text-transform:uppercase;}

.page-wrap h2{font-size:35px; text-transform:uppercase; padding-bottom:20px; }
.page-wrap p{font-size:16px; line-height:24px;}
.page-wrap{display:flex; flex-direction:row; justify-content: center; flex-wrap:wrap; position:relative; padding:100px 15px; box-sizing:border-box;}
.page-wrap p.light{transform:rotate(270deg); margin-left:-40px; position:absolute; font-weight:900; font-family:'poppins', sans-serif; text-transform:uppercase; display:block; color:rgba(0,0,0,.05); width:15%;}
.page-wrap p.page-text{top:120px; left:-120px; font-size:58px;}
.page-content{width:90%;}
.page-wrap .page-header{font-size:70px; top:50px; position:absolute; height:100px;}
.green-forest{width:700px!important;margin-left:-210px!important; top:100px!important;}
.siloam{width:700px!important;margin-left:-210px!important; top:100px!important; font-size:60px!important;}
.harrison{width:700px!important;margin-left:-210px!important; top:50px!important; font-size:80px!important;}
.about-us{width:400px!important;}

.grey-back{width:100%; background:#f0f0f0;}
.grey-back h3{padding:100px 20px 20px; text-transform:uppercase; box-sizing:border-box; text-align:center; font-size:40px; font-weight:800;}
.team-row{display:flex; flex-wrap:wrap; max-width:1400px; margin:0 auto; width:100%; flex-direction:row; justify-content: center; padding:20px 10px 80px 10px; box-sizing:border-box;}
.teammate{width:calc(25% - 20px); box-shadow:1px 1px 5px 2px rgba(0,0,0,.1); margin:10px; min-width:275px; background:#fff;}
.teammate img{width:100%; height:350px; object-fit:cover;}
.team-name{font-size:22px; font-family:'Poppins', sans-serif; font-weight:800; padding-bottom:5px;}
.team-title {font-size:18px; font-style: italic; padding-bottom:10px;}
.team-text{padding:30px; box-sizing:border-box;}
.team-text a{color:#B01325;}

.page-bottom{padding:80px 10px; box-sizing:border-box; text-align:center;}
.page-bottom p a{color:#000;}
.page-bottom h4{font-size:30px; text-transform:uppercase; font-weight:800; color:#000; padding-bottom:10px;}
.page-bottom p{font-size:16px; margin:0 auto; font-weight:400; line-height:24px; max-width:800px;}
.page-bottom a{margin-top:20px;}

/*-------Contact-------------*/
.contact-page{width:100%; display:flex; flex-direction:row;}
.contact-left{width:350px;}
.contact-right{width:calc(100% - 350px);}
.contact-left h2{font-size:24px;}
.contact-left h2 i{padding-right:5px;}
.contact-left a{font-size:18px; color:#000; transition:.3s ease; line-height:24px;}
.contact-left a:hover{color:#c4172b;}
/*--------FORM STYLES--------------------*/
.flex-form h3{font-size:18px; text-align:left; padding:20px 5px 0 5px;}
.flex-form h2{font-size:28px; text-align:left; padding:20px 5px 0 5px; text-transform:uppercase;}
.flex-form h4{font-size:20px; text-transform:uppercase; margin-left:5px;}
.flex-form{width:100%; max-width:1000px; text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px; padding:0 10px 80px 10px; box-sizing:border-box;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #363636;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-third{width:calc(33.33% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}


#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#c4172b; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 180px;border:none;height:auto; font-size:16px; font-weight:400; margin: 0 auto;}

#formpage input.submit-button:hover, #submit-btn button:hover{ background:#000; cursor:pointer;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:180px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#000;}
.footer-wrapper{max-width:1700px; margin:0 auto; width:100%; padding:80px 15px; box-sizing:border-box;}
.footer-wrapper img{max-width:220px; width:100%; margin:0 auto; display:block; padding-bottom:80px;}
.footer-row{width:100%; display:flex; flex-direction:row; padding-bottom:20px; }
.footer-left{width:35%; display:flex; flex-direction:row; justify-content: space-between; padding:0 20px; box-sizing:border-box;}
.footer-col p.bold{font-size:20px; padding-bottom:15px; font-weight:800; color:#fff; text-transform:uppercase;}
.footer-col ul li{color:#fff; font-size:15px; line-height:24px;}
.footer-col ul li a{color:#fff; text-transform:uppercase;}
.footer-right{width:65%; display:flex; justify-content: space-around; flex-direction:row;padding:0 20px; box-sizing:border-box;}
.footer-col p{color:#fff; font-size:15px; line-height:22px;}
.footer-col a{color:#fff; font-size:15px; transition:.3s ease; line-height:24px;}
.footer-col a:hover{color:#c4172b}

/*----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: #c4172b !important;
    color: #fff !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: #c4172b !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: #000 !important;
    color: #fff !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: 1550px) {
	.about-us{left:-40px;}
	.green-forest, .harrison, .siloam{margin-left:-240px!important;}
}

@media only screen and (max-width: 1300px) {
	.btm-qls{flex-wrap:wrap;}
	.btm-qls a{width:calc(50% - 10px); height:300px;}
}

@media only screen and (max-width: 1250px) {
	.cycle-slide{height:600px;}
	.slide-caption{bottom:20%;}
	.slide-caption h1{font-size:70px; line-height:70px;}
	.footer-row{flex-direction:column;}
	.footer-wrapper img{padding-bottom:20px;}
	.footer-left, .footer-right{padding:0px; width:100%;}
	.footer-left{justify-content:center; flex-direction:column;}
	.footer-left .footer-col{text-align:center;}
	.footer-col{padding:20px; box-sizing:border-box;}
	.about-us{left:-60px;}
	.green-forest, .harrison, .siloam{margin-left:-260px!important;}
	.teammate{width:calc(33% - 20px);}
	
}
@media only screen and (max-width: 1000px) {	
	.light-text{display:none;}
	.qls a{width:100%;}
	.qls section{width:calc(50% - 30px);}
	.qls section{min-width:400px; height:300px;}
	.page-top h1{font-size:40px; line-height:40px;}
	.page-top{height:450px;}
	.page-content h2{font-size:30px; line-height:30px;}
	.teammate img{height:300px;}
}
@media only screen and (max-width: 750px) {	
	.footer-right{flex-direction:column;}
	.footer-col{text-align:center;}
	.footer-col a.red-border{margin:10px auto;}
	.qls section{width:calc(80% - 30px);}
	.page-top{height:350px;}
	.page-top h1{font-size:35px; line-height:35px;}
	.contact-page{flex-direction:column;}
	.contact-left, .contact-right{width:100%;}
	.contact-left{padding-bottom:20px;}
	.contact-right iframe{height:350px;}
	.grey-back h3{font-size:30px; line-height:30px;}
}
@media only screen and (max-width: 650px) {	
	.search-wrapper{display:none;}
	.slide-caption h1{text-align:center; font-size:50px; line-height:50px;}
	.slide-caption{max-width:400px; margin:0 auto; left:0; right:0; bottom:26%;}
	.top-header-back{display:none;}
	.cycle-slide{height:450px;}
	.qls section{width:calc(100% - 30px); min-width:250px; height:270px;}
	.left-text-col h2, .right-text-col h2{font-size:30px; line-height:30px;}
	.btm-qls a{width:calc(100% - 10px); height:240px;}
	.flex-row{flex-direction:column;}
	.form-half, .form-third{width:calc(100% - 10px);}
	.teammate{width:calc(70% - 20px);}
	.teammate img{height:380px;}
	.flex-form h2{font-size:24px; line-height:24px;}
	.flex-form h3{font-size:18px!important;}
}

@media only screen and (max-width: 500px) {
	.slide-caption h1{font-size:40px; line-height:40px;}
	.cycle-slide{height:350px;}
	.brandbar{padding:25px 10px;}
	.page-top h1{font-size:30px; line-height:30px;}
	.page-bottom h4{font-size:25px; line-height:25px;}
	.teammate{width:calc(100% - 20px);}
	.flex-form h2{font-size:20px; line-height:20px;}
}

@media only screen and (max-width: 350px) {
	.slide-caption h1{font-size:30px; line-height:30px;}
	.cycle-slide{height:300px;}
	#menu-button a{font-size:20px!important; width:60px!important; padding:12px 0!important; margin-top:40px!important;}
	.page-top{height:300px;}
	.teammate img{height:350px;}
}



