﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	font-family: Arial, sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

/* clear floats */
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.clear {
	clear: both;
}

/*image replacement*/
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-style: solid;
	height: 0;
}

img {
	border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

p {
	margin: 0;
	font-family: 'montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 1.6em;
}


h1 {
	font-family: 'montserrat', sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #da251c;
	padding-bottom: 10px;
}


h2 {
	font-family: 'montserrat', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #303030;
}


h3 {
	font-family: 'montserrat', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #00528b;
}


h4 {
	font-family: 'montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #da251c;
}


h5 {
	font-family: 'montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}


h6 {
	font-family: 'montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #00528b;
}

/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a,
a:link,
a:visited,
a:active {
	outline: 0;
	/*reset*/
	color: #aaa;
	text-decoration: none;
}

a:hover {
	outline: 0;
	/*reset*/
	text-decoration: none;
	color: #ccc;
}

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

nav ul {
	padding: 0;
	margin: 0;
}

nav ul li {}

nav>ul>li {
	display: inline-block;
	list-style-type: none;
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color: ;
}

nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a {
	line-height: ;
	color: ;
	text-align: ;
	font-size: ;
	font-weight: ;
}

nav.primary ul li li a:hover {
	color: ;
	text-align: ;
	font-size: ;
	font-weight: ;
}

nav.primary ul li li:hover {}


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
	position: absolute;
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 2000 !important;
}

nav.primary ul ul li {
	float: none;
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}

.primary_navLink {
	padding: 0px 18px;
	color: #fff !important;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.primary_navLink:hover {
	color: #ee3a31 !important;
	transition: 0.3s;
	text-decoration: none !important;
}

/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button {
	/* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width: 100%;
	position: relative;
	z-index: 400;
	/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: transparent;
	border-bottom: ;
	text-align: center;
	min-height: 0 !important;
}

#menu-button a {
	color: #fff;
	text-decoration: none;
	text-align: right !important;
}

nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #eee;
	z-index: 500;
	/* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}

nav.mobile h3 {
	/* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}

nav.mobile .menu-toggle {
	/* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}

.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
	color: #ee3a31 !important;
}

.close_mobile:hover {
	color: #303030 !important;
	transition: 0.2s !important;
}

nav.mobile .menu-toggle:hover {
	/* Menu close button on hover */
	color: #fff;
}

nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}

nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}

nav.mobile ul li a:hover {
	background: ;
	color: #2b2b2b;
}


nav.mobile ul li li a {
	/* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}

nav.mobile ul li li li a {
	/* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}

nav.mobile ul li span.click {
	/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size: 55%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 0 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 44px;
	height: 44px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}

nav.mobile ul li span.click:hover {
	background-size: 60%;
}



/*=====================
	slideshow styles
=======================*/

.mobilegreeting {
	display: none;
}


.heroslider{
	background-color: #000;
}


.herowrap {
	position: relative;
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
}

.slidetext {
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
}

.slidetext h1 {
	color: #fff;
	font-weight: 700;
	line-height: 1.2em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.slidetext h1 span {
	display: block;
}

.slides {
	padding: 0;
	color: #fff;
	position: relative;
}

.cycle-slideshow {
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .75);
}

.cycle-slideshow img {
	width: 100%;
}


/* pager */

.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 10px;
	overflow: hidden;
	display: none;
}

.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
	color: #2885b3;
}

.cycle-pager>* {
	cursor: pointer;
}


/*===================== 
	header styles 
=======================*/
.header-bg {
	background-color: #303030;
	padding: 1% 4%;
	display: flex;
	align-items: center;
}

.header-logo {
	text-align: center;
	margin: 0 auto;
}

.logo-div {
	padding: 0px 20px;
}

.left-div {
	text-align: right;
	padding: 0px 20px;
}

.left-div p,
.right-div p {
	display: inline-block;
	text-decoration: underline;
}

.left-div p {
	margin-left: 40px;
}

.right-div p {
	margin-right: 40px;
}

.right-div {
	text-align: left;
	padding: 0px 20px;
}

.header-phone {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding-top: 20px;
}

.header-phoneLink {
	font-weight: 600 !important;
	color: #fff !important;
}

.header-phoneLink:hover {
	color: #c7c7c7 !important;
}

.menu-bg {
	background-color: #00528b;
	padding: 1% 4%;
}


/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow img {
	width: 100%;
	padding: 0;
}

.cycle-slideshow {
	padding: 0;
	margin-bottom: 0px;
}


/*===================== 
	home styles 
=======================*/
.concrete-bg {
	background-image: url('/siteart/concrete-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1% 4%;
}

.home-btn {
	background-color: #00528b;
	margin: 0 auto;
	text-align: center;
	font-family: 'montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	max-width: 389px;
	padding: 15px;
	color: #fff;
	margin-bottom: 30px;
}

.home-btn:hover {
	background-color: #ee3a31;
	transition: 0.3s;
}

.btn-img {
	margin: 0 auto;
}

.home-text {
	background-image: url('/siteart/about-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 487px;
	padding: 7% 6%;
}

.home-h1 {
	font-family: 'montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 25px;
}

.home-p {
	font-family: 'montserrat', sans-serif;
	font-size: 18px;
	color: #fff;
	max-width: 720px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.learn-btn {
	background-color: #fff;
	color: #00528b;
	font-family: 'montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	max-width: 150px;
	text-align: center;
}

.learn-btn:hover {
	background-color: #ee3a31;
	color: #fff;
	transition: 0.3s;
}

.contact-bg {
	background-image: url('/siteart/concrete-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2% 4%;
	background-color: #fff;

	a{
		color: #00000095;
	}
}

.location-divLeft {
	margin: 0 auto;
	text-align: center;
	padding-left: calc(0.0625rem + ((1vw - 8.54px) * 29.925));
}

.location-divRight {
	margin: 0 auto;
	text-align: center;
	padding-right: calc(0.0625rem + ((1vw - 8.54px) * 29.925));
}

.col-xs-12.col-sm-4.location-divRight.centerstuff {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.location-divRight:first-of-type {
	margin: 0 auto !important;
}

.location-phone {
	font-family: 'montserrat', sans-serif;
	color: #000 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
}

.location-phone>a:hover {
	color: #ee3a31 !important;
}

.contact-logo {
	display: inline-block;
	padding: 20px 25px;
	margin: 0 auto;
}

.home-contactDiv {
	text-align: center;
}


/*===================== 
	scrolling inventory 
=======================*/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.scrolling {
	width: 100%;
	height: 92px;
}


/*===================== 
	content pages
=======================*/
.content-container {
	padding-top: 3%;
	padding-bottom: 10%;
	overflow: hidden !important;
}

.contact-link {
	color: #00528b !important;
	font-weight: 600;
}

.contact-link:hover {
	color: #da251c !important;
	transition: 0.3s;
}

.contact-phoneLink {
	font-weight: 700;
	color: #000 !important;
}

.contact-phoneLink:hover {
	color: #ee3a31 !important;
	transition: 0.2s;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-top {
	min-height: 140px;
	padding-left: 0px;
	padding-right: 0px;
}

.contact-team {
	padding: 10px 10px 15px 0px;
	min-height: 65px;
}



/*===================== 
	Forms 
=======================*/
.home_input {
	width: 100%;
	padding: 10px;
	font-family: 'montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

.form_inputStyle {
	padding: 4px;
}

.contact_submitBtn {
	border: none !important;
	margin-left: 5px;
	background-color: #00528b;
	color: #fff;
	font-family: 'montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	max-width: 150px;
	text-align: center;
}

.contact_submitBtn:hover {
	background-color: #ee3a31;
	transition: 0.3s;
}



/*===================== 
	inventory styles 
=======================*/
.attachment-search .search-checkboxes label .row input[type="checkbox"] {
	margin-left: 22px;
	margin-top: 5px;
}

h2.m-1 {
	font-family: 'montserrat', sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-name {
	font-family: 'montserrat', sans-serif;
	color: ;
}

.hosted-content .listings-wrapper .listings-list .listing-name>a {
	color: #00528b !important;
}

.hosted-content .listings-wrapper .listings-list .listing-name>a:hover {
	color: #da251c !important;
	transition: 0.2s;
	text-decoration: none !important;
}

.span-break {
	font-size: 20px !important;
}

h3.m-bottom-10 {
	font-size: 20px !important;
}

h5>a {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #00528b !important;
}

h5>a:hover {
	color: #da251c !important;
	transition: 0.2s !important;
}

.hosted-content .machinelocation {
	color: #000 !important;
	text-decoration: none !important;
}

.hosted-content .machinelocation:hover {
	color: #da251c !important;
}

.js-phone-clicktotrack {
	color: #000 !important;
	text-decoration: none !important;
}

.js-phone-clicktotrack:hover {
	color: #da251c !important;
}

.hosted-content .listings-detail-wrapper .listing-details a.email-seller {
	color: #da251c !important;
}

.hosted-content .listings-detail-wrapper .listing-details a.email-seller:hover {
	color: #000 !important;
}

.m-top-15>h4 {
	color: #000 !important;
}

div.call-it-listing a.call-it,
div.mobile-call a.call-it {
	background: #eee !important;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
}

a.footerlink:hover {
	text-decoration: none;
	font-size: 12px;
	color: #ee3a31 !important;
	font-family: 'montserrat', sans-serif;
}

.footertext {
	font-size: 12px;
	color: #fff;
	font-family: 'montserrat', sans-serif;
}

.smallfootertext {
	font-size: 11px;
	color: #fff;
	font-family: 'montserrat', sans-serif;
}

.divfooter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

.footer-bg {
	background-color: #00528b !important;
	padding: 1% 4% 2% 4%;
}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.primary_navLink {
		padding: 0px 10px;
		font-size: 13px;
	}

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.primary_navLink {
		padding: 0px 10px;
		color: #00528b !important;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
		font-weight: 600;
	}

	.primary_navLink:hover {
		color: #ee3a31 !important;
		transition: 0.2s !important;
	}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.left-div {
		text-align: center;
	}

	.right-div {
		text-align: center;
	}

	.home-text {
		min-height: 400px;
		padding: 7% 6%;
	}

	.location-divLeft {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.location-divRight {
		padding-right: 0px !important;
		padding-left: 0px !important;
		padding-top: 25px;
	}

	.contact-top {
		padding-bottom: 15px;
		min-height: auto;
		padding-left: 0px;
		padding-right: 0px;
	}

	.hillister {
		padding-top: 30px;
	}

	.contact-ourTeam {
		text-align: center;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 700px) {
	.mobilegreeting {
		display: block;
		line-height: 1.2em;
		font-size: 21px;
		border: #fff solid 1px;
		padding: 5px;
		color: #fff;
		text-align: center;
		margin-bottom: 30px;
	}

	.mobilegreeting span {
		display: block;
		color: #ffa200;
		font-weight: 700;
	}

	.slidetext {
		display: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.home-p {
		font-size: 14px;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

/* B FROM FISCHER  */
.borrowed h1 {
	font-weight: 700;
	color: #00528B;
	font-size: 27px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.borrowed h2 {
	font-weight: 700;
	color: #00528B;
	font-size: 33px;
	font-style: italic;
}

.borrowed h3 {
	font-weight: 700;
	color: #00528B;
	font-size: 16px;
}

.borrowed .breakup h3 {
	padding-bottom: 15px;
}

.borrowed p {
	font-size: 22px;
	line-height: 34px;
	margin-top: 20px;
}

.borrowed .breakup p {
	padding-bottom: 40px;
}

.borrowed .breakup:first-of-type p {
	padding: 0;
}

.borrowed a {
	color: inherit;
	transition: all 0.2s ease-in-out 0s;
}

.borrowed a:hover {
	color: #00528B;
}

.borrowed . {
	padding: 130px 0;
	background: #fff;
}

.borrowed .container {
	max-width: 1366px;
	margin: 130px auto;
	width: 95%;
}

.borrowed .container * {
	font-family: 'Montserrat', sans-serif;
}

.borrowed .breakup {
	margin-bottom: 10px;
	/* padding: clamp(50px, 6.5870375rem, 100px) 0; */
	width: 100%;
}

.borrowed .box {
	margin-bottom: 15px;
}

.borrowed .agco {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.borrowed .financing:not(.container.cf*) {
	float: left;
	width: 31%;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	color: #555;
	padding: 25px 0;
}

.borrowed .showroom {
	float: left;
	width: calc(20% - 6px);
	border: 1px solid #ccc;
	padding: 15px 0;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	margin: 5px 3px;
	transition: all 0.2s ease-in-out 0s;
}

.borrowed .showroom a {
	text-decoration: none;
	color: #555;
}

.borrowed .showroom:hover {
	border: 1px solid #00528B;
}

.borrowed .showroom-fish a {
	float: left;
	width: calc(20% - 6px);
	border: 1px solid #00528B;
	padding: 15px 5px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 100;
	line-height: 18px;
	text-align: center;
	margin: 5px 10px;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
	cursor: pointer;
}

.borrowed .showroom-fish:first-of-type a {
	background: #00528B;
	color: white;
}

.borrowed .showroom-fish a {
	text-decoration: none !important;
}

.borrowed .showroom a {
	text-decoration: none;
	color: #555;
}

.borrowed .showroom-fish a:hover {
	background: #00528B;
	color: #fff;
}

@media screen and (max-width: 960px) {
	.borrowed .showroom-fish a {
		width: 100% !important;
	}

	.borrowed .box {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 1200px) {
	.borrowed .agco {
		flex-direction: column;
	}
}

@media screen and (max-width: 1200px) and (min-width: 971px) {
	.borrowed .container {
		padding: 0 25px;
	}

	.borrowed .showroom {
		width: calc(25% - 6px);
	}

	.borrowed .showroom {
		width: calc(25% - 6px);
	}
}

@media screen and (max-width: 970px) and (min-width: 769px) {
	.borrowed .container {
		padding: 0 25px;
	}

	.borrowed .showroom {
		width: calc(33.3333% - 6px);
	}
}

@media screen and (max-width: 768px) and (min-width: 651px) {
	.borrowed .container {
		padding: 0 25px;
	}

	.borrowed .showroom {
		width: calc(33.3333% - 6px);
	}
}

@media screen and (max-width: 720px) {
	.borrowed .agco {
		display: block;
	}
}

@media screen and (max-width: 650px) and (min-width: 531px) {
	.borrowed .container {
		padding: 0 25px;
	}

	.borrowed .financing:not(.container.cf*) {
		width: 100%;
		margin: 15px 0;
	}

	.borrowed .showroom {
		width: calc(50% - 6px);
	}
}

@media screen and (max-width: 530px) {
	.borrowed .container {
		padding: 0 25px;
	}

	.borrowed .financing:not(.container.cf*) {
		width: 100%;
		margin: 15px 0;
	}

	.borrowed .showroom {
		width: calc(50% - 6px);
	}
}

/* BRWED BG  */
.borrowedbg pre {
	white-space: pre-wrap;
}

.borrowedbg html {
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

.borrowedbg body {
	font-family: "Roboto Slab", serif;
	margin: 0;
	padding: 0;
	background: url(../siteart/p6.png) repeat;
	color: #000;
	scroll-behavior: smooth;
}

.borrowedbg img {
	border: 0;
	max-width: 100%;
}

.borrowedbg h1,
.borrowedbg h2,
.borrowedbg h3,
.borrowedbg h4,
.borrowedbg h5,
.borrowedbg h6 {
	font-family: "Roboto Slab", serif;
	margin: 0;
	padding: 0 0 2%;
	font-weight: 400;
	line-height: 1.5em;
}

.borrowedbg h1 {
	font-size: 48px;
}

.borrowedbg h2 {
	font-size: 42px;
}

.borrowedbg h3 {
	font-size: 30px;
}

.borrowedbg h4 {
	font-size: 24px;
}

.borrowedbg h5 {
	font-size: 20px;
}

.borrowedbg p {
	width: 478px;
	height: 125px;
	font-family: Montserrat;
	font-weight: 600;
	font-size: max(20px, 1.5vw) !important;
	line-height: 42px;
	text-align: left;
	margin-left: 10px;
	color: #000;
}

.borrowedbg a {
	text-decoration: none;
	color: inherit;
}

.borrowedbg a:hover {
	text-decoration: none;
}

.borrowedbg .wrapper {
	width: 96%;
	max-width: 1610px;
	margin: 0 auto;
	padding: 0;
}

.borrowedbg .morebtn {
	width: 90px;
	background: #fd7e09;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 8%;
}

.borrowedbg .usedfeatures {
	padding: max(30px, 3%) 0;
	text-align: center;
	background: white;
	box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
}

.borrowedbg * {
	font-family: 'Montserrat', sans-serif !important;
}

.borrowedbg .usedfeatures h2 {
	color: #fff;
}

.borrowedbg .quarters {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	width: 29%;
	margin: 0 .5%;
	text-align: left;
	/* max-width: 440px; */
}

.borrowedbg .quarters:first-of-type {
	margin-right: 120px;
}

.quarters.featurehero {}

.borrowedbg .usedfeatures h5 {
	text-align: left;
	line-height: 1.3em;
}

.borrowedbg .featurebox {
	background: #fd7e09;
	position: relative;
	width: 94%;
	overflow: hidden;
	border: 6px solid #fd7e09;
}

.borrowedbg .featurebox img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.borrowedbg .titlebar {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-top: 4px solid #fd7e09;
	background: #fff;
}

.borrowedbg .titlebar p {
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	padding: 0;
}

.borrowedbg .reversed {
	background: #000;
}

@media screen and (max-width: 1400px) {
	.borrowedbg h1 {
		font-size: 40px;
	}

	.borrowedbg h2 {
		font-size: 36px;
	}

	.borrowedbg h3 {
		font-size: 30px;
	}

	.borrowedbg h4 {
		font-size: 24px;
	}

	.borrowedbg h5 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1100px) {
	.borrowedbg #usedtext {
		width: 80%;
		margin: 0 auto;
	}

	.borrowedbg .featurebox {
		width: 96%;
	}

	.borrowedbg .usedfeatures h5 {
		text-align: center;
	}

	.borrowedbg .reversed {
		margin: 0 auto;
		width: 40%;
	}

	.borrowedbg .quarters {
		width: 29%;
		margin: 2%;
	}
}

@media screen and (max-width: 1000px) {
	.borrowedbg h1 {
		font-size: 36px;
	}

	.borrowedbg h2 {
		font-size: 30px;
	}

	.borrowedbg h3 {
		font-size: 24px;
	}

	.borrowedbg h4 {
		font-size: 20px;
	}

	.borrowedbg h5 {
		font-size: 18px;
	}
}

@media screen and (max-width: 800px) {
	.borrowedbg h1 {
		font-size: 30px;
	}

	.borrowedbg h2 {
		font-size: 24px;
	}

	.borrowedbg h3 {
		font-size: 20px;
	}

	.borrowedbg h4 {
		font-size: 18px;
	}

	.borrowedbg h5 {
		font-size: 16px;
	}

	.borrowedbg .morebtn {
		margin: 0 auto;
		width: 60%;
	}

	.borrowedbg .reversed {
		margin-bottom: 4%;
	}

	.borrowedbg .quarters {
		width: 45%;
	}

	.borrowedbg .featurehero {
		width: 40%;
	}

	.borrowedbg .usedfeatures h2 {
		width: 90%;
		margin: 0 auto;
		line-height: 1.2em;
	}
}

@media screen and (max-width: 700px) {
	.borrowedbg #usedtext {
		width: 90%;
	}
}

@media screen and (max-width: 600px) {
	.borrowedbg .featurebox {
		width: 95%;
	}
}

@media screen and (max-width: 480px) {
	.borrowedbg h1 {
		font-size: 26px;
	}

	.borrowedbg h2 {
		font-size: 20px;
	}

	.borrowedbg h3 {
		font-size: 18px;
	}

	.borrowedbg h4 {
		font-size: 16px;
	}

	.borrowedbg h5 {
		font-size: 15px;
	}

	.borrowedbg .morebtn {
		width: 100%;
		padding: 10px 0;
		margin-bottom: 4%;
	}

	.borrowedbg .quarters {
		width: 90%;
	}

	.borrowedbg .featurehero {
		width: 70%;
	}
}

@media screen and (max-width: 380px) {
	.borrowedbg .featurehero {
		width: 80%;
	}
}

@media screen and (max-width: 1100px) {
	.borrowedbg .more {
		position: absolute;
		right: 5%;
	}
}

/* BRD AEQ  */

.aeq a.standardbtn {
	font-size: max(16px, 1.04167vw);
	line-height: max(10px, 1.19792vw);
	text-align: left;
	color: #131313;
	padding: max(14px, 0.88542vw) max(24px, 1.30208vw);
	background: #e7e7e7;
	display: flex;
	align-items: center;
	margin-right: max(9px, 1.04167vw);
	font-weight: 400 !important;
}

.aeq a.standardbtn:not(.decoration):hover {
	filter: invert(1);
	transition: -webkit-filter 0.5s linear 0s;
}

.aeq a:active,
.aeq a:link,
.aeq a:visited {
	text-decoration: none;
}

.aeq a:hover {
	text-decoration: none;
}

.aeq .threebtns {
	display: flex;
	justify-content: center;
}

.aeq main>.threebtns:first-of-type>a:first-of-type img {
	height: max(17px, 2.08333vw) !important;
}

.aeq .standardbtn {
	text-transform: uppercase;
	/* font-family: interstate-condensed, sans-serif !important; */
}

.aeq a.standardbtn.decoration::after {
	/* content: ""; */
	width: max(30px, 3.54167vw);
	height: max(4px, 0.52083vw);
	display: block;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
	background: #d2d2d2;
	transition: all 0.2s ease 0s;
}

.aeq .servicecta a.standardbtn.decoration:last-of-type::after {
	background: #e5b548;
}

.aeq .servicecta a.standardbtn.decoration:first-of-type::after {
	background: #e4a22a;
}

.aeq a.standardbtn.decoration:hover::after {
	width: 100%;
	transition: all 0.2s ease 0s;
}

.aeq .service .threebtns .standardbtn:first-of-type {
	background: var(--primary);
}

.aeq .service .threebtns .standardbtn:last-of-type {
	background: #00528B;
	color: white !important
}

.aeq .threebtns .standardbtn img {
	height: max(17px, 1.5625vw);
	margin-right: max(9px, 0.625vw);
}

.aeq .decoration::after {
	/* content: ""; */
	width: max(30px, 3.54167vw);
	height: max(39px, 4.6875vw);
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
}

.aeq .threebtns>.decoration:first-of-type::after {
	background-position: center bottom;
	bottom: 0;
	top: unset;
}

.aeq main>.threebtns a.standardbtn {
	font-weight: 300;
	font-size: max(16px, 1.30208vw);
	line-height: max(14px, 1.71875vw);
	text-align: left;
	color: #131313;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	background: var(--secondary1);
	padding: max(18px, 1.5625vw) max(28px, 3.125vw);
	margin-right: 0;
}

.aeq main>.threebtns a.standardbtn:nth-of-type(1) {
	background: #fff;
}

.aeq main>.threebtns a.standardbtn:nth-of-type(2) {
	background: #f6f6f6;
}

.aeq .service {
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--neutral2);
	position: relative;
	/* padding: max(127px, 11.1042vw) max(114px, 13.5417vw) max(219px, 23.0417vw) max(127px, 15.1042vw); */
	z-index: 0;
}

.aeq .service::before {
	/* content: ""; */
	height: max(223px, 26.5625vw);
	background: #c9c9c9;
	position: absolute;
	width: 150%;
	transform: rotate(-8deg);
	z-index: 0;
	mix-blend-mode: soft-light;
}

.aeq .service .servicecta {
	z-index: 1;
	width: max(293px, 34.8958vw) !important;
}

.aeq .service .servicecta,
.aeq .service .servicecta img {
	width: 100%;
}

.aeq .service .servicecta .threebtns a {
	margin-right: 0;
	font-size: max(15px, 1vw) !important;
	padding: 15px 30px;
	position: relative;
	width: max(95px, 11.3021vw);
	display: flex;
	justify-content: center;
	text-align: center;
	line-height: 1.1;
}

.aeq .service .servicecta .threebtns a:first-of-type {
	width: 100%;
}

@media screen and (max-width: 1300px) {
	.aeq .service {
		/* padding-left: 9vw; */
		/* padding-right: 9vw; */
		display: flex;
		justify-content: center;
		margin: 17px 0;
	}

	.borrowedbg .wrapper {
		display: flex;
		flex-direction: column
	}

	.borrowedbg .quarters,
	.borrowedbg .quarters p {
		width: 100%;
		text-align: center;
		height: auto;
		margin-bottom: 10px;
	}

	.borrowedbg .quarters p {}
}

@media screen and (max-width: 840px) {
	.aeq .threebtns {
		flex-direction: column;
		align-items: center;
	}

	.aeq .service .threebtns .standardbtn:last-of-type {
		width: 25%;
	}

	.aeq main>.threebtns a.standardbtn {
		margin: 0 !important;
	}

	.aeq .threebtns a.standardbtn {
		justify-content: center;
		margin-bottom: 18px;
	}

	.aeq .service {
		flex-direction: column;
	}

	.aeq .service .servicecta {
		width: 100%;
	}

	.aeq .service .servicecta img {
		width: 100%;
		max-height: 200px;
		object-fit: cover;
		object-position: center bottom;
	}

	.aeq .service .servicecta .threebtns {
		width: 100%;
		flex-direction: inherit;
	}

	.aeq .service .servicecta .threebtns a {
		margin: 0;
	}

	.aeq .service .servicecta .threebtns a:first-of-type {
		/* width: 75%; */
	}

	.aeq .service .servicecta .threebtns a {
		padding-left: 15px;
		padding-right: 15px;
		justify-content: flex-start;
	}
}