﻿/*
Project: Ingenie
Description: Ingenie quote & buy
version: 0.1
URL: https://www.ingenie.com/ 
********/

/*Embed fonts from Google fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/* @font-face kit for UKNumberPlate*/
@font-face {
    font-family: "UKNumberPlate";
    src: url("fonts/UKNumberPlate.eot") format("eot"), url("fonts/UKNumberPlate.woff") format("woff"), url("fonts/UKNumberPlate.ttf") format("truetype"), url("fonts/UKNumberPlate.svg#UKNumberPlate") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Vauxhall Neue';
	src: url('fonts/VauxhallNeue-Light.eot');
	src: url('fonts/VauxhallNeue-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/VauxhallNeue-Light.woff') format('woff'),
		url('fonts/VauxhallNeue-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Vauxhall Neue';
	src: url('fonts/VauxhallNeue-Regular.eot');
	src: url('fonts/VauxhallNeue-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/VauxhallNeue-Regular.woff') format('woff'),
		url('fonts/VauxhallNeue-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Vauxhall Neue';
	src: url('fonts/VauxhallNeue-Bold.eot');
	src: url('fonts/VauxhallNeue-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/VauxhallNeue-Bold.woff') format('woff'),
		url('fonts/VauxhallNeue-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Vauxhall Neue';
	src: url('fonts/VauxhallNeue-Thin.eot');
	src: url('fonts/VauxhallNeue-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/VauxhallNeue-Thin.woff') format('woff'),
		url('fonts/VauxhallNeue-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Vauxhall Neue';
	src: url('fonts/VauxhallNeue-Heavy.eot');
	src: url('fonts/VauxhallNeue-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/VauxhallNeue-Heavy.woff') format('woff'),
		url('fonts/VauxhallNeue-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Vauxhall Neue';
	src: url('fonts/VauxhallNeue-UltraLight.eot');
	src: url('fonts/VauxhallNeue-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/VauxhallNeue-UltraLight.woff') format('woff'),
		url('fonts/VauxhallNeue-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Vauxhall Neue';
	src: url('fonts/VauxhallNeue-Black.eot');
	src: url('fonts/VauxhallNeue-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/VauxhallNeue-Black.woff') format('woff'),
		url('fonts/VauxhallNeue-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Vauxhall Neue';
	src: url('fonts/VauxhallNeue-ExtraBold.eot');
	src: url('fonts/VauxhallNeue-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/VauxhallNeue-ExtraBold.woff') format('woff'),
		url('fonts/VauxhallNeue-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

/* ELEMENT OVERRIDES */
html{
    overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
    /*font-family: "Vauxhall Neue", Arial, sans-serif;*/
    color: #000;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}
h1, h2, h3, h4, h5 {
    font-family: "Vauxhall Neue", Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6, h2 > span{
	color: #000;
	margin-top: 0;
}
h1 {
    font-size: 2.813em;
    font-weight: normal;
}

h1.h1-headerSmall {
    font-size: 2.5em;
}
h2 {
    font-size: 2.000em;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

h2.h2-small {
    font-size: 1.4em;
}

h2.h2-aggLanding {
    font-size: 1.2em;
}

h2.h2-whatYouNeedToKnow {
    color: #c90c0f !important;
}

h3 {
    font-size: 1.6em;
}
h4{
	font-size: 1.5em;
    font-weight:600;
}
h5 {
    font-size: 1.125em;
    color: #000;
    font-weight: bold;
}

h5.h5-small {
    font-size: 1.125em;
    line-height: 24px;
}

nav {
    display: inline-block;
}
ul, ol{
	padding-left: 20px;
}

a.logo{
	display: inline-block;
	vertical-align: middle;
}
a.logo + .page-title{
	display: inline-block;
	vertical-align: text-top;
	font-size: 1.85em;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #000;
}

a {
    color: #000;
    text-decoration: underline;
}

.content-padding{
    display: inline-block;
    margin: 0 -10px;
}

.btn-100{
    width: 100%;
}

.btn.focus{
    outline: none;
}

.btn.focus label, .btn label:focus {
    outline: none;
    border-color: rgba(229, 151, 0, 255) !important;
}

em {
    color: #000;
    font-weight: bold;
    font-style: normal;
}
.logo img{
	max-width: 100%;
    width: 112px;
}
img{
	max-width: 100%;
}

#vehBrandLogo {
    max-width: 128px;
    width: 128px;
    margin-bottom: 20px;
    text-align: left;
}

#vehBrandLogo img {
    height: 66px;
}

section{
    display: inline-block;
    width: 100%;
}

.tableLabel{
    font-weight:400;
    margin: 0;
    display: inherit;
}

legend {
    font-size: 14px;
    color: #000;
    border: 0;
}

.form-group label.control-label, .form-group div[class^="col"]:first-of-type:not(#ExcessSummary) {
    text-align: right;
    position: static;
	font-size:1em;
	/*border:1px solid #000;
	margin-top:8px; adjust to bring label text down*/
	
}

.control-label + span{
    display: block;
}

fieldset{
	outline: 0 !important;
}
label > em, legend > em {
    color: #000;
    font-style: normal;
}
p { font-family: "Vauxhall Neue", Arial, sans-serif; }

p.small{
	font-size: 0.75em;
	line-height: 1.2;
}

small{
    display: inline-block;
}

.policy-wording .icon-file-pdf{
    display: none;
}

.policy-wording p a {
    color: #000;
    text-decoration: underline;
}
p.lead{
	font-size: 1.8rem;
}
header{
    min-height: 70px;
	background: #FFF;
	margin-bottom: 2em;
}

footer {
    background-color: #121212;
    padding: 2em;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    color: #FFFFFF;
	text-align:center;
}

footer > div.container-fluid {
    padding: 2em 0 0;
}

footer > div > div.row {
    margin: 0;
    padding: 0;
}

footer > div > div.row:first-child {
    margin-bottom: 1em;
}

footer a {
    text-decoration: none;
}

footer ul.icon-social {
    font-size: 2em;
}

fieldset.marketing-questions{
    margin: 0.65em 0;
}

.label-override {
    display: inline;
}

.styleguide {
    display: none;
}

.pdf-wording {
    margin: 30px 0;
    position: relative;
}

.pdf-wording.important{
    margin: 30px 0;
}

.pdf-wording a {
    font-size: 0.8em;
    text-decoration: underline;
    color: #000;
    margin-left: 2.5em;
}

.address-table{
    padding-top: 1em;
}

.dd-table > *{
    float: right;
}

small.payment-options-caveat,
small.opex-caveat,
small.payment-summary-caveat {
    font-size: 0.8em;
    line-height: 1.5;
    color: #000;
}

.radioNums .btn-radio{
    min-width: 50px !important;
}

@media (max-width: 767px) {
    fieldset .btn-radio{
		display: inline-block;
	}
	fieldset.marketing-questions .btn-radio:nth-child(odd){
		margin-right: 2%;
	}

	fieldset .btn-radio > label{
		padding: 0.65em;
	}
	header{
		margin-bottom: 0;
	}
	header .container-fluid{
		overflow: visible;
        
	}
	.support-section{
		padding-left: 10px;
	}
	.support-section .btn{
		position: absolute;
		top: 0;
        right: -10px;
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.support-section .btn label{
		border-radius: 0 0 5px 5px;
		border-color: #53375F;
		padding: 0;
		padding-right: 3em;
	}    
	.support-section .btn label .h4{
		font-family: 'Open Sans', sans-serif;
		color: #53375F;
		font-weight: normal;
		font-size: 1em;
		line-height: 2.5;
		position: static;
	}
	.support-section .btn label .h4::after{
		content: "\e935";
		font-family: "icomoon";
		height: 1em;
		width: 1em;
		text-align: center;
		font-size: 2.55em;
		line-height: 1;
		background-color: #53375F;
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		border-radius: 0 0 4px 0;
		color: #fff;
	}

	.support-section .content .tel{
		font-size: 1.5em;
	}
	#support-mobile {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: -10000px;
	}
	#support-mobile:checked + .btn label{
		background: #fff;
	}
	#support-mobile:checked + .btn label h4::after{
		content: "\e925";
	}
	.support-section .content{
		display: none;
		position: absolute;
		top: 3em;
		border: 1px solid #53375F;
		border-radius: 5px;
		background: #fff;
		padding: 10px;
		width: 100%;
		min-width:  180px;
		z-index: 100;
		right: -10px;
	}
	#support-mobile:checked ~ .content{
		display: block;
	}

    .outerText {
        border-top: 1px solid #000;
        padding: 10px;
    }

    .dd-table, .address-table {
        text-align: center;
    }

    .dd-table > *, .address-table > * {
        display: inline-block;
        float: none;
    }

    #excess-panel-inner .form-group {
        padding: 15px;
    }

    #excess-panel-inner .form-group div,
    #excess-panel-inner .row div {
        padding: 0;
    }

    #excess-panel-inner #excess-summary {
        margin: 0;
        padding: 15px;
    }

    #excess-panel-inner #excess-summary .excessrows td:first-child {
        text-align: left;
    }

    .tbl-excess th, .tbl-excess td {
        text-align: left;
    }

    .content-padding{
        margin: 0 -14px;
    }
}

@media (max-width: 480px){
    .well.offer.clearfix.thank-you-img {
        border-radius: 0px;
    }

	fieldset .btn-radio:not(.btn-icon){
		/*display: block;
		width: 100%;*/
	}
}
@media (min-width: 768px){
	header{
	   margin-bottom: 2em;
	}
    .main {
        margin-top: 130px;
    }
	.mainMin { /* smaller margin for pages without progrees bar etc in the header  */
        margin-top: 70px;
    }
	#support-mobile {
		display: none;
	}
	.support-section .btn, .support-section .btn label{
		padding: 0;
		background: none;
		border: 0;
		cursor: default;
	}
	.support-section .btn label .h4{
		color: #666 !important;
	}

    #excess-panel-inner #excess-summary .tbl-excess th,
    #excess-panel-inner #excess-summary .tbl-excess td {
        text-align: center;
        vertical-align: top;
    }

    #prev-page-warning .modal-header {
        padding: 30px 30px 0
    }
}

.support-section{
	padding-top: 1em;
}

.support-section .h4{
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	letter-spacing: 0.025em;
}
.support-section .btn-radio:hover > label {
    background-color: white !important;
}
.support-section p.small{
	font-size: 0.75em;
	line-height: 1.4;
	padding-top: 0;
}
.support-section .tel{
	font-size: 2.25em;
	margin-bottom: 0;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	letter-spacing: 0.025em;
	color: #24AB8D;
}
.support-section .tel i{
	display: inline-block;
	font-size: 1.2em;
	margin-top: -0.175em;
	vertical-align: middle;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	padding: 8px;
	border: 0;
}
.table.data tr > th,
.table.data tr > td{
	text-align: center;	
}

@media (max-width: 767px){
    #vehBrandLogo img {
        max-width: 115px;
    }

    #vehBrandLogo {
        width: 115px;
        text-align: center;
        margin-bottom: 8px;
    }

	.table-respond, .table-respond tbody, .table-respond tfoot, .table-respond tr{
		display: block;
	}
	.table-respond thead, .table-respond th{
		display: none;
	}
	.table-respond tr{
		position: relative;
	}
	.table-respond td{
		display: block;
		font-size: 0.875em;
	}
	.table-respond td[data-th]{
		padding-left: 45% !important;
	}
	.table-respond td[data-th]::before{
		content: attr(data-th)":";
		position: absolute;
		left: 0;
		width: 55%;
		padding-left: 1em;
		padding-right: 0.35em;
	}
	.table-respond .striped tr:not(:first-child){
	    border-top: 1px solid #51375c;
	}
	.respond-vertical, .respond-vertical tr, .respond-vertical tr td {
	    display: block;
	}
	.respond-vertical tr td{
	    padding: 0 10px;
	    width: 100%;
	}
	.respond-vertical tr:not(:last-child){
	    margin-bottom: 0.5em;
	}
}

.table .summary-info{
	color: #28AF91;
	font-weight: bold;
}
table.excess{
	width: 100%;
	padding: 0;
	border-bottom: 1px dotted #666666;
}
table.excess td{
	width: 50%;
	padding: 10px 0;
}
table.excess tr td:first-child{
	padding-left: 25px;
}
table.excess tr:last-child{
	background: #f4f4f4;
	border-top: 1px dotted #666666;
}

.excess-selector{
	padding: 1.5em 0;
}
.excess-selector li{
	list-style: none;	
	display: inline-block;
}
.compulsory > div:first-child{
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	background: #26AE91;
	color: #fff;
}
.total-exc > div:first-child{
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	background: #E54F46;
	color: #fff;
}
.total{
	max-width: 700px;
	margin: 0 auto 1.5em;
	position: relative;
	padding-top: 2em;
}
.total-label{
	position:absolute;
	top: 0;
	height: 2.25em;
	line-height: 2.25em;
	font-size: 0.875em;
	background: #e54f46;
	padding: 0 0.5em;
	color: #FFF;
	-webkit-transition: prop time;
	-moz-transition: prop time;
	-ms-transition: prop time;
	-o-transition: prop time;
	transition: transform 0.3s ease-in-out;
}
.total-label::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	border: 2px solid #E54F46;
	top: 100%;
	left: 0;
}
.total ul li{
	display: block;
	width: 20%;
	padding: .5em;
	text-align: center;
}
.total ul li.selected{
	font-weight: bold;
}
.total ul,
.voluntary-select ul{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.voluntary-select ul li{
	text-align: center;
	width: 16.666%;
	padding: 0;
}
.voluntary-select ul li:not(:first-child){
	border-left: 1px solid #EEEEEE;
}
.voluntary-select ul li input{
	position: absolute;
	left: -10000px;
	opacity: 0;
}
.voluntary-select ul li label{
	cursor: pointer;
	margin: 0;
	display: block;
	width: 100%;
	padding: .5em;
	font-weight: bold;
	-webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.voluntary-select ul li input:checked + label{
	background: #53375F;
	color: #FFF;
}
.excess-selector .excess-type-label{
	display: block;
	text-align: center;
	font-weight: bold;
	border-top: 2px solid #53375F;
	padding: 0.5em 0.25em;
	font-size: 0.75em;
	color: #53375F;
}
.excess-selector .compulsory .excess-type-label{
	border-color: #26AE91;
	color: #26AE91;
}
.excess-selector .total-exc .excess-type-label{
	border-color: #E54F46;
	color: #333;
}
.excess-slider{
	padding: 2em 0;
}
.excess-slider table{
	width: 100%;
	table-layout: fixed;
	border-collapse:collapse;
}
.excess-slider table td{
	padding: 0.25em 0;
}
.excess-slider table tr:first-child td{
	padding: 0;
	position: relative;
}
.excess-slider table .excess-values td{
	text-align: center;
	font-size: 0.65em;
	border: 1px solid #3282C9;
}
.excess-slider table .excess-values td:first-child{
	background-color: #3282C9;
	color: #FFF;
	font-weight: bold;
}
.excess-slider table .excess-values td:first-child + td{
	background: rgba(50,130,201,0.3);
}
.excess-slider .compulsory,.excess-slider .voluntary{
	background: #8E8E8E;
	color: #FFF;
	margin: 5px 2px 0;
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
	padding: 0.25em 0;
}
.excess-slider .ui-slider{
	background: none;
	border: 0;
	margin-left: -1px;
	position: absolute;
	height: 21px;
	top: 1px;
	width: 100%;
	cursor: pointer;
}
.excess-slider .ui-slider-handle{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	border: 0;
	background: #3282C9;
	margin-left: -1px;
	width: 3px;
	height: 27px;
	outline: 0 !important;
	-webkit-transition: left time;
	-moz-transition: prop time;
	-ms-transition: prop time;
	-o-transition: prop time;
	transition: left 0.2s ease-in-out;
}
.excess-slider .ui-slider-handle::before{
	content: attr(data-value);
	color: #FFF;
	font-weight: bold;
	display: block;
	position: absolute;
	left: 50%;
	width: 60px;
	margin-left: -30px;
	padding: 5px;
	line-height: 25px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: -47px;
	background: #3282C9;
	text-align: center;
}
.excess-slider .ui-slider-handle::after{
	content: '';
	position: absolute;
	display: block;
	border-top: 6px solid #3282C9;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	top: -12px;
	left: 50%;
	margin-left: -6px;
}
.excess-slider .ui-slider-range{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #3282C9;
	opacity: 0.3;
}

/* NEW STYLES */
.fill{
	display: block;
	height: 100%;
	width: 100%;
}
.grey-bg{
	background: #999;
	text-align: center;
	padding: 1em;
}
.green-bg{
	background: #28AF91;
	text-align: center;
	padding: 1em;
}
.green-bg > *, .grey-bg > *{
	color: #fff;
	margin-bottom: 0;
}
.table {
    width: 100%;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*overflow: hidden;*/
}
table.tbl-payment, .tbl-summary {
    border: none;
}

table.tbl-payment tr:nth-child(1) td, table.tbl-payment tr:nth-child(5) td {
    font-weight: 700;
}

.greenHighlight {
    text-align: center;
    color: #009933;
    width: 100%;
    background-color: rgba(0,153,51,0.05);
    border: 0.5px solid currentColor;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.greenHighlight a {
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}

td.greenHighlight {
    background: none;
}

.table.tbl-payment tr td {
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px;
}

.table.tbl-payment tr td:nth-child(2) {
    text-align: right;
    padding-right: 0px;
}

.tbl-summary tr td:nth-child(1) {
    padding-left: 0px;
}

.tbl-summary tr td:nth-child(2){
    font-weight: 700;
    text-align: left;
}

.tbl-summary + .text-center {
    margin-bottom: 1em;
}

.table-data{
	width: 100%;
	background: #f4f6f9;
}
.table .table-data thead tr{
	background: #EEF7FE;
	border-bottom: 1px solid #51375C;
}
.table .table-data th, .table .table-data td{
	padding: 0.75em 0.5em;
}
.table .table-data tfoot tr {
    background: #c90c0f;
    color: #FFF;
}
.table .table-data h5{
	color: inherit;
	margin: 0;
}
.table.excess{
	margin-top: 60px;
}

.table-excess table tr td {
    vertical-align: middle;
    padding: 20px;
}

.table-responsive {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
}

.table-excess tfoot {
    border-top: 1px solid rgba(0,0,0,0.25);
    font-weight: 600;
}

.contact-help{
	line-height: 1.3;
	font-size: 0.875em;
	color: #000;
	text-align: right;
	margin-bottom: 15px;
	max-height: 35px;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease-in-out;
	-moz-transition: max-height 0.3s ease-in-out;
	-ms-transition: max-height 0.3s ease-in-out;
	-o-transition: max-height 0.3s ease-in-out;
	transition: max-height 0.3s ease-in-out;
}
.contact-help.show_help{
	max-height: 200px;
}
.contact-help *{
	margin: 0;
}
.contact-help > h5{
	color: #fff;
	background: #28af91;
	text-align: center;
	padding: 8px 12px;
	font-size: 0.8em;
	cursor: pointer;
	margin-bottom: 8px;
	display: inline-block;
}
.contact-help > h4{
	color: #E65046;
	font-size: 2em;
}
.contact-help > h5{
	font-size: 1.25em;
}
.progress-text a{
	/*font-family: "Vauxhall Neue",​ Arial, ​sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	text-decoration: none !important;
}
.progress-text{
	text-align: center;
	color: #51375C;
}
.progress-item{
	position: relative;
	font-size: 0;
	font-weight: bold;
}

.main-panel .page-header{
	border: 0;
}
.main-panel:empty{
	display: none;
}
.page-header{
    border: 0;
}
.page-subheader{
	padding-bottom: 1em;
	margin-bottom: 0.5em;
}

.page-subheader h2{
    width: calc(100% - 42px);
    margin-left: 42px;
}

.page-subheader h2 span[class*="icon"]{
    margin: 0 10px 0-42px;
}

.addon-wrapper {
    width: 81%;
    margin: 1.5em auto;
}

.addon-wrapper:not([class*='opex']) {
    width: 96%;
    margin: 40px auto;
}

.page-subheader > *{
	margin: 0;
	font-weight: 500;
}
* + .page-subheader{
	padding-top: 2em;
}
.block-heading{
	padding: 0;
	height: 3em;
	position: relative;
	color: #51375C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #51375C;
	margin: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
	white-space: nowrap;
}
.block-heading > *{
	margin: 0;
	font-size: 1em;
	line-height: 3;
	display: inline-block;
	padding: 0 1em;
	text-align: center;
	color: #51375C;
	white-space: nowrap;
	font-weight: bold;
	font-family: "Vauxhall Neue", Arial, sans-serif;
}
@media screen and (min-width: 992px){
	.block-heading > *{
		font-size: 1em;
		line-height: 3;
	}
}
.block-heading .badge{
	background: #51375C;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 500;
	padding: 0 1em;
}
.main-panel{
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*padding: 1em;
	margin-bottom: 20px;*/
}
.panel {
    padding: 0em 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.panel.well {
    border: 1px solid transparent;
}

.shadowContainer {
    box-shadow: 0 5px 20px 1px rgba(0,0,0,.2);
    padding: 10px;
}

.shadowContainer-noShadow {
    box-shadow: none;
}

.navigation{
    margin: 15px auto;
}

.panel.panel-welcome, .welcome.navigation {
    padding: 1.2em 14px;
}

.panel.panel-welcome .shadowContainer{
    padding: 20px;
}

.collapse-panel {
    background-color: #f4f6f9;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.5em;
}
.collapse-panel .collapse-title{
	padding: 0.75em 1em;
	display: block;
	width: 100%;
	margin-bottom: -1px;
	background: none;
	position: relative;
	border: 0;
	text-align: left;
	border-bottom: 1px solid #51375C;
	cursor: pointer;
	height: 3em;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 3em;
	overflow: hidden;
}
.collapse-panel .collapse-title a{
	color: #3C2048;
}
.collapse-panel .collapse-title::before{
	content: "\e930";
	font-family: icomoon;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #000;
	height: 4.8rem;
	width: 4.8rem;
	color: #FFF;
	text-align: center;
	line-height: 1.2em;
	font-size: 2.5em;
}
.collapse-panel .collapse-title.collapsed::before{
	content: "\e935";
}
.collapse-panel .content{
	padding: 1em;
}
.collapse-panel section{
	padding: 0.5em 1em;
}
.collapse-panel table{
	margin-bottom: 1em;
	width: 100%;
}
.collapse-panel table th{
	color: #51375C;
	font-family: 'Open Sans', sans-serif;
}
.tick{
	background: url(../img/tick.png) center no-repeat;
}
ul.ticks li{
	list-style: url(../img/tick.png);
	padding-bottom: 10px;
}
ul.inline {
	padding: 0;
}
ul.inline li{
	display: inline-block;
}
ul.inline.ticks li:before, ul.inline.crosses li:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 16px;
	background:  url(../img/tick.png) center no-repeat;
}
ul.inline.crosses li:before{
	background:  url(../images/cross.png) center no-repeat;
}

.panel ul li:before {
    content: '.';
    font-size: 40px;
    color: #000;
    position: absolute;
    top: -6px;
    left: -20px;
}

ul.tick-list li:before {
    content: '\e911';
    font-family: icomoon;
    font-size: 1.2em;
    position: absolute;
    top: 2px;
}

.premium ul.tick-list li {
    padding: 2px 14px;
}
.addon-wrapper ul li::before {
    top: -12px;
}

ul.special-bullets{
	padding: 0;
}

ul.special-bullets li{
	line-height: 1.2;
	padding: 0.65em 0 0.65em 2.5em;
	position: relative;
	list-style: none;
	font-size: 0.875em;
}

ul.special-bullets li::before{
	font-family: icomoon;
    content: "\e93c";
    display: block;
    position: absolute;
    left: 0;
    top: 29%;
    margin-top: -0.6em;
    color: #ffffff;
    font-size: 2em;
    line-height: 1;
    background: #43c48f;
    border-radius: 50%;
    padding: 8px;
    font-size: 15px;
}

ul.arrow-bullets{
	padding: 0;
}

ul.arrow-bullets li{
	line-height: 1.2;
	padding: 0.25em 0 0.25em 1.25em;
	position: relative;
	list-style: none;
}

ul.arrow-bullets li a{
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}

ul.arrow-bullets li::before{
	font-family: FontAwesome;
	content: "\f054";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	font-size: 1em;
	color: #444;
	line-height: 1;
}

.border{
	padding-top: 15px;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
	margin-bottom: 20px;
}

.border > div:last-child{
	border-top: 1px solid #666666;
	padding-top: 15px;
}

.premium-quote ul.ticks li{
	color: #000;
}

.premium-payment{
	padding-top: 1em;
}

.premium-payment > .row{
	padding: 10px;
	border-bottom: 1px dotted #666;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.premium-payment > .row:first-child{
	border-top: 1px dotted #666;
}

.premium-payment > .highlight{
	background: #F4F4F4;
}

.premium-payment .btn {
	margin-top: 5px;
}

.premium-payment .price{
	font-size: 2em;
	font-weight: bold;
}

.premium-payment .price + strong{
	color: #28AF91;
	font-size: 1.225em;
}

.premium-panel {
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 12px;
}

.premium {
    background-color: #ffffff;
    padding: 20px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #000;
}

#premiumForm{
    display: inline-block;
}

.premium .web-ref{
	padding-bottom: 0.75em;
	text-align: right;
}

.premium input{
	position: absolute;
	left: -10000px;
	opacity: 0;
}

.premium .option {
    font-family: 'Open Sans', sans-serif;
    padding: 1em;
    background-color: #ffffff;
    width: 100%;
    color: #000;
    font-weight: bold;
    text-align: center;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 0 5px 12px rgba(0,0,0,.2);
    min-height: 207px;
}

.premium input:checked + .option{
    /*border:1px solid #c90c0f;
    color: #c90c0f;*/
	border: 1px solid #c90c0f;
    background-color: #c90c0f;
    color: white;
}

.premium .option > *{
    display: inline-block;
	position: relative;
    width: 100%;
	z-index: 1;
    font-weight: 400;

}

.premium .selection-horizontal .option > * {
    position: relative;
    z-index: 1;
    font-size: 1.5em;
}

.premium-txt {
    color: #000;
}

.premium-txt small.payment-options-caveat {
    color: #000;
}

div.premium-txt span > span:nth-child(1) {
        color: #c90c0f;
    }

div #HowToPay {
    /*padding: 1em;*/
}

@media screen and (min-width:480px) {

    .premium-txt {
        text-align: center;
    }
    
    .premium .selection-horizontal .option::after {
        content: 'Not Selected';
        width: auto;
        height: 45px;
        padding-top: 9px;
        border-color: #000;
        border-radius: 5px;
        display: block;
        background: #FFF;
        margin: 0 auto;
        font-family: inherit;
        border: 1px solid #CCC;
        position: relative;
        z-index: 10;
        color: #000;
        width: 25%;
        float: right;
    }
}

@media screen and (max-width:480px) {
    .premium .selection-horizontal .option::after {
        content: 'Not Selected';
        width: auto;
        height: 45px;
        padding-top: 9px;
        border-color: #000;
        border-radius: 5px;
        display: block;
        background: #FFF;
        margin: 0 auto;
        font-family: inherit;
        border: 1px solid #CCC;
        position: relative;
        z-index: 10;
        color: #000;
        width: 40%;
        float: right;
    }
}

.premium .option strong {
    font-size: 28px;
    font-weight: 600;
}

.premium .option div:last-of-type span {
    font-size: 1em;
}

.premium .selection-horizontal .option strong {
    font-size: 1.4em;
    float: left;
}

.premium .option p {
    font-size: 1.25em;
    padding: 0;
    margin: 0;
    line-height: 1.8;
}

.premium .option .price {
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    line-height: 1;
    padding: 0.5em 0;
    font-weight: 600;
}

.premium .monthly-summary {
    padding: 0 1em;
}

.premium .monthly-summary table {
    margin: 0;
    width: 100%;
    font-size: 0.875em;
}

.premium .monthly-summary th{
    text-align: left;
}

.premium .monthly-summary th {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 1em;
}

.premium .monthly-summary td {
    font-size: 0.875em;
}


.premium p.small {
    padding: 1.25em 0 0;
    margin: 0;
}

@media screen and (max-width:767px) {

    .outer-text {
        padding: 15px;
        border-top: 1px solid #000;
    }

    .radio-group{
        margin-left: 0 !important; 
    }

    .premium-panel {
        border: 0;
    }

    .premium {
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .premium .option {
        width: auto;
        min-height: 144px;
    }

    .premium .monthly-option, .premium .annual-option {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }

    .premium .option strong {
        font-size: 1em;
        line-height: 1;
    }

    .premium .option p {
        font-size: 0.875em;
    }

    .premium .option .price {
        font-size: 1.5em;
    }

    .addon-wrapper {
        width: 100%;
    }

    .table-excess table tr td {
        vertical-align: middle;
        padding: 20px 0 !important;
    }

    .table-excess table tbody tr:first-of-type td {
        padding: 0 0 20px 0 !important;
    }

    .navigation #Submit, .navigation [for='Back3'], .navigation #Back {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .navigation #Submit {
        width: calc(60% - 5px);
    }

    .navigation [for='Back3'], .navigation #Back {
        /*width: calc(40% - 5px);*/
        min-width: 120px;
    }

    footer{
        font-size: 0.75em;
    }

    footer ul li a{
        padding: 0 15px !important;
    }
}

@media (max-width: 991px) {

    .form-group label.control-label, .form-group div[class^="col"]:first-of-type:not(#ExcessSummary) {
        text-align: left !important;
    }

    #marketing fieldset {
        width: 100%;
    }

    fieldset.marketing-questions .btn-radio label {
        padding: 20px;
    }

    .btn-icon {
        width: 115px;
        height: 115px;
        line-height: 1.2;
    }
    
    .btn-icon.dropdown-toggle {
        min-width: 125px !important;
    }
    
    .btn-icon.dropdown-toggle label {
        line-height: 5;
    }

    .support-section .tel {
        font-size: 2em;
    }

    .premium-fixed {
        position: fixed;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 1000;
        opacity: 0;
        -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
        -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
        transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    }

    .premium-fixed.in {
        opacity: 1;
        top: 66px;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    .premium-fixed > div {
        background: #c90c0f;
        padding: 1em;
        text-align: center;
    }

    .premium-fixed > div h5 {
        color: #fff;
        margin: 0;
        font-weight: normal;
        font-size: 1.25em;
    }

    .payOption {
        width: 100% !important;
    }

    .table-excess tfoot {
        border-bottom: 1px solid rgba(0,0,0,0.25);
    }

    .pdf-wording-opex {
        text-align: center;
        margin-top: 0;
    }

    .pdf-wording, .heading-expand{
        width: 100%;
    }
    .heading-expand{
        text-align: center;
    }
}

.side-panel {
    margin: 0 10px 30px -10px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
}

.side-panel-static {
    margin-bottom: 15px;
}

.side-panel .panel-body{
    padding: 0;
}

.side-panel .panel, .side-panel-static .panel {
    
    background-color: #c90c0f;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.side-panel .panel .panel-heading, .side-panel-static .panel .panel-heading {
    text-align: center;
    padding: 0;
    font-size: 2.25em;
    margin: 0.1em 0 0.15em;
    color: #FFF;
}

.side-panel .panel-heading h4 {
    font-size: 24px;
    color: inherit;
    border-bottom: 2px solid currentColor;
    margin: 4px -6px;
    padding: 15px 0;
    font-weight: 700;
}

.side-panel h3{
    color: inherit;
}

.side-panel .price {
    font-size: 27px;
}

.side-panel strong{
    font-size: 19px;
}

.sidebar h3:not(.time-10) {
    font-size: 1.65em;
    vertical-align: middle;
    color: #555;
    text-align: center;
}

.sidebar h3 .icon-time-10 {
    vertical-align: middle;
    display: inline-block;
    margin-top: -.425em
}

.sidebar .panel {
    background: #f6f8fa;
    border: 2px solid #51375C;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.sidebar .time-10 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 2.25em;
    padding-top: 0.3em;
}

.sidebar h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 1.5em 0 0.75em;
    color: #555;
}

.summary-mobile .panel {
    margin-bottom: 15px;
    min-width: 100%;
}

.summary-mobile .panel p {
    display: inline-block;
    width: 33%;
}

.summary-mobile h3 {
    font-weight: bold;
    margin-top: 10px !important;
    margin-left: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .summary-mobile .panel p {
        width: 100%;
    }

    .btn-icon.dropdown-toggle {
        min-width: 90px !important;
    }
}

.side-panel .panel {
    min-width: 100%;
}

.side-panel .panel .price {
    display: block;
    font-size: 1.8em;
    font-family: 'Open Sans', sans-serif;
    color: inherit;
    font-weight: 400;
}

.side-panel .panel .price + span {
    font-size: 1.8em;
    font-weight: 300;
}

@media screen and (max-width: 991px) {
    .panel.opex.option {
        border: 1px solid #51375c;
        background: #f4f7f9;
        overflow: hidden;
        margin-left: 6px;
        margin-right: 6px;
        padding-bottom: 0;
        margin-bottom: 0.65em;
    }

    .panel.opex.option .page-subheader {
        background: #eef6fd;
        padding: 0.25em 1em;
        margin: -1em -1em 1em;
        border-bottom: 1px solid #51375c;
    }

    .panel.opex.option .page-subheader .opex-icon {
        font-size: 2.5em;
        vertical-align: middle;
    }

    .panel.opex.option .page-subheader .opex-title {
        font-size: 1.25em;
    }

    .panel.opex.option .opex-selection {
        padding: 1em;
        background: none;
        box-shadow: none;
        border: 0;
        margin: 0 -1em;
        border-radius: 0;
        border-top: 1px solid #51375c;
    }

    .panel.fix-price.opex.option .page-subheader > * {
        padding-top: .5em;
    }

    .panel.fix-price.opex.option .opex-selection {
        border: 0;
        padding: 0 0 1em;
    }

    .panel.opex.option .collapse-panel {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        margin-left: -1em;
        margin-right: -1em;
        margin-bottom: 0;
    }

    .panel.opex.option .collapse-panel .collapse-title {
        color: #51375c;
        font-size: 0.875em;
        height: 3.5em;
    }

    .panel.opex.option .compare-option {
        margin-left: -1em;
        margin-right: -1em;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .panel.opex.option .compare-option .compare-option-title {
        font-weight: bold;
        text-align: left;
    }

    .panel.opex.option .no-selection {
        line-height: 1.2;
        font-weight: bold;
        font-size: 1em;
    }

    .panel.opex.option .well {
        background: none;
        padding: 1em;
        border: 0;
        border-top: 1px solid #51375c;
        box-shadow: none;
        border-radius: 0;
        margin-left: -1em;
        margin-right: -1em;
    }
}

@media screen and (min-width: 992px) {

    .side-panel {
        position: relative;
    }

    .side-panel .panel {
        position: absolute;
        top: 0;
        margin: 0;
        width: 100%;
        min-width: 100%;
    }

    .pinned {
        position: fixed;
        z-index: 100;
    }

    .opex.option {
        padding-left: 7em;
    }

    .opex-icon {
        position: absolute;
        left: -8.5rem;
        top: 0;
        font-size: 8rem;
    }

    .padded-panel {
        padding-left: 6em;
    }
}

.side-panel .pinned {
    position: fixed;
    top: 100px !important;
    /*left: inherit;
    display: inline-block;*/
    width: 169px;
    margin: 0 -15px 0 0;
    min-width: 0px;
}

.opex .page-subheader {
    padding-bottom: 0;
}

.opex-title {
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
    margin-bottom: 0.5em;
    color: #51375c;
}

.opex-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.35em;
    line-height: 36px;
    font-weight: bold;
}

.opex-breakdown .opex-price {
    font-size: 2.65em;
}

.opex-price small {
    font-size: 0.5em;
    color: #777;
    font-weight: 500;
}

.opex-price > small + small {
    display: block;
    padding-top: 5px;
}

.opex-breakdown .opex-price small {
    display: block;
}

.opex-selection legend {
    font-size: 1.2em;
    margin: 0;
    line-height: 2;
}

span[class*="icon"]:not(.icon-navigate_back) {
    font-size: 1.2em;
    /*vertical-align: middle;*/
    position: relative;
    top: 4px;
}

.icon-agenda{
    top: 2px !important;
    font-size: 1.2em !important;
    position: absolute !important;
}

.icon-included {
    color: #15b091;
    display: block;
    font-size: 4em;
    text-align: center
}

.icon-NCD {
    vertical-align: top;
    font-size: 2em;
    display: inline-block;
    margin-bottom: -0.75em;
}

.icon-check {
    color: #009933;
}

a.icon-chat-nobg,
a.icon-feedback-nobg {
    position: fixed;
    top: 85%;
    right: 0.25em;
    font-size: 4em;
    text-decoration: none;
    outline: none;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1000;
    border: 2px solid #ffffff;
    box-shadow: 0 0 1rem rgba(102,102,102,.2);
}

    a.icon-chat-nobg,
    a.icon-chat-nobg:hover,
    a.icon-chat-nobg:active {
        color: #c90c0f;
        text-decoration: none;
    }

    a.icon-feedback-nobg,
    a.icon-feedback-nobg:hover,
    a.icon-feedback-nobg:active {
        color: #c90c0f;
        text-decoration: none;
    }

        a.icon-chat-nobg:hover,
        a.icon-chat-nobg:active,
        a.icon-feedback-nobg:hover,
        a.icon-feedback-nobg:active {
            opacity: 0.9;
        }

.important .icon-agenda{
    font-size: 4em;
    float: left;
    margin-top: -10px;
}

@media (min-width: 768px) {

    .premium .option small {
        font-size: 2rem;
        font-weight: normal;
        vertical-align: middle;
    }

    .icon-included {
        margin-bottom: -0.5em;
        margin-right: -0.1em;
        margin-top: -0.15em;
        text-align: right;
    }

    .icon-NCD {
        font-size: 3em;
        position: absolute;
        right: 100%;
    }
}

.policy-wording {
    padding: 0 0 1.15em;
    margin: 0;
    display: block;
    font-size: 0.875em;
}

.compare .compare-option {
    padding: 1.25em 1em;
    background: #F3F7FA;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.compare .no-selection {
    line-height: 44px;
    font-size: 1.15em;
}

.compare .compare-option-title {
    margin-bottom: 10px;
    font-weight: normal;
    color: #666;
}

.compare .opex-price {
    line-height: 1;
    margin-bottom: 10px;
}

.compare .opex-price small {
    font-size: 0.3em;
}

.compare .opex-price.monthly {
    margin-bottom: 55px;
}

.align-right {
    text-align: right;
}

.compare .compare-option .btn {
    display: block;
}

.compare .compare-description {
    padding: 1em 0;
}

.compare-description ul {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .compare .compare-option-title {
        height: 55px;
    }

    .opex-price > small + small {
        display: block;
        padding-top: 5px;
    }

    .opex-price {
        display: block;
        height: 55px;
    }

    .compare .compare-description {
        height: 300px;
    }

    .compare .compare-description.desc-small {
        height: 200px;
    }
}

.form-group > *:first-child {
    position: static;
}

.form-horizontal .control-label, .control-label {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 8px;
	margin-top:18px;
	font-family: "Vauxhall Neue", Arial, sans-serif;
}

.help {
    position: absolute;
    right: 8px;
    top: 8px;
}

i.help {
    background-color: #c90c0f;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    right: 1em;
    /*top: 18px;*/
    outline: none;
    width: 28px;
    height: 28px;
    position: absolute;
    display: inline-block;
    font-size: 1em;
}

.q-group .well i.help {
    position: unset;
}

.panel-welcome .help {
    position: static;
    display: inline-block;
}

.panel-welcome .mobile-help ul li {
    line-height: 22px;
}

.form-group .help-container {
    display: none !important;
}

i.help::before {
    content: "?";
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    vertical-align: middle;
}

@media (max-width: 991px) {

    .control-label {
        display: block;
        padding-right: 40px;
    }

    .mobile-help {
        right: 0.5em;
        top: 0.5em;
    }

    .strip-padding .mobile-help {
        top: -0.25em;
    }

    .form-group i.help {
        background: #c90c0f;
        border: 0 none;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        display: block;
        margin: -10px 0 0 0;
        padding: 0;
        text-align: center;
    }
}

@media screen and (min-width: 992px) {

    .form-group.in-focus, .form-group:hover, .form-group:focus, .form-group:focus-within {
        background-color: #fef8f4;
    }

    .form-group.in-focus .help-container .help, .form-group:hover .help-container .help, .form-group:focus .help-container .help {
        display: block;
    }

    .form-group.in-focus .well, .form-group:hover .well, .form-group:focus .well {
        background-color: #F4F6F9;
    }
}

.form-group .row .col-xs-12.col-md-6 {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    padding-top: 4px;
}

.form-group.has-error .row:nth-child(1) div.col-xs-12.col-md-6, .form-group.has-error .row:nth-child(1) div.col-sm-3.col-md-3.col-lg-3 {
    background: #fef8f4;
    border-left: 6px solid #CC0000;
}

.form-group.has-error .btn-radio > label {
    border-color: #CC0000;
}

.form-group.has-error .form-control {
    border-color: #CC0000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group.has-error .select-box::after{
    color: white;
}

.form-group .field-validation-valid {
    display: none;
}

.form-group.has-error .field-validation-valid {
    display: inline-block;
}

.field-validation-error, .no-results-found {
    color: #CC0000;
    line-height: 1.1;
    font-size: 0.875em;
    margin: 10px 0 5px;
    padding-left: 0px;
    display: block;
    padding: 2px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 0;
}

.validation-summary-errors{
    text-align: center;
}

#myRegistration #error_Car {
    text-align: center;
}

#btnReg, #DvlaSearch {
    padding: 11px;
}

.no-results-found::before {
    margin-left: -5px;
}

 @media screen and (max-width: 991px) {
    .form-group .help {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .field-validation-error {
        display: block;
        padding-right: 40px;
        padding-bottom: 8px;
    }
}

.form-group.has-error .control-label {
    color: inherit;
}

.form-group.has-error .form-control:not(select) {
    border-color: #CC0000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #CC0000;
}

.control-label small {
    display: block;
}

input.registration {
    font-weight: bold;
    text-transform: uppercase;
}

input.registration:focus {
    background: #EBE7B8;
}

@media screen and (min-width: 768px) {
    .popover.right {
        margin-left: 6em;
    }

    .date > div {
        padding-left: 0;
    }

    .date > div:first-child {
        padding: 0 5px;
        margin: 0 -10px;
    }

    ul.special-bullets li {
        font-size: 1em;
    }  
}

/* buttons */
a.btn {
    text-decoration: none !important;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 16px;
    font-weight: 600;
    white-space: normal;
}

.btn-block {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0.5em;
}

.btn-radio {
    padding: 0;
    cursor: pointer;
    position: relative;
    margin: 0 5px 10px 0;
    min-width: 95px;
    border: none;
}

#titleList .btn-radio{
    min-width: 65px;
}

.btn-radio.dropdown-toggle label {
    color: #c90c0f;
    border: 0.5px solid currentColor;
}

#btnReg{
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .no-ipad .btn-radio:focus > label, .no-ipad .btn-radio.focus label, .no-ipad .btn-radio input:focus ~ label {
        background-color: #F1F7FB;
        border-color: #000;
        color: #000;
        outline: 0;
    }

    .btn-radio:hover > label {
        background-color: #F1F7FB;
        border-color: #000;
        outline: 0;
    }

    .no-ipad .btn-radio:hover > label [class^="icon-"], .no-ipad .btn-radio:focus > label [class^="icon-"] {
        color: #000;
    }

    .no-ipad .btn-radio.focus {
        outline: 0;
    }
}

.btn.btn-icon:focus {
    outline: none;
    outline: 0px -webkit-focus-ring-color-;
}

.btn-icon label, button.btn-icon {
    height: 100% !important;
}

.btn-icon [class^="icon-"] {
    display: block;
    font-size: 3em !important;
    height: 5.6rem;
    width: 100%;
    text-align: center;
    color: #000;
}

.btn-group .dropdown-toggle.btn-icon label span[class*="icon"] {
    display: none;
}

.btn-group > .btn:first-child{
    margin-left: 5px;
}

.btn-gender .btn-icon [class^="icon-"] {
    display: none;
}

.btn-gender .btn-icon {
    width: auto;
    min-width: 60px;
    height: 48px;
    line-height: 1.4;
}

.btn-icon.btn-block {
    display: inline-block;
    width: auto;
    height: auto;
}

#excessAndMileage .radio-picklist {
    text-align: center;
}

#excessAndMileage .btn-icon.btn-block {
    width: calc(50% - 3px);
    padding: 0 10px;
    margin: 0;
    float: left;
}

fieldset .radio-picklist input[name=ClassOfUse] + label > span:nth-child(1) {
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: 0 5px 12px rgba(0,0,0,.2);
    border-radius: 5px;
    font-size: 5em !important;
    padding: 10px 0px;
    margin: -0.1em 0 0.25em 0;
}

.btn-radio > input[name=ClassOfUse]:checked + label > span:nth-child(1) {
    background-color: #c90c0f;
    border: 1px solid #c90c0f;
    
}

fieldset .btn-radio > input[name=ClassOfUse]:checked + label > span:nth-child(2), fieldset .btn-radio > input[name=ClassOfUse]:checked:focus + label > span:nth-child(2) {
    color: #000;
}

fieldset .btn-radio > input[name=ClassOfUse]:checked + label, fieldset .btn-radio > input[name=ClassOfUse]:checked:focus + label, fieldset .btn-radio > input[name=ClassOfUse]:checked:hover + label {
    background-color: transparent !important;
    border: none;
}

fieldset .radio-picklist input[name=ClassOfUse] + label {
    border: none;
    box-shadow: none;
    color: none;
}

.btn-radio:hover > input[name=ClassOfUse] + label, .btn-radio > input[name=ClassOfUse] + label {
    background-color: transparent;
}

#excessAndMileage .form-group fieldset .btn-radio.btn-block {
    box-shadow: none;
    outline: none;
}

#excessAndMileage fieldset.radio-group{
    margin: 0 -10px;
}

#excessAndMileage fieldset.radio-group .radio-group{
    margin: 0 -3px 0 -11px;
}

.btn-icon.btn-block [class^="icon-"] {
    font-size: 2.5em;
    height: auto;
    width: 100%;
    margin: 0.25em 0;
}

.btn-icon input:checked ~ label [class^="icon-"] {
    color: #fff;
}

.btn-icon label .icon-icon-full-uk-license1::before {
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
    padding: 1px;
}

.btn-icon input:checked ~ label .icon-icon-full-uk-license1::before {
    color: #c90c0f;
    background-color: #fff;
}

.btn-icon:hover input:checked ~ label [class^="icon-"]{
    color: #ffffff;
}

.btn-icon.btn-radio > label, button.btn-icon.btn-radio {
    white-space: normal;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.btn-icon:not(.dropdown-toggle) label {
    min-height: 116px;
    max-height: 116px;
}

.btn-radio > label, button.btn-radio {
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 0.782em;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: 0 5px 12px rgba(0,0,0,.2);
    font-size: 1em;
    font-weight: 600;
}

.picklist .btn-radio > label {
    height: 48px;
    padding: 12px 20px;
}

.picklist .btn-radio > label .txt{
    vertical-align: top;
}

.picklist .btn-radio > label .caret{
    vertical-align: super;
}

.picklist .btn.btn-radio {
    width: auto;
    min-width: 20px;
}

.picklist ul li::before{
    display: none;
}

.btn.btn-href{
    box-shadow: 0 5px 12px rgba(0,0,0,.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    height: 48px;
    color: #000;
    padding: 12px;
    font-weight: 600;
    font-size: 1em;
    display: block;
    background-color: #ffffff;
}

.btn.btn-href:hover {
    background-color: #000;
    color: #ffffff;
}

.btn.btn-href:active, .btn.btn-href:focus, .btn.btn-href:visited {
    background-color: #000;
    color: #ffffff;
}

button.btn-radio {
    display: inline-block;
}

button.btn-icon {
    height: 150px;
}

.btn-radio input {
    position: absolute;
    left: -10000px;
    opacity: 0;
}

.btn-radio > input:checked + label, .btn-radio > input:checked ~ label, .btn.btn-default.selected, .no-ipad .btn-radio:focus > input:checked + label, .no-ipad .btn-radio.focus > input:checked + label, .no-ipad .btn-radio input:checked:focus ~ label {
    color: #fff;
    background: #c90c0f;
    border: 1px solid #c90c0f;
}

.btn-radio:active > label {
    color: #fff;
    background: #c90c0f;
}

.btn-radio:active > input:checked + label, .btn-radio:active > input:checked ~ label {
    color: #fff;
    background: #c90c0f;
}

.btn-radio:hover > input:checked + label, .btn-radio:hover > input:checked ~ label {
    color: #fff;
    background: #c90c0f;
    border-color:#c90c0f;
}

.btn-radio > input {
    position: absolute;
    left: 15px;
    top: 6px;
    cursor: pointer;
}

.btn-radio.hide-input > input {
    opacity: 0;
}

.btn-radio.hide-input > label {
    min-width: 170px;
}

.btn-default {
    color: #fff;
    padding: 0.65em 1.5em;
    background-color: #c90c0f;
    border: 1px solid #c90c0f;
}

.btn-default:hover {
    color: #eee;
    border-color: #51375C;
}

.btn-default, .btn-primary, .btn-secondary {
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 600;
    text-align: center;
    padding-top: 12px;
    min-width: 120px;
    font-family: 'Open Sans', sans-serif;
}

button.btn-default, button.btn-primary, button.btn-secondary, label.btn-secondary, a.btn {
    padding-top: 12px;
}

.btn-default, .btn-primary,
.btn-default:hover, .btn-primary:hover,
.btn-default:focus, .btn-primary:focus {
    color: #fff;
}

.btn-default {
    background-color: #c90c0f;
}

.btn-default:hover, .btn-default:focus {
    background-color: #c90c0f;
}

.btn-info {
    background-color: #ffffff;
    color: #000;
}

.btn-info:hover{
    background-color: #F1F7FB;
    color: #000;
}

.btn-primary {
    background-color: #c90c0f;
    border: 1px solid #c90c0f;
}

.btn-primary:hover, .btn-primary:focus {
    border-color: #b1161a;
    background-color: #b1161a;
}

.btn-primary:active {
    color: #fff;
}

.btn-primary, .btn-secondary {
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.2);
}

.btn-secondary {
    color: #666;
    display: block;
    padding: 0.782em;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid currentColor;
    font-size: 1em;
    font-weight: 600;
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: #F1F7FB;
    border-color: #000;
    outline: 0;
}

.radio-group {
    display: block;
    margin: 0 -6px 0 0;
}

.radio-group.col-2 .btn {
    display: inline-block;
    width: 49%;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #707070;
    border-color: #707070;
}

.navigation .btn:not(.back-button) {
    min-width: 160px;
    padding-top: 12px;
}

.navigation input.btn {
    padding: 10px 2.5em;
}

.navigation .btn-default:not(.btn-primary):hover {
    background-color: #e66813;
}

.edit-delete a.btn {
    display: inline-block;
    font-size: 0.8em;
    height: 50px;
    line-height: 48px;
    min-width: 0;
    padding: 0;
    width: 90px;
    margin-right: 2px;
}

#helpMile a{
    display: inline-block;
    width: 100%;
}

.blockable table{
    margin-bottom: 0;
}
    
/* BOOTSTRAP CLASS OVERRIDES */
.container-fluid {
    /*overflow-x: hidden;*/
    overflow: hidden;
}

/* OTHER OVERRIDES */

.blockUI.alertBox.blockElement {
    border: none !important;
    background-color: transparent !important;
    width: 100% !important;
    left: 0 !important;
}

.recalculate {
    border: 3px solid rgb(170, 170, 170);
    background-color: rgb(237, 237, 237);
    display: inline-block;
    padding: 20px;
}

@media screen and (max-width: 767px) {

    .no-js header {
        margin-top: -22px;
    }

    fieldset .radio-picklist input[name=ClassOfUse] + label > span:nth-child(1) {
        font-size: 3em !important;
        
    }

    #ClassOfUse-error {
        float: left;
    }

    span[class*="icon"]:not(.icon-navigate_back):not(.icon-agenda) {
        font-size: 1.8em;
        vertical-align: text-bottom;
    }

    .icon-agenda{
        font-size: 1.8em;
    }

    #excessAndMileage fieldset.radio-group{
        margin: 0 !important;
    }
    
    #excessAndMileage fieldset.radio-group .radio-group{
        margin: 0 -7px 0 -16px !important;
    }

    footer span[class*="icon"]:not(.icon-navigate_back) {
        font-size: 1.2em;
    }

    header .container {
        padding: 0;
    }

    .main-panel {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 60px;
	}

    #premiumForm .main-panel {
        margin-top: 1em;
    }

    header a.logo + .page-title {
        display: none;
    }

    footer {
        padding-top: 0;
    }
}

.input-group {
    margin-bottom: 0.5em;
}

.input-group-btn {
    font-weight: bold;
    border-color: #666;
}

.input-group-btn button {
    border-color: #666;
    font-weight: bold;
}

.input-group-addon {
    font-weight: bold;
    border-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #c90c0f;
    color: #FFF;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.has-error .input-group-addon {
    color: #fff;
    background: #cc0000;
    border-color: #cc0000;
}

.input-group.date .form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input-group.date .input-group-addon {
    background: none;
    padding: 0;
    border: 0;
    font-size: 3.5em;
    margin-top: -.1125em;
    display: block;
    cursor: pointer;
}

.date.dropdowndatetime .col-xs-4.col-sm-4 {
    padding: 0 5px !important;
}

.panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 16px 0;
}

.excess-btn-container {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

.excess-btn-group td {
    height: 36px;
}

.excess-btn-group label {
    border: 1px solid #51375c;
    display: block;
    height: 100%;
    line-height: 36px;
    border-left: 0;
    font-weight: bold;
    font-size: 0.75em;
    text-align: center;
    margin: 0;
    transition: background 0.2s ease-out, font-size 0.2s ease-out;
}

.excess-btn-group td:not(:first-child) label {
    cursor: pointer;
    position: relative;
}

.excess-btn-group td:not(:first-child) label:hover {
    background: #D5E5F2;
    color: #666;
}

.excess-btn-group td:last-child label {
    border-radius: 0 3px 3px 0;
}

.excess-btn-group td:first-child label {
    border-radius: 3px 0 0 3px;
    border-right-color: rgba(255,255,255,0.25);
    background: #51375c;
    color: #fff;
}

.excess-btn-group input:checked + label,
.excess-btn-group input:checked + label:hover {
    background: #E1E7F3;
}

.addon-wrapper input:checked + label {
    box-shadow: none;
    background-color: #c90c0f;
    border: #14a085;
}

.addon-wrapper input:focus + label {
    background-color: #286090;
}

.excess-btn-group input {
    position: absolute;
    left: -10000px;
}

.excess-breakdown {
    width: 100%;
}

.excess-breakdown th,
.excess-breakdown td {
    text-align: center;
    padding: 0.25em 0.75em;
    position: relative;
}

.excess-breakdown td:first-child::after, .excess-breakdown td:first-child + td::after {
    content: "+";
    position: absolute;
    right: 0;
}

.excess-breakdown td:first-child + td::after {
    content: "=";
}

@media (max-width: 991px) {
    .padded-panel {
        margin-left: -0.65em;
        margin-right: -0.65em;
    }

    .form-horizontal .control-label, .control-label, #drivingExp .include-control-lable label {
        padding: 0 32px 0 4px;
    }

    .control-label + span{
        padding-left: 4px;
        display: block;
    }

    .excess-btn-group td:first-child {
        display: none;
    }

    .excess-btn-group td:first-child + td label {
        border-radius: 3px 0 0 3px;
        border-left: 1px solid #51375c;
    }

    .excess-btn-group input:checked + label,
    .excess-btn-group input:checked + label:hover {
        background: #51375c;
        color: #fff;
        font-size: 1.15em;
    }

    .excess-panel h5 {
        margin-left: -0.65em;
        margin-right: -0.65em;
        border-bottom: 1px solid #51375c;
        padding: 0 0.65em 0.5em;
    }

    .excess-panel table{
        border: 0;
    }

    .excess-btn-labels {
        display: none;
    }
}

@media (min-width: 992px) {
    .panel-heading {
        border-top: 1px dotted #999;
    }

    .excess-buttons p {
        margin: 0;
        line-height: 50px;
    }

    .excess-btn-labels td {
        background: #8e8e8e;
        color: #fff;
        font-size: 0.75em;
        padding: 0.35em 0.25em;
        text-align: center;
        border-top: 2px solid #fff;
    }

    .excess-btn-group td {
        height: 24px;
    }

    .excess-btn-group label {
        line-height: 24px;
    }

    .excess-btn-group td:first-child {
        width: 110px;
    }

    .excess-btn-labels td:last-child {
        border-left: 2px solid #fff;
    }

    .excess-btn-group label[data-amount]::before {
        content: "£" attr(data-amount);
        position: absolute;
        top: -40px;
        display: block;
        z-index: 100;
        left: 50%;
        transform-origin: bottom center;
        -webkit-transform: translateX(-50%) scale(0.5);
        -moz-transform: translateX(-50%) scale(0.5);
        -ms-transform: translateX(-50%) scale(0.5);
        transform: translateX(-50%) scale(0.5);
        background: #43c48f;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .excess-btn-group label[data-amount]::after {
        content: "";
        position: absolute;
        opacity: 0;
        top: -10px;
        z-index: 100;
        left: 50%;
        transform: translateX(-50%) scale(0.5);
        border-top: 5px solid #43c48f;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .excess-btn-group input:checked + label[data-amount]::before,
    .excess-btn-group input:checked + label[data-amount]::after {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

    .flex .radio-group {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
    }

    .btn-icon:not(.dropdown-toggle) {
        width: 125px;
        max-width: 50%;
        line-height: 1.2;
    }
}

.panel-heading h3 {
    padding-top: 10px;
}

.progress {
    height: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #F7F7F9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.progress-bar {
    background: #51375C;
}

.alert-success {
    background: #fff;
    color: #333;
    border: 2px solid #51375C;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.alert-danger {
    color: #FF7552;
    line-height: 1.1;
    font-size: 0.875em;
    margin: 10px 0 5px;
    display: block;
    background: none;
    border-color: #FF7552;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert-danger:hover {
    color: #FF7552;
}

.op-extra {
    position: relative;
}

.price-badge {
    background: #24ab8d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.65em;
    height: 70px;
    line-height: 0.8;
    padding-top: 7px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 70px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.price-badge > span {
    display: block;
    font-size: 2em;
    padding-top: 0.4em;
    padding-bottom: 0;
}

.no-padding {
    padding: 0;
}

.no-gutter [class*="col-"] {
    padding: 0;
}

.q-group {
    padding: 6px 6px 6px 6px;
}

.page-header + .q-group, .page-subheader + .q-group {
    padding-top: 0;
}

.panel-inner {
    border: 1px solid #000;
	padding: 26px;
    margin: 0 0 30px 0px;
}

.panel-inner > span {
    margin: 10px auto;
}

.panel-help i.help {
    position: absolute;
    right: 2em;
}

.agreement input {
    position: absolute !important;
    left: -10000px;
    opacity: 0;
}

.panel-help .popover.right {
    margin-left: 5.5em;
}

.panel-help {
    position: relative;
    background-color: #f2f8fb;
}

.form-group {
    margin: 15px 0 !important;
}

/*.form-group .rowFields > div:first-of-type{
    padding-left: 0;
    padding-right: 30px;
}

.form-group .rowFields > div:last-of-type{
    padding-right: 0;
    padding-left: 30px;
}*/

.q-group .form-group {
    position: relative;
}

.q-group.no-border, .panel.no-border {
    border-bottom: 0;
}

.main-panel > .panel:last-child, .blockable > .panel:last-child {
    margin-bottom: 0;
}

.form-group:after {
    content: "";
    display: table;
    clear: both;
}

.form-group i {
    /*font-size: 0.675em;*/
    font-style: normal;
}

.cca-input-group{
    padding-left: 0;
}

.panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel.well{
    border-radius: unset;
}

.well {
    background-color: rgba(41, 128, 185, 0.06);
    margin-bottom: 30px;
}

.well .panel-inner{
    margin-bottom: 0;
}

.well:last-child {
    margin-bottom: 0;
}

.control-label, .form-horizontal .control-label {
    margin-bottom: 0.5em;
}

.control-label {
    margin-bottom: 0.5em;
	
}

.control-label .requied{
    position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {

    .thankYouHeader {
        padding-top: 52px;
    }

    .summary-mobile .blockable-summary.premiumSummarySidebar .mb15 {
        margin-top: 0px;
    }

    .form-control:not(select), .select-box {
        max-width: 100%;
    }

    #rightcol.sidebar .side-panel .panel.inactive div:nth-of-type(1) {
        width: 54%;
        margin: 0 auto;
    }

    .side-panel {
        margin: 0 -15px 30px -15px !important;
        padding: 0 !important;
    }

    .manual-address > a, .lookup-address > a {
        width: calc(100% - 5px);
        float: right;
    }
}

@media (min-width: 768px) {
    ul.select {
        max-width: 450px;
    }

    .control-label {
        font-weight: 700;
        font-size: 24px;
    }

    .inlineLabels .control-label {
        padding: 0 50px 0 0 !important;
        text-align: left !important;
    }
}

.form-control:not(select) {
    color: #000 !important;
    border: 1px solid currentColor;
    border-radius: 5px;
    font-size: 1em;
    background-color: #fff;
    height: 48px;
    margin-bottom: 0.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:not(select):focus {
    border-color: #c90c0f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
    color: #000;
	font-family: "Vauxhall Neue", Arial, sans-serif;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#Car_regNumber {
    border: 1px solid #000;
    height: 48px;
    background: #FFCF00;
    font-family: 'UKNumberPlate', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 1.8em;
    font-weight: bolder;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background-image: url('../img/button-reg-bg.PNG');
    background-repeat: no-repeat;
    background-position: -30px -11px;
    padding: 0.2em 0 0 23px;
}

#Car_regNumber:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.4) !important;
    text-transform: none;
    font-size: 2.1em;
    font-weight: 500;
}
#Car_regNumber::-moz-placeholder {
    color: rgba(102, 102, 102, 0.4) !important;
    text-transform: none;
    font-size: 1.8em;
}
#Car_regNumber::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.4) !important;
    text-transform: none;
    font-size: 1.8em;
}

#Car_regNumber::placeholder {
    color: rgba(102, 102, 102, 0.4);
    font-size: 1.2em;
    font-weight: 500;
}


#Car_regNumber::-ms-clear{
    display: none;
}

#Car_regNumber:focus {
    border: 1px solid #000;
}

.reg-num-manually{
    text-align: left !important;
}

.reg-num-manually > span{
    display: inline;
    text-align: left;
    font-weight: 600;
    vertical-align: middle;
    line-height: 2.5;
}

#showCarFields .btn-default {
    padding: 0.9em 0.5em;
}

#changeCarDetails.btn {
    background-color: #ffffff;
    color: #000;
    box-shadow: 0 5px 12px rgba(0,0,0,.2);
    font-weight: 600;
    height: 33px;
    padding: 4px;
}

/*#carDetailsTable td {
    text-align: left;
}*/

#carDetailsTable tr td:nth-child(2) {
    font-weight: bold;
}

    .table-borderless,
    .table-borderless td,
    .table-borderless th {
        border: 0;
    }

.table.table-borderless tr > td:first-child {
    padding-left: 4px;
}

.select-box {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    height: 48px;
    margin-bottom: 0.5em;
    position: relative;
    overflow: hidden;
}

.select-box > .date {
    height: 100%;
}

select::-ms-expand {
    display: none;
}

.select-box::after {
    content: "\e40a";
    position: absolute;
    font-family: icomoon;
    display: block;
    width: 30px;
    height: 100%;
    color: rgba(0, 47, 95, 0.38);
    line-height: 46px;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 1.8em;
    text-align: center;
}

.has-error .select-box::after {
    top: 0;
}

.select-box .form-control {
    color: #000;
    border: 1px solid currentColor;
    background: none;
    position: relative;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    height: 48px;
    cursor: pointer;
	font-family: "Vauxhall Neue", Arial, sans-serif;
}

.has-error .select-box {
    border: 1px solid #CC0000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .select-box::after {
    background-color: #CC0000;
}

.select-box .form-control{
    z-index: 2;
    font-size: 16px;
}

    .select-box .form-control:focus, .select-box .form-control:active {
        border-color: rgba(229, 151, 0, 255);
    }

.select-box > label[for=code] {
    position: absolute;
    left: -10000px;
}

@supports (-webkit-appearance:none) or (-moz-appearance: none) or (appearance: none) {
    .select-box .form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
		
    }
}

.sort-code span, .card-date span {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    width: 60px;
}

.sort-code span:not(:last-child)::after, .card-date span:not(:last-child)::after {
    content: '/';
    display: inline-block;
    line-height: 44px;
    position: absolute;
    right: -10px;
}

.sort-code .form-control, .card-date .form-control {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.-addon {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #3282C9;
    border-color: #3282C9;
    color: #FFF;
    font-size: 1.5em;
}

.results {
    width: 100%;
    position: relative;
}

ul.select {
    list-style-type: none;
    max-height: 151px;
    overflow: auto;
    text-align: center;
    position: absolute;
    z-index: 100;
    width: 100%;
    border: 1px solid #51375C;
    padding-left: 0;
    top: -50px;
    background-color: white;
}

ul.modelSearch {
    position: relative;
}

ul.select > li {
    background: #fff;
    line-height: 25px;
    font-size: 0.875em;
    padding: 5px 10px;
    cursor: pointer;
    list-style: none;
    position: relative;
    z-index: 100;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}

ul.select > li:last-child {
    border-bottom: 0;
}

ul.select > li.info-only {
    font-size: 0.75em;
    cursor: default;
    color: #218cec;
}

ul.select > li > strong {
    color: #218CEC;
}

ul.select > li:hover {
    background: #E1E7F3;
}

ul.select > li.info-only:hover {
    background-color: white;
}

.documents-section > div:last-child {
    padding-top: 2em;
    border-top: 4px dotted rgba(0,0,0,0.25);
}

@media (min-width: 992px) {
    .documents-section > div:last-child {
        padding-left: 3em;
        border-top: 0;
        border-left: 4px dotted rgba(0,0,0,0.25);
    }
}

.documents-section > div:last-child p.small {
    line-height: 1.4;
    margin-bottom: 1.5em;
}

.documents {
    padding-top: 2em;
}

.documents a {
    display: block;
    padding-bottom: 0.5em;
}

.documents a:before {
    font-family: FontAwesome;
    content: '\f054';
    display: inline-block;
    font-size: 1em;
    font-style: normal;
    vertical-align: middle;
    margin-right: 8px;
}

.social ul {
    padding: 2em 0 0;
}

.social li {
    display: inline-block;
}

.social li ~ li {
    margin-left: 0.25em;
}

.social li a {
    display: block;
    font-size: 1.5em;
    height: 46px;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    background-color: #ccc;
}

.social li a.fa-facebook {
    background-color: #375996;
}

.social li a.fa-twitter {
    background-color: #2FABDD;
}

.social li a.fa-youtube {
    background-color: #E91930;
}

.social li a:hover {
    text-decoration: none;
}

.social li a::before {
    line-height: 46px;
}

.popover {
    padding: 0;
    min-width: 250px;
    border-radius:0px;
}

.popover-header .close {
    padding: 6px 10px;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #f7f7f7;
}

.popover-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    border: 0;
}

.popover-content {
    font-size: 1em;
    color: #000;
    line-height: 21px;
}

/* SELECTBOX */
.sbHolder {
    position: relative;
    display: block;
}

.sbHolder a {
    text-decoration: none;
    color: #666;
}

.sbHolder a:focus {
    outline: 0;
}

.sbToggle {
    content: '';
    position: absolute;
    background: #d0d0d0 url(../img/arrow.png) center no-repeat;
    border: 1px solid #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    width: 25px;
    right: 3px;
    top: 4px;
}

.sbSelector {
    border: 1px solid #666;
    border-radius: 2px;
    padding: 4px 12px;
    display: block;
    color: #666;
}

.sbSelector:focus {
    border-color: #28af91;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.sbOptions {
    position: absolute;
    padding: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #666;
    border-top: 0;
    overflow: auto;
}

.sbOptions li {
    list-style: none;
    padding: 0;
}

.sbOptions li a {
    display: block;
    padding: 4px 12px;
}

.sbOptions li a:hover {
    background: rgba(15,102,164,1.00);
    color: #fff;
}

.modal{
    padding: 0 !important;
}

.modal-dialog{
    margin: 100px auto;
    width: 100%;
}

.modal-dialog .modal-content{
    min-width: 300px;
    max-width: 800px;
    margin: 0 auto;
}

.tbl-excess {
    width: 100%;
    table-layout: fixed;
}

div.steps-to-go {
    font-size: 14px;
    font-weight: bold;
	font-family: "Vauxhall Neue", Arial, sans-serif;
}

@media only screen and (max-width: 1199px) {
    .side-panel {
        margin-right: 5px;
    }

    .side-panel .panel.pinned{
        width: 141px;
    }
}

@media screen and (max-width: 600px) {
    table.tbl-excess {
        border: 0;
    }

    table.tbl-excess thead {
        overflow: hidden;
        position: absolute;
        width: 1px;
    }

    table.tbl-excess tr {
        display: block;
        margin-bottom: .625em;
    }

    table.tbl-excess td {
        display: block;
        text-align: right;
        padding: 15px 0 !important;
    }

    table.tbl-excess td::before {
        content: attr(data-label);
        float: left;
    }

    table.tbl-excess td:last-child {
        font-weight: 600;
        border-bottom: 1px solid rgba(0,0,0,0.25);
        border-top: 1px solid rgba(0,0,0,0.25);
    }

    .windscreen{
        border: 1px solid #000;
		background-color:#f4f9fc;
	}
    
    .windscreen th, .windscreen td{
        padding: 8px 0 !important;
    }
}

@media (min-width:768px) {

    /*#carDetailsTable {
        background-color: #F2F8FB;
    }*/
    .dropdowndatetime div > div:first-of-type {
        padding-left: 0px;
    }

    .no-padding-md {
        padding: 0;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 11px;
        border: 0;
    }

    .table tr > th:first-child,
    .table tr > td:first-child {
        text-align: left;
    }

    .tbl-excess.table thead > tr > th:nth-child(n+2), .tbl-excess.table tbody > tr > td:nth-child(n+2) {
        text-align: center;
    }

    .tbl-excess.table thead > tr > th:nth-child(4), .tbl-excess.table tbody > tr > td:nth-child(4) {
        text-align: right;
    }

    .table thead tr th {
        font-size: 0.875em;
    }

    .modal-body table tr td{
        padding: 5px;

    }

    .modal-body, .modal-footer {
        padding: 30px;
    }

    .contact-help {
        padding-top: 10px !important;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        max-height: none;
        font-size: 0.75em;
    }

    .contact-help > h5 {
        display: inline;
        background: none;
        padding: 0;
        cursor: auto;
        color: #28AF91;
    }

    .panel-heading {
        border-top: 0;
    }

    .op-extra > div {
        padding-left: 100px;
    }

    .op-extra > div:before {
        content: '(60x60) #icon';
        display: block;
        height: 60px;
        width: 60px;
        text-align: center;
        background: #E65046;
        color: #fff;
        line-height: 20px;
        margin-bottom: 10px;
        position: absolute;
        left: 40px;
        /* remove */ font-size: 14px;
        padding-top: 10px; /* remove */
    }

    .op-extra > div > p {
        margin-bottom: 15px;
    }

    .progress-item {
        font-size: 1em;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        line-height: 1.2;
    }

    .panel {
        clear: both;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .panel > *:first-child {
        margin-top: 0;
    }

    .premium-payment {
        padding-top: 0;
    }

    .picklist .radio-group .btn:not(.btn-icon) {
        min-width: 50px;
    }
}

@media (min-width:992px) {
    .grey-bg {
        height: 240px;
    }

    .green-bg {
        height: 240px;
    }

    .table-responsive {
        border: 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

/* popover mobile */
@media screen and (max-width: 992px) {
    .popover.right, .popover.left {
        position: static !important;
        min-width: 100%;
        margin: 14px 0px !important;
    }

    .q-group.blockable .popover.right, .q-group .popover.left {
            margin-top: 148px !important;  
    }

    .mobile-help {
        position: static;
    }

    .popover {
        min-width: 300px;
        left: auto !important;
        right: 0px !important;
    }
}

@media screen and (max-width: 767px) {

    table a.btn.btn-default {
        font-size: 0.85em;
        white-space: pre-wrap;
        height: auto;
    }

    .edit-delete a.btn {
        width: 80px;
    }

    .agreement.premium-sign .form-group label:before {
        /*display: block;
        float: left;*/
        margin-bottom: 40px;
        top: 8px;
        position: relative;
        margin-left: -42px;
        vertical-align: sub !important;
    }

    .agreement .form-group label {
        text-align: left;
        line-height: 23px;
        margin-left: 32px !important;
    }

    .popover.right, .popover.left {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .mobile-help {
        position: static;
    }

    .mobile-help {
        position: static;
        margin-bottom: 3px;
        display: inline;
    } 

    .form-group{
        margin: 0 -15px !important;
    }

    #agreement {
        margin: 0 15px; /* To override the negative '.form-group' margin above */
        line-height: 1;
    }

    .side-panel {
        margin: 0 auto;
    }

    fieldset.radio-group {
        width: 100%;
    }

    .form-group:not(.radioNums) .radio-group .btn-radio {
        min-width: calc(50% - 5px) !important;
        margin: 0 0 10px 0;
    }

    .date.dropdowndatetime .row{
        margin: 0 -5px;
    }

    .date.dropdowndatetime .select-box select {
        padding-right: 25px;
    }
}

@media screen and (max-width:992px) {
    .popover .arrow {
        display: none;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .premiumSummarySidebar {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
    }

    .premiumSummarySidebar > *:not(:last-child) {
        width: 33%;
        text-align: left;
        padding: 1em 1em 0;
        margin-bottom: 0;
    }

    .premiumSummarySidebar > p:not(:last-child) {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .defaqto-sidebar {
        margin-top: -76px;
        margin-right: 0px;
    }

    .progress-item, .progress-item.current {
        z-index: 1;
    }

    .progress-text {
        text-align: center;
        color: #51375C;
        margin-top: -31px;
        position: relative;
        vertical-align: middle;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .picklist .btn-radio > label {
        padding: 12px 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    div.registerCustomerPassword, .securityQuestion {
        margin-top: 15px;
    }

    #titleList .btn-radio {
        min-width: 64px;
    }

    .premium .option .price {
        font-size: 2.6em;
        line-height: 1.2;
    }

    .side-panel .panel-heading h4 {
        font-size: 18px;
    }

    .side-panel {
        margin: 0 0px 32px -8px;
        padding: 0 0px;
    }

    .side-panel .panel .price {
        font-size: 1.6em;
    }

    a.btn-youngDriversGuide {
        margin-bottom: 30px;
    }

    #excessAndMileage .btn-icon.btn-block {
        width: calc(50% - 18px);
        padding: 0px 0px;
        margin: 5px;
    }

    body div.steps-to-go {
        margin-top: 0px;
	}

    .main {
        width: 90%;
    }

    .page-header {
        margin: 14px 0 14px;
	}

    .page-header h1 {
        font-size: 2.2em;
	}

    .control-label {
        font-size: 1.2em;
    }

    .btn-secondary {
        color: #000;
        padding: 0.5em;
        height: auto;
    }

    .page-subheader > h2 {
        font-size: 1.6em;
    }

    div.addon-wrapper h4 {
        font-size: 1.2em;
        font-weight: 600;
    }
	
	div.addon-header span[class^="icon"] {
        top: 2px;
        left: -33px;
        font-size: 1.2em;
    }
	
	div.mobile-help + small, div.mobile-help + span {
        display: block;
        margin-bottom: 0.8em;
    }

    .addon-wrapper {
        margin: 20px auto;
    }

    .page-subheader {
        margin-left: -12px;
        margin-top: -14px;
        padding-bottom: 0em;
        margin-bottom: 1em;
    }

    .form-group i.help {
        margin: -10px -14px 0 0;
    }

    .form-group {
        margin-bottom: 0px;
    }

    ul.pagination li a {
        padding: 6px 30px;
    }

    .sidebar .panel.inactive {
        padding: 15px 15px 15px 15px;
    }

    .progress-item.check {
        color: #51375c;
    }

    .sidebar .blockable-summary.premiumSummarySidebar {
        padding: 0px;
    }

    .sidebar h4:nth-of-type(1) {
        text-align: center;
    }

    .sidebar .side-panel .panel.inactive div:nth-of-type(1) {
        width: 100%;
        margin: 0 auto;
    }

    .sidebar .side-panel .panel.inactive ul.arrow-bullets {
        display: inline-block;
        width: 80%;
    }

    .side-panel .panel.pinned {
        width: 132px;
    }

    .panel-inner > span,
    .page-subheader + .mobile-help.helpIconDesktop + span,
    .page-subheader + .q-group > p,
    .page-subheader + .q-group > div > p,
    .agreement {
        display: inline-block;
        padding: 0px;
    }
 }

@media screen and (max-width:767px) {

    #Car_regNumber {
        font-size: 1.2em;
    }

    #Car_regNumber:-ms-input-placeholder {
        font-size: 1.5em;
    }

    #regFieldAndButton{
        margin: 0 -30px;
    }

    .popover {
        right: 10px !important;
    }

    .navigation {
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .panel .navigation {
        padding: 0 8px;
    }

    .panel .remove-q-group {
        padding: 0 15px;
    }

    .sidebar {
        display: none;
    }

    #goforward-button {
        padding: 0;
    }

    #goforward-button > *.btn.btn-lg, .navigation.fit-buttons > *.btn.btn-lg {
        padding-left: 0;
        padding-right: 0;
        width: 68%;
    }

    #goforward-button > *.btn.btn-lg + .btn.btn-lg, .fit-buttons > *.btn.btn-lg + .btn.btn-lg {
        width: 30%;
    }

    .navigation > *.btn.btn-lg, .multiButton > *.btn.btn-lg {
        width: 100% !important;
        font-size: 1.125em;
        min-width: 0;
        margin-bottom: 10px;
    }

    .btn-create-account {
        width: 100%;
    }

    .panel-inner:not(#excess-panel-inner) .form-group:not(.m0) {
        margin: 0 -28px !important;
    } .panel-inner-btn {
        margin: 11px;
    } .agreement{
        padding: 0;
    } .modal-footer p.pull-left {
        text-align: center;
        padding: 10px;
    } .modal-footer .btn + .btn{
        margin: 0;
    }
}

@media (max-width: 767px) {
    .agglogo {
        margin-bottom: 10px;
        margin-top: -15px;
    }
}

@media only screen and (max-width : 550px) {
    .premium .selection-horizontal .option::after{
        float: none;
        height: auto;
        padding: 1px;
    }
    
    .premium .selection-horizontal .option span, .premium .selection-horizontal .option strong{
        display: inline-block;
        width: 50%;
        text-align: center;
    }
}

.agglogo {
    max-height: 66px;
    margin-top: 1em;
}

.warning-panel {
    background: #F7DC8F;
}

.warning-panel .panel {
    background: none;
}

h5.heading-with-icon {
    font-size: 1.25em;
    color: #3183C7;
}

.warning-panel h5.heading-with-icon {
    color: #666;
}

.circled-icon {
    border: 2px solid #3183C7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 30px;
    background: #fff;
    text-align: center;
    font-style: normal;
    color: #3183C7;
    margin-right: 6px;
    vertical-align: middle;
}

.warning-panel .circled-icon {
    border: 2px solid #EFC523;
    color: #EFC523;
    font-weight: bold;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #B8D4E8;
    font-size: 0.875em;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #B8D4E8;
    font-size: 0.875em;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #B8D4E8;
    font-size: 0.875em;
}

.well.offer {
    background: #f4f6f9;
    color: #51375C;
    margin-bottom: 0;
}

.well.offer a {
    cursor: pointer;
    color: currentColor;
    text-decoration: underline;
}

.well.offer a:hover {
    text-decoration: none;
}

.well.offer .offer-description {
    float: right;
    width: calc(100% - 6em);
}

.well.offer .offer-description p:not(.small) {
    margin-bottom: 5px;
    font-size: 0.875em;
}

.well.offer .offer-description p.small {
    margin-bottom: 0;
    padding: 0;
}

.offer-badge {
    float: left;
    height: 4.8em;
    width: 4.8em;
    color: currentColor;
    border: 1px solid currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 0.6em 0.7em;
    background-color: #f4c82d;
    padding: 14px;
    border-color: #f4c82d;
    box-shadow: 0px 6px 7px #888888;
    line-height: 1;
    margin-top: 8px;
}

.offer-badge .exclusive {
    text-align: center;
}

.offer-badge strong {
    font-size: 2.6em;
    display: block;
    float: left;
    line-height: 0.7;
    font-weight: normal;
}

.offer-badge .percent {
    display: block;
    float: left;
    font-weight: normal;
    font-size: 1.4em;
    margin-top: -2px;
    line-height: 0.9;
    font-family: 'Open Sans', sans-serif;
}

.offer-badge .percent span {
    display: block;
    font-size: 0.8em;
    margin-top: -2px;
    font-family: 'Open Sans', sans-serif;
}

.offer-terms {
    padding: 1em;
    border: 3px solid #adadad;
    margin-top: 10px;
}

.offer-terms h3 {
    font-family: 'Open Sans', sans-serif;
    color: #707173;
    font-weight: bold;
    font-size: 1.1em;
}

.offer-terms p:last-child {
    margin-bottom: 0;
}

/* HELPERS */
.icon-2x::before {
    font-size: 2em;
}

.icon-3x::before {
    font-size: 3em;
}

.icon-4x::before {
    font-size: 4em;
}

.icon-8x::before {
    font-size: 8em;
    color: #53375F;
}

body .mb0 {
    margin-bottom: 0;
}

body .mb10 {
    margin-bottom: 10px;
}

body .mb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

body .mb20 {
    margin-bottom: 20px;
}

body .mb30 {
    margin-bottom: 30px;
}

body .mt0 {
    margin-top: 0;
}

body .mt10 {
    margin-top: 10px;
}

body .mt15 {
    margin-top: 15px;
}

body .mt20 {
    margin-top: 20px;
}

body .mt30 {
    margin-top: 30px;
}

body .mt55 {
    margin-top: 55px;
}

body .mt60 {
    margin-top: 60px;
}

body .mt85 {
    margin-top: 85px;
}

.pull-left.secondary.btn.btn-sm.btn-default:hover {
    background-color: #e66813;
    color: white
}

.offer-description .offer-description-title {
    color: #51375c;
}

.offer-description .offer-description-text {
    color: #52385f;
}
    
.well.offer.clearfix.thank-you-img {
    background-color: #e1e7f2;
}

.force-bottom-border.space-up {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

.registerCustomerPassword, .securityQuestion {
    margin-top: 60px;
}

@media (min-width: 320px) and (max-width: 480px) {

    a.btn.btn-default {
        margin-bottom: 10px;
    }

    .navigation .btn:not(#Back):not([for='Back3']) {
        min-width: 150px;
    }

    .progress-text {
        text-align: center;
        color: #51375C;
        margin-top: -31px;
        position: relative;
        vertical-align: middle;
    }

    .progress-item, .progress-item.current {
        font-weight: bold;
        z-index: 1;
    }

    .progress-item.current {
        color: #51375c;
    }

    .progress-item {
        color: #f7f7f9;
    }

    .progress-item.check {
        color: #51375c;
    }

    .panel > .list-group {
        border-bottom: 1px solid #dadada;
    }

    .premium .monthly-option, .premium .annual-option {
        padding-right: 0.8em;
        padding-left: 0.8em;
    }

    .navigation, .welcome.navigation{
        padding: 0 5px;
    }

    .multiButton a{
        width: 100%;
        float: none !important;
    }

    .error-page-header {
        font-size: 1.5em;
        font-weight: 600;
        margin: 1em 0.7em;
    }

    .error-panel {
        margin: 1em;
	}

        .error-panel p:last-of-type {
            margin: 0;
        }

        .error-panel a {
            width: 100%;
        }
}

@media only screen and (max-width: 380px){
    .navigation .btn:not(#Back):not([for='Back3']) {
        min-width: 120px;
    }
}

.row.xsrows {
    margin-left: 0px;
    margin-right: 0px;
}

.xsrows .hidden-sm div {
    background-color: gray;
    color: #fff;
    margin: 1px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.xsrows .hidden-sm {
    padding: 0px;
}

.compcolor span {
    background-color: #51375C;
    color: #fff;
    padding: 13px 33px 13px 32px;
    margin-left: 0px;
    font-size: 0.8em;
    display: inline-block;
    border-radius: 5px;
}

.totcolor span {
    background-color: #43c48f;
    color: #fff;
    padding: 9px 26px 9px 26px;
    margin-left: 0px;
    font-size: 1.2em;
    display: inline-block;
    border-radius: 5px;
}

@media only screen and (min-width: 481px){
    .posOrNeg > :nth-child(2n) {
        font-size: 1.7em;
        line-height: 5.5;
    }

    .error-page-header {
        font-size: 2em;
        font-weight: 600;
        margin: 1em;
    }

    .error-panel {
        border: 1px solid #c90c0f;
        margin: 0 2em 2em;
        padding: 2em;
    }

        .error-panel p:last-of-type {
            margin: 0;
        }

        .error-panel a#Back {
            display: inline-block;
        }
}

@media (min-width: 481px) and (max-width: 736px) {
    .slider-wrapper-new ul li {
        display: table-cell;
        font-size: 12px;
        padding-right: 40px;
        text-align: left;
        color: #115288;
    }

    .slider-wrapper-new ul {
        display: table;
        padding-left: 0px;
    }

    .slider-wrapper-new.visible-xs {
        margin-top: 20px;
    }

    .panel > .list-group {
        border-bottom: 1px solid #dadada;
    }
    .pricing-table .panel-footer {
        display: none;
    }

    .pricing-table .pricing-tble-row {
        padding: 6px 6px !important;
        height: 124px;
        width: 68%;
        margin: 0 auto;
    }
}

@media (min-width: 481px) and (max-width: 736px) {
    .pricing-table .panel-footer {
        display: none;
    }

    .slider-wrapper-new ul {
        display: table;
        padding-left: 0px;
    }

    .slider-wrapper-new ul li {
        display: table-cell;
        font-size: 12px;
        padding-right: 40px;
        text-align: left;
        color: #115288;
    }
}

/*Ingenie styles - new 
*********************/
#rightcol {
    display: none;
}

.nav-pills > li > a {
    color: #ffffff;
    font-size: 1.125em;
}

.nav > li > a:hover, .nav > li > a:focus {
    outline: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    text-decoration: underline;
}

.icon-social li a:hover{
    text-decoration: none;
}

.page-subheader > h2 > span {
    margin-right: 6px;
    font-weight: 600;
}

.text-center {
    text-align: center;
}

.faded {
    opacity: 0.5;
}

.text-large {
    font-size: 2em;
}

.block {
    display: block;
    line-height: 26px;
}

.heading-expand {
    text-decoration: underline;
    font-weight: 600;
    padding: 14px 0px 2px 0px;
    display: inline-block;
}

.strong {
    font-weight: 600;
}

.border-around {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.payOption {
    width: 100%;
    margin: 0 auto;
}

.posOrNeg{
    margin-bottom: 30px;
}

.premium {
    font-size: 0.9em;
}

.price-change {
    text-align: center;
}
.price-change.positive {
    color: #093;
}

.price-change.negative {
    color: #666666;
}

.price-change strong {
    display: block;
}

.price-change .price-display {
    font-size: 3em;
}

@media only screen and (max-width: 440px) {
    
}

.addon-header {
    display: inline-block;
    width: 100%;
    position: relative;
}

.addon-header span[class^="icon"] {
    position: absolute;
    top: -2px;
    left: -50px;
    font-size: 2em;
}

.agreement{
    display: block !important;
}

.agreement .form-group label:before {
    content: '\e94a';
    font-family: "icomoon";
    padding-right: 10px;
    font-size: 2em;
    color: #000;
    vertical-align: middle;
}

.agreement .form-group input:checked ~ label:before {
    content: '\e94b';
    font-family: "icomoon";
    color: #009933;
    font-size: 2em;
    vertical-align: middle;
}

.agreement .form-group {
    background-color: #f2f8fb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

.agreement .form-group label {
    /*display: inline-block;
    height: 32px;*/
    font-size: 1em;
    font-weight: 400;
    color: #000;
    padding: 5px;
    margin-left: 10px;
}

#excessAndMileage div#mileage-calc-paragraph {
    border: 1px solid #000;
    background-color: rgba(41, 128, 185, 0.06);
    padding: 1em;
    margin-top: 1em;
    border-radius: 5px;
}

#excessAndMileage small{
    display: inline-block;
    margin: 1em 0;
}

#mileage-calculator .modal-header,
#mileage-calculator .modal-body {
    padding: 1.5em 3em;
}

#mileage-calculator .modal-body > div {
    display: inline-block;
    margin: 2em 0;
    width: 100%;
}

#mileage-calculator .modal-body > div > label,
#mileage-calculator .modal-body > div > input,
#mileage-calculator .modal-body > div > span {
    display: inline-block;
    height: inherit;
    line-height: 38px;
}

#feedbackContent {
    color: #000;
}

#feedbackContent .modal-body{
    text-align: left;
}

#feedbackContent .form-group > div{
    padding: 0;
}

#feedbackContent #Comments {
    min-height: 10em;
}

@media (max-width: 600px) {
    #mileage-calculator .modal-body > div > label.twolines {
        line-height: unset;
    }
}

#mileage-calculator .input-group-addon {
    height: 48px;
}

#mileage-calculator .modal-body > h2 {
    text-align: center;
}

/*Vauxhall - progress bar
************************/
.pagination {
    margin: 14px 0;
}

.pagination li a {
    font-size: 0.85em;
    padding: 6px 51px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #337ac7;
    border-bottom: 1px solid #337ac7; 
}

.pagination li a.check {
    cursor: pointer;
}

.pagination li:first-child a {
    border-left: 1px solid #337ac7;
    z-index: 2;
}

.pagination li:last-child a {
    border-right: 1px solid #337ac7;
    z-index: 1;
}

.progress-item.current {
    background-color: #c90c0f;
    border-right: 1px solid #337ac7;
    color: #ffffff;
    z-index: 2;
}

.progress-item.check {
    background-color: #c90c0f;
    color: #ffffff;

}

.pagination > li > a:hover {
    background-color: inherit;
    border-top: 1px solid #337ac7;
    border-bottom: 1px solid #337ac7;
}

.progress-item.current:hover, .progress-item.check:hover {
    background-color: #c90c0f;
    color: #ffffff;
    border-top: 1px solid #337ac7;
    border-bottom: 1px solid #337ac7;
}

.progress-item.current:hover {
    border-right: 1px solid #337ac7;
}

.noBorder {
    border: none !important;
}

.mobile-text {
    display: none;
}
/*End
******/

@media only screen and (max-width : 480px) {
    header{
        box-shadow: none;
    }

    .progress-item.current {
        font-weight: 100;
    }

    .posOrNeg > :nth-child(2n){
        font-size: 1.7em;
        line-height: 4;
    }
}

#mileage-calculator .modal-header,
#mileage-calculator .modal-body {
    padding: 1.5em;
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .pagination li a {
        padding: 6px 30px;
    }
}

@media only screen and (max-width : 767px) {
    .mob-box-shadow {
        /*box-shadow: 0 0 1rem rgba(102,102,102,.2);*/
        position: fixed;
        z-index: 1000;
        background: #ffffff;
	}

    .premium-panel {
        margin-top: 20px;
    }

    .scroll-mobile {
        top: 20px;
        text-align: center
    }

    .scroll-mobile .visible-xs.btn-back{
        display: inline-block !important;
        margin-right: 5px;
    }

    div.steps-to-go {
        margin-top: 16px;
	}

    .picklist .btn-radio > label {
        padding: 12px 12px;
    }

    .dropdown-menu {
            min-width: 90px;
    }

    .price-change .price-display {
        font-size: 2em;
    }

    .premium input:checked + .option {
        border: 1px solid #c90c0f;
        background-color: #c90c0f;
        color: white;
    }

    .btn-back .pagination li a {
        border: 1px solid #666666;
    }

    .btn-back .pagination li a span {
        color: #666666;
    }
}

@media (min-width: 320px) {
    .logo img {
        width: 112px;
    }

    .logo-wrapper {
        padding: 10px;
		/*box-shadow: 0 0 1rem rgba(102,102,102,.2);*/
	}

    .page-header h1 {
        font-weight: bold;
	}

    .shadowContainer:not(#modsModal.shadowContainer) {
        box-shadow: 0 5px 12px rgba(0,0,0,.2);
        padding: 15px;
    }

    .panel-welcome:nth-of-type(3) .shadowContainer {
        box-shadow: none;
    }

    .shadowContainer span[class^="icon"] {
        color: #c90c0f;
        font-size: 2.5em;
        text-align: center;
        display: inherit;
    }

    .shadowContainer span:last-of-type {
        /*Can't read*/
        /*font-size: 10px;*/
        text-align: center;
        color: #000;
        display: inherit;
        word-wrap: break-word;
    }
    
    .shadowContainer span:last-of-type.mobile-help.helpIconDesktop {
        display: initial;
    }

    .shadowContainer .mobile-help {
        display: contents !important;
    }

    .shadowContainer h2 {
        text-align: center;
        color: #000;
        font-weight: bold;
    }

    ul li:not(.page-item) {
        font-size: 1em;
        line-height: 26px;
        color: #000;
        list-style-type: none;
        position: relative;
        padding: 5px;
    }

    .pdf-wording a {
        font-size: 0.8em;
        text-decoration: underline;
        color: #000;
    }
}

@media (min-width: 768px) {
    .shadowContainer {
        padding: 30px 18px;
    }

    header {
        /*box-shadow: 0 0 1rem rgba(102,102,102,.2);*/
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2000;
    }

    header div nav:last-of-type {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
    }

    ul.icon-social {
        float: right;
    }

    .panel ul li {
        font-size: 1em;
        line-height: 26px;
        color: #000;
        list-style-type: none;
        position: relative;
        padding: 5px;
    }

    .addon-wrapper ul li, .popover-content ul li {
        line-height: 21px;
        padding: 2px;
    }

    .addon-wrapper h4 {
        font-size: 1.438em;
        font-weight: 700;
    }

    .agreement .form-group {
        padding: 10px;
    }
    
   .pdf-wording span {
        font-size: 1.4em;
        vertical-align: middle;
    }
    .page-header h1:not(.text-center) {
        text-align: left;
    }

    .shadowContainer span[class^="icon"] {
        font-size: 4em;
    }

    .shadowContainer span:last-of-type {
        font-size: 0.95em;
    }

    .page-header h1 {
        font-weight: normal;
		text-align: center;
    }
}

@media (max-width: 767px) {

    .pagination {
        display: inline-block;
        float: left;
    }
    .panel {
        padding: 0em 0em;
        margin-bottom: 0px;
    }

    .form-group label.control-label, .form-group div[class^="col"]:first-of-type {
        text-align: left;
            
    }

    .form-horizontal .control-label, .control-label, #drivingExp .include-control-lable label {
        margin-bottom: 8px;
    }
    label.control-label, #drivingExp .include-control-lable label {
        width: calc(100% - 45px);
        display: block;
    }

    .nav-pills > li {
        float: none;
        text-align: center;
    }

    ul.icon-social li {
        float: left;
    }

    ul.icon-social {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        margin: 40px 0px;
    }

    .pagination li a {
        padding: 6px 8px;
        font-size: 0.875em;
        font-weight: 100;
    }

    nav.btn-back li a {
        padding: 0px 10px;
        font-size: 1.44em;
        font-weight: 100;
    }

    #valsum {
        margin-top: 20px;
        width: calc(100% - 32px);
        margin: 72px auto -30px;
    }

    .page-header h1:not(.thankYouHeader) {
        font-size: 1.5625em;
        font-weight: 600;
    }
	
	.main-panel .page-header {
        padding: 16px 0 0;
		margin:0;
	}
	
	.page-subheader {
        margin-left: -12px;
        padding: 10px;
    }
    .page-subheader > h2 {
        font-size: 1.6em;
        font-weight: 600;
        margin-left: 30px;
    } .page-subheader > h2 > span {
    vertical-align: inherit;
    } .form-group {
        padding: 10px;
    } label, legend {
        font-size: 1em;
    } .form-group i.help {
        width: 28px;
        height: 28px;
        position: absolute;
        display: inline-block;
        top: 18px;
        font-size: 1em;
    } i.help::before {
        font-size: 1.2em;
    } .panel-inner {
        border-top: 1px solid #000;
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin: 0px 0px;
        padding: 10px;
    } .panel-inner, .outer-text {
        border-color: rgba(0,47,95,0.49);
        border-width: 1px;
        padding: 15px;
    } .btn-default, .btn-primary, .btn-secondary:not(#Back):not([for='Back3']) {
        min-width: 100px;
    } .btn.btn-href {
        width: 100%;
    } div.mobile-help + small, div.mobile-help + span {
        display: block;
        margin-bottom: 0.8em;
        font-size: 0.875em;
    } .addon-header span[class^="icon"] {
        position: relative;
        left: -2px;
        float: left;
        margin: 0 10px 10px 0;
    }
}

@media (min-width: 992px) {
    .pagination li a {
        padding: 6px 48px;
    }
}

@media (min-width: 1200px) {
    .pagination li a {
        padding: 6px 40px;
    }
}

#modsModal {
    z-index: 2000;
    font-weight: bold;
}

#modsModal ul,
#modsModal h2,
#modsModal p {
    text-align: left;
}

.shadowContainer a {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}

.shadowContainer a:hover {
    color: #23527c;
}

input[type="number"]{
    -moz-appearance: textfield;
}

#promoCodeValidation {
    display: inline-block;
    min-width: 18px;
}

#promoCodeValidation.tick {
    content: url(../img/tick.png);
}

#promoCodeValidation.cross {
    content: url(../img/cross.png);
}

.thankYouHeader, .next-steps-header {
    color: #009933;
}

.thank-you-text, .next-steps-text {
    text-align: center;
}

.panel-inner {
    border: solid 1px #b9b5b4;
	box-shadow: 0 0 1rem rgba(102,102,102,.2);
    padding: 26px;
}

.nextsteps h4 {
    margin-left: 75px;
}

.nextsteps [class*="icon"] {
    top: 15px !important;
}

.nextsteps  [class*="icon"]::before {
    font-size: 2em;
    color: #c90c0f;
    position: relative;
    margin-right: 15px;
    margin-left: -75px;
}

.btn-youngDriversGuide {
    height: 173px;
    width: 100%;
    border: solid 1px #000;
    margin-bottom: 113px;
    margin-right: 30px;
}

.header-center {
    text-align: center;
}

.small-text {
    color: #707070;
    font-size: 0.7em;
    text-align: center;
}

@media (max-width: 767px) {
    #thankyou-table {
        border: none;
        width: 100%;
        margin-left: 0;
    }

    .panel-inner {
        border-top: solid 1px;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .guide-buttons-group {
        margin-left: 0;
        margin-right: 0;
    }

        .guide-buttons-group a {
            margin-bottom: 10px;
        }

    #youngDriversGuide {
        margin-bottom: 30px;
    }

    .next-steps-text h3 {
        padding: 0 75px;
    }

    .nextsteps-feedback ::before, .nextsteps-boxfitting ::before {
        top: 30px;
    }

    h1.h1-headerSmall {
        font-size: 2em;
    }

    .mobile-text {
        display: inline-block;
        text-align: center;
    }

    .registerCustomerPassword, .securityQuestion {
        margin-top: 0;
    }

    .addon-header h5 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: normal;
    }

    ul[class*='bullets-opex-'] li {
        padding: 0;
    }

    small.opex-caveat {
        font-size: 0.7em;
    }

    .nextsteps [class*="icon"]::before {
        font-size: 1.2em;
    }

    .nextsteps [class*="icon"] {
        top: 10px !important;
    }
}

/*IE Hacks*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    ul.tick-list li:before {
        font-size: 0.4em;
    }

    .agreement .form-group input:checked ~ label:before {
        font-size: 0.5em;
    }
}

.mobile h2, .test span {
    text-align: left;
    display: inline;
    margin-left: 75px;
}

.mobile span:before {
    position: relative;
    top: 10px;
    margin-right: 15px;
    margin-left: -75px;
}

.shadowContainer span[class^="icon"] {
    color: #c90c0f;
    font-size: 2.5em;
    text-align: center;
    display: inherit;
}

.no-js .mobile-help.helpIconDesktop,
.no-js #helpMile,
.no-js #ingeniewebchat {
    display: none;
}

#sortCode {
    margin: 0 !important;
}

.sort-code-container {
    padding-left: 0px;
    padding-right: 0px;
}

#sortCodeErrorMessage .field-validation-error {
    margin-left: 15px !important;
}

.collapseLink {
	font-weight:bold;
	border-bottom: 1px solid #000;
	
}

/* styles for accordian chevron toggle - http://jsfiddle.net/panchroma/3gYa3/ */
.accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
  content: "\e113";    /* chevron up, taken from bootstrap.css */
  float: right;        
  color: white;         
}
.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e114";    /* chevron down, taken from bootstrap.css */
}

.page-header-margin {
    margin-top: 80px;
}

.show {
    transition: opacity 400ms;
}

.hide {
    opacity: 0;
}

.choices__inner {
    color: #000 !important;
    border: 1px solid currentColor !important;
    background: none !important;
    position: relative !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100% !important;
    cursor: pointer !important;
    font-family: "Vauxhall Neue", Arial, sans-serif !important;
}

.choices__list {
    z-index: 2 !important;
}

.addOnLists li {
    line-height: 90% !important;
}

.cx-title {
    font-weight: 200 !important;
}

.opex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}

.promo-code {
    text-align: left !important;
    font-weight: 600;
    padding-top: 5px;
}

    .promo-code.success {
        color: #00830A;
    }

    .promo-code.failed {
        color: #FF5252;
    }
