 @charset "utf-8";
/* CSS Document */
#test_drive_page_wrapper {
	min-height:600px;
}
#test_drive_wrapper {
	width:60%;
	background-color:#F8F8F8;
	margin:30px auto 20px auto;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 8px 6px -6px black;
    border-style:solid;
	border-width:1px;
	border-color:#777777;
}
#test_drive_hero_mobile {
	display:none;
}
#test_drive_hero_desktop {
	width:100%;
	margin-top:10px;
	border-top: 1px solid #000000;
	display:block;
}
#test_drive_box {
	padding:20px;
}
#test_drive_headline {
	font-size:1.5em;
	color:#333333;
	line-height:1.5em;
    font-weight: bold;
	margin-bottom:10px;
}
#test_drive_giveaway_headline {
	font-size:1.4em;
	color:#333333;
	line-height:1.5em;
	margin-bottom:10px;
}
#test_drive_giveaway_to_enter {
	font-size:1.4em;
	color:#333333;
	line-height:1.5em;
	margin-bottom:10px;
}
.test_drive_giveaway_message {
	font-size:1.3em;
	color:#333333;
	line-height:1.2em;
	margin-bottom:15px;
}
#test_drive_giveaway_instruction_list {   
	padding-left: 1.4em;
	font-size:1.3em;
	line-height:1.2em;
	color:#333333;
}
#test_drive_giveaway_instruction_list li { 
	margin:0 0 15px 0;
}
.test_drive_giveaway_end {
	font-size:1.1em;
	color:#333333;
	line-height:1.2em;
	margin-bottom:15px;
}
#test_drive_bonus_box {
	width:100%;
	border: 1px solid red;
	background-color:#ffffff;
	border-radius:10px;
	margin-bottom:30px;
}
#test_drive_active_bonus_box {
	margin-top:25px;
	width:100%;
	border: 1px solid red;
	background-color:#ffffff;
	border-radius:10px;
}
#test_drive_bonus {
	padding:10px;
	font-size:1.2em;
	line-height:1.3em;
	color:#333333;
}
.test_drive_special {
	font-size:1.1em;
	line-height:1.5em;
	color:green;
	margin-bottom:20px;
}
.test_drive_special_link {
	font-size:1.1em;
	margin:20px 0px 20px 0px;
}
.test_drive_share_message {
    font-size:1em;
    line-height: 1.3em;
	color:#333333; 
    margin-bottom: 15px;
}
.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;    
}
input[type=text].test_drive_field { 
        width:70%;
}
.test_drive_form_label {
	margin-top:10px;
	margin-bottom:5px;
}
.test_drive_button_box {
	margin-top:10px;
}
.home_submit_test_drive_button {
	padding-left:15px;
	padding-right:15px;
}
.test_drive_ninja_label {
    display:none;
}
.test_drive_ninja_field {
    display:none;
}
#test_drive_subscribed {
	margin-top:25px;
	font-size:1em;
	line-height:1.5em;
	color:#666666;
}
#test_drive_privacy {
	margin-top:5px;
	font-size:1em;
	line-height:1.5em;
	color:#666666;
}
#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:#333333;
	
	/* These are technically the same, but use both, this is making the url wrap */
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#active_test_drive_wrapper {
	width:60%;
	background-color:#F8F8F8;
	margin:30px auto 20px auto;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 8px 6px -6px black;
}
#active_test_drive_box {
	padding:20px;
}
#active_test_drive_header {
	font-size:1.5em;
	color:green;
	font-weight:bold;
	margin-bottom:15px;
}
#active_test_drive_instructions { /*this is if we are shoing it from a cookie*/
	font-size:1.3em;
	line-height:1.5em;
	color:#333333;
	
	/* These are technically the same, but use both, this is making the url wrap */
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.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:#0099CC;
	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;
}
.transitional_cta_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	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*/
}
.transitional_cta_button:hover {
	background-color: #000000;
	color: #FFFFFF;
	border-color:#000000;
	text-decoration: none;
	cursor:pointer;
}
.test_drive_review_box {
	width:60%;
	margin:10px auto 20px auto;
	background-color:#FFFFFF;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 8px 6px -6px black
}
.test_drive_review_box_liner {
    border-style:solid;
	border-width:1px;
	border-color:#777777;
    border-radius: 10px;
    padding:15px 0 15px 0;
}
.test_drive_review_box_title {
	width:96%;
	margin:auto;
	font-size:1.5em;
    font-family: 'Libre Franklin', sans-serif;
	text-align:center;
	color:#000000;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom: 1px solid #4D4D4D;
}
.test_drive_review_wrapper{
    width:96%;
	margin:15px auto 0px auto;
    padding-bottom:15px;
	border-bottom: 1px solid #4D4D4D;          
}
.test_drive_review {
    font-size:1em;
    font-family: 'Libre Franklin', sans-serif;
    line-height: 1.5em;
	color:#222222;     
}
.test_drive_review_link { 
    font-size:1.2em;
    font-family: 'Libre Franklin', sans-serif;
}
.test_drive_review_signature { 
    font-size:1em;
    font-family: 'Libre Franklin', sans-serif;
}
.test_drive_review_image {
	width:175px;
	height:175px;
	border-radius: 50%;
    overflow: hidden;
    border: 4px solid #D3D3D3;
	box-shadow: 0 8px 6px -6px black;
    margin: 0px 10px 10px 0px;
	float:left;
}
.test_drive_review_image_bailey {
	background: url(/images_review/bailey_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
.test_drive_review_image_ashlyn {
	background: url(/images_review/ashlyn_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
.test_drive_review_image_andy {
	background: url(/images_review/andy_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
.test_drive_review_image_tyler {
	background: url(/images_review/tyler_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
.test_drive_review_image_adrien {
	background: url(/images_review/adrien_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
.test_drive_review_image_tracy {
	background: url(/images_review/tracy_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
.test_drive_review_image_sean {
	background: url(/images_review/sean_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
.test_drive_review_image_rjo {
	background: url(/images_review/rjo_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
.test_drive_review_image_jake {
	background: url(/images_review/jake_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
.test_drive_review_image_colby {
	background: url(/images_review/colby_review.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
}
/*---------------------------------------------------------*/
/* medium/small ------------------------------------------ */
@media screen and (max-width : 800px) {	
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
#test_drive_wrapper {
	width:94%;
	margin:30px 3% 20px 3%;
}
#active_test_drive_wrapper {
	width:94%;
	margin:30px 3% 20px 3%;
}
input[type=text].test_drive_field {
    width:95%;
}
/*---------------------------------------------------------*/
} /*end @media screen and (max-width : 800px)*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* Small ------------------------------------------------- */
@media screen and (max-width : 699px) {	
/*---------------------------------------------------------*/
#test_drive_hero_mobile {
	display:block;
	width:100%;
	border-bottom: 1px solid #000000;
}
#test_drive_hero_desktop {
	display:none;
}
.test_drive_review_box {
	width:96%;
	margin-left:2%;
	margin-right:2%;
}
.test_drive_review_box_title {
	width:94%;
	font-size:1.4em;
}
.test_drive_review_image {
	width:75px;
	height:75px;
	border-radius: 50%;
    overflow: hidden;
    border: 3px solid #D3D3D3;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
} /*end @media screen and (max-width : 699px)*/
/*---------------------------------------------------------*/

