
html{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
overflow-x: hidden !important;
}

body{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	overflow-x: hidden !important;
	color:#707070;
}

.logo{
	max-width: 420px;
	margin-top: -22px;
	margin-left: -60px;
}

@media only screen and (max-width: 1360px) {
	.logo{
		margin-left: 0;
	}
}

@media only screen and (max-width: 1216px) {
	.logo{
		height: 100px;
		margin-top: -15px;
	}
}

@media only screen and (max-width: 756px) {
	.logo{
		height: 80px;
		margin-top: -5px;
	}
}

@media only screen and (max-width: 639px) {
	.logo{
		height: auto;
		max-width: 100%;
		max-height: 120px;
		margin: 0 auto;
		display: block;
		margin-top: 5px;
	}
}

.logo-container{
	position: relative;
	height: 150px;
	width: 410px;
	margin: 0 auto;
}

@media only screen and (max-width: 430px) {
	.logo-container{
		width:300px;
		height: 90px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 320px) {
	.logo-container{
		width: 250px;
	}
}

.mobile-slogan{
	position: absolute;
	bottom: 0px;
	right: 10px;
}

@media only screen and (max-width: 430px) {
	.mobile-slogan{
		right: 0px;
	}
}

section, div, a{
	outline: 0 !important;
}


h1{ font-size: 2.5rem; 
	color: #448d46; 
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

h1.product-overview{
	display: inline-block;
	width: 100%;
	background-color: #293896;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 40px;
}

h2{
	font-size: 2rem;
	font-weight: 700;
}

h2, h3, h4, h5{
	font-family: 'Open Sans', sans-serif;
}

.white{
	color: #fff;
}

p{
	line-height: 1.5;
}

a{
	color: #293896;
}

a:focus, a:hover, a:active{
	color: #3444ac;
}

.top-contact-bar{
	background-color: #293896;
	padding-top: 5px;
	padding-bottom: 5px;
}

.inner-contact-bar{
	width: auto;
	display: inline-block;
	float: right;
}

.top-bar-contact-details{
	display: inline-block;
}

.top-bar-contact-details p{
	color: #fff;
	font-weight: 600;
	margin:0;
	text-align: right;
font-size: 1.8rem;
}

@media only screen and (max-width: 639px) {
	.top-bar-contact-details p{
		margin-right: 30px;
	}
}

.top-social-links{
	width: 200px;
	display: inline-block;
	margin-left: 20px;
}

.top-social-links .fab{
	color: #293896;
}

.fa-white-square{
background-color: rgba(255, 255, 255, .5);
height: 28px;
width: 28px;
margin-right: 6px;
line-height: 25px !important;
padding-top: 2px;
text-align: center;
}

.fa-grey-square{
	background-color: #808080;
	height: 35px;
	width: 35px;
	margin-right: 5px;
	line-height: 34px !important;
	text-align: center;
	display: inline-block;
}

.greybg{
	background-color: #dedede;
}
#contactform {
    height: 0px;
    overflow: hidden;
transition:0.6s;
}
#contactform.contact-form-show{
    height:auto;
    overflow: visible;
}

.uk-flag{
	max-height: 30px;
}

.section-padding{
	padding-top: 30px;
	padding-bottom: 30px;
}

.top-bar-contact-details span {
    top: 4px;
    position: relative;
}


#ubermenu-main-2, #ubermenu-main-41{
max-width: 1200px;
float: none;
margin: auto;}

@media only screen and (max-width: 1360px) {
	#ubermenu-main-2{
		max-width: 1100px;
	}
}


#ubermenu-main-2 ul.ubermenu-nav li.ubermenu-item.ubermenu-current-menu-item > a:after,
#ubermenu-main-2 ul.ubermenu-nav li.ubermenu-item.ubermenu-current-page-parent > a:after,
/*#ubermenu-main-2 ul.ubermenu-nav li.ubermenu-item.ubermenu-current-page-ancestor > a:after,*/
#ubermenu-main-2 ul.ubermenu-nav li.ubermenu-item.ubermenu-current-menu-ancestor > span.ubermenu-item-layout-text_only:after{
	content: "";
	width: 26px;
	height: 10px;
	background: url("/assets/current-page-marker.png");
	background-repeat: no-repeat;
	top: 50px;
	position: absolute;
	display: block;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1144px) {
	#ubermenu-main-2 ul.ubermenu-nav li.ubermenu-item.ubermenu-current-menu-item > a:after, 
#ubermenu-main-2 ul.ubermenu-nav li.ubermenu-item.ubermenu-current-page-parent > a:after,
#ubermenu-main-2 ul.ubermenu-nav li.ubermenu-item.ubermenu-current-page-parent > span.ubermenu-item-layout-text_only:after{
		transform: translate(-50%, -85%);
	}
}

#ubermenu-main-2 ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item.ubermenu-current-menu-item > a:after{
	content: "";
	width: 0;
	height: 0;
	background: none;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
}











.ubermenu .ubermenu-sub-indicator-close > [class^="fa"]{
	display: none !important;
}


.nav-bar{
	background-color: #448d46;
	margin-top: -22px;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.nav-wrapper{
	padding-left: 70px;
	position: relative;
}

@media only screen and (max-width: 1023px) {
	.nav-wrapper{
		padding-left: 0;
	}
}

.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target{
	font-size: 1.15rem !important;
	color: #fff !important;
	font-weight: 700 !important;
}

@media only screen and (max-width: 1144px) {
	.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target{
		font-size: 1rem !important;
	}
}

@media only screen and (max-width: 1060px) {
	.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target{
		padding: 15px 15px;
	}
}

.ubermenu-submenu span.ubermenu-target-title.ubermenu-target-text {
    font-size: 1.2rem;
    text-align: center;
    color: #448d46;
    margin-top: 1.8rem;
	text-transform: uppercase;
	line-height: 1.1;
}

#ubermenu-main-7 .ubermenu-submenu span.ubermenu-target-title.ubermenu-target-text{
	margin-top: 0;
	line-height: 25px;
}

.ubermenu-custom-content { 
	color: #448d46; 
	margin-bottom:20px;
	font-size: 0.9rem;
	line-height: 18px;
	text-align: center;
}

#ubermenu-main-7{
	background-color: #448d46; 
}

.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target{
	text-align: center;
}

.ubermenu-skin-minimal.ubermenu-responsive-toggle{
	color: #fff !important;
	font-size: 1.1rem !important;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target{
	text-align: center;
}

a.ubermenu-responsive-toggle:after{
	content: "";
	width: 38px;
	height: 19px;
	background: url("/assets/mobile-nav-closed.png");
	background-repeat: no-repeat;
	top: 60px;
	position: absolute;
	display: block;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);	
	z-index: 99;
}

a.ubermenu-responsive-toggle-open.ubermenu-responsive-toggle:after{
	content: "";
	width: 38px;
	height: 19px;
	background: url("/assets/mobile-nav-closed.png");
	background-repeat: no-repeat;
	top: 60px;
	position: absolute;
	display: none;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);	
}

#ubermenu-main-7{
	padding-bottom: 30px;
	position:relative;
}

#ubermenu-main-7:after{
	content: "";
	width: 38px;
	height: 19px;
	background: url("/assets/mobile-nav-open.png");
	background-repeat: no-repeat;
	bottom: -10px;
	position: absolute;
	display: block;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}


.ls-inner {z-index:3 !important;}

.top-banner{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 340px;
	width: 100%;
	overflow: hidden;
}

.home .top-banner{
	height: auto;
}

.top-banner-content-wrapper{
	background-image: url("/img/top-banner-bg.png");
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	text-align: center;
	padding-top: 30px;
	padding-left: 160px;
	padding-right: 160px;
}

.top-banner-content-wrapper img{
	max-width: 250px;
}

@media only screen and (max-width: 1023px) {
	.top-banner-content-wrapper{
		height: 320px;
		padding-left: 80px;
		padding-right: 80px;
	}
	.top-banner-content-wrapper img{
		max-width: 300px;
	}
}

@media only screen and (max-width: 639px) {
	.top-banner-content-wrapper{
		height: 320px;
		padding-left: 20px;
		padding-right: 20px;
		background-size: cover;
	}
	.top-banner-content-wrapper img{
		max-width: 90%;
	}
}

.top-section-title{
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1196px) {
	.top-section-title{
		font-size: 1.9rem;
	}
}

@media only screen and (max-width: 1098px) {
	.top-section-title{
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 1023px) {
	.top-section-title{
		font-size: 2rem;
	}
}

@media only screen and (max-width: 372px) {
	.top-section-title{
		font-size: 1.8rem;
	}
}

.top-section-content p{
	color: #fff;
	font-size: 1.1rem;
	line-height: 24px;
}

@media only screen and (max-width: 1078px) {
	.top-section-content p{
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1023px) {
	.top-section-content{
		padding: 0px 197px;
	}
}

@media only screen and (max-width: 896px) {
	.top-section-content{
		padding: 0 150px;
	}
}

@media only screen and (max-width: 550px) {
	.top-section-content{
		padding: 0 50px;
	}
}

.top-banner-btn{
	background-color: #293896;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 600;
}

.top-banner-btn:hover, .top-banner-btn:focus, .top-banner-btn:active{
	background-color: #3444ac;
}

.home-model-container{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
	.home-model-container{
		padding-top: 0px;
		padding-bottom: 40px;
	}
}

.home-model{
	max-height: 180px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
	.home-model-wrapper{
		margin-top: 40px;
	}
}




.home-model-wrapper h4{
	color: #448d46;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
}

.home-model-content{
	text-align: center;
	font-size: 1.1rem;
	color: #808080;
	margin-bottom: 20px;
}

.home-model-content p{
	line-height: 25px;
}

.home-model-btn{
	background-color: #293896;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 600;
}

.home-model-btn:hover, .home-model-btn:focus, .home-model-btn:active{
	background-color: #3444ac;
}

.home-usp-banner{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;

}

@media only screen and (max-width: 639px) {
	.home-usp-banner{
		height: auto;
	}
}

.home-usp-wrapper{
	background-image: url("/img/triangle-up.png");
	height: 330px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	text-align: center;
	padding-top: 140px;
	padding-left: 160px;
	padding-right: 160px;
}

@media only screen and (max-width: 1023px) {
	.home-usp-wrapper{
		padding-left: 290px;
		padding-right: 290px;
		background-position: center 30px;
		background-size: cover;
	}
}

@media only screen and (max-width: 898px) {
	.home-usp-wrapper{
		padding-left: 190px;
		padding-right: 190px;
	}
}


@media only screen and (max-width: 763px) {
	.home-usp-wrapper{
		padding-left: 160px;
		padding-right: 160px;
	}
}

@media only screen and (max-width: 639px) {
	.home-usp-wrapper{
		padding-left: 120px;
		padding-right: 120px;
		height: auto;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 548px) {
	.home-usp-wrapper{
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media only screen and (max-width: 463px) {
	.home-usp-wrapper{
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media only screen and (max-width: 400px) {
	.home-usp-wrapper{
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 342px) {
	.home-usp-wrapper{
		padding-left: 0px;
		padding-right: 0px;
	}
}



.home-usp-title{
	font-size: 1.65rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1185px) {
	.home-usp-title{
		font-size: 1.45rem;
	}
}

@media only screen and (max-width: 1120px) {
	.home-usp-title{
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 1023px) {
	.home-usp-title{
		font-size: 1.4rem;
	}
}

.home-usp-title p{
	line-height: 1.3;
	margin-bottom: 10px;
}

a.home-usp-link{
	color: #fff;
	font-size: 1.1rem;
}

.header-text{
	font-size: 1.8rem;
	color: #808080;
	text-align: right;
	font-style: italic;
	line-height: 75px;
}

@media only screen and (max-width: 950px) {
	.header-text{
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 730px) {
	.header-text{
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 639px) {
	.header-text{
		font-size: 1rem;
	}
}

@media only screen and (max-width: 430px) {
	.header-text{
		font-size: 0.8rem;
		line-height: 8px;
	}
}

@media only screen and (max-width: 320px) {
	.header-text{
		font-size: 0.7rem;
		line-height: 27px;
	}
}

.blog-section{
	background-color: #dedede;
	padding: 50px 0;
}

.home-blog-feature{
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	/*margin-top: 20px;*/
	position: relative;
	background-color: #293896 !important;
}

.home-blog-btn{
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0;
	background-color: #fff;
	color: #293896;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 600;
}

.home-blog-btn::after{
	content:"\003e";
	font-size: 1rem;
	margin-left: 10px;
}

.home-blog-btn:hover, .home-blog-btn:focus, .home-blog-btn:active{
	background-color: #fff;
	color: #293896;
}

.home-event-btn{
	background-color: #293896;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
}

.home-event-btn::after{
	content:"\003e";
	font-size: 1rem;
	margin-left: 10px;
}

.home-event-btn:hover, .home-event-btn:focus, .home-event-btn:active{
	background-color: #3444ac;
	color: #fff;
}

.home-video-btn{
	background-color: #293896;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin-bottom: 0;
}

.home-video-btn::after{
	content:"\003e";
	font-size: 1rem;
	margin-left: 10px;
}

.home-video-btn:hover, .home-video-btn:focus, .home-video-btn:active{
	background-color: #3444ac;
	color: #fff;
}

.home-blog-title{
	color: #fff;
	font-size: 2.3rem;
	line-height: 45px;
}

@media only screen and (max-width: 639px) {
	.home-blog-title{
		font-size: 1.8rem;
		line-height: 1.3;
	}
}

.home-blog-title:hover, .home-blog-title:focus, .home-blog-title:active{
	color: #fff;
}


.home-blog-feature ul{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 20px;
}

.home-blog-feature ul li a{
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: 30px;
}

.home-blog-feature .date{
	color: #fff;
	display: block;
	font-size: 1rem;
	margin-bottom: 0;
}

.home-blog-feature-bg{
	background-color: rgba(41, 56, 150, 0.8);
	height: 100%;
	width: 100%;
	padding: 30px;
}

@media only screen and (max-width: 639px) {
	.home-blog-feature-bg{
		padding: 30px 30px 80px 30px;
	}
}

.home-event-feature-bg{
	background-color: rgba(68, 141, 70, 0.7);
	height: 100%;
	width: 100%;
	padding: 30px;	
}

.home-bottom-link-feature-bg{
	background-color: rgba(68, 141, 70, 0.7);
	height: 100%;
	width: 100%;
	padding: 20px;	
}

.event-visit{
	color: #293896;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
	line-height: 30px;
}

.home-event-title{
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.home-event-title:hover, .home-event-title:focus, .home-event-title:active{
	color: #fff;
}

.event-date{
	color: #fff;
	font-size: 1.2rem;
	line-height: 20px;
}

.home-event-excerpt{
	color: #fff;
	font-weight: 600;
}

.home-event-excerpt p{
	line-height: 25px;
}

.footer{
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

.footer-title{
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 0px;
}

@media only screen and (max-width: 639px) {
	.footer-title{
		text-align: center;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 639px) {
	.footer nav{
		margin-bottom: 10px;
	}
}

.footer nav li{
	display: block;
	width: 100%;
}

.footer nav a{
	padding: 0.3rem 0;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	color: #808080;
}

@media only screen and (max-width: 639px) {
	.footer nav a{
		text-align: center;
	}
}

.footer nav a:hover, .footer nav a:focus, .footer nav a:active{
	color: #808080;
}

.footer nav a::before{
	content:"\003e";
	font-size: 1.2rem;
	margin-right: 5px;
}

.footer-border-left{
	border-left: 1px solid #808080;
}

.footer-border-left-right{
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;	
}

@media only screen and (max-width: 639px) {
	.footer-border-left{
		border-left: 0;
	}

	.footer-border-left-right{
		border-left: 0;
		border-right: 0;	
	}
}

.footer-contact-numbers{
	color: #808080;
	margin-bottom: 5px;
}

@media only screen and (max-width: 639px) {
	.footer-contact-numbers{
		text-align: center;
	}
}

.footer-contact-numbers span{
	text-transform: uppercase;
}

.second-footer{
	padding-top: 20px;
	padding-bottom: 20px;
}

.second-footer .address{
	color: #808080;
	margin-bottom: 0px;
}

@media only screen and (max-width: 639px) {
	.second-footer .address{
		text-align: center;
	}
}

#menu-second-footer-links.menu li{
	border-right: 2px solid #808080;
}

#menu-second-footer-links.menu a{
	display: inline-block;
	padding: 0.1rem 1rem;
	color: #808080;
	text-transform: uppercase;
}

@media only screen and (max-width: 639px) {
	#menu-second-footer-links.menu{
		margin-top: 20px;
	}
}

@media only screen and (max-width: 639px) {
	#menu-second-footer-links.menu li{
		border-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	#menu-second-footer-links.menu a{
		text-align: center;
		display: block;
	}
}

#menu-second-footer-links.menu a:hover, #menu-second-footer-links.menu a:focus, #menu-second-footer-links.menu a:active{
	color: #808080;
}

.footer-social-wrapper{
	margin-bottom: 30px;
}

@media only screen and (max-width: 639px) {
	.footer-social-wrapper{
		margin: 0 auto;
		display: block;
		width: 265px;
		margin-bottom: 30px;
	}
}

.compare-section-bar{
	background-color: #dedede;
	padding: 20px 0;
}

p.compare-text{
background-color: #c4c4c4;
padding: 7px;
	color: #293896;
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
width: 100%;
text-align: center;
}

@media only screen and (max-width: 794px) {
	p.compare-text{
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 639px) {
	p.compare-text{
		font-size: 1.2rem;
		text-align: center;
		display: block;
	}
}

.compare-section-bar p::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	margin-left: 10px;
	font-size: 1.4rem;
}

a.model-selector, a.dealer-selector{
	background-color: #c4c4c4;
	padding: 7px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.2s ease-out;
}

@media only screen and (max-width: 639px) {
	a.model-selector, a.dealer-selector{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
}

a.model-selector:hover, a.model-selector:active, a.model-selector:focus{
	color: #fff;
	background-color: #293896;
}

a.dealer-selector:hover, a.dealer-selector:active, a.dealer-selector:focus{
	color: #fff;
	background-color: #293896;
}

.model-selector::after, .dealer-selector::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	font-size: 1.1rem;
	margin-left: 80px;
}

@media only screen and (max-width: 794px) {
	.model-selector::after, .dealer-selector::after{
		margin-left: 40px;
	}
}

@media only screen and (max-width: 639px) {
	.model-selector::after, .dealer-selector::after{
		margin-left: 80px;
	}
}

.footer-dealer{
	background-color: #808080;
	padding: 7px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 10px;
	transition: all 0.2s ease-out;
}

.footer-dealer::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	font-size: 1.1rem;
	margin-left: 80px;
}

a.footer-dealer:hover, a.footer-dealer:active, a.footer-dealer:focus{
	color: #fff;
	background-color: #293896;
}

@media only screen and (max-width: 639px) {
	.footer-dealer{
		display: block;
		text-align: center;
		width: 100%;
	}
}

@media only screen and (max-width: 639px) {
	.footer-dealer::after{
		margin-left: 50px;
	}
}


.show-me{
	margin-bottom: 0;
	text-transform: uppercase;
	background-color: #293896;
	color: #fff;
	padding: 8px 15px;
	font-weight: 600;
}
.blue-row-bg{
	background-color: #293896;
	padding: 50px 0;
}
.blue-row-title {color:#fff;}
.product-overview-intro{
	background-color: #448d46;
	padding: 50px 0;
}

.product-overview-intro strong{
	text-transform: uppercase;
	font-size: 1.2rem;
}

.product-overview-intro em{
	font-style: normal;
	font-weight: 700;
}

.overview-models-container{
	padding: 40px 0;
}

.model-image{
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 310px;
}

.model-logo{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 260px;
	max-height: 40px;
}

.overview-model-wrapper{
	background-color: #dedede;
}

.overview-model-wrapper .content{
	text-align: center;
	color: #808080;
	padding: 0 30px 20px 30px;
}

.overview-model-wrapper .content p{
	margin: 0;
}

.overview-icon-container{
	display: block;
	margin: 0 auto;
	width: 400px;
}

@media only screen and (max-width: 1023px) {
	.overview-icon-container{
		width: 100%;
	}
}

.overview-icon-wrapper{
	background-color: #293896;
	padding: 20px 0;
	text-align: center;
}

.overview-icon{
	width: 24%;
	display: inline-block;
	text-align: center;
}

@media only screen and (max-width: 978px) {
	.overview-icon{
		width: 37%
	}
}

@media only screen and (max-width: 450px) {
	.overview-icon{
		width: 49%;
	}
}

.overview-icon img{
	width: 85%;
	margin-bottom: 10px;
}

@media only screen and (max-width: 450px) {
	.overview-icon img{
		width: 50%;
	}
}

.overview-icon p{
	text-align: center;
	font-size: 0.8rem;
	color: #dedede;
}

@media only screen and (max-width: 450px) {
	.overview-icon p{
		font-size: 1.1rem;
	}
}

.overview-model-link{
	background-color: #dedede;
	padding: 20px;	
	text-align: center;
	margin-bottom: 40px;
}

.overview-btn{
	margin: 0;
	background-color: #c4c4c4;
	color: #293896;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.1rem;
}

.overview-btn:hover, .overview-btn:focus, .overview-btn:active{
	background-color: #3444ac;
	color: #fff;
}

.overview-btn::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	margin-left: 10px;
	font-size: 1.2rem;
}

.home-video-card{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;

}

@media only screen and (max-width: 639px) {
	.home-video-card{
		margin-top: 20px;
	}
}

.home-video-card p{
	color: #fff;
	font-size: 1rem;
	display: block;
	padding: 20px;
	/*background-color: rgba(41, 56, 150, 0.9);*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+42,000000+100&0.65+42,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 42%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 42%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 42%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	font-weight: 600;
	margin-bottom: 30px;
}

.video-card-play{
	text-align: center;
}

.video-card-play .fa-youtube{
	color: #fff;
}

.reveal{
	width: 780px;
}

@media only screen and (max-width: 810px) {
	.reveal{
		width: 100%;
		min-height: 100px;
		height: auto;
	}
}

.home-twitter-feed{
	background-color: #293896;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 639px) {
	.home-twitter-feed{
		max-height: 300px;
	}
}

.home-twitter-feed-grad{
	position: absolute;
	display: block;
	height: 100px;
	width:90%;
	bottom: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#293896+0,293896+87&0+0,1+87 */
background: -moz-linear-gradient(top, rgba(41,56,150,0) 0%, rgba(41,56,150,1) 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(41,56,150,0) 0%,rgba(41,56,150,1) 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(41,56,150,0) 0%,rgba(41,56,150,1) 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00293896', endColorstr='#293896',GradientType=0 ); /* IE6-9 */
	}


.home-twitter-feed p, .home-twitter-feed a{
	color: #fff !important;
}

.home-twitter-feed .home-twitter-feed-grad a {color: #293896 !important;}

.home-twitter-feed-icon{
	width: 50px;
	height: 50px;
	background-color: #fff;
	text-align: center;
}
.home-twitter-feed-icon i{
	line-height: 50px;
	color: #293896;
}

.twitter-name{
	display: block;
	padding-top: 20px;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	font-size: 1.2rem;
	font-weight: 600;
}

.twitter-name a {
    font-weight: 100;
    font-size: 0.8rem;
}

.home-bottom-page-link{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

/* Twitter X */

.fa-x-twitter:before {
content:url('/img/twitter-x.png');
width:12px;
}

@media only screen and (max-width: 1023px) {
	.home-bottom-page-link{
		margin-top: 20px;
	}
}

.home-bottom-link-btn{
	background-color: #293896;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	float: right;
}

.home-bottom-link-btn::after{
	content:"\003e";
	font-size: 1rem;
	margin-left: 10px;
}

.home-bottom-link-btn:hover, .home-bottom-link-btn:focus, .home-bottom-link-btn:active{
	background-color: #3444ac;
	color: #fff;
}

.big-text-bottom-link{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3rem;
	color: #fff;
	margin-bottom:0;
	margin-top: 130px;
	text-align: right;
	line-height: 50px;
}

@media only screen and (max-width: 665px) {
	.big-text-bottom-link{
		margin-top: 110px;
	}
}

.small-text-bottom-link{
	font-size: 1.5rem;
	color: #fff;
	text-align: right;
}

.newsletter-signup-block{
	display: inline-block;
	background-color: #fff;
	padding: 7px;
	color: #dedede;
	font-size: 1.1rem;
	width: 73%;
	margin-top: 15px;
}

.newsletter-signup-btn{
	display: inline-block;
	width:25%;
	color: #fff;
	background-color: #808080;
	padding: 7px;
	text-align: center;
	font-size: 1.1rem;
	margin-left: 5px;
	margin-top: 15px;
}

.product-intro-logo{
	max-width: 330px;
	margin-bottom: 30px;
	max-height: 60px;
}

@media only screen and (max-width: 660px) {
	.product-intro-logo{
		width: 100%
		height: 100%;
		max-height: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.product-intro-logo{
		max-width: 270px;
	}
}


.product-intro-section{
	padding: 20px 0;
}

.product-content-intro-inner{
	padding: 40px 0;
}

.intro-text{
	color: #808080;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

@media only screen and (max-width: 639px) {
	.intro-text{
		font-size: 1.1rem;
	}
}

.product-intro-btn{
	margin: 0;
	background-color: #c4c4c4;
	color: #293896;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	transition: all 0.3s ease-out;
}

.product-intro-btn::after{
	content:"\003e";
	font-size: 1rem;
	margin-left: 10px;
}

.product-intro-btn:hover, .product-intro-btn:focus, .product-intro-btn:active{
	background-color: #293896;
	color: #fff;
}

.benefits-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 450px;
	width: 100%;
}

@media only screen and (max-width: 639px) {
	.benefits-image{
		height: 340px;
	}
}

.product-benefits-left{
	background-color: #dedede;
	padding: 60px 100px;
	height: 100%;
}

@media only screen and (max-width: 1060px) {
	.product-benefits-left{
		padding: 60px 50px;
	}
}

@media only screen and (max-width: 639px) {
	.product-benefits-left{
		padding: 30px 50px;
	}
}

@media only screen and (max-width: 420px) {
	.product-benefits-left{
		padding: 30px 30px;
	}
}

.product-benefit-title{
	color: #808080;
	font-size: 2rem;
	font-weight: 700;
}

.product-benefit-list{
	color: #808080;
	font-size: 1.1rem;
}

.product-benefit-list li{
	margin-bottom: 8px;
}

.product-icon-section{
	background-color: #293896;
	padding: 40px 0;
}

@media only screen and (max-width: 860px) {
	.product-icon-section{
		padding: 40px 0 0 0;
	}
}

.icons-wrapper{
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.icons-wrapper{
		width: 1000px;
		max-width: 1000px;
	}
}

@media only screen and (max-width: 1100px) {
	.icons-wrapper{
		width: 830px;
		max-width: 830px;
	}
}

@media only screen and (max-width: 860px) {
	.icons-wrapper{
		width: 440px;
		max-width: 440px;
	}
}

@media only screen and (max-width: 470px) {
	.icons-wrapper{
		width: 275px;
		max-width: 275px;
	}
}

.product-icon{
	display: inline-block;
	text-align: center;
	width: 18%;
	vertical-align: top;
}

@media only screen and (max-width: 1200px) {
	.product-icon{
	}
}
@media only screen and (max-width: 1110px) {
	.product-icon{
	}
}

@media only screen and (max-width: 860px) {
	.product-icon{
		width: 32%;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 470px) {
	.product-icon{
		width: 49%;
	}
}

.product-icon:last-child{
	margin-right: 0px;
}

.product-icon p{
	color: #fff;
	font-size: 1rem;
	line-height: 25px;
}

.product-icon img{
	max-width: 100px;
	margin-bottom: 20px;
}

.product-links-section{
	background-color: #dedede;
	padding: 20px;
}

.product-link-logo{
	max-width: 230px;
	max-height: 50px;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	.product-link-logo{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

.product-link-btn{
	margin: 0;
	background-color: #c4c4c4;
	color: #293896;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	float: left;
	transition: all 0.3s ease-out;
}

.product-link-btn::after{
	content:"\003e";
	font-size: 1rem;
	margin-left: 10px;
}

.product-link-btn:hover, .product-link-btn:focus, .product-link-btn:active{
	background-color: #293896;
	color: #fff;
}

@media only screen and (max-width: 1023px) {
	.product-link-btn{
		float: none;
		text-align: center;
		width: 100%;
	}
}

@media only screen and (max-width: 639px) {
	.product-link-btn{
		margin-bottom: 30px;
	}
}

.product-specification-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 340px;
	width: 100%;
}

@media only screen and (max-width: 639px) {
	.product-specification-image{
		height: 240px;
	}
}

.product-specification-image-bottom{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 500px;
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 639px) {
	.product-specification-image-bottom{
		height: 300px !important;
	}
}

.product-specification-wrapper, .product-specification-wrapper-bottom{
	padding: 50px 50px 20px 50px;
}

@media only screen and (max-width: 639px) {
	.product-specification-wrapper{
		padding: 50px 30px 0px 30px;
	}
}

@media only screen and (max-width: 639px) {
	.product-specification-wrapper-bottom{
		padding: 10px 30px 0px 30px;
	}
}

.product-specification-green-title p{
	color: #448d46;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 40px;
	border-bottom: 6px solid #448d46;
	padding-bottom: 5px; 
	font-weight: 700;
	display: inline-block;
}

.product-specification-intro{
	font-size: 1.2rem;
}

@media only screen and (max-width: 639px) {
	.product-specification-intro{
		font-size: 1.1rem;
	}
}

.product-specification-intro-bottom p{
	font-size: 1.2rem;
	text-align: right;
	line-height: 25px;
}

@media only screen and (max-width: 639px) {
	.product-specification-intro-bottom p{
		text-align: left;
		font-size: 1.1rem;
	}
}

.product-specification-subtitle-bottom{
	font-weight: 700;
	font-size: 1.8rem;
	color: #293896;
	text-align: right;	
	line-height: 42px;
	margin: 0;
	margin-bottom: 8px;
}

@media only screen and (max-width: 639px) {
	.product-specification-subtitle-bottom{
		text-align: left;	
	}
}

.product-specification-subtitle{
	font-weight: 700;
	font-size: 1.8rem;
	color: #293896;
	line-height: 42px;
	margin: 0;
	margin-bottom: 8px;
}

.product-video-section{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 440px;
	width: 100%;
}

.product-video-bg{
	background-color: rgba(68, 141, 70, 0.7);
	width: 100%;
	height: 100%;
	padding-top: 160px;
}

.product-video-play{
	width: 150px;
	height: 150px;
	text-align: center;
	border: 3px solid #fff;
	margin: 0 auto;
	border-radius: 25px;

}

.product-video-play a{
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	line-height: 140px;
}

.white-50-section{
	padding-right: 100px;
	padding-left: 230px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 1326px) {
	.white-50-section{
		padding-left: 120px;	
	}
}

@media only screen and (max-width: 1023px) {
	.white-50-section{
		padding-left: 30px;	
		padding-right: 30px;
	}
}

.grey-50-section{
	padding-left: 100px;
	padding-right: 230px;
	padding-top: 50px;
	background-color: #808080;
	height: 100%;
	padding-bottom: 50px;
}

@media only screen and (max-width: 1326px) {
	.grey-50-section{
		padding-right: 120px;	
	}
}

@media only screen and (max-width: 1023px) {
	.grey-50-section{
		padding-right: 30px;
		padding-left: 30px;
	}
}

.grey-title p{
	font-weight: 700 !important;
	font-size: 1.8rem !important;
}

.product-specification-grey-list{
	text-decoration: underline;
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
}

.bottom-image-left{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 460px;
	width: 100%;	
}

.bottom-image-right{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 810px;
	width: 100%;	
}

@media only screen and (max-width: 639px) {
	.bottom-image-right{
		height: 470px;
	}
}

.close-button{
	right: 1.5rem;
	top: 1.5rem;
	color: #fff;
}

.close-button:hover{
	color: #fff;	
}

#contactform{
	display: none;
}

.contact-form-show{
	display: block !important;	
}

.contact-form{
	margin-top: 60px;
	margin-bottom: 60px;
}


.grid-border { border-top: 1px #dedede solid; 
border-right: 1px #dedede solid;
border-bottom: 1px #dedede solid; }

.compare-product-section {
 background: #dedede;
 margin-top: 40px;
padding: 60px;
}



#compare-drop{
    display: none;
}

.compare-show{
	display: block !important;	
}
.spray-col, .spray-col2
{ display: none;}


.specification ul {
    list-style-type: none !important;
    margin-left: 0rem;
   
} 

.spray-col li, .spray-col2 li, .sprayer-spec li { border-bottom: solid 1px #b0b0b0 }

.spray-col-2, .spray-col-3
{ width: 30%; text-align: center;}

.compare-product-accordion {

padding: 0px;
}
.accordion, .accordion-content {
    background: #e6e6e6 !important;}

    .accordion-content {
text-transform: uppercase;
color: #808080;

    }
@media only screen and (max-width: 639px) {
    .accordion-content {
font-size: 0.9rem;
    }
}

 .accordion-item {
border-top: solid 1px white;
}

.accordion-title {font-size: 1.2rem; 
	color: #448d46; 
	text-transform: uppercase;
	font-weight: 700;}

#wpcf7-f314-o1{
	margin-top: 30px;
}

#wpcf7-f314-o1 [type="text"], #wpcf7-f471-o1 [type="text"], #wpcf7-f314-o1 [type="email"], #wpcf7-f471-o1 [type="email"], #wpcf7-f314-o1 textarea, #wpcf7-f471-o1 textarea{
	font-size: 1.1rem;
	padding: 1.3rem 1rem 1.3rem 1rem;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	border: 1px solid #dedede;
}

#wpcf7-f314-o1 [type="text"]:focus, #wpcf7-f471-o1 [type="text"]:focus, #wpcf7-f314-o1 [type="email"]:focus, #wpcf7-f471-o1 [type="email"]:focus, #wpcf7-f314-o1 textarea:focus, #wpcf7-f471-o1 textarea:focus{
	border: 1px solid #293896;
}

input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder{
	color: #808080;
}

textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea:-moz-placeholder{
	color: #808080;
}

input::placeholder, textarea::placeholder{
	color: #808080;	
}

#wpcf7-f314-o1 .wpcf7-list-item{
	margin-left: 0;
}

#wpcf7-f314-o1 .wpcf7-list-item-label{
	line-height: 1.2;
}

.submit-button-wrapper{
	position: relative;
}

#wpcf7-f314-o1 [type="submit"], #wpcf7-f471-o1 [type="submit"]{
	border: 0;
	font-weight: 600;
	font-size: 1.1rem;
	color: #fff;
	padding: 10px 30px;
	background-color: #808080;
	cursor: pointer;
}

#wpcf7-f314-o1 [type="submit"]{
	margin-top: 30px;
	position: absolute;
	right: 2px;
}

#wpcf7-f314-o1 [type="submit"]:focus, #wpcf7-f314-o1 [type="submit"]:hover, #wpcf7-f314-o1 [type="submit"]:active, #wpcf7-f471-o1 [type="submit"]:focus, #wpcf7-f471-o1 [type="submit"]:hover, #wpcf7-f471-o1 [type="submit"]:active{
	background-color: #6f6f6f;
}

@media only screen and (max-width: 639px) {
	#wpcf7-f314-o1 [type="submit"], #wpcf7-f471-o1 [type="submit"]{
		position: relative;
		right: 0;
		padding: 20px 30px;
		width: 100%;
	}
}

#wpcf7-f1019-p836-o1 [type="submit"]{
	border: 0;
	font-weight: 600;
	font-size: 1.1rem;
	color: #fff;
	right: 2px;
	margin-top: 30px;
	padding: 10px 30px;
	background-color: #448d46;
	cursor: pointer;
}

#wpcf7-f1019-p836-o1 [type="submit"]:focus, #wpcf7-f1019-p836-o1 [type="submit"]:hover, #wpcf7-f1019-p836-o1 [type="submit"]:active{
	background-color: #2c752e;
}

@media only screen and (max-width: 639px) {
	#wpcf7-f1019-p836-o1 [type="submit"]{
		position: relative;
		right: 0;
		padding: 20px 30px;
		width: 100%;
	}
}

#wpcf7-f314-o1 input:disabled, #wpcf7-f471-o1 input:disabled, #wpcf7-f314-o1 input:disabled:hover, #wpcf7-f471-o1 input:disabled:hover{
	color: #dedede;
	background-color: #c4c4c4;
	cursor: auto;
}

#wpcf7-f1383-o1{
	margin-top: 30px;
}

#wpcf7-f1383-o1 [type="text"], #wpcf7-f1383-o1 [type="email"], #wpcf7-f1383-o1 textarea{
	font-size: 1.1rem;
	padding: 1.3rem 1rem 1.3rem 1rem;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	border: 1px solid #dedede;
}

#wpcf7-f1383-o1 [type="text"]:focus, #wpcf7-f1383-o1 [type="email"]:focus, #wpcf7-f1383-o1 textarea:focus{
	border: 1px solid #293896;
}

#wpcf7-f1383-o1 .wpcf7-list-item{
	margin-left: 0;
}

#wpcf7-f1383-o1 .wpcf7-list-item-label{
	line-height: 1.2;
}

.submit-button-wrapper{
	position: relative;
}

#wpcf7-f1383-o1 [type="submit"]{
	border: 0;
	font-weight: 600;
	font-size: 1.1rem;
	color: #fff;
	position: absolute;
	right: 2px;
	margin-top: 30px;
	padding: 10px 30px;
	background-color: #808080;
	cursor: pointer;
}

#wpcf7-f1383-o1 [type="submit"]:focus, #wpcf7-f1383-o1 [type="submit"]:hover, #wpcf7-f1383-o1 [type="submit"]:active{
	background-color: #6f6f6f;
}

@media only screen and (max-width: 639px) {
	#wpcf7-f1383-o1 [type="submit"]{
		position: relative;
		right: 0;
		padding: 20px 30px;
		width: 100%;
	}
}

#wpcf7-f1383-o1 input:disabled{
	color: #dedede;
	background-color: #c4c4c4;
}

.cc-left-50-wrapper-green, .cc-right-50-wrapper-green, .cc-video-bg-color-green{
	background-color: #448d46;
	color: #fff;
}

.cc-left-50-wrapper-blue, .cc-right-50-wrapper-blue, .cc-video-bg-color-blue{
	background-color: #293896;
	color: #fff;
}

.cc-left-50-wrapper-blue .cc-cta, .cc-right-50-wrapper-blue .cc-cta{
	background-color: #dedede;
	color: #293896;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.cc-left-50-wrapper-blue .cc-cta:hover, .cc-left-50-wrapper-blue .cc-cta:focus, .cc-left-50-wrapper-blue .cc-cta:active{
	background-color: #c4c4c4;
}

.cc-right-50-wrapper-blue .cc-cta:hover, .cc-right-50-wrapper-blue .cc-cta:focus, .cc-right-50-wrapper-blue .cc-cta:active{
	background-color: #c4c4c4;
}

.cc-left-50-wrapper-blue .cc-cta::after, .cc-right-50-wrapper-blue .cc-cta::after{
    content: "\003e";
    font-size: 1rem;
    margin-left: 10px;
}

.cc-left-50-wrapper-grey, .cc-right-50-wrapper-grey, .cc-video-bg-color-grey{
	background-color: #c4c4c4;
	color: #0a0a0a;
}

.cc-left-50-wrapper-white, .cc-right-50-wrapper-white, .cc-video-bg-color-white{
	background-color: #fff;
	color: #0a0a0a;
}

.cc-main{
	padding: 30px 0;
}

.section-padding > .cc-main{
	padding: 0 0 30px 0;
}

.cc-left-50-wrapper{
	padding-right: 100px;
	padding-left: 230px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 1326px) {
	.cc-left-50-wrapper{
		padding-left: 120px;	
	}
}

@media only screen and (max-width: 1023px) {
	.cc-left-50-wrapper{
		padding-left: 30px;	
		padding-right: 30px;
	}
}

.cc-right-50-wrapper{
	padding-left: 100px;
	padding-right: 230px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 1326px) {
	.cc-right-50-wrapper{
		padding-right: 120px;	
	}
}

@media only screen and (max-width: 1023px) {
	.cc-right-50-wrapper{
		padding-right: 30px;
		padding-left: 30px;
	}
}

.cc-video-bg-image, .cc-video-bg-color{
	height: 350px;
	background-image: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100px;
}

.cc-video-play{
	width: 150px;
	height: 150px;
	text-align: center;
	border: 3px solid #fff;
	margin: 0 auto;
	border-radius: 25px;
}

.cc-video-play a{
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	line-height: 140px;
}

.cc-right-image-bg, .cc-left-image-bg{
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.cc-cta{
	background-color: #293896;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.cc-cta:focus, .cc-cta:active, .cc-cta:hover{
	background-color: #3444ac;
}

.cc-cta::after{
    content: "\003e";
    font-size: 1rem;
    margin-left: 10px;
}

.cc-fullwidth-image{
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 639px) {
	.cc-fullwidth-image{
		height: 350px;
	}
}

.po-archive-wrapper{
	margin-bottom: 30px;
}

.po-archive-feature{
	height: 200px;
	width: 100%;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.po-archive-link-wrapper{
	background-color: #dedede;
	padding: 10px;
	text-align: center;
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
}

a.po-archive-link{
	color: #fff;
	font-size: 1.1rem;
	background-color: #448d46;
	display: block;
	text-align: center;
	padding: 10px;
}

a.po-archive-link:hover, a.po-archive-link:active, a.po-archive-link:focus{
	background-color: #2c752e;
}

.po-overview-intro{
	background-color: #808080;
	padding: 50px 0;
	margin-bottom: 50px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}

.po-overview-intro strong{
	text-transform: uppercase;
	font-size: 1.2rem;
}

.po-overview-intro em{
	font-style: normal;
	font-weight: 700;
}

.po-title-archive{
	font-weight: 600;
	font-size: 1.2rem;
}

a.product-specification-link{
	color: #fff;
	text-decoration: underline;
	display: block;
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 7px;
}

.product-specification-popup{
	padding: 50px;
}

@media only screen and (max-width: 639px) {
	.product-specification-popup{
		padding: 50px 50px 50px 20px;
	}
}

.product-specification-popup h2{
	font-weight: 600;
	font-size: 1.8rem;
	color: #293896;
}

.product-specification-popup .close-button{
	color: #808080;
	right: 1rem;
	top: 1rem;
}

.product-popup{
	background-color: #293896;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.product-popup:focus, .product-popup:active, .product-popup:hover{
	background-color: #3444ac;
}

.product-popup::after{
    content: "\003e";
    font-size: 1rem;
    margin-left: 10px;
}

header.article-header{
	margin-top: 30px;
	margin-bottom: 20px;
}

body.customer-area-active .cuar-css-wrapper, body.customer-area-active .cuar-css-wrapper.cuar-content-container{
	margin-bottom: 50px;
}

.menu .active > a{
	background: transparent;
}

#menu-footer-links.menu .active > a{
	color: #808080;
}

#tribe-events{
	margin-bottom: 40px;
}

#tribe-bar-form label{
	font-size: 0.9rem;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]{
	background: #293896;
	font-size: 1rem;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:focus, #tribe-bar-form .tribe-bar-submit input[type="submit"]:active, #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover{
	background: #3444ac;
}

.tribe-events-calendar th{
	background-color: #293896;
	padding: 10px 0;
	color: #fff;
	letter-spacing: 0;
	font-size: 1rem;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]{
	font-size: 0.9rem;
}

.tribe-events-calendar td div[id*="tribe-events-daynum-"]{
	font-size: 0.9rem;
	color: #448d46;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]{
	background: #448d46;
}

.tribe-events-nav-next a, .tribe-events-nav-previous a{
	display: inline-block;
	background-color: #448d46;
	padding: 7px 20px;
	font-size: 1rem;
	color: #fff;
}

.tribe-events-back a{
	display: inline-block;
	background-color: #448d46;
	padding: 7px 20px;
	font-size: 1rem;
	color: #fff;
}

.tribe-events-has-events div[id*="tribe-events-daynum-"] a{
	font-size: 0.9rem;
	color: #fff;
	background: transparent;
}

.tribe-events-has-events div[id*="tribe-events-daynum-"]{
	background-color: #293896;
}

h2.tribe-events-page-title{
	font-size: 16px;
	font-weight: 600;
	font-size: 1.5rem;
	color: #448d46;
}


#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title{
	font-size: 0.85rem;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{
	font-size: 1.05rem;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{
	font-size: 1rem;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a{
	background: transparent;
}

a.news-title{
	color: #293896;
	font-size: 1.5rem;
	font-weight: 600;
}

.news-date{
	color: #448d46;
	margin: 0;
}

.news-excerpt{
	
}

.news-readmore{
	color: #293896;
	font-size: 1.1rem;
	font-weight: 600;	
}

.news-border-bottom{
	border-bottom: 1px dotted #448d46;
	margin-top: 20px;
	margin-bottom: 40px;
}

.post-container{
	max-width: 60rem;
}

.menu-technology-menu-container{
	text-align: center;
	display: inline-block;
}

.technology-nav{
	text-align: center;
	margin-bottom: 20px;
}

#menu-technology-menu li{
	background-color: #808080;
	margin-right: 10px;
	margin-bottom: 15px;
}

#menu-technology-menu li a{
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
}

@media screen and (max-width: 1066px) {
	#menu-technology-menu li a{
		font-size: 0.9rem;
	}
}

#menu-technology-menu li.current_page_item{
	background-color: #448d46;
}

@media screen and (max-width: 760px) {
	#menu-technology-menu li{
		width: 100%;
	}
	#menu-technology-menu li a{
		font-size: 1rem;
	}
}

.tech-card-overlay{
	background-color: rgba(68, 141, 70, 0.7);
	padding: 40px;
	height: 100%;
	width: 100%;
	transition: all 0.2s ease-out;
}

a:hover .tech-card-overlay{
	background-color: rgba(0, 0, 0, 0.3);
}

.tech-card{
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	text-align: center;
	height: 100%;
	width: 100%;
	margin-bottom: 30px;
	background-color: #448d46 !important;
}

.tech-icon{
	max-width: 80px;
	margin-bottom: 30px;
}

.tech-title{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
}

.tech-readmore{
	margin: 0;
	background-color: #293896;
	color: #fff;
	display: inline-block;
	padding: 12px 20px;
}

.tech-readmore::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	margin-left: 10px;
	font-size: 1rem;
}

#tribe-bar-views .tribe-bar-views-list {
    z-index: 9 !important;
}


.gallery-butt {
    padding: 20px;
    background: #293896;
    color: #fff;
    bottom: 0px;
    position: absolute; 
    display: inline-flex;

}

.gallery-butt:hover{background:#dedede; transition:.2s; color: }

.gallery-butt:active, .gallery-butt:visited, .gallery-butt:focus, .gallery-butt:visited{
    color: #fff;
}


.hidden {
    display: none;
}


.video-card{
	background-size: cover; 
	backgroung-position: center center;
	background-repeat: no-repeat;
	background-color: #293896;
	margin-bottom: 30px;
}

.video-card-overlay{
	padding: 40px;
	background-color: rgba(41, 56, 150, 0.8);
	height: 100%;
	width: 100%;
	transition: all 0.3s ease-out;
}
.video-card-overlay:hover{
	background-color: rgba(0, 0, 0, 0.3);
}

.video-card-Icon{
	width: 150px;
	height: 150px;
	text-align: center;
	border: 3px solid #fff;
	margin: 0 auto;
	border-radius: 25px;
	margin-bottom: 30px;

}

.video-card-Icon a{
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	line-height: 140px;
}

.video-card-overlay p{
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 1.1rem;
}

.download-card{
	background-size: cover; 
	backgroung-position: center center;
	background-repeat: no-repeat;
	background-color: #448d46;
	margin-bottom: 30px;
}

.download-card-overlay{
	padding: 40px;
	background-color: rgba(68, 141, 70, 0.8);
	height: 100%;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease-out;
}

.download-card-overlay:hover{
	background-color: rgba(0, 0, 0, 0.3);
}

p.download-title{
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	margin-bottom: 30px;
}

p.download-icon{
	color: #fff;
	font-wieght: 600;
	font-size: 1.1rem;
	display: inline-block;
	border: 2px solid #fff;
	padding: 10px 20px;
}

.timeline .timeline-item::after, .timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline::before {
  background:  #448d46;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline a {
  color:  #293896;
  font-weight: bold;
  transition: all 0.25s ease-in;
}

.timeline a:hover {
  box-shadow: 0 1px 0px 0px  #293896;
  transition: all 0.25s ease-in;
}

.timeline .timeline-item {
  margin-bottom: 0px;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #448d46;
  padding: 6px 22px;
  left: 50%;
  margin-left: -55px;
  overflow: hidden;
  position: absolute;
  top: 0;
  display: inline-block;
}

.timeline .timeline-item .timeline-icon p{
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.timeline .timeline-item .timeline-content {
  padding: 20px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: 45%;
  background: transparent;
  padding-top: 0px;
}

@media only screen and (max-width: 1100px){
	.timeline .timeline-item .timeline-content {
		padding-left: 30px;
		padding-right: 70px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.timeline .timeline-item .timeline-content.right {
		  padding-left: 70px;
		  padding-right: 0px;
		}
	.timeline-content img{
	width: 100%;
		}
}

.timeline .timeline-item .timeline-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #0a0a0a;
}

.timeline-content img{
	max-width: 200px;
	margin-bottom: 30px;
}

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 639px) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: left;
    text-align: left;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #fefefe;
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  left: 0;
  margin-left: 0px;
  overflow: hidden;
  position: relative;
  top: 0;
  display: inline-block;
  }
  .timeline .timeline-item .timeline-content.right {
  float: left;
  text-align: left;
  padding-left: 30px;
		}
		.timeline-content img{
	width: 100%;
		}
}

.job-archive-feature{
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	height: 200px;
	max-width: 250px;

}

.job-wrapper{
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #448d46;
}

.job-wrapper h2{
	color: #448d46;
	font-size: 1.8rem;
}

p.job-ref{
	color: #808080;
}

a.job-readmore{
	background-color: #293896;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 20px;
	font-weight: 600;
}

a.job-readmore::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	margin-left: 10px;
	font-size: 1rem;
}

a.job-readmore:hover, a.job-readmore:focus, a.job-readmore:active{
	background-color: #3444ac;
}

.job-border-bottom{
	border-top: 3px solid #448d46;
	margin-bottom: 30px;
	margin-top: 15px;
}

.job-apply{
	display: block;
	background-color: #dedede;
	padding: 5px;
}

.page-template-contact-page h2{
	color: #293896;
}

.page-template-contact-page h4{
	color: #448d46;	
	font-weight: 600;
}

.dealer-block{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #448d46;
}

a.dealer-email{
	margin-bottom: 20px;
	word-break: break-all;
}

.contact-type{
color: #448d46;	
}

.pre-owned-gallery{
	padding-left: 230px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 1550px){
	.pre-owned-gallery{
		padding-left: 100px;
	}
}

@media only screen and (max-width: 1120px){
	.pre-owned-gallery{
		padding-left: 20px;
	}
}

@media only screen and (max-width: 639px){
	.pre-owned-gallery{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
}

.pre-owned-gallery a{
	display: inline-block;
	padding: 4px;
}

.pre-owned-gallery a.gallery-image-main-link{
	width: 100%;
}

.pre-owned-gallery .gallery-image-main{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	position: relative;
}

@media only screen and (max-width: 1410px){
	.pre-owned-gallery .gallery-image-main{
		height: 300px;
	}
}

.pre-owned-gallery .gallery-image{
	background-size: cover;
	background-position: center center;
	height: 130px;
	width: 210px;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1550px){
	.pre-owned-gallery .gallery-image{
		display: block;
		margin-bottom: 20px !important;
	}
}

.pre-owned-form{
	background-color: #dedede;
	padding: 40px;
}

@media only screen and (max-width: 1023px){
	.pre-owned-form{
		padding: 30px 0;
	}
}

@media only screen and (max-width: 639px){
	.pre-owned-form{
		padding: 20px 0;
	}
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pg-wrapper{
	min-height: 200px;
	background-color: #293896;
	padding: 50px 20px;
	margin-bottom: 30px;
}

.pg-archive-link-wrapper{
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.pg-archive-link-wrapper i{
	margin-bottom: 30px;
}

p.pg-title-archive{
	display: block;
}

.cookie-notice-container{
	background-color:  #293896;
	padding: 20px;
}

.cookie-notice-container .button{
	margin: 0;
}

.cn-button{
	background-color: #448d46;
}

@media only screen and (max-width: 320px){
	.cn-button{
		display: block;
		margin-bottom: 20px !important;
	}
}

.cn-button:hover, .cn-button:focus, .cn-button:active{
	background-color: #2c752e;
}

@media only screen and (max-width: 1220px){
	span#cn-notice-text{
		display: block;
		margin-bottom: 20px;
	}
}

.social-icons-container{
	padding-top: 5px;
}
.social-icons-container img{
	max-width: 35px;
	margin-right: 1px;
}

@media only screen and (max-width: 1198px){

.social-icons-container{
	text-align: center;
}
	.social-icons-container img{
		margin-bottom: 10px;
	}
}
.social-icons-container img.last{
	margin-right: 0;
}

@media only screen and (max-width: 1023px){
	.social-icons-container{
		margin-top: 30px;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 639px){
	.social-icons-container{
		margin-top: 0px;
	}
}

.post-share-icons{
	margin-top: 30px;
	border-top: 1px solid #448d46;
	border-bottom: 1px solid #448d46;
	padding-top: 20px;
	padding-bottom: 20px;
}

.preowned-download-link{
	color: #fff !important;
}

.preowned-video{
	width: 150px;
	height: 150px;
	text-align: center;
	border: 3px solid #fff;
	margin: 0 auto;
	border-radius: 25px;
	margin-top: 80px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.preowned-video a{
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	line-height: 90px;
}

.preowned-video-overlay{
	background-color: rgba(41, 56, 150, 0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.global-region {
    padding: 40px 20px 40px 0px;
    margin-left: -16px;
}

.pagin a {

    background: #808080;
    padding: 5px;
    margin: 14px;
    color: #ffffff;

}

.pagin a:hover {

    background: #293896;
    padding: 5px;
    margin: 14px;
    color: #ffffff;

}

.testi-grad-wrap {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
padding-bottom: 30px;
}
.t-spacer {
    min-height: 250px;
}
 .home-testi-text{font-size: 1.8rem;
font-weight: 600;
line-height: 2rem;}

.pre-owned-slide {
background: #dedede;
border: 10px #fff solid;
margin: 8px;
text-align:center;
position:relative;
cursor:pointer;
}
.pre-owned-slide h4{
font-size:1.2rem; line-height:1.5rem; font-weight:bold;
color:#000;
margin:10px
}
.pre-owned-slide p{
color:#000; margin:10px
}
.pre-owned-slide button{
color:#fff; padding:1rem; width:100%; background-color: #448d46; margin-top:20px; cursor:pointer;
}
@media only screen and (max-width: 639px) {
.mob-width-preo {width:100% !important;}
}
.warranty-badge {
	position: absolute;
	top: -18px;
	right: -16px;
	z-index: 9999999;
	display: inline-block;
	padding: 0px;
}
.type-of-enquiry select
{
background-color: #293896;
    color: #fff;
border: none;
height: 43.6px;
margin: 0 0 0rem;
font-weight:bold; 
text-transform:uppercase;
}
.type-of-enquiry option
{
background-color: #fff;
    color: #808080;
font-weight:normal;
}

#wpcf7-f314-o1 [type="submit"] {
    margin:0px 0px 30px 0px;
    float: right;
position:relative;
background:#c4c4c4;
color: #293896;
}
#wpcf7-f314-o1 [type="submit"]:hover {
color: #fff;
}

.form-smaller-print{
font-size:14px;
}
.slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    margin-left: 10px;
    font-size: 5.4rem;
}
.slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    margin-left: 10px;
    font-size: 5.4rem;
}

.slick-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d9';
    margin-left: -20px;
    font-size: 5.4rem;
}

.styled-bullets {
    padding: 0px;
}
.styled-bullets ul {
    list-style: none;
    padding: 0;
margin-left: 0rem;
margin-right: 1.25rem;
}
.styled-bullets ul li {
	margin: 0;
	margin-bottom: 0.5em;
	padding-left: 1em;
	position: relative;
}
.styled-bullets ul li::after {
	content: "";
	height: 0.4em;
	width: 0.4em;
	background: #448d46;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 0.65em;
	left: 0;
}
.product-intro h3{color: #448d46; 
font-size: 1.6rem;
font-weight: bold;}

.product-intro-logo {margin-bottom:0px;}

.tabs-section-text {
    display: inline-flex;
    float: left;
}

.tabs-section-text h2{
color:#293896;
text-transform:uppercase;
margin: 0rem 1rem;
}
.tabs-section-text .product-link-logo {
    margin-left: 1rem;}

.product-features-section{
margin-top:2rem;
}

.product-features-section h3{text-transform:uppercase;
}
.product-features-section .tabs , .product-features-section .tabs-content{
    border: 0px solid #fff;}

.ptl {
    padding-right: 4rem;
}

.ptr {
    padding-left: 0rem;
padding-right: 1rem;
}

.ptl img,.ptr img{width:100%;}
.product-features-section .tabs-panel{padding-right:0px;}

.product-features-section .tabs-title  a{
	margin: 0px 5px 10px 5px;
    background: #448d46;
    color: white;
    padding: 0.75rem;
	font-weight:bold;
	text-transform:uppercase;
}


.product-specification-section {background: #e6e6e6;}



.product-features-section ul{
text-align: center;
display: table;
margin: 0 auto;}

.product-links-section .button{background: #448d46;}

#prodspecs .spray-col {
    display: block;
}


.action-banner {
    margin: 0;
    display: block;
text-align: center;
   background-image: url(/img/househamactionbg.jpg);
background-repeat: repeat-x;
}

.styled-bullets h4 {
    color: #448d46;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
}

.styled-bullets ul li::after {
    content: "";
    height: 0.4em;
    width: 0.4em;
    background: #448d46;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 0.4em;
    left: 0;
    font-size: 1.5em;
}
.styled-bullets {
    font-size: 0.9em;
}

.styled-bullets ul li {
    padding-left: 2em;
}

.product-links-section .button {
    background: #c4c4c4;
    color: #293896;
    text-transform: uppercase;
    padding: .5em .65em;
font-weight:bold;
margin: auto 0 auto 0;
}
.product-links-section .button:hover {
    background: #293896;
    color: #c4c4c4;
}

.tabs-title.is-active a {
    background: #dedede;
	color: #448d46;
}

.footer-title{color: #293896; margin-bottom:10px;}

.footer-dealer {
    background-color: #293896;
}
.footer-dealer:hover {
    background-color: #448d46 !important;
}

.soccytin {margin-top:40px;}

.topline {border-top:1px solid #b0b0b0; padding-top:10px;}

.footer nav a {
    text-decoration: underline;
}

.footer nav a::before {
    content: "";
margin-right: 0px;}

@media only screen and (max-width: 639px) {
.top-bar-contact-details span {
    font-size: 24px;
}
.soccytin {
    text-align: center;
}
}