@charset "utf-8";
/* CSS Document */

/***** 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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection{background: #e8020e; color: #fff; text-shadow: none} ::selection{background: #e8020e; color: #fff; text-shadow: none;}

body {
	overflow-x: hidden;
	line-height: 1.42857;
	letter-spacing: .02em;
	font-family: 'Raleway', sans-serif!important;
	background: #000 url('/siteart/welcome-bg.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.width, .inventory-width {width: 90%; margin: 0 auto; max-width: 1500px;}
.wrapper-width {width: 90%; margin: 0 auto; max-width: 1020px; }

/**SCROLL UP BUTTON**/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff!important;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #383838 /*black*/ url(../siteart/scroll-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius: 100px;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:5px;
  border: .5px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity .3s 0s, visibility 0s .5s;
  -moz-transition: opacity .3s 0s, visibility 0s .5s;
  transition: opacity .3s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
.cd-top:hover {
  background-color: #2F2F2F;
}


/***************************  HEADER STYLES  *************************************/
header.homepage {
	width: 100%;
	display: inline-block!important;
	margin: 0 auto;
	background: rgba(169,169,169,.5);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
	position: relative;
	z-index: 10;
}
header {
	width: 100%;
	display: inline-block!important;
	margin: 0 auto;
	background: rgba(169,169,169,.5);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
	position: relative;
	z-index: 10;
}

header .top-hdr {
	width: 100%;
	display: inline-block;
	background: #000;
	text-align: right;
	line-height: 45px;
	font-size: 13px;
	letter-spacing: .5px;
}

header .top-hdr a {
	color: #fff;
}

header .top-hdr a:hover {
	color: #ddd;
}

header .top-hdr .fas {
	margin-right: 5px;
	margin-left: 10px;
}

header .flex-wrapper {width: 90%; margin: 0 auto; max-width: 1500px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}

a#logo {
	display: block;
	margin-bottom: -3em;
}

a#logo img {
	width: 100%;
	max-width: 175px;
	height: auto;
}

a#manu-logo, a#agco-finance {
	display: block;
	margin-top: 15px;
}

a#manu-logo img {
	width: 100%;
	max-width: 110px;
	height: auto;
}

a#agco-finance img {
	width: 100%;
	max-width: 65px;
	height: auto;
	padding-left: 15px;
}

.search-and-logo-wrap {
	display: inline-flex;
	align-items: center;
}

.search-and-logo-wrap form.detailed-search {
	margin: 0 20px;
	width: 100%;
	max-width: 240px;
	display: flex;
}

form.detailed-search input::placeholder {
	letter-spacing: .5px;
}

form.detailed-search input {
	padding: 6px 10px!important;
	line-height: 22px!important;
	font-size: 14px;
	border: none;
	letter-spacing: .5px;
	border-radius: 0;
	height: 40px;
}

form.detailed-search input#keywords {width: 70%; height: 40px; border: none;}

form.detailed-search input#submit {
	background: #000!important;
	color: #fff!important;
	padding: 7px 22px!important;
	cursor: pointer;
	width: 30%;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

form.detailed-search input#submit:hover {
	background: #ddd;
	color: #000;
	font-weight: bold;
}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.slideshow-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-top: -165px;
}

.slideshow-wrap .title {
	width: 100%;
	max-width: 620px;
	position: absolute;
	z-index: 2;
	background: #fff;
	bottom: 20px;
	padding: 1.5em 1.5em 1.5em 6em;
	line-height: 30px;
	transform-origin: bottom right;
    -webkit-transform: skew(-150deg, 0deg);
    -ms-transform: skew(-150deg, 0deg);
    -o-transform: skew(-150deg, 0deg);
    transform: skew(-150deg, 0deg);
}
.slideshow-wrap .title h1 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
    -webkit-transform: skew(150deg, 0deg);
    -ms-transform: skew(150deg, 0deg);
    -o-transform: skew(150deg, 0deg);
    transform: skew(150deg, 0deg);
	line-height: 34px;
}
.slideshow-wrap .title h1 span {
	color: #e8020e;
}


/* quick links section */
.qk-links-wrapper {
	width: 100%;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	background: #000 url('/siteart/quicklinks-bg.png') repeat;
	padding: 2em;
}

/* zoom quick links styles */
.zoom-container {
	width: 45.8%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 1.5%;
}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	background: rgba(0, 0, 0, .3)

}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	text-align: center;
	margin: 0 auto;
	background: rgba(0, 0, 0, .25);
	height: 100%;
}

.zoom-container .zoom-caption:hover {
	background: rgba(0, 0, 0, 0);;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;
}

.zoom-container .zoom-caption p {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight:700;
	padding: 5px 0;
	text-transform: uppercase;
	color: #eeeeee;
	top: 40%;
	text-shadow: 2px 2px 8px #222222;
    -webkit-text-shadow: 2px 2px 8px #222222;
    -moz-text-shadow: 2px 2px 8px #222222;
    -ms-text-shadow: 2px 2px 8px #222222;
	position: absolute;
	left: 0;
	right: 0;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	background: rgba(0, 0, 0, .3);}

.zoom-container:hover .zoom-caption {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;
}


/* welcome section */
.welcome-wrapper {
	width: 100%;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	background: #000 url('/siteart/welcome-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 80px 40px;
	text-align: center;
}

.welcome-wrapper h1 {
	text-transform: uppercase;
	color: #e8020e;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 25px;
}

.welcome-wrapper h1 span {
	color: #000;
	font-size: 20px;
}

.welcome-wrapper p {
	margin-bottom: 30px;
}

.welcome-wrapper a#cta-btn, .welcome-wrapper a#cta-btn2 {
	float: left;
	width: 48%;
	margin: 1%;		
}

.welcome-wrapper a#cta-btn button {
	background: #e8020e;
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 1em;
	border: 2px solid #e8020e;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	cursor: pointer;
	transition: .2s ease-in;
}

.welcome-wrapper a#cta-btn2 button {
	background: #fff;
	color: #e8020e;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 1em;
	border: 2px solid #e8020e;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	cursor: pointer;
	transition: .2s ease-in;
}

.welcome-wrapper a#cta-btn button:hover, .welcome-wrapper a#cta-btn2 button:hover {
	background: #000;
	color: #fff;
	border: 2px solid #fff;
}

.welcome-wrapper .fas {
	margin-right: 5px;
}


/* MANU LOGOS BANNER */
.manu-logos {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 1em 8%;
}

.manu-logos a {
	width: calc(14% - 1em);
	margin: .5em;
}

.manu-logos img {
	width: 100%;
	height: auto;
	max-width: 222px;
	padding: 1em;
}

/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: auto;
}

.page-wrapper .wrapper-width {
	max-width: 1200px;
}

.page-wrapper .banner {
	width: 100%;
	background: #000 url('/siteart/financing-hero.jpg') no-repeat center;
	background-size: cover;
	padding: 60px 10px;
	margin-bottom: 20px;
	border: 2px solid #fff;
}

.page-wrapper .banner:hover {
	border: 2px solid #e8020e;
}

.subpage_Banner {
    
    padding: 10px 0px !important;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
	
}

.page-wrapper .banner h2 {
	padding: 60px 40px;
	text-align: center;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.75);
	color: #fff;
	line-height: 30px;
	font-size: 28px;
	font-family: 'Raleway', sans-serif!important;
}

.page-wrapper .banner h2 span {
	font-weight: 400;
	font-size: 18px;
	font-family: 'Raleway', sans-serif!important;
}

.form_row {
    padding: 20px 0px !important;
}
.page-wrapper .banner h2 .fas {
	font-size: 18px;
	vertical-align: middle;
}

.page-wrapper .cta-logos {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.page-wrapper .cta-logos img {
	width: 100%;
	max-width: 175px;
	margin: 20px;
	vertical-align: middle;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: auto;
	background: rgba(255,255,255,.85);
	padding: 3em;
}

.contact-info .left {
	float: left;
	width: 50%;
	padding: 1rem;
}

.contact-info .title h2 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 30px;
}

.contact-info p {
	margin: 20px 0;
}

.contact-info a, .contact-info p span {
	color: #e8020e;
	font-weight: 700;
}

.contact-info p a:hover {
	text-decoration: underline;
}

.contact-info .right {
	float: right;
	width: 45%;
	margin: 20px;
}

.contact-info .right img {
	width: 100%;
	height: auto;
	display: block;
}

.contact-info .right a#cta-btn {
	float: left;
	width: 50%;
	margin: 5px 0;
	display: block;
}
.contact-info .right a#cta-btn button {
	display: block;
	text-align: center; 
	padding: 10px 2%;
	color: #fff;
	text-transform: uppercase;
	background: #e8020e;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 13px;
	border: 2px solid #fff;
	width: 100%;
	cursor: pointer;
	transition: .2s ease-in;
}

.contact-info .right a#cta-btn button:hover {
	background: #000;
}

.contact-info a.event {
	float: left;
	width: 48.5%;
	display: inline-block;	
	margin: 5px;
}

.contact-info a.event button {
	border: 2px solid #fff;
	text-align: center;
	background: #ddd;
	padding: 1em;
	width: 100%;
	cursor: pointer;
	transition: .2s ease-in;
}

.contact-info a.event button:hover {
	background: #d2d2d2;
	border: 2px solid #e8020e;
}

.contact-info a h2 {
	color: #000;
}

.contact-info a h2 span {
	font-size: 16px;
}

.contact-info a h3 {
	margin-bottom: 10px;
}

/*  CONTACT FORM FIELDS  ============================================================================= */

.page-wrapper .banner {
	width: 100%;
	background: #000 url('/siteart/financing-hero.jpg') no-repeat center;
	background-size: cover;
	padding: 60px 10px;
	margin-bottom: 20px;
	border: 2px solid #fff;
}

.contact-info {
    width: 100%;
    display: inline-block;
    margin: auto;
    background: rgba(255,255,255,.85);
    padding: 3em;
}

.contact_Form input {
	width: 100%;
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
}
	.contact_Form input.resume {
		width: auto !important;
		padding:6px 5px;
		border: 0px;
		color:#000;
		font-size:12px;
		margin:5px 0px !important;
		box-sizing: border-box;
		background: #e2e2e2;
		display: block;
	}

.inner {
    vertical-align: top;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    
	width: 100%;
    display: inline-block;
    margin: auto;
    background: rgba(255,255,255,.85)!important;
    padding: 3em;
}

.contact_Form textarea {
	width: 100%;
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	color:#000;
	font-size:12px!important;
	height: 250px;
	box-sizing: border-box;
}

.contact_Form select {
	width: 100%;
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
}

.contact_Form h1 {
	font-size: 24px;
	color: #e8020e;
	
}
.contact_Form h2 {
    font-family: 'Raleway', sans-serif!important;
    text-align: left !important;
    margin-bottom: 7px;
	font-size:18px;
}

.contact_Form input.checkbox {
	padding:0; 
	border:0;
	margin:0 5px 0 0;
	width:13px;
	height:13px;
	display:inline;
	background-color:#fff;
}

.contact_Form input.radio {
	padding:0; 
	border:0;
	margin:0 5px 0 0;
	width:15px;
	height:15px;
	display:inline;
}



/*  FOCUS & HOVER  ============================================================================= */
.contact_Form input:focus,
.contact_Form textarea:focus {
	background:#eee; 
	color:#000;
	border:1px solid #16598d;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	outline-style:none;
}

.contact_Form input.button,
.contact_Form input.button:focus {
	background: #191919;
	margin: 0;
	padding: 15px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
}

.contact_Form input.button:hover {
	background:#b5282e;
	margin: 0;
	padding: 15px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
}


/*  CAPTCHA  ============================================================================= */
.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/* thank you page styles */
p#thankyou {
	width: 100%;
	background: rgba(255,255,255,.85);
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	padding: 3rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 500;
	color: #000;
}

p#thankyou a {
	text-decoration: none;
	color: #e8020e;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/*********************  FOOTER STYLES **************************************/
footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #000 url('/siteart/footer-bg.png') repeat;
}

footer .col a:hover {
	color: #e8020e;
}

footer .col a {
	color: #fff;
}

footer .col {
	float: left;
	width: 20%;
	margin: 2%;
	padding: 40px 0;
	display: inline-block;
	line-height: 26px;
	font-size: 14px;
	letter-spacing: .5px;
	color: #fff;
}

footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #e8020e;
}

footer .col p span {
	font-size: 12px;
	color: #ddd;
}

footer .col a#gray {
	color: #aaa;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	padding: 20px 0;
	box-sizing: border-box;
}

.site-host p {
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	font-size: 10px; 
	line-height: 18px;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	font-family: 'Raleway', sans-serif;
}

/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1400px) {
	.manu-logos a {width: calc(20% - 1em);}
}

@media screen and (max-width: 1180px) {
	.inventory-width, .wrapper-width {width: 95%;}
	
	a#logo {margin-top: 5px; margin-bottom: 0;}
	a#logo img {max-width: 140px;}
	header .top-hdr {line-height: 40px;}
	
	.zoom-container {width: 46%;}
}

	
@media screen and (max-width: 1023px) {
	header .top-hdr {display: none;}
	
	.slideshow-wrap .title {max-width: 445px; padding: 1em 1em 1em 4em;}
	.slideshow-wrap .title h1 {font-size: 24px; line-height: 26px;}
	
	.zoom-container {width: 100%; margin: 0 auto; margin-bottom: 20px;}
	.zoom-container:last-child {margin-bottom: 0;}
	
	.welcome-wrapper a#cta-btn, .welcome-wrapper a#cta-btn2 {width: 100%;}
	
	.manu-logos a {width: calc(25% - 1em);}
}

	
@media screen and (max-width: 950px) {
	header.homepage {position: relative;}
	.slideshow-wrap {margin-top: 0;}	
	
	.contact-info a.event {float: none; width: 100%; margin: 0 auto; margin-bottom: 5px;}
	.contact-info a h2 {font-size: 20px;}
	
	.contact-info .left, .contact-info .right {float: none; width: 100%; margin: 0 auto;}
	.contact-info {padding: 1em; margin: 20px 0;}
	
	footer .col {float: none; width: 100%; padding: 15px 0; text-align: center;}
	
	
}

@media screen and (max-width: 767px) {
	header .flex-wrapper {justify-content: center; flex-direction: column;}
	a#logo {margin-top: 10px;}
	a#manu-logo, a#agco-finance {margin-top: 0;}
	
	.manu-logos a {width: calc(33.33% - 1em);}
	
}

@media screen and (max-width: 655px) {
	form.detailed-search input#submit {padding: 7px 14px;}
	
	.welcome-wrapper {padding: 40px 10px;}
	.slideshow-wrap .title h1 {font-size: 16px; line-height: 18px;}
	.slideshow-wrap .title {max-width: 295px; padding: .5em .5em .5em 2em; bottom: 5px;}
	.zoom-container .zoom-caption p {font-size: 14px;}
}


@media screen and (max-width: 500px) {
	a#logo {margin-top: 10px;}
	a#logo img {max-width: 95px;}
	a#manu-logo, a#agco-finance {display: none;}
	.search-and-logo-wrap {width: 100%; justify-content: center;}
	.search-and-logo-wrap form.detailed-search {max-width: none;}
	
	.manu-logos a {width: calc(50% - 1em);}
	
	.contact-info .right a#cta-btn {float: none; width: 100%;}
}
