.text-right
{
	text-align: right;
}
.text-left
{
	text-align: left;
}
.text-center
{
	text-align: center;
}
.email-signup
{
	position:relative;
}
.email-signup-spinner
{
	background: #fff;
	opacity: .8;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.email-signup-spinner img
{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
.email-signup a:hover, .email-signup a:active
{
	color: #fff;
}
div[id*="collapse-thank-you"]
{
	padding: 20px;
}
div[id*="collapse-thank-you"] p, div[id*="collapse-thank-you"] h2
{
	color: #fff;	
}
.block-content-custom-tractor .flex
{
	display: flex;
}
.block-content-custom-tractor .packages label
{
	line-height: 20px;
}
.block-content-custom-tractor p
{
	margin:0;
}
.block-content-custom-tractor .no-padding
{
	padding:0;
}
.block-content-custom-tractor .with-border
{
	border-bottom:1px solid #b5b3b4;
	margin-bottom:18px;
}
.block-content-custom-tractor .packages.with-border
{
	padding-bottom:18px;
}
.block-content-custom-tractor .prices
{
	margin-bottom:18px;
}
.generic-copy-block .content .image-caption
{
	display:none;
}
.block-content-custom-tractor h1 span
{
	font-family: jd_sans_promedium;
	color: #666;
	font-size: 16px;
	margin-top: 0;
}
.block-content-custom-tractor div.checker 
{
	padding-top:2px;
}
.block-content-custom-tractor .cta a[class*='cta-']
{
	margin-bottom:20px;
}
.block-content-custom-tractor .cta a[class*='cta-']:nth-of-type(odd)
{
	margin-right:10px;
}
.block-content-custom-tractor .dlg
{
	position: absolute;
	top:38%;
	left:46%;
	width: 80px;
	height: auto;
	z-index:2;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.block-content-custom-tractor .point
{
	position: absolute;
	top:0;
	left:0;
	width: 40px;
	height: 40px;
	background: #fdda01;
	border-radius: 100%;
	z-index:2;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.block-content-custom-tractor .point + .point-hover,
.block-content-custom-tractor .point-hover.active,
.block-content-custom-tractor .dlg + .dlg-hover,
.block-content-custom-tractor .dlg-hover.active
{
	cursor:pointer; 
	background-color: rgba(255,255,255,.9);
	background-clip: border-box;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2335);
	box-sizing: border-box;
	display: -ms-flex;
	display:flex;
	flex-direction: column;
	-ms-flex-direction: column;
	
	position: relative;
	word-wrap: break-word;
	max-width:350px;
	
	position: absolute;
	top: 0;
	left: -100%;
	width:40%;
	
	opacity: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	z-index:3;
}
.block-content-custom-tractor .dlg + .dlg-hover,
.block-content-custom-tractor .dlg-hover.active
{
	width:100%;
	max-width:450px;
}
.block-content-custom-tractor .point + .point-hover .point-hover-header,
{
	padding:20px 20px 0;
}
.block-content-custom-tractor .point + .point-hover .point-hover-body,
.block-content-custom-tractor .dlg + .dlg-hover .dlg-hover-body
{
	-ms-flex: 1 1 auto;
	flex:1 1 auto;
	padding:20px;
}
.block-content-custom-tractor .dlg + .point-hover p,
.block-content-custom-tractor .dlg + .dlg-hover p
{
/* 	padding:15px; */
}
.block-content-custom-tractor .point + .point-hover img,
.block-content-custom-tractor .dlg + .dlg-hover img
{
	width:100%;
}
.block-content-custom-tractor .point:hover,
.block-content-custom-tractor .dlg:hover
{
	opacity: 1;
}
.block-content-custom-tractor .point:hover + .point-hover, 
.block-content-custom-tractor .point + .point-hover:hover,
.block-content-custom-tractor .point + .point-hover.active,
.block-content-custom-tractor .dlg:hover + .dlg-hover, 
.block-content-custom-tractor .dlg + .dlg-hover:hover,
.block-content-custom-tractor .dlg + .dlg-hover.active
{
	opacity: 1;
	left:0%;
}
.choose-model
{
	position: relative;
}
.choose-model > a 
{
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	color: #000;
	font-weight: bold !important;
	margin-bottom: 15px;
	background: #eee;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.choose-model h2
{
	color: #333;
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.choose-model .absolute-center
{
	opacity: 0;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.choose-model:hover .absolute-center
{
	opacity: 1;
}
.choose-model:hover > a, .choose-model:hover h2
{
	background: #BFBFBF;
}
.nav-sticky
{
	overflow: hidden;
}
.nav-sticky .nav-links .nav-link
{
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 992px) 
{
	.block-content-custom-tractor .cta 
	{
		text-align: center;
	}
}
@media screen and (max-width: 768px)
{
	.block-content-custom-tractor .point,
	.block-content-custom-tractor .dlg
	{
		width:30px;
		height:30px;
	}
	.block-content-custom-tractor .first:hover ~ .last
	{
		opacity:0;
	}
	.block-content-custom-tractor .point + .point-hover,
	.block-content-custom-tractor .dlg + .dlg-hover
	{
		width:80%;
		top:0 !important;
	}
}