div.column_page.car_cutaways div.rhs div.main > div.content{
	position: relative;
	margin-right: 0px !important;
	padding-top: 0px;
}

div.column_page.car_cutaways h1{
	margin-top: 0px;
	padding-top: 25px;
}

div.column_page.car_cutaways div.lhs ul.nav{
	margin-top: 20px;
}

div.column_page.car_cutaways div.lhs ul.nav li:not(:first-child){
	margin-top: 1px;
}

div.column_page.car_cutaways div.lhs ul.nav a{
	display: block;
	font-family: Conv_Akk_Pro;
	font-size: 16px;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	padding: 14px 20px;
	letter-spacing: -0.25px;
}

div.column_page.car_cutaways div.lhs ul.nav a:hover{
	background-color: #ddd;
}

div.column_page.car_cutaways div.lhs ul.nav a.active{
	background-color: #d6002a;
	color: white;
}

div.column_page.car_cutaways div.lhs div.nav div.title:not(:first-child){
	margin-top: 20px;
}

div.column_page.car_cutaways div.rhs div.main div.content a.back{
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	padding: 14px 20px;
}









div.survey_intro div.left{
	float: left;
	width: calc(100% - 355px);
}

div.survey_intro div.right{
	float: right;
	width: 325px;
	border-left: 1px solid #ddd;
	padding: 30px 10px 30px 30px;
	box-sizing: border-box;
}

div.survey_intro div.more_info{
	margin-top: 30px;
	font-size: 16px;
}

div.survey_intro div.more_info:first-child,
div.survey_intro div.more_info:first-child h2{
	margin-top: 0px;
}

div.survey_intro div.more_info div.social div.st-btn{
	background-color: #d6002a !important;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}

div.survey_intro div.more_info div.social div.st-btn:hover{
	top: 0px !important;
}

div.survey_intro a.cutaway{
	float: right;
	width: 300px;
	border: 1px solid #ccc;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.survey_intro div.deadline{
	text-align: center;
	color: red;
	font-weight: bold;
	margin-top: 15px;
}









div.start_survey{
	text-align: center;
	margin: 30px 0px;
}

div.start_survey a{
	display: inline-block;
	font-size: 18px;
	padding: 12px 20px;
}










div.login_container h2{
	margin-bottom: 0px !important;
}

table.tblForm{
	margin-top: 5px;
}

table.tblForm td{
	padding-left: 0px;
}

table.tblForm th > label,
table.tblForm td > label{
	font-size: 16px;
	font-family: Conv_Akk_Pro;
}

table.tblForm input[type=email],
table.tblForm input[type=text],
table.tblForm input[type=password]{
	width: 300px;
}

div.login_message{
	color: white;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 16px;
	font-family: Conv_Akk_Pro;
	font-weight: bold;
	text-align: center;
}

div.login_message.error{
	background-color: red;
}

div.login_message.confirm{
	background-color: green;
}
















ul.survey_sections{
	margin-top: 25px;
	font-family: Conv_Akk_Pro;
}

ul.survey_sections li{
	display: inline-block;
}

ul.survey_sections li a{
	position: relative;
	display: block;
	color: white;
	text-decoration: none;
	padding: 12px 15px;
	background-color: #aaa;
	font-size: 14px;
	font-family: Conv_Akk_Pro;
}

ul.survey_sections li a:hover{
	background-color: #888;
}

ul.survey_sections li a.active{
	background-color: #d6002a;
}

ul.survey_sections li a.completed:after{
	position: absolute;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	background-color: white;
	right: 5px;
	top: 5px;
	border-radius: 5px;
}

ul.survey_sections li a.disabled{
	color: #eee;
	background-color: #ccc;
	cursor: default;
}

div.survey_sections div.section{
	display: none;
	border: 1px solid #ddd;
	padding: 20px;
	font-family: Conv_Akk_Pro;
}

div.survey_sections div.section h2{
	font-size: 20px;
	font-weight: 600;
	font-family: Conv_Akk_Pro;
	color: #d6002a;
}

div.survey_sections div.section h2:not(:first-child){
	margin-top: 30px;
}

div.notes{
	line-height: 1.3em;
}

div.notes p{
	margin-top: 20px;
}

div.action_button{
	position: relative;
	text-align: center;
	margin-top: 20px;
}

div.action_button a{
	display: inline-block;
	padding: 14px 25px;
}

div.action_button a.right{
	position: absolute;
	right: 0px;
	top: 0px;
}








table.vehicle_details{
	margin-top: 20px;
	min-width: 400px;
	font-size: 14px;
}

table.vehicle_details th,
table.vehicle_details td{
	padding: 8px;
	background-color: #eee;
	border: 1px solid #d6d6d6;
	text-align: left;
	vertical-align: middle;
}

table.vehicle_details th{
	text-align: left;
	font-weight: bold;
	background-color: #d6d6d6;
	width: 160px;
}











table.components{
	width: 100%;
	margin-top: 20px;
	counter-reset: row;
}

table.components tr:not(:first-child){
	counter-increment: row;
}

table.components tr.component th:first-child:before{
	content: counter(row);
}

table.components th{
	background-color: #aaa;
	padding: 10px;
	color: white;
	border: 1px solid #aaa;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

table.components tr:first-child th{
	background-color: #888;
	color: white;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #888;
	line-height: 1.2em;
}

table.components th:first-child{
	width: 90px;
}

table.components th img{
	position: absolute;
	top: calc(50% - 8px);
	right: -5px;
	height: 16px;
	width: 16px;
	z-index: 2;
	cursor: pointer;
}

table.components th:nth-child(2) img{
	right: calc(50% - 65px);
}

table.components th:nth-child(4) img{
	right: 8px;
}

table.components th:nth-child(7) img{
	right: 5px;
}

table.components th img:hover{
	opacity: 0.8;
}

table.components td{
	padding: 10px;
	background-color: #eee;
	border: 1px solid #d6d6d6;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.2em;
}

table.components tr:nth-child(odd) td{
	background-color: #f7f7f7;
}

table.components td.error{
	background-color: red;
}

table.components input,
table.components select{
	border: 1px solid #ccc;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}

table.components select{
	padding: 4px;
	cursor: pointer;
}

table.components input[type=button]{
	border: 0px;
	font-family: Conv_Akk_Pro;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 12px;
	background-color: #d6002a;
	color: white;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
	width: auto;
}

table.components input[type=button]:hover{
	background-color: #C00026;
}

table.components div.component{
	font-size: 14px;
	margin-bottom: 5px;
	display: none;
	line-height: 1.2em;
}

table.components div.component span{
	font-weight: normal;
}












ul.form input[type=text],
ul.form input[type=email],
ul.form input[type=password],
ul.form input[type=number],
ul.form select,
ul.form textarea{
	border: 1px solid #ccc;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
}

ul.form textarea{
	max-width: 600px;
	resize: none;
}

ul.form:not(:first-child){
	margin-top: 20px;
}

ul.form > li{
	margin-top: 17px;
}

ul.form > li.break{
	border-top: 1px solid #ccc;
}

ul.form div.label{
	font-weight: 600;
	font-size: 14px;
}

ul.form div.element{
	margin-top: 5px;
}

ul.form div.element.small_text{
	line-height: 1.6em;
	font-size: 12px;
}

ul.form div.description{
	line-height: 1.6em;
	font-size: 12px;
	margin-top: 5px;
}

ul.form ul.multi_text li:not(:first-child){
	margin-top: 1px;
}

ul.form ul.checklist li{
	margin-top: 10px;
}

ul.form ul.checklist label{
	color: #555;
	font-weight: normal;
}

ul.form ul.checklist input{
	vertical-align: middle;
	margin-right: 3px;
}

ul.form.comments{
	margin-top: 7px;
}

ul.form.comments li{
	margin-top: 0px;
}

ul.form.comments textarea{
	width: 100%;
	max-width: none;
}

ul.form img.tooltip{
	height: 18px;
	width: 18px;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 8px;
}

ul.form img.tooltip:hover{
	opacity: 0.8;
}
















div.select_component_container{
	padding: 35px;
	width: 600px;
	font-family: Conv_Akk_Pro;
}

div.select_component_container h2{
	margin-top: 0px;
}

div.select_component_container p{
	font-size: 14px;
	margin-top: 10px;
}















table.previous_responses{
	width: 100%;
	margin-top: 25px;
	font-family: Conv_Akk_Pro;
}

table.previous_responses th{
	background-color: #888;
	color: white;
	padding: 14px 10px;
	font-size: 14px;
	text-align: left;
}

table.previous_responses td{
	padding: 10px;
	background-color: #eee;
	font-size: 14px;
}

table.previous_responses tr:nth-child(odd) td{
	background-color: #f7f7f7;
}

table.previous_responses td a{
	display: inline-block;
}

table.previous_responses th.small,
table.previous_responses td.small{
	text-align: center;
	width: 120px;
}

table.components.previous_response td:not(:nth-child(2)){
	text-align: center;
	font-weight: normal;
}