/*Fox-contact*/
.btn.btn-primary.submit-button .caption {
	color: #fff !important;
	line-height: 32px;
	font-weight: 700;
	text-shadow: none !important;
	text-transform: capitalize !important;
   
}
.btn.btn-primary.submit-button {
	background: rgb(249, 27, 36) !important;
   border: none !important;
	height: 40px;
	min-width: 75px;
}


/*layout */
.uk-logo-inverse {display: none !important;}




.TopBanner {
	background: #fff;
	padding: 2px 0px 2px 10px;
	height: 50px;
	margin-bottom: 0;
	line-height: 50px;
	font-weight: 500;
	color:  rgb(81, 81, 81);min-width: 400px;font-size:20px;text-transform: uppercase;
}
.TopBannerWrapper {
	position: relative;display: none;
}
.uk-navbar-transparent .TopBannerWrapper{display: block !important}

.TopBanner::after {
	border-bottom: 27px solid #fff;
	border-right: 16px solid rgba(0, 0, 0, 0);
	border-top: 27px solid #fff;
	content: "";
	position: absolute;
	right: -36px;
	top: 0;
	width: 20px;
}

.GenoapayLogo{max-width: 130px; margin-left: 5px;}
.FarmlandsLogo{max-width: 70px; margin-left: 5px;}

@media only screen and (max-width: 1200px) {
.TopBanner {
	background: #fff ;
	padding: 15px 0px 2px 10px;
	height: 40px;
	margin-bottom: 0;
	line-height: 30px;
	font-weight: 500;
	color: rgb(81, 81, 81);
	max-width: 300px;min-width: 295px; font-size:15px;
}

.TopBanner::after {
	border-bottom: 28px solid #fff ;
	border-right: 28px solid rgba(0, 0, 0, 0);
	border-top: 29px solid #fff;
	content: "";
	position: absolute;
	right: -36px;
	top: 0;
	width: 20px;
}
  
  .GenoapayLogo{max-width: 70px;}
.FarmlandsLogo{max-width: 55px;}

}
