@charset "utf-8";
/* CSS Document */
#blog_wrapper {
	width:96%;
	padding:20px 0 20px 0;
	background-color:#F8F8F8;
	margin:20px 2% 20px 2%;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 8px 6px -6px black
}
#blog_box {
	width:60%;
	float:left;
	margin-left:2%;
	padding:15px 0 15px 0;
}
.blog_header {
	
}
.blog_image_box {
    margin-bottom:15px;
}
.blog_breadcrumbs {
	margin-bottom:20px;
	font-size:.9em;
	font-family: 'Nunito Sans', sans-serif;  
	color: #26282D;
}
#blog_test_drive_cta {
	width:34%;
	padding: 15px 0 15px 0;
	float:right;
	background-color:#d3d3d3;
	position: -webkit-sticky;
	position: sticky;
	top:90px;
	margin-right:2%;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 8px 6px -6px black
}
#blog_test_drive_wrapper {
	display:none;
	padding:0 15px 0 15px;
}
#blog_test_drive_message {
	font-size:1.5em;
	font-family: 'Nunito Sans', sans-serif; 
	color:#2d2d2d;
	padding: 0 15px 20px 15px;
}
.blog_test_drive_button {
	width:80%;
	max-width:250px;
	margin:auto;
}
.cta_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#ff0000;
	font-weight: bold;
	-moz-border-radius:10px;
	border-radius:10px;
	border:none;
	-webkit-appearance: none; /*this removes iphone default apperance*/
}
.cta_button:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
}
#blog_test_drive_headline {
	font-size:1.3em;
	font-family: 'Nunito Sans', sans-serif; 
	color:#2d2d2d;
	line-height:1.5em;
	margin-bottom:20px;
}
.blog_test_drive_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding:3px;
	margin-top:2px;
	margin-bottom:15px;
	border: 1px inset #C5C5C5;    
}
#blog_test_drive_mobile_message {
	font-size:1.3em;
	font-family: 'Nunito Sans', sans-serif; 
	color:#2d2d2d;
	line-height:1.5em;
	margin-bottom:20px;
	display:none;
}
input[type=text].blog_test_drive_field { 
        width:70%;
}
.blog_test_drive_form_label {
	margin-top:10px;
	margin-bottom:5px;
}
.blog_test_drive_button_box {
	margin-top:10px;
}
.blog_submit_test_drive_button {
	padding-left:15px;
	padding-right:15px;
}
.test_drive_ninja_label {
    display:none;
}
.test_drive_ninja_field {
    display:none;
}
#blog_test_drive_subscribed {
	margin-top:25px;
	font-size:1em;
	line-height:1.5em;
	color:#858585;
}
#blog_test_drive_privacy {
	margin-top:5px;
	font-size:1em;
	line-height:1.5em;
	color:#858585;
}
#test_drive_thanks {
	font-size:1.5em;
	color:green;
	font-weight:bold;
	margin-bottom:15px;
}
#test_drive_instructions {
	font-size:1.3em;
	line-height:1.5em;
	color:#2d2d2d;
	
	/* These are technically the same, but use both, this is making the url wrap */
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#blog_active_test_drive_box {
	padding-left:15px;
	padding-right:15px;
}
#blog_active_test_drive_header {
	font-size:1.5em;
	color:green;
	font-weight:bold;
	margin-bottom:15px;
}
#blog_active_test_drive_instructions { /*this is if we are shoing it from a cookie*/
	font-size:1.3em;
	line-height:1.5em;
	color:#2d2d2d;
	
	/* These are technically the same, but use both, this is making the url wrap */
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.test_drive_special_link { /*leave this name like this so works with ajax too*/
	font-size:1.1em;
	margin-top:20px;
}
#blog_sticky_footer {
	display:none;
}
.social_share_box {
	margin-bottom:8px;
}
.social_share_box iframe {
	vertical-align:bottom;
}
p {
  	margin-top: 0;
  	margin-bottom: 15px;
  	margin-left: 0;
  	margin-right: 0;
	font-size:1.1em;
	line-height:1.4em;
	font-family: 'Nunito Sans', sans-serif;
	color: #26282D;
	letter-spacing: .02em;
}
h1 {
	display: block;
  	font-size: 2em;
  	margin-top: 0;
  	margin-bottom: 30px;
  	margin-left: 0;
  	margin-right: 0;
  	font-weight: bold;
	font-family: 'Roboto', sans-serif;  
	color: #26282D;
}
h2 {
	display: block;
  	font-size: 1.5em;
  	margin-top: 0.83em;
  	margin-bottom: 0.83em;
  	margin-left: 0;
  	margin-right: 0;
  	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: #26282D;
}
h3 {
	display: block;
  	font-size: 1.17em;
  	margin-top: 1em;
  	margin-bottom: 1em;
  	margin-left: 0;
  	margin-right: 0;
  	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: #26282D;
}
/*---------------------------------------------------------*/
/* medium/small ------------------------------------------ */
@media screen and (max-width : 800px) {	
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
#blog_box {
	width:90%;
	padding-left:3%;
	padding-right:3%;
	float:none;
	margin:auto;
}
#blog_test_drive_cta {
	width:90%;
	margin:auto;
	float:none;	
	position: static;
}
input[type=text].blog_test_drive_field {
    width:95%;
}
/*---------------------------------------------------------*/
} /*end @media screen and (max-width : 800px)*/
/*---------------------------------------------------------*/
/* medium/small ------------------------------------------ */
@media screen and (max-width : 699px) {	
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
#blog_sticky_footer {
	display:block;
	width:100%;
	position: -webkit-sticky;
	position: sticky;
	bottom:0px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#d3d3d3;
}
#blog_sticky_footer_button {
	width:86%;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#ff0000;
	font-weight: bold;
	-moz-border-radius:10px;
	border-radius:10px;
	border:none;
	-webkit-appearance: none; /*this removes iphone default apperance*/
}
#blog_sticky_footer_button:active {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
}
/*---------------------------------------------------------*/
} /*end @media screen and (max-width : 699px)*/
/*---------------------------------------------------------*/

