﻿/***** 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;}

/*--- HEADER STYLES ---------------------*/
.head-search-1 {
	width: 100%;
    box-sizing: border-box;
    display: none;
    background: #ddd;
    padding: 20px 2%;
    margin: 0px auto;
}

.header-top {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #367C2B;
	display: flex;
	justify-content: space-between;
	padding: 0px 50px;
}
.header-top-contact {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	gap: 30px;
}
.header-top-search {
	position: relative;
	box-sizing: border-box;
}
.header-top-text {
	display: block;
	font-family: 'Onest', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 36px;
}
.header-top-link {
	font-family: 'Onest', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.header-top-link:hover {
	color: #ddd;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.head-search-toggle {
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	margin-right: 36px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.head-search-toggle:hover {
	color: #ddd;
	cursor: pointer;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.mobile-search-toggle {
	display: none;
}
header {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #241F1F;
}
.header-logo-cont {
	position: relative;
	display: block;
	max-width: 156px;
	width: 50%;
	margin: 16px 0px 16px 50px;
}
.header-logo-cont img {
	object-fit: contain;
	width: 100%;
	height: auto;
}



/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.block-center {
	margin: auto;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.btn-primary {
	display: block;
	font-family: 'Onest', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #0553AC;
	padding: 16px;
	min-width: 230px;
	max-width: 250px;
	border-radius: 8px;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.btn-primary:hover {
	background-color: #04448C;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.hero-title {
	font-family: 'Onest', sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 67px;
	text-transform: uppercase;
}
.hero-text {
	font-family: 'Onest', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}
.subtitle-lg {
	font-family: 'Onest', sans-serif;
	font-weight: 800;
	font-size: 56px;
	text-transform: uppercase;
	padding: 0px 20px;
}
.subtitle-md {
	font-family: 'Onest', sans-serif;
	font-weight: 700;
	font-size: 44px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.subtitle-sm {
	font-family: 'Onest', sans-serif;
	font-weight: 800;
	font-size: 32px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.sect-text {
	font-family: 'Onest', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 40px;
}

.hero-sect {
	box-sizing: border-box;
	width: 100%;
	height: 585px;
	background-image: url("/siteart/new-hero.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-sect-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(36,31,31,1), rgba(36,31,31,0));
}
.hero-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-width: 950px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	padding: 0px 110px;
}
.hero-btn-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}
.green-line {
	box-sizing: border-box;
	width: 100%;
	height: 8px;
	background-color: #367C2B;
}

.search-sect {
	box-sizing: border-box;
	width: 100%;
	background-color: #484646;
	padding: 45px 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-title {
	font-family: 'Onest', sans-serif;
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	margin-right: 40px;
}

.white-sect {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #fff;
	padding: 80px;
}
.half-sect {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	max-width: 720px;
	padding: 30px 50px;
}
.half-sect img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.half-sect iframe {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 378px;
}
.home-contact-links {
	display: block;
	font-family: 'Onest', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 34px;
	max-width: 340px;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.home-contact-links:hover {
	color: #04448C;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.black-sect {
	box-sizing: border-box;
	width: 100%;
	background-color: #241F1F;
	padding: 80px 0px;
}
.inv-btn-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1532px;
	margin: auto;
	margin-bottom: 50px;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.inv-btn-lg {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: calc(50% - 10px);
	margin-right: 10px;
	height: 468px;
	background-image: url(/siteart/new-hero.jpg);
	background-position: center center;
	background-size: cover;
}
.inv-btn-lg-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(5,83,172, 0.7);
	padding: 32px 44px;
	-webkit-transition: .3s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.inv-btn-lg-text {
	font-family: 'Onest', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}
.inv-btn-cont-sm {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 10px);
	margin-left: 10px;
	height: 468px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.inv-btn-md {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	height: 224px;
	background-image: url(/siteart/tractor.jpg);
	background-position: center center;
	background-size: cover;
}
.inv-btn-md-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(5,83,172, 0.7);
	padding: 28px;
	-webkit-transition: .3s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.inv-btn-md-text {
	font-family: 'Onest', sans-serif;
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
}
.inv-btn-sm {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: calc(50% - 10px);
	height: 224px;
	background-image: url(/siteart/tractor.jpg);
	background-position: center center;
	background-size: cover;
}
.inv-btn-hay {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: calc(50% - 10px);
	height: 224px;
	background-image: url(/siteart/hay-baler.jpg);
	background-position: center center;
	background-size: cover;
}
.inv-btn-harvest {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: calc(50% - 10px);
	height: 224px;
	background-image: url(/siteart/harvest.jpg);
	background-position: center center;
	background-size: cover;
}
.inv-btn-att {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: calc(50% - 10px);
	height: 224px;
	background-image: url(/siteart/ag-attachments.jpg);
	background-position: center center;
	background-size: cover;
}
.inv-btn-sm-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(5,83,172, 0.7);
	padding: 28px;
	-webkit-transition: .3s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.inv-btn-sm-text {
	font-family: 'Onest', sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
}
.inv-btn-lg-overlay:hover, .inv-btn-md-overlay:hover, .inv-btn-sm-overlay:hover {
	background-color: rgba(5,83,172, 0.3);
	-webkit-transition: .3s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.green-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #367C2B;
	height: 306px;
	margin: 100px 0px;
	display: flex;
	justify-content: center;
}
.callout-sm-cont {
	position: absolute;
	box-sizing: border-box;
	top: -50px;
	left: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0px 130px;
}
.callout-sm {
	position: relative;
	box-sizing: border-box;
	width: 30%;
	max-width: 456px;
	margin: 0px 16px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
	padding: 40px 32px 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

.gray-sect {
	box-sizing: border-box;
	width: 100%;
	background-color: #484646;
	padding: 80px;
}
.callout-lg {
	position: relative;
	box-sizing: border-box;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	border-radius: 20px;
	background-color: #fff;
	padding: 60px;
}

.page-header {
	box-sizing: border-box;
	width: 100%;
	background-image: url(/siteart/new-hero.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-header-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-image: linear-gradient(to right, rgba(36,31,31,1), rgba(36,31,31,0));
	padding: 110px;
}

.form-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 80px;
}

.lightgray-sect {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #B5C5C9;
	padding: 80px;
}

/*--------FORM STYLES--------------------*/

.header-searchbar {
	display: flex;
    box-sizing: border-box;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 5px 10px;
}
.header-searchbar .searchbar-type {
	width: 100%;
    font-family: 'Onest', serif;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    height: auto;
	border: none!important;
    line-height: normal;
    padding: 4px;
    border-radius: 0px;
}
.header-searchbar .searchbar-type:focus {
	outline: none!important;
}
.header-searchbar .searchbar-submit {
	color: rgb(85, 87, 89);
    font-size: 16px;
    background: rgb(255, 255, 255);
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    transition: 0.2s ease-in;
}
.header-searchbar .searchbar-submit:hover {
	color: #ff0000;
	transition: 0.2s ease-in;
}
.header-searchbar .searchbar-submit:focus {
	outline: none!important;
}

.searchbar {
	position: relative;
	box-sizing: border-box;
	width: 60%;
	max-width: 1100px;
	margin: 30px 56px;
	height: 60px;
	background-color: #fff;
	border-radius: 32px;
	display: flex;
	justify-content: space-between;
}

.searchbar .searchbar-type {
	height: 58px;
	margin: 0px;
	padding-left: 20px;
	border: none!important;
	width: 85%;
	font-family: 'Onest', sans-serif;
	font-size: 16px;
	border-radius: 30px 0px 0px 30px;
}

.searchbar .searchbar-type:focus {
	outline: none!important;
}

.searchbar .searchbar-submit {
	width: 110px;
	height: 60px;
	color: transparent;
	font-size: 28px;
	background-color: #0553AC;
	border: 1px solid #0553AC!important;
	border-radius: 0px 28px 28px 0px;
	-webkit-transition: .3s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.searchbar .searchbar-submit:hover {
	cursor: pointer;
	background-color: #04448C;
	border: 1px solid #04448C!important;
	-webkit-transition: .3s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Onest', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-input {
	font-family: 'Onest', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #B5C5C9;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Onest', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #B5C5C9;
	border: none;
	padding: 10px;
	height: 100px;
}

.contact-input:focus, .contact-textarea:focus {
	outline: none!important;
}

.CaptchaPanel {
	font-family: 'Onest', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #B5C5C9;
	border: none;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: none!important;
}

/*-------- FOOTER STYLES ----------------*/
footer{
	box-sizing: border-box;
	width: 100%;
	background-color: #241f1f;
}
.footer-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1950px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}
.footer-col {
	max-width: 360px;
	width: 29%;
	padding: 60px 80px;
}
.footer-col-lg {
	max-width: 480px;
	width: 42%;
	padding: 60px 50px;
}
.footer-col img {
	position: relative;
	width: 100%;
	max-width: 260px;
	margin-bottom: 30px;
}
.footer-title {
	font-family: 'Onest', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 42px;
}
.footer-link {
	font-family: 'Onest', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.footer-link:hover {
	color: #367C2B;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.footer-phone {
	display: block;
	font-family: 'Onest', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 34px;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.footer-phone:hover {
	color: #367C2B;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.ts-button.template-branded-button {
	color: #fff!important;
	background-color: #0553AC!important;
	font-family: 'Onest', sans-serif!important;
}

.ts-button.template-branded-button:hover {
	background-color: #04448C!important;
}

button.selected-facet.ts-button {
	color: #fff!important;
	background-color: #0553AC!important;
	font-family: 'Onest', sans-serif!important;
}

.view-listing-details-link.template-branded-button {
	color: #fff!important;
	background-color: #0553AC!important;
	font-family: 'Onest', sans-serif!important;
}
.view-listing-details-link.template-branded-button:hover {
	background-color: #04448C!important;
}

.selected-facet.ts-button {
	color: #fff!important;
	background-color: #0553AC!important;
}
.selected-facet.ts-button:hover {
	background-color: #04448C!important;
}

.list-title .list-title-text {
	font-family: 'Onest', sans-serif!important;
}
.list-content .list-listing-title-link {
	font-family: 'Onest', sans-serif!important;
}

.list-content .listing-category {
	font-family: 'Onest', sans-serif!important;
}

.list-redesign .price-contain {
	font-family: 'Onest', sans-serif!important;
}

.detail__title, .detail__specs-heading {
	font-family: 'Onest', sans-serif!important;
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
	.green-sect {
		height: 686px;
	}
	.callout-sm-cont {
		flex-wrap: wrap;
		padding: 0px 50px;
	}
	.callout-sm {
		width: calc(48% - 31px);
		max-width: 600px;
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 1280px) {
	.hero-title {
		font-size: 56px;
	}
	.subtitle-lg {
		font-size: 48px;
	}
	.subtitle-md {
		font-size: 38px;
	}
	.subtitle-sm {
		font-size: 30px;
	}
	
	.inv-btn-lg {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0px;
		height: 224px;
	}
	.inv-btn-lg-overlay {
		padding: 28px;
	}
	.inv-btn-lg-text {
		font-size: 32px;
	}
	.inv-btn-cont-sm {
		width: 100%;
		margin-top: 10px;
		margin-left: 0px;
		height: 100%;
	}
}

@media only screen and (max-width: 1150px) {
	.white-sect {
		padding: 50px;
	}
	.lightgray-sect {
		padding: 50px;
	}
	.half-sect {
		padding: 30px;
	}
	
	.footer-cont {
		flex-wrap: wrap;
	}
	.footer-col {
		box-sizing: border-box;
		max-width: 500px;
		width: 50%;
		padding: 60px 60px 30px;
	}
	.footer-col-lg {
		box-sizing: border-box;
		max-width: 600px;
		width: 100%;
		padding: 30px 60px 60px;
	}
}

@media only screen and (max-width: 1049px) {
	.header-top {
		display: none!important;
	}
	.mobile-search-toggle {
		display: block!important;
	}
	.head-search-toggle {
		font-size: 27px;
	}
}

@media only screen and (max-width: 1024px) {
	.white-sect {
		flex-direction: column;
	}
	.lightgray-sect {
		flex-direction: column;
	}
	.half-sect {
		width: 100%;
		max-width: 100%;
	}
	.search-sect {
		flex-direction: column;
	}
	.search-title {
		margin: 0px 0px 24px;
	}
	.searchbar {
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.hero-sect-overlay {
		background-image: linear-gradient(to right, rgba(36,31,31,1), rgba(36,31,31,0.3));
	}
	.hero-cont {
		padding: 110px 80px;
	}
	.page-header-overlay {
		background-image: linear-gradient(to right, rgba(36,31,31,1), rgba(36,31,31,0.3));
		padding: 110px 80px;
	}
	.green-sect {
		height: 996px;
	}
	.callout-sm-cont {
		flex-wrap: wrap;
		padding: 0px 30px;
	}
	.callout-sm {
		width: calc(100% - 60px);
		max-width: 600px;
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 720px) {
	.hero-title {
		font-size: 48px;
		line-height: 56px;
	}
	.hero-text {
		font-size: 18px;
		line-height: 26px;
	}
	.hero-btn-cont {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.inv-btn-cont-sm {
		gap: 10px;
	}
	
	.inv-btn-lg {
		height: 160px;
		margin: 0;
	}
	.inv-btn-lg-text {
		font-size: 24px;
	}
	.inv-btn-md {
		height: 160px;
	}
	.inv-btn-md-text {
		font-size: 24px;
	}
	.inv-btn-sm {
		width: 100%;
		margin: 0;
		height: 160px;
	}
	.inv-btn-hay {
		width: 100%;
		margin: 0;
		height: 160px;
	}
	.inv-btn-harvest {
		width: 100%;
		margin: 0;
		height: 160px;
	}
	.inv-btn-att {
		width: 100%;
		margin: 0;
		height: 160px;
	}
	.inv-btn-sm-text {
		font-size: 24px;
	}
	
	.gray-sect {
		padding: 50px 30px;
	}
	.callout-lg {
		padding: 50px 30px;
	}
	
}

@media only screen and (max-width: 640px) {
	.hero-cont {
		padding: 80px 50px;
	}
	
	.search-sect {
		padding: 24px;
	}
	
	.form-sect {
		padding: 50px 30px;
	}
	.form-row {
		flex-direction: column;
	}
	.form-half {
		width: 100%;
	}
	
	.footer-col {
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
		padding: 30px 60px 0px;
	}
	.footer-col-lg {
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
		padding: 60px;
	}
}

@media only screen and (max-width: 520px) {
	.btn-primary {
		min-width: 170px;
		font-size: 17px;
	}
	.hero-title {
		font-size: 40px;
		line-height: 48px;
	}
	.hero-text {
		font-size: 16px;
		line-height: 26px;
	}
	.subtitle-lg {
		font-size: 40px;
	}
	.subtitle-md {
		font-size: 32px;
	}
	.subtitle-sm {
		font-size: 24px;
	}
	.sect-text {
		font-size: 16px;
		line-height: 25px;
	}
	.hero-cont {
		padding: 50px 30px;
	}
	.page-header-overlay {
		padding: 110px 50px;
	}
	
	.search-title {
		font-size: 24px;
	}
	.searchbar .searchbar-submit {
		width: 76px;
	}
	.searchbar .searchbar-type {
		font-size: 14px;
	}
	
	.white-sect {
		padding: 50px 10px;
	}
	.lightgray-sect {
		padding: 50px 10px;
	}
	.half-sect {
		padding: 20px;
	}
	
	.inv-btn-cont {
		padding: 30px 10px;
	}
	
	.callout-sm-cont {
		padding: 0px 10px;
	}
	.callout-sm {
		width: calc(100% - 20px);
		padding: 30px 10px 30px;
	}
	
	.gray-sect {
		padding: 50px 16px;
	}
	.callout-lg {
		box-sizing: border-box;
		width: 100%;
	}
	
	.home-contact-links {
		font-size: 16px;
		
	}
	
	.footer-link, .footer-phone {
		font-size: 16px;
	}
}

@media only screen and (max-width: 400px) {
	.hero-title {
		font-size: 36px;
		line-height: 42px;
	}
	.hero-text {
		
	}
	.subtitle-lg {
		font-size: 36px;
	}
	.header-logo-cont {
		margin-left: 30px;
	}
	.hero-cont {
		padding: 50px 15px;
	}
	    .page-header-overlay {
        padding: 110px 30px;
    }
	
	.search-sect {
        padding: 24px 14px;
    }
	.searchbar .searchbar-type {
		font-size: 12px;
	}
}

