/*a {color:inherit;text-decoration:inherit; font-family:inherit;font-size:inherit}
a.underline{
text-decoration: underline;
}

.phase a:hover, .modal-content a:hover {
color: #fe8b52;
}
.phase a, .modal-content a {color: #E05206;}


@import url(fonts.css);

@import url(Carousel.css);
*/
:root {
  --base-font-size: 14px;
  --base-line-height: 1.5;
  --base-form-field-height: 30px;
}

/* KIA STYLES FOR DESKTOP */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
	font-size: 14px;
	color: #101820;
	line-height: 1.5;
	letter-spacing: -0.3px;
}


select[multiple], select[size] {
  height: 30px !important;
  max-width: 100% !important;
}

option {
  font-family: ps-regular,"arial";
}

input:read-only {
  border: 0 none;
  outline: 0 none;
}

input:disabled, select:disabled {
    background: #dddddd;
    color: #000;
    border: 1px solid #e2e2e2;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.8;
    font-weight: bold;
}

* > span {
	border:0 none;
}

*:focus, *:active {
  outline: none;
  outline: 0;
}

br {
	border: 0 none;
	outline: 0 none;
	display: inline-block;
}


/* START COLOR CODES */
.LightRedColor {
  color: rgb(162,22,41);
}

.MidRedColor {
  color: rgb(162,22,41);
}

.DarkRedColor {
  color: rgb(138,19,34);
}

.BGGreyColor {
  color: rgb(246,246,246);
}

.DisplayGreyColor {
  color: #101820;
}

.TextGreyColor {
  color: #101820;
}

.DarkGreyColor {
  color: #101820;
}

.MidGreyColor {
  color: rgb(5,20,31);
}

.BrightGreyColor {
  color: rgba(5,20,31,0.2);
}

.LightGreyColor {
  color: #101820;
}

.BlackColor {
  color: black;
}

.BlueColor {
  color: #101820;
}

.WhiteColor {
  color: #fff;
}

.BackgroundLightRedColor {
  background-color: #101820;
}

.BackgroundMidRedColor {
  background-color: rgb(162,22,41);
}

.BackgroundDarkRedColor {
  background-color: rgb(138,19,34);
}

.BackgroundBGGreyColor {
  background-color: rgb(246,246,246);
}

.BackgroundLightGreyColor {
  background-color: rgb(236,236,231);
}

.BackgroundBlueColor {
  background-color: #101820;
}

.BackgroundDarkGreyColor {
	background-color: #101820;
}
/* END COLOR CODES */

/* Fonts */
.Font-Bold {
  font-family: "ps-regular", "arial";
}

.Font-Medium {
  font-family: "ps-regular", "arial";
}

.Font-Light {
  font-family: ps-regular, "arial";
}

.Font12px16pxLight {
  font-size: 12px;
  line-height: 1.5;
  font-family: "ps-regular","arial","helvetica",sans-serif;
}

.Font18px25pxLight {
  font-size: 18px;
  line-height: 1.5;
  font-family: "ps-regular","arial","helvetica",sans-serif;
}

.Font18px25pxBold {
  font-size: 18px;
  line-height: 1.5;
  font-family: "ps-regular","arial","helvetica",sans-serif;
}

.Font20px24pxBold {
  font-size: 20px;
  line-height: 1.5;
  font-family: "ps-regular","arial","helvetica",sans-serif;
  letter-spacing: -0.3px;
}

.Font30px36pxBold {
  font: 1.5rem "ps-regular","arial";
  letter-spacing: -0.3px;
}

/* end Fonts */

/* Line Height */
.LineHeight17px {
  line-height: 17px;
}

.LineHeight16px {
  line-height: 16px;
}

.LineHeight19px {
  line-height: 19px;
}

.LineHeight20px {
  line-height: 20px;
}

.LineHeight24px {
  line-height: 24px;
}

.LineHeight25px {
  line-height: 25px;
}

/* Padding styles */
.Padding10TB20LRpx {
  padding: 10px 20px;
}

.PaddingLeft2-5Percent {
  padding-left: 2.5%;
}

.Padding4px {
  padding: 4px;
}

.PaddingTB2em {
  padding: 2em 0;
}

.PaddingTB1em {
  padding: 1em 0;
}

.PaddingTB5px {
  padding: 5px 0;
}

.PaddingTB10px {
  padding: 10px 0;
}

.PaddingTop20px {
  padding-top: 20px;
}

.Padding10px {
  padding: 10px;
}
.Padding15px {
  padding: 15px;
}
.PaddingBottom10px {
  padding-bottom: 10px;
}

/* Margin Styles */
.MarginLeftRight15Percent {
  margin: auto 15%;
}

.MarginLeftRight13Percent {
  /* margin: auto 13%; */
  margin: auto 6%;
}
/* end Margin styles */

/* start select drop down arrow image 
select.verexDropdownImage {-webkit-appearance:none;-moz-appearance:none;background:url(../../../images/K1/icon_arrow_down_black.png) no-repeat scroll 98% 50% #FFFFFF; padding-right:30px;}
*/

select.verexDateDropDownImage {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../../images/K1/icon_arrow_down_black.png) no-repeat scroll 86% 50% #FFFFFF;
  padding-right: 30px;
}

/* end select drop down image */

/* MAIN CONTAINER */
.BrowserWindow {
  font-family: "ps-regular","arial","helvetica",sans-serif;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-color: #FFF;
  letter-spacing: -0.3px;
  /*max-width:1440px;*/;
}

/* Page Header Styles */
.MainHeaderStyle1 {
	font: 1.5rem "ps-regular","arial";
	letter-spacing: -0.075rem;
	color: #101820;
	/* text-transform: uppercase; */
}

.MainHeaderStyle2 {
	font: 20px/1.5 "ps-regular","arial";
	color: #101820;
	letter-spacing: -0.075rem;
	/* text-transform: uppercase;	 */
}

.MainContentSection {
	width: 65%;
	margin-top:2rem;
}

.LeftColumn {
	width: 49%;
	margin-right: 0.5rem;
}

.RightColumn {
	width: 50%;
}

.LRQuestionError {
  border: 0 none !important;
  border-bottom: 1.5pt solid rgb(234, 0, 41) !important;
}

/* COOKIE POLICY */
.CookiePolicySection {
  background-color: #101820;
	/*display:none;*/;
}

.CookiePolicyHeaderText{
	font: 20px ps-regular,"arial";
	color: #fff;
}
.CookieContentTextStyle{
	font: 12px ps-regular,"arial";
	color: #fff;
}
.CookieContent {
  width: calc(100% - 62px);
  width: -moz-calc(100% - 62px);
  width: -webkit-calc(100% - 62px);
  /* specified as percentage rather than absolute pixels */
  padding: 1% 2%;
}
.TabletCookieSection{
	background-color: #101820;
	display:none;
}
.CookieContentText {
  padding-top: 10px;
  line-height: 17px;
  color: white;
}

.CookieCloseButtonSection {
  width: 62px;
  border-left: 1px solid #101820;
}

.CookieCloseButton {
  color: #FFF;
  background-color: transparent;
  border: medium none;
  line-height: 0;
  height: auto;
  font-size: 2em;
  padding: 1.5em 0.6em;
}

/* END COOKIE POLICY */

/* KIA LOGO AND TOP MENU */
.LogoTopMenuSection {
  /* max-height: 56px; */
  /* border-bottom: 4px solid rgb(188, 22, 44); */
  background-color: #fff;
  padding-bottom: 1em;
}
.LogoSection {
  padding: 1.5em 0 0 2.5em;					   
}

.LogoIcon {
	background: #fff url(../../../images/PS/ps-logo.png) no-repeat left center;
	border: 0 none;
	width: 200px;
	/* margin-left: 20px; */
	background-size: contain;
	height: 40px;
}

/* END KIA LOGO SECTION */

/* TOP MENU FIXED LINKS */
.menufixedlinks {
  margin: 2em 0 0 0;
}

.menufixedlinks ul {
  list-style-type: none;
  display: inline;
  text-align: center;
}

.menufixedlinks li {
  list-style-type: none;
  list-style: none;
  display: inline;
  padding: .2em .7em;
  font-family: "ps-regular";
  font-size: 12px;
  color: #101820;
  letter-spacing: -0.3px;
}

.LogoTopMenuSection .menufixedlinks li a {
  color: #101820;
  text-transform: none;  
}
.menufixedlinks a:hover, #menu a:focus { text-decoration: underline; }

#CUSTOMER_MENU_VM_LINK a {
	text-transform: none;
}

/* Footer Styles */
#Footer {
  border-top: 1px solid #fff;
  color: #101820;
}

#Footer_Links {
  padding: 10px 2.5%;
}

#Footer a {
  padding-right: 1em;
  letter-spacing: -0.3px;
  text-transform: none; 
}

#Footer a:hover {
	text-decoration: underline;
}

#Footer_Text {
  width: calc(100%);
  padding: 10px 2.5%;
}

#Footer_Text a {
	font: 12px/1.5 ps-regular, "arial";
	text-transform: none;
	letter-spacing: -0.3px;
	text-decoration: underline;
}

/*#footer_base_wrap {
  margin: 0px auto;
  height: 67px;
  position: relative;
  background: #FFF none repeat scroll 0% 0%;
  display: block;
  overflow: visible;
} */

#footer_logo {
  width: 155px;
  height: 0px;
  padding-top: 60px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: -34px;
  margin-right: 2.5%;
  /* background: transparent url("../../../images/K1/footer_logo.png") no-repeat scroll 0px 0px; */
}

/* START KIA CAROUSEL BUTTONS */
.CarouselButton {
  /*-webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;*/
  font-family: Arial;
  color: #a21629;
  font-size: 20px;
  background: #fff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.CarouselButton:hover {
  background: rgba(234,0,41,1);
  text-decoration: none;
  color: #fff;
}
/* END KIA CAROUSEL BUTTONS */

/* 
/* Compare cover button */
.CompareCoverButtonSection {
  width: 100%;
  padding: 2em 0;
}

.CompareCoverButton {
  /*-webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;*/
  font-family: Arial;
  color: #fff;
  font: 16px/1.5 "ps-regular";
  letter-spacing: -0.3px;
  background: #101820;
  padding: 8px 8px;
  text-decoration: none;
  border: none;
  height: 37px;
  width: 214px;
}

.CompareCoverButton:hover {
  background: #fff;
  text-decoration: none;
  color: #101820;
}
/* end compare cover button */

/* compare cover content section */
.CompareCoverContentWrapper {
  background-color: #FFF;
  padding-top: 1.0625em;
}

.CompareCoverContent {
  margin: 0 auto;
  color: #101820;
  width: 50%;
}

/* Compare Cover Header Heading */
.CompareCoverHeading {
	font: 24px/1.5 "ps-regular", "arial";
	/* text-transform: uppercase; */
	margin-bottom: 0;	
}

.CompareCoverHeader1 {
	font: 28px/1.5 Font-Medium,"arial";
	width: 65%;
	margin-bottom: 2%;
}

.CompareCoverHeader2 {
	font: 28px/1.5 Font-Medium,"arial";
	width: 35%;
	margin-bottom: 2%;
}

.CompareCoverTableWrapper {
  padding-top: 4.0625em;
}

.CompareCoverTableRow {
  border-bottom: 1px solid rgba(5,20,31,0.2);
  padding-bottom: 1px;
}

.CompareCoverTableColumn1 {
  width: 60%;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.3px;
  /*text-transform: uppercase;*/
}

.CompareCoverTableColumn2 {
  width: 20%;
  /* background: #101820 repeat; */
  height: 54px;
}

.CompareCoverTableColumn3 {
  width: 20%;
}

.CompareCoverTableHeaderRowCol2 {
  font-family: "ps-regular", "arial";
  /* text-transform: uppercase; */
}

.CompareCoverTableHeaderRowCol3 {
  font-family: "ps-regular", "arial";
  /* text-transform: uppercase; */
}

.CompareTableRow1Col2HeaderText,.CompareTableRow1Col3HeaderText {
  font: 16px/1.5 "ps-regular", "arial";
  /* text-transform: uppercase; */
  padding: 8px 0;
}

.CompareTableContentText {
  font: 16px/1.5 ps-regular, arial;
  padding: 10px 0;
}

.GenuineSparePartsQuestion {
  font: 16px/1.5 ps-regular,"arial";
  width: 100%;
}
	
.GenuineSparePartsAnswer {
  font: 12px/1.5 ps-regular,"arial";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../../images/K1/icon_arrow_down_black.png) no-repeat scroll 98% 50% #FFFFFF;
  /* text-transform: uppercase; */
  color: black;
}

span.GenuineSparePartsAnswer  {
  display: none;
}

.CompareCoverSourceText {
  padding-top: 15px;
  font: 12px/1.5 ps-regular;
  /* text-transform: uppercase; */
}

.CurrentInsurerDesc {
  margin: 0 0 2em 0;
  background: #101820 none repeat scroll 0% 0%;
}

.CurrentInsurerHeader {
  font: 1.5rem ps-regular,"arial";
  letter-spacing: -0.3px;
  padding-bottom: 10px;
  /* text-transform: uppercase; */
}

.CurrentInsurerPolicyWording {
  font: 20px/1.5 "ps-regular","arial";
  padding-bottom: 10px;
}

.CurrentInsurerPolicyWordingYear {
  font: 20px/1.5 ps-regular,"arial";
  padding-bottom: 10px;
}

.CompareCoverBespokeHeading {
  font: 20px/1.5 "ps-regular","arial";
  /* text-transform: uppercase; */
  padding: 10px 0;
}

.CompareCoverBespokeSubHeading {
  font: 16px/1.5 "ps-regular","arial";
  padding: 5px 0;
}

.CompareCoverBespokeText {
  font: 16px/1.5 ps-regular,"arial";
  padding: 5px 0;
}

.CompareCoverTableTickImge{
	 background: transparent url("../../../images/VER_LR_tick_blue.png") no-repeat scroll center center;
}

.CompareCoverCrossImge {
    background: transparent url("../../../images/K1/icon_close_black.png") no-repeat scroll center center;
}

.WhiteTickImage {
  	 background: transparent url("../../../images/K1/M&C_Kia_tick_white.png") no-repeat scroll center center;
}

.tickImage{
	 background: transparent url("../../../images/K1/M&C_Kia_tick_white.png") no-repeat scroll right center;
}

.WhiteCrossImage {
  background: transparent url("../../../images/K1/M&C_Kia_cross_white.png") no-repeat scroll center center;
}

.ev-table-tick {
  background: transparent url("../../../images/VER_LR_tick_blue.png") no-repeat scroll center center;
}

.ev-table-cross {
  background: transparent url("../../../images/K1/icon_close_black.png") no-repeat scroll center center;
}

.ev-table-tick, .ev-table-cross {
	background-size: auto;
}

.CompareCoverTickImge, .GreenTickImage, .RedCrossImage {
	background: none;
}

.CompareCoverOptionsSection {
  border: 0 none;
  /* background-position: left 25%;
  vertical-align: middle;
  margin: 0.25em 0; */
  background-origin: content-box;
  padding: 0.5rem 0 !important;
  border-bottom: 1pt solid #e2e2e2;
}

.CompareCoverOptionsText {
  font: 16px/1.5 ps-regular,"arial";
  padding: 0 0 0.25em 0;
  display: flex;
}
/* .CompareCoverOptionsText:before, */

/* http://www.evotech.net/blog/2007/04/named-html-entities-in-numeric-order/ */
.ProofOfNcdText:before, .StandardCoversText:before, .eligibilityTextcontent:before {
	content: '\2022';
    padding-right: 10px;
}

.CompareCoverTAndC {
  Font: 12px/1.5 ps-regular,"arial";
  padding: 1em 0;
}

.CompareCoverCloseButton {
  /*-webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;*/
  font-family: Arial;
  color: #fff;
  font: 16px/1.5 "ps-regular";
  letter-spacing: -0.3px;
  background: #101820;
  padding: 0px 25px;
  text-decoration: none;
  border: none;
  height: 35px;
}

/* end compare cover content styles */

/* start 4 Reasons To Choose Section*/
.FourReasonsContainer {
  /* background-color: #101820; */
  background-color: #FFF;
  color: #fff;
  display: none;
}

.FourReasonsHeaderSection {
	letter-spacing: -0.3px;
}

.FourReasonsHeaderSection .FourReasonsHeader1 {
  font: 1.5rem "ps-regular";
  padding-top: 1.125em;
  /* text-transform: uppercase; */
  color: #101820;
}

.FourReasonsHeaderSection .FourReasonsHeader2 {
  font: 1.5rem "ps-regular";
  padding-bottom: 1.125em;
  /* text-transform: uppercase; */
}

/* Numbered Heading Style */
/* .FourReasonsNumberSection {
  width: 59px;
  height: 59px;
  font: 34px/22px "ps-regular";
				 
  border-radius: 50%;
  margin: auto;
  background-color: rgb(162,22,41);
  padding: 17px;
} */

.FourReasonsHeaderText {
  font: 18px/1.5 "ps-regular";
  letter-spacing: -0.3px;
  color: #101820;
  padding-top: 0.5em;
  text-transform: capitalize;
}

.FourReasonsText {
  font: 16px/1.5 ps-regular;
  color: #101820;
  padding-top: 0.5em;
}
/* end 4 reasons section styles*/

.CarouselTextColor {
	color: #101820 !important;
}

/* Modal close button style */
.ModalCloseButton {
  background: transparent url("../../../images/close.png") no-repeat scroll right 10%;
}

/* Top Progress bar Styles */
.FEAturesCurrentStepStyle {
  color: #101820;
  font: 20px/1.15 "ps-regular","arial";
  padding-right: 10px;
  vertical-align: middle;
}

.FEAturesVisitedStepStyle {
  background: transparent no-repeat scroll left center;
  padding: 3px 0px 0 0.8em;
  width: 200px;
  height: 31px;
  color: #D9D9D6;
  font: 20px/1.15 "ps-regular","arial";
  /*margin-left: 15px;*/
  vertical-align: middle;
  letter-spacing: -0.3px;
}

.FEAturesVisitedStepStyle:nth-child(3) {
  width: 200px;
}

.FEAturesVisitedStepStyle:nth-child(5) {
  width: 200px;
}

.FEAturesFutureStepStyle {
  color: rgba(5,20,31,0.2);
  font: 20px/1.15 "ps-regular","arial";
  padding-right: 10px;
}

.FEAturesVisitedIndicatorStyle, .FEAturesCurrentIndicatorStyle {		 
  font: 19px "ps-regular", arial;
  background-color: #ff4201;
  margin: 5px;
  padding: 9px 14px;
  border-radius: 50%;
  color: #000;
}

.FEAturesVisitedIndicatorStyle {
	background-color: #d9d9d6;
	padding: 8px 15px;
}

.FEAturesFutureIndicatorStyle {
  background-color: white;
  border-radius: 50%;
  padding: 7px 13px;
  margin: 5px;
  font: 20px/1.5 "ps-regular", arial;
}

.FEAturesSeparatorStyle {
 background: url(../../../images/K1/M&C_Kia_tracker_arrow_desktop.png) no-repeat center;
    /* background-repeat: no-repeat; */
    width: 16px;
    vertical-align: middle;
    margin: 0;
}
/* end progress bar styles */

/* Floating Need Help Section styles */
.HelpBox {
  background-color: rgb(240,240,240);
  margin: 10% auto;
  width: 85%;
}
.TabletMobileHelpBox{
	background-color: #101820;
	padding: 20px;
	/* width: 95%; */
    margin: auto;
	color: #FFF;
}
.NeedHelpHeading {
  font: 1.5rem "ps-regular","arial";
  letter-spacing: -0.075rem;
}

.NeedHelpContactNo {
  font: 25px/1.5 "ps-regular","arial";
  letter-spacing: -0.3px;
  padding-top: 10px;
}

.NeedHelpContentText {
  font: 16px/1.5 "ps-regular","arial";
  padding-top: 10px;
}

.callMeBackButton {
  font: 16px/1.5 "ps-regular","arial";
  background: url(../../../images/PS/next.svg) rgba(0,0,0,1) 90% center no-repeat;
  color: #fff;
  padding: 0 2rem 0 0.75rem;
  height: 35px;
  border: none;
  /* border-radius: 24px; */
  vertical-align: middle;
  margin: 1em auto;
  text-transform: none;
}

.callMeBackButton:hover {
  /* background-color: #fff;
  color: rgba(5,20,31,0.2);
  text-decoration: underline; */
}
/* end floating need help section */

/* Quote Form Question Answer Styles */
.QuoteFormSection {
  /* background-color: rgba(246,246,246,1); */
	/*border: 1px solid #101820;*/;
}

.FAQSection {
  padding-left: 0;
  padding-top: 0.25rem;
}

.FormFieldSection {
  padding: 0.75em 0;
  /* border-bottom: 1px solid rgba(5,20,31,0.2); */
}

.ThankyouFieldSection{
  padding: 5px 0;
  border-bottom: 1px solid #FFF;
}

.UsefulResourcesFieldSection{
     padding: 15px 0;
}

.FormSection {
  padding: 5px 0;
}

.PopupWrapper {
	margin: 2em 0 1em 0;
}
.FormText, .bodytext {
  font: 16px/1.5 ps-regular,"arial";
  color: #101820;
  letter-spacing: -0.3px;
}

.FormTextBold {
  font: 16px/1.5 ps-regular,"arial";
  color: #101820;
  letter-spacing: -0.3px;
}

.AboutYouSummaryHeader {
  font: 16px/1.5 "ps-regular","arial","helvetica",sans-serif;
  color: #101820;
}

.BasicQuestion {
  font: 16px/1.5 ps-regular;
  color: #101820;
  margin-bottom: 8px;
  width: 100%;
}

.BasicQuestionBold {
  font: 16px/1.5 "ps-regular";
  color: #101820;
  margin-bottom: 8px;
  width: 100%;
}

.LeftColumnButton{
	/* width: 38%; */
}
.MiddleColumnButton{
	/* width: 45%; */
}
.RightColumnButton{
	/* width: 17%; */
}
.BasicAnswerReadOnly {
  font: 16px/1.5 "ps-regular";
  color: #333;
  padding: 0px 0 0px 0;
  width: 94%;
  border: 0 none;
}

.BasicAnswerTextField {
  font: 16px/1.5 "ps-regular";
  color: #333;
  border-bottom: 1pt solid rgba(16, 24, 32, 0.4);
  padding: 0px 0 0px 0;
  width: 94%;
  margin-bottom: 5px;
  height: var(--base-form-field-height);
}

.BasicAnswerReadOnlyTextField {
  font: 16px/1.5 "ps-regular";
  color: #333;
  border: none;
  padding: 0px 0 0px 0;
  width: 94%;
  margin-bottom: 5px;
  height: var(--base-form-field-height);
}

.BasicAnswerTextFieldReverseBackground {
  font: 16px/1.5 "ps-regular", "arial";
  color: #333;
  border-bottom: 1pt solid rgba(16, 24, 32, 0.4);
  padding: 0px 0 0px 0;
  width: 94%;
  margin-bottom: 5px;
  background-color: rgba(246,246,246,1);
  height: var(--base-form-field-height);
}

.BasicRadioButtonField {
  font: 16px/1.5 ps-regular;
  color: #101820;
  padding: 4px 0;
  width: 35%;
  border: 0 none;
  margin-bottom: 5px;
  height: var(--base-form-field-height);
}

.RowRadioButtonAnswer {
  font: 16px/1.5 ps-regular;
  color: #101820;
  padding: 4px 0;
  width: auto;
  border: 0 none;
  margin-bottom: 5px;
  min-width: 100px;
}

.BasicAnswerTextFieldWithHelp {
  font: 16px/1.5 "ps-regular";
  color: #333;
  border-bottom: 1pt solid rgba(16, 24, 32, 0.4);
  padding: 0px 0 0px 0;
  width: 94%;
  margin-bottom: 5px;
  height: var(--base-form-field-height);
}

.CompleteAnswerTextFieldWithHelp {
  font: 16px/1.5 "ps-regular";
  color: #333;
  border-bottom: 1pt solid rgba(16, 24, 32, 0.4);
  padding: 0px 0 0px 0;
  width: 94%;
  margin-bottom: 5px;
  height: var(--base-form-field-height);
}

.CompleteAnswer{
	font: 16px/1.5 "ps-regular";
	color: #333;
	border-bottom: 1pt solid rgba(16, 24, 32, 0.4);
	padding: 0px 0 0px 0;
	width: 100%;
	margin-bottom: 5px;
	height: var(--base-form-field-height);
}

/* to align help icon */
.FormFieldSection a img {
  vertical-align: middle;
}

.BasicAnswerDropDown {
  font: 16px/1.5 "ps-regular";
  color: #333;
  /* text-transform: uppercase; */
  width: 94%;
  border-bottom: 1pt solid rgba(16, 24, 32, 0.4);
  padding: 0px 0;
  margin-bottom: 5px;
  height: var(--base-form-field-height);
}

.CompleteAnswerDropDown {
  font: 16px/1.5 "ps-regular";
  color: #333;
  /* text-transform: uppercase; */
  width: 94%;
  border-bottom: 1pt solid rgba(16, 24, 32, 0.4);
  padding: 0px 0;
  margin-bottom: 5px;
  height: var(--base-form-field-height);
}

.BasicAnswerDOBDropDown {
  font: 16px/1.5 "ps-regular";
  color: #333;
  /* text-transform: uppercase; */
  border-bottom: 1pt solid rgba(16, 24, 32, 0.4);
  margin-right: 10px;
  margin-bottom: 5px;
  height: var(--base-form-field-height);
}

.BasicAnswerDropDown,.BasicAnswerDOBDropDown,.CompleteAnswerDropDown.verexDropdownImage {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../../images/K1/icon_arrow_down_black.png) no-repeat scroll 98% 50% #FFFFFF;
  padding-right: 30px;
  padding-left: 0;
}

.RemoveClaimButton {
  font: 16px/1.5 "ps-regular","arial";
  background-color: rgba(0,0,0,1);
  color: #FFF;
  padding: 5px 20px;
  height: 38px;
  border: medium none;
  /* border-radius: 24px; */
  vertical-align: middle;
  margin-top: 37px;
  /* text-transform: uppercase; */
}

.AddClaimConvictionButton {
  font: 16px/1.5 "ps-regular","arial";
  letter-spacing: -0.3px;
  background-color: rgba(0,0,0,1);
  color: #FFF;
  padding: 5px 20px;
  height: 38px;
  border: medium none;
  /* border-radius: 24px; */
  vertical-align: middle;
  margin: 15px 0 5px 0;
  /* text-transform: uppercase; */
}

.RoundButton {
  font: 16px/1.5 "ps-regular","arial";
  letter-spacing: -0.3px;
  color: #fff;
  padding: 5px 20px;
  height: 35px;
  border: 0 none;
  /* border-radius: 24px; */
  vertical-align: middle;
  margin: 10px 0 5px 0;
  /* text-transform: uppercase; */
}

.RoundButton:hover {
	/* text-decoration: underline; */
}

.showReviewButton {
  font: 16px/1.5 "ps-regular","arial";
  letter-spacing: -0.3px;
  color: #FFF;
  padding: 5px 20px;
  height: 40px;
  border: 0 none;
  /* border-radius: 24px; */
  vertical-align: middle;
  margin: 15px 0 5px 0;
  /* text-transform: uppercase; */
}

.BackButton {
  background: url(../../../images/PS/back.png) 5% center no-repeat;
  padding: 5px 15px 5px 25px;
  color: #101820;
  /* text-transform: uppercase; */
}

.NextButton {
	/*rgb(83,86,90)*/
  background: url(../../../images/PS/next.svg) rgba(0,0,0,1) 90% center no-repeat;
  padding: 5px 30px 5px 15px;
  min-width: 100px;
}

.RedButton {
  background-color: rgba(0,0,0,1);
  padding: 5px 25px 5px 25px;
}

.BlueButton {
  background-color: rgba(0,0,0,1);
  padding: 5px 25px 5px 25px;
}

.BlackButton {
  background-color: rgb(0,0,0);
  padding: 5px 25px 5px 25px;
}

.AdditionalDriverHeading {
  font: 1.5rem ps-regular,"arial";
  letter-spacing: -0.3px;
  color: #101820;
  margin-top: 1em;
}

.FindPostCodeButton {
  background-color: rgb(0,0,0);
  margin: 10px 0px 5px;
}

/* Reviews Screen */
.ReviewText {
  font: 1.5rem ps-regular,"arial";
  color: #101820;
}

.ReviewerText {
  font: 16px/1.5 ps-regular,"arial";
  letter-spacing: -0.3px;
  color: rgb(5,20,31);
}

.RetrieveQuoteHeading {
  font: 1.5rem "ps-regular","arial";
  color: #101820;
  letter-spacing: -0.075rem;
  /* text-transform: uppercase; */
}

.RetrieveQuoteHeadingBold {
  font: 20px/1.5 "ps-regular","arial";
  color: #101820;
  /* text-transform: uppercase; */
}

.PolicyDocumentHeading {
  font: 1.5rem "ps-regular","arial";
  color: #101820;
  letter-spacing: -0.3px;
  /* text-transform: capitalize; */
  padding: 0.5em 0px;
}

.PolicyDocumentsStartDates{
	font: 12px/1.5 ps-regular,"arial";
	color: rgb(5,20,31);
}
/* FAQ SECTION STYLES */

.FAQHeadingText, .FAQHeading {
  font: 20px/1.5 "ps-regular","arial";
  color: #101820;
  letter-spacing: -0.3px;
  padding: 1rem 0;
  /* text-transform: capitalize; */  
}
.FAQHeadingText {
 /* text-transform: uppercase; */
}
.FAQContentText {
  font: 16px/1.5 ps-regular,"arial";
  color: #101820;
  padding: 5px 0;
}

.ProofOfNcdText {
  font: 16px/1.5 ps-regular,"arial";
  color: #101820;
  padding-left: 0;
  display: flex;
}
.ProofOfNCDHeadingSection{
	padding: 5px 0;
}

.ProofOfNcdSubHeading{
	font: 20px/1.5 "ps-regular","arial";
    /*color: rgb(96,97,100);*/
    padding:10px 0px;
    /* text-transform: capitalize; */
}

.MakeAClaimContentTextBold {
  font: 16px/1.5 "ps-regular","arial";
  color: #101820;
  padding: 5px 4px;
}

.MakeAClaimContentTextTableRightAlign {
  font: 15px/1.5 ps-regular,"arial";
  color: #101820;
  padding: 5px 4px;
  text-align: right !important;
  float: right !important;
}	

.MakeAClaimContentTextTableCenter {
  font: 15px/1.5 ps-regular,"arial";
  color: #101820;
  padding: 5px 4px;
  text-align: right;
}

.MakeAClaimContentTextTableLeftAlign {
  font: 15px/1.5 ps-regular,"arial";
  color: #101820;
  padding: 5px 4px;
  text-align: left !important;
  float:left !important;
}

.formTopSection {
  padding-top: 0.5em;
}

/* FAQ Table style*/

.tblFAQBorder {
  /*text-align: center;*/
  border: 1px solid #101820;
}

.tblFAQHeadingText {
  font: 16px/1.5 "ps-regular","arial";
  color: #101820;
}

.tblFAQContentText {
  font: 16px/1.5 ps-light,"arial";
  color: #101820;
  padding-left: 2%;
  vertical-align: top;
}

/* END FAQ Table style*/

/*END FAQ SECTION STYLE */


/* Auto Complete List Style */
.w-form-autocomplete {
  border: 1px solid rgba(5,20,31,0.1);
  cursor: pointer;
  max-height: 200px;
  overflow-y: auto;
  background-color: #f1f1f1;
  font: 16px "ps-regular","arial";
  color: #101820;
}

.w-form-autocomplete div {
  padding: 4px 5px !important;
}

.w-form-autocomplete div:hover {
   background-color: rgba(5,20,31,0.03);
}

.RightBorderDarkRedColor {
  border-right: 1px solid rgb(138,19,34);
}

/* QUOTE PRICE PAGE */

/* hide quote price section at the bottom of screen on quote page */
#p1_GRP_C422EB1DBAC4C53039936 {
	display: block;
}
.QuotePriceSection {
  margin-bottom: 2em;
  background-color: #d0d0d0;
  padding: 3em 2em;
}

.QuotePriceHeader1 {
  font: 1.5rem ps-regular,"arial";
  letter-spacing: -0.3px;
  color: #101820;
  /* text-transform: uppercase; */
}

.QuotePriceHeader2 {
  font: 20px/1.5 "ps-regular","arial";
  letter-spacing: -0.3px;
  color: #101820;
  margin-top: 0.5em;
  /* text-transform: uppercase; */
}

.QuotePriceBreakup {
  font: 16px/1.5 "ps-regular","arial";
  color: #101820;
  margin-top: 1em;
}

.YourExcessSection {
	padding: 10px 0;
	border-bottom: 1px solid rgba(5,20,31,0.5);
}

.YourExcessButtonSection {
	padding:10% 0 0 10%;
}

.RetailerAdminButton {
  background-color: #101820;
}

.VoluntaryExcessAnswerDropDown {
  font: 16px/1.5 "ps-regular", "arial";
  color: #101820;
  width:100%;
  border: 1px solid #fff;
  padding: 4px;
}

.VoluntaryExcessAnswerDropDown.verexDropdownImage {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../../images/VER_LR_chevron_drop-down.png) no-repeat scroll 98% 50%;
  padding-right: 30px;
}

.VoluntaryExcessAnswerDropDown > option {
	background-color: transparent;
}
/* Dealer Chat functionality styles */
.DealerLoginChatButton {
  font: 16px/1.5 "ps-regular","arial";
  /* text-transform: uppercase; */
  color: #101820;
}
.DealerChatNowButton {
	/*-webkit-border-radius: 24;
    -moz-border-radius: 24;
    border-radius: 24px;*/
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    background: #101820;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
	width:90%;
}
.DealerChatNowButton:hover {
	color: #101820;
    background: #fff;
}
.DelaerChatPopupContentText {
  font: 16px/1.5 "ps-regular","arial";
  padding-top: 10px;
  color: #101820;
}
.DelaerChatPopupContactNo {
  font: 24px/1.5 "ps-regular","arial";
  padding-top: 10px;
  color: #101820;
}
.NeedHelpBasicQuestion {
  font: 16px/1.5 "ps-regular";
  /* color: #fff; */
  margin-bottom: 0;
  width: 100%;
}
.NeedHelpBasicAnswer {
	font: 16px/1.5 "ps-regular";
	color: #333;
	border-bottom: 1pt solid rgba(16, 24, 32, 0.4);
	padding: 4px 2px;
	width: 90%;
	margin-bottom: 1em;
	background: transparent;
}
.NeedHelpContentText2{
    padding-top: 10px;
    font: 16px/1.5 "ps-regular","arial";
	margin-bottom: 10px;
}
/* STANDARD COVERS TEXT */
.IncludedAsStandardHeader {
  font: 1.5rem "ps-regular","arial";
  /* text-transform: uppercase; */
  color: #101820;
}

.StandardCoversText {
  font: 16px/1.5 ps-regular,"arial";
  color: #101820;
  padding-left: 0;
  display: flex;
}

.UsefulResourcesText {
  font: 16px/1.5 ps-regular,"arial";
  color: #101820;
}

.RightAlignedLink {
  float: right;
}
/* Button as link */
.LinkButton, .YouExcessButton, .SiteMapLink, .policyDocumentlinkText, .DealerResourceLinkButton {
  color: #101820;
  font: 14px/1.5 "ps-regular","arial";
  /* text-transform: uppercase; */
  background: transparent url(../../../images/VER_LR_chevron_right.png) left center no-repeat;
  padding-left: 10px;
  margin-bottom: 0.3em;
  vertical-align: middle;
  text-decoration: none;
  border: 0 none;
}
.YouExcessButton{
	color: black;
	background: transparent url(../../../images/VER_LR_link.png) left center no-repeat;
	margin-left:15px;
}

.SiteMapLink {
	font-size: 15px;
	margin-top: 0.5em;
}

.SiteMapLink a {
    text-decoration: none;
}

.LinkButton:hover, .YouExcessButton:hover, .DealerResourceLinkButton:hover, .SiteMapLink a:hover {
	text-decoration: underline;
}
/* Excess Popup styles*/
.ExcessPriceHeading {
  border: 1px solid #fff;
  width: 100%;
  height: 35px;
  font: 16px/1.5 ps-regular, "arial";
  color: #101820;
}

.ExcessPopupHeaderStyle1 {
  font: 1.5rem "ps-regular", "arial";
  letter-spacing: -0.075rem;
  /* text-transform: uppercase; */
  margin: 1em 0 0.5em 0;
  color: #101820;
}

.ExcessPopupHeaderStyle2 {
  font: 20px/1.5 "ps-regular", "arial";
  letter-spacing: -0.3px;
  /* text-transform: uppercase; */
  margin: 0.5em 0;
  color: #101820;
}

.ExcessPopupContentText {
  font: 16px/1.5 ps-regular, "arial";
  color: #101820;
  margin-bottom: 0.5em;
}

.DriverTableRow {
  font: 16px/1.5 ps-regular, "arial";
  color: #101820;
  border-bottom: 1px solid #101820;
}

.DriverTableExcessAmount {
  float: right;
}

.DriverTableWrapper .DriverTableRow:last-of-type {
  border: none 0;
}
/* end excess popup styles */

/* Quote Referral Page */
.referralHeader {
  font: 1.5rem "ps-regular","arial";
  color: #101820;
  letter-spacing: -0.075rem;
}

.referralBody {
  font-family: 16px/1.5 ps-regular, "arial";
  color: #101820;
}

.referralCallUs {
  font-family: 16px/1.5 ps-regular, "arial";
  color: #101820;
}
/* end referral page styles */

/* Quote Protection Page Styles */

.DealerHomePageHeader, .QuoteProtectionPageHeader {
  font: 1.5rem "ps-regular","arial";
  letter-spacing: -0.075rem;
  /* text-transform: uppercase; */
  color: #101820;
}
.QuoteProtectionPriceSection{
	background-color:#FFFFFF; 
	width:98%
}
.QuoteProtectionTableHeader {
  font: 16px/1.5 "ps-regular","arial";
  color: #101820;
  width: 98%;
}
.QuoteProtectionTableHeaderSelected {
  font: 16px/1.5 "ps-regular","arial";
  color: white;
  background-color: #101820;
  letter-spacing: -0.3px;
  width: 98%;
}
.QuoteProtectionTableOptions {
  font: 16px/1.5 "ps-regular","arial";
  color: #101820;
}
.QuoteProtectionKeyFacts {
  font: 12px/1.5 "ps-regular","arial";
  color: #101820;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../../../images/K1/M&C_Kia_link.png);
  padding-left: 10px;
}
.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2, .QuoteProtectionSelectionR3C2 {
	background: #FFF url(../../../images/K1/M&C_Kia_tracker_tick.png) center center no-repeat; 
	padding:82% 0;
	width:98%
}
.QuoteProtectionSelectionR2C2 {
	padding: 53% 0;
}
.QuoteProtectionSelectionR3C2 {
	padding: 65% 0;
}

.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2, .QuoteProtectionSelectedPackageR3C2 {
	background: #101820 url(../../../images/K1/M&C_Kia_tick_white.png) center center no-repeat;
	padding: 82% 0;
	width:98%
}
.QuoteProtectionSelectedPackageR2C2 {
	padding: 53.4% 0;
}

.QuoteProtectionSelectedPackageR3C2 {
	padding: 47% 0;
}

/* Ancillary option check boxes */
.QuoteProtectionCheckbox {
	margin: 0;
	margin-top: 0.35rem;
}

.LegalOptionPadding   {
	padding-top: 1rem !important;
    padding-left: 2rem !important;
}
.LegalPrice {
	font: 1.15rem "ps-regular","arial";
	color: #101820;
}

.KeyCoverOptionPadding {
	padding-top: 1rem !important;
    padding-left: 2rem !important;
}

.CourtesyCarOptionPadding {
	padding-top: 2.75rem !important;
	padding-left: 0.5rem !important;
}

.QuoteProtectionAddButton{
	font: 16px/1.5 "ps-regular","arial";
    letter-spacing: -0.3px;
    color: #FFF;
    padding: 5px 20px;
    height: 36px;
    border: medium none;
    /*border-radius: 24px;*/
    vertical-align: middle;
    margin: 5px 0 5px 0;
	background-color: #101820;
    padding: 5px 25px 5px 25px;

}
.QuoteProtectionRemoveButton{
	font: 16px/1.5 "ps-regular","arial";
    letter-spacing: -0.3px;
    color: #FFF;
    padding: 5px 20px;
    height: 36px;
    border: medium none;
    /*border-radius: 24px;*/
    vertical-align: middle;
    margin: 5px 0 5px 0;
	background-color: #101820;
    padding: 5px 15px 5px 15px;

}
.QuoteProtectionPriceHeading{
	font: 16px/1.5 "ps-regular","arial";
	color: #101820;
	width: 100%;
}
.QuoteProtectionPackagePrice{
	font: 24px/1.5 "ps-regular","arial";
	color: #101820;
	width: 100%;
}
.QuoteProtectionSelectedPackagePrice{
	font: 24px/1.5 "ps-regular","arial";
	color: white;
	width: 100%;
}
.QuoteProtectionSelectedSection{
	background-color:#101820; 
	width:98%
}
.QuoteProtectionSavePercent{
	font: 15px/1.5 "ps-regular","arial";
	color: #101820;
}
.QuoteProtectionSelectedSavePercent{
	font: 15px/1.5 "ps-regular","arial";
	color: white;
}
.QuoteProtectionEmptySectionWhite{
	width:98%;
	height: 16em;
	background-color: white;
}
.QuoteProtectionEmptySectionBlue{
	width:98%;
	height: 16em;
	background-color:#101820;
}

.QuoteFieldSection {
  /*padding: 5px 0;*/
  border-bottom: 1px solid rgba(5,20,31,0.1);
}
.QuoteProtectionTickTopPadding{
	    padding-top: 20px;
}
/* end Quote Protection Page Styles */

/* Dealer Admin Page Search Results Table Styles */
.ResultsTable td + td {
	border-spacing: 2px;
    border-collapse: separate;
	margin: 0;
	padding: 0;
}

.ResultsTable th, *.ResultsTable td {
  background-color: white;
  text-align: center;
  vertical-align: top;
  padding: 5px;
}

.ResultsTable tr {
	background-color: transparent white;
	font: 16px/1.5 "ps-regular","arial";
	text-align: center;
	color: #101820;
}

.ResultsTable th {
  font: 16px/1.5 "ps-regular","arial";
  color: #101820;
  letter-spacing: -0.3px;
  vertical-align: bottom;
  padding-bottom: 5px;
  /* text-transform: uppercase; */
}

*.ResultsTable th:last-child {
	background-color: #101820;
	color: #FFF;
	font: 16px/1.5 "ps-regular","arial";
	letter-spacing: -0.3px;
}

.ResultsTable *.BlackCol {
  background-color: #101820;
  color: #FFF;
  font: 12px/1.5 "ps-regular","arial";
  letter-spacing: -0.3px;
}

.ResultsTable td:last-child {
  background-color: #101820;
  color: #FFF;
}

.ActionsLink {
	background: transparent url(../../../images/VER_LR_link.png) left top no-repeat;
    height: auto;
    width: auto;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.5;
    font-family: "ps-regular","arial";
    letter-spacing: -0.3px;
	text-align: left;
}

.GroupColSpan {
	border-bottom: 1px solid #101820;
	padding-bottom: 1px;
}
.navRow {
  height: 50px;
  text-align: center;
  margin-top: 20px;  
}

.navItem {
  display: inline-block;
  height: 15px;
  padding: 10px;
  font: 16px/1.5 ps-regular,"arial";
  color: rgba(5,20,31,0.2);
}

span.navItem {
  font: 16px/1.5 "ps-regular","arial";
  color: #101820;
}

span.navItem:hover {
	background-color: 0 none;
}

.navItem:first-child {  
  font: 16px/1.5 "ps-regular","arial";
  letter-spacing: -0.3px;
  color: #FFF;
  padding: 5px 20px;
  height: 36px;
  border: medium none;
  /*border-radius: 24px;*/
  vertical-align: middle;  
  background: #101820 url("../../../images/K1/M&C_Kia_back.png")  6% center no-repeat;
  padding: 9px 25px 9px 45px;
}

.navItem:last-child {
  float: right;
  font: 16px/1.5 "ps-regular","arial";
  letter-spacing: -0.3px;
  color: #FFF;
  padding: 5px 20px;
  height: 36px;
  border: medium none;
  /*border-radius: 24px;*/
  vertical-align: middle;  
  background: #101820 url("../../../images/K1/M&C_Kia_next.png")  95% center no-repeat;
  padding: 9px 45px 9px 25px;
}
/* End Dealer Admin Page Search Results Table Styles */ 


/*Almost There - confirmation page */
.pageHeading {
  font: 1.5rem "ps-regular","arial";
  color: #101820;
  letter-spacing: -0.3px;
  /* text-transform: uppercase; */
}

.eligibilityTextcontent {
  letter-spacing: -0.3px;
  font: 16px/1.5 ps-regular,"arial";
  color: #101820;
  padding-left: 0;
  padding-right: 0px;
  width: 100% !important;
  display: flex;
}

.almostThereformTopSection {
  padding-top: 30px;
}

.eligibilityTextcontentWithoutTick {
  letter-spacing: -0.3px;
  font: 16px/1.5 ps-regular,"arial";
  color: #101820;
  padding-top: 13px;
  padding-bottom: 18px;
}

.eligibilitySectionPadding {
  /* padding-top: 13px;
  padding-bottom: 18px; */
}

/*Payment page styles */

/* Make the section as flex so that we can order the items within it */
#p1_GRP_820A677763093AA382082, #p1_GRP_820A677763093AA381993 {
	display: flex;
	flex-direction: column;
}

/* Display monthly price first */
#FMT_820A677763093AA382937, #FMT_820A677763093AA382966 {
	order: 1;
}

/* Display annual price second */
#FMT_820A677763093AA382909, #FMT_820A677763093AA382895 {
	order: 2;
}

.SelectedPaymentTextColumn {
	width: 80%;
}

.UnselectedPaymentTextColumn {
	width: 80%;
}

.paymentHeading{
	font:20px/1.5 "ps-regular","arial"; 
	color:#101820; 
	letter-spacing: -0.3px;
	padding-bottom:5px;
}
.paymentText{
	letter-spacing: -0.3px;
	font: 16px/1.5 ps-regular,"arial"; 
	color:#101820; 
	padding-bottom:18px;
}

.paymentWhiteSection{
	background-color: rgba(255,255,255,1); 
	padding:25px;
}
.promotionalCodeSection{
	background-color: rgba(255,255,255,1); 
	padding:25px;
}
.paymentWhiteSectionHeading{
	font:20px/1.5 "ps-regular","arial"; 
	color:rgba(5,20,31,0.3); 
	letter-spacing: -0.3px;
	padding-bottom:5px;
}
.paymentWhiteSectionText{
	letter-spacing: -0.3px;
	font: 16px/1.5 ps-regular,"arial"; 
	color:rgba(5,20,31,0.3); 
	padding-bottom:18px;
}
.paymentRedSectionHeading{
	font:20px/1.5 "ps-regular","arial"; 
	color:rgba(255,255,255,1); 
	letter-spacing: -0.3px;
	padding-bottom:5px;
}
.paymentRedSectionText{
	letter-spacing: -0.3px; 
	font: 16px/1.5 ps-regular,"arial"; 
	color:rgba(255,255,255,1); 
	padding-bottom:18px;
}
.paymentRedSection{
	background-color: rgba(0,0,0,0.8); 
	padding:25px;
}
.paymentBorder{
	border: 1px solid rgba(5,20,31,0.1);
}
.paymentTopSection{
	padding-top:30px; 
	padding-bottom:25px;
}
.tickImagedisplay{
	clear: both; 
	height: 31px; 
	width: 31px; 
	/*float: right;*/
	padding: 20px 30px;
}
.paymentQuestion{
	font:20px/1.5 "ps-regular","arial"; 
	color:#101820; 
	letter-spacing: -0.3px;
	width:62% !important;
}
.whiteSection{
	background-color: rgba(255,255,255,1); 
	padding:9px 25px 19px 25px;
}
.RoundButtonPayment {
    font: 16px/1.5 "ps-regular","arial";
    letter-spacing: -0.075rem;
    color: #FFF;
    padding: 5px 20px;
    height: 36px;
    border: medium none;
    /*border-radius: 24px;*/
    vertical-align: middle;
 /*   margin: 15px 0 5px 0;*/
}
.PaymentRadioButtonField {
	font:16px/1.5 ps-regular;
	color: #101820;
	width: 100%;
	border: 0 none;
}


/* Thank you page */
.thankYouBlueSection{
	background-color: #FFF;
	margin-bottom: 1em;
}

.quoteProtectionCustomPriceSection{
	background-color: #101820;
}

.thankYouRedBoldText{
	font:16px/1.5 "ps-regular","arial"; 
	color:#101820;
	padding-bottom:5px;
}
.thankYou30WhiteBoldHeading{
	font:1.5rem "ps-regular","arial"; 
	color:#101820;
	padding-bottom:5px;
}
.thankYou16WhiteLightText{
	font:16px/1.5 ps-regular,"arial"; 
	color:#101820;
	padding: 4px 0 0 0;
}
.thankYou18LightTextGrey{
	font:16px/1.5 ps-regular,"arial"; 
	color:#101820; 
	padding-bottom:5px;
}
.paddingleft30px{padding-left:30px;}
.paddingright30px{padding-right:30px;}
.paddingbottom25px{padding-bottom:25px;}
.paddingtop23px{padding-top:23px;}

/* Dealer login page */

.DealerFormFieldsWrapper {
	margin: 1% 20%;
}

.DealerLoginConfirmationCol1 {
	width: 5%;
	font:14px/1.5 ps-regular,"arial"; 
	color:#101820; 
}

.DealerLoginConfirmationCol2 {
	width: 95%;
	font:14px/1.5 ps-regular,"arial"; 
	color:#101820; 
}

.DealerLoginSubHeading{
	font:14px/1.5 ps-regular,"arial"; 
	color:#101820; 

}

/* COOKIE, PRIVACY AND TERMS OF USE STYLES */
.privacyPolicy h1 {
  font: 1.5rem ps-regular, arial;
  color: #101820;
  text-align: left;
  /* text-transform: uppercase; */
  padding: 0;
}

.privacyPolicy h2 {
  font: 20px/1.5 ps-regular, "arial";
  color: #101820;
  text-align: left;
  margin-top: 10px;
}

.privacyPolicy p, .privacyPolicy pre {
  font: 16px/1.5 ps-regular, "arial";
  color: #101820;
  padding-top: 8px;
  text-align: left;
  word-spacing: 1px;
}

.modal-close {
  background-image: url(../../../images/K1/modal_close.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  color: transparent !important;
}

.privacyPolicy ul, .privacyPolicy ol {  
  padding-left: 2em; /* DO WE NEED ??*/
  /*text-indent: -1em;*/
  font: 16px/1.5 ps-regular, "arial";
  color: #101820;
  padding-top: 8px;
  text-align: left;
}

.privacyPolicy li {
	list-style-position: outside;
	margin-bottom: 0.5em;
}

.termsOfUse h1 {
  font: 1.5rem ps-regular,"arial";
  color: #101820;
  text-align: left;
  /* text-transform: uppercase; */
  padding: 0;
}

.termsOfUse h2 {
  font: 22px/1.5 ps-regular, "arial";
  color: #101820;
  text-align: left;
  margin-top: 10px;
}

.termsOfUse p {
  font: 18px/1.5 ps-regular, "arial";
  color: #101820;
  padding-top: 8px;
  text-align: left;
}

.termsOfUse ul, .termsOfUse ol {
  padding-left: 20px;
 /*  text-indent: -1em; */
  font: 18px/1.5 ps-regular, "arial";
  color: #101820;
  padding-top: 8px;
  text-align: left;
}

.termsOfUse li{
	list-style-position: outside;
}
.cookiePolicy h1 {
  font-family: ps-regular;
  font-size: 24px;
  color: #101820;
  text-align: left;
  /* text-transform: uppercase; */
  padding: 0;
}

.cookiePolicy h2 {
  font-family: ps-regular;
  font-size: 20px;
  color: #101820;
  text-align: left;
  margin-top: 10px;
}

.cookiePolicy p {
  font-family: ps-regular;
  font-size: 16px;
  color: #101820;
  padding-top: 8px;
  text-align: left;
}

.cookiePolicy ul, .cookiePolicy ol{
  padding-left: 20px;
 /*  text-indent: -1em; */
  font-family: ps-regular;
  font-size: 16px;
  color: #101820;
  padding-top: 8px;
  text-align: left;
}

.cookiePolicy li{
  list-style-position: outside;	
}

.cookiePolicy table tr {
  font-family: ps-regular;
  font-size: 16px;
  color: #101820;
}
/* END */


.modal-content table {
  width: 80%;
}

.modal-content td {
  width: 150px;
  vertical-align: top;
}

input, select, textarea, button {
font: inherit;
color: inherit;
border: 0 none;
}

div.hr {
border-top: 1px solid gray;
padding: 0px;
}

.GlobalFont {
font-size: 11pt;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.Color1 {
color: #636363;
}

.Color2 {
color: #7F679B;
}

.Color3 {
color: White;
}

.ErrorColor {
color: #FF0034;
}

.BgColor1 {
background-color: #F7F7F7;
}

.BgColor2 {
background-color: #EBEBEB;
}

.BgColor3 {
background-color: #BEAFD0;
}

.ErrorBgColor {
background-color: #FFE8E8;
}

.VVLargeFont {
font-size: 2em;
font-style: normal;
}

.VLargeFont {
font-size: 1.5em;
font-style: normal;
}

.LargeFont {
font-size: 1.2em;
}

.MediumFont {
font-size: 1em;
}

.SmallFont {
font-size: 0.9em;
}

.VSmallFont {
font-size: 0.8em;
}

.VVSmallFont {
font-size: 0.6em;
}

.Underline {
text-decoration: underline;
}

.Bold {
font-weight: bold;
}

.Italic {
font-style: italic;
}

.NotDisplayed {
display: none;
}

.VShortAnswer {
width: 7em;
}

.ShortAnswer {
width: 9em;
}

.LongAnswer {
width: 17em;
}

.VLongAnswer {
width: 27em;
}

.CenteredLayout {
margin-left: auto;
margin-right: auto;
}

.TextAlignCenter {
text-align: center;
}

.VAlignCenter {
vertical-align: middle;
}

.NoDecoration {
text-decoration: none;
}

.DivAdjustment {
margin-top: 0.4em;
}

.phase {
}

.roundedtop {
/*width: 808px;
background-color: #fff;
border-left: 1px solid #c9c9c9;
border-right: 1px solid #c9c9c9;
border-bottom: 1px solid #c9c9c9;
box-shadow: 5px 5px 10px #c9c9c9;
padding: 15px;
border-radius:20px 20px 20px 20px; */
}

.QuestionRow {
border-bottom: 1px solid #e6e6e6;
border-top: 1px solid #fff;
padding: 6px 20px 6px 10px;
}

.TextAlign {
text-align: left;
}

.nowrap {
white-space: nowrap;
}

.font14 {
font-size: 10pt;
}

.VisitedProgressStep {
margin-top: 6px;
background: url('../../../images/LD/VisitedProgress.png') no-repeat right;
opacity: 0.5;
width: 165px;
height: 25px;
text-align: center;
line-height: 30px;
}

.CurrentProgressStep {
box-sizing: border-box;
background: url('../../../images/LD/CurrentProgress.png') no-repeat right;
height: 35px;
width: 165px;
text-align: center;
line-height: 43px;
}

.FutureProgressStep {
box-sizing: border-box;
margin-top: 6px;
background: url('../../../images/LD/VisitedProgress.png') no-repeat right;
opacity: 0.5;
width: 165px;
height: 25px;
text-align: center;
line-height: 30px;
}

.TrailStep {
padding: 4px;
}

.TablePadding {
padding-top: 6px;
padding-bottom: 6px;
}

.TableNavigator {
text-align: center;
}

.TablePaging {
text-align: right;
}

.StandardTabUnselected {
width: 10em;
height: 1.8em;
border-top: solid 0.06em #919B9C;
border-left: solid 0.06em #919B9C;
border-right: solid 0.06em #919B9C;
text-align: center;
padding: 4px;
z-index: 0;
}

.StandardTabSelected {
width: 10em;
height: 1.8em;
border-top: solid 0.06em #919B9C;
border-right: solid 0.06em #919B9C;
border-left: solid 0.06em #919B9C;
text-align: center;
padding: 4px;
}

.StandardTabPane {
display: none;
border-top: solid 0.06em #919B9C;
border-right: solid 0.06em #919B9C;
border-left: solid 0.06em #919B9C;
border-bottom: solid 0.06em #919B9C;
width: 99%;
padding: 4px;
}

.autoCompleteListDefault {
background-color: window;
color: graytext;
text-align: left;
border: 0.07em solid gray;
padding: 0.12em 1em 0.12em 0.12em;
width: 300px;
}

html > body *.autoCompleteListDefault {
width: auto;
}

.autoCompleteItemDefault, *.autoCompleteListDefault div:hover {
color: highlighttext;
background-color: highlight;
}

.LeftAlignedImage {
background-repeat: no-repeat;
background-position: left center;
background-color: Transparent;
overflow: visible;
padding-left: 20px;
padding-right: 0px;
border: 0px;
}

.RightAlignedImage {
background-repeat: no-repeat;
background-position: right center;
background-color: Transparent;
overflow: visible;
padding-left: 0px;
padding-right: 20px;
border: 0px;
}

.BackArrow {
background-image: url(../../images/BackArrow.gif);
}

.ForwardArrow {
background-image: url(../../images/ForwardArrow.gif);
}

.ActionArrow {
background-image: url(../../images/ActionArrow.gif);
}

.confirmheading {
width: 790px;
}

.paymentheadingpadding {
padding-bottom: 5px;
padding-top: 2px;
padding-left: 8px;
}

.Header {
background: url(../../../images/LD/Logo.png) top left no-repeat;
width: 120px;
height: 125px;
position: relative;
text-align: left;
}
.HeaderName {
height: 76px;
text-align: left;
padding-top: 14px;
}

.LargeBold {
}

.Button, .SecondaryButton {
display: inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
/* border-radius: 5px; */
margin: 0 0 5px 5px;
font-size: 0.8em;
min-height: 30px;
line-height: 30px;
text-align: center;
width: auto;
padding-right: 39px;
width: auto;
border: none;
background-color: #f7f7f7;
color: #e05206;
/* text-transform: uppercase; */
font-weight: bold;
font-family: sans-serif;
cursor: pointer;
margin-left: 0;
background-image: url(../../../images/LD/home-button.gif);
margin-top: 6px;
background-position: right center;
background-repeat: no-repeat;
margin-left: 12px;
}

/*
.BackButton {
text-align: right;
padding-left: 35px;
padding-right: 10px;
background-image: url(../../../images/LD/home-button-bk.gif);
background-position: left center;
}
*/

.ButtonAsRadioSelected {
display: inline-block;
width: auto;
text-decoration: none;
border: 0px none;
padding-top: 5px;
border-radius: 12px;
background: none repeat scroll 0% 0% green;
color: white;
cursor: pointer;
}

.ButtonAsRadioUnSelected {
display: inline-block;
width: auto;
text-decoration: none;
border: 0px none;
padding-top: 5px;
border-radius: 12px;
background: none repeat scroll 0% 0% white;
color: white;
cursor: pointer;
}

@font-face {
font-family: "lr_bold";
	src: url("fonts/landroverbldl-webfont.woff") format('woff');
	font-weight: bold;
}

.H1Landrover {
font-size: 40px;
text-transform: uppercase;
margin: 0;
line-height: 40px;
padding-bottom: 4px;
color: #00173a;
font-family: lr_bold, arial;
font-weight: normal;
}

.tableBordered {
border: 1px solid #349bd6 !important;
}

.tableRowMediumGrey {
background-color: #7cc1ea !important;
color: rgb(45,54,57) !important;
}

.tableRowMediumGrey th {
color: rgb(45,54,57) !important;
border-bottom: 1px solid #349bd6 !important;
}

*.tableRowMediumGrey div {
color: rgb(45,54,57) !important;
font-weight: normal !important;
font-size: 14px !important;
}

.tableRowLightGrey {
background-color: #b2daf3 !important;
}

.useDash li {
list-style-type: none;
padding: 4px 0 4px 9px;
background: url("../../../images/LD/Hyphen.png") left .8em no-repeat;
}

td.title {
width: 180px;
}

.RoundedCornerColumnSelected {
background-color: #DCE6F2;
border-left: 2px;
border-right: 2px;
border-top: 2px;
border-bottom: 2px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-style: solid;
border-color: #5A7BA3;
border-width: 1px;
height: 107px;
}

.RoundedCornerColumnUnSelected {
background-color: #C6D9F1;
border-left: 2px;
border-right: 2px;
border-top: 2px;
border-bottom: 2px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-style: solid;
border-color: #51729C;
border-width: 1px;
height: 107px;
}

.ButtonAsRadioColumn {
padding-top: 30px;
margin-right: -5px;
}

.paymentOptionSubHeading {
padding-left: 20px;
}

.RightSideColumn {
border-left: 2px;
border-right: 2px;
border-top: 2px;
border-bottom: 2px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-style: solid;
border-color: grey;
}

.lineSpacing {
border-style: solid;
border-width: 2px;
border-color: #D0CBB4;
}

.RequestCallBackSection {
border-style: solid;
border-color: #F0EEE1;
border-width: 5px;
}

.OptionalCoverColumn {
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
height: 60px;
}

.OptionalGuarnteedHireCoverColumn {
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
height: 80px;
}

.OptionalGuranteedHireCarCoverPrice {
border-right: 1px solid black;
border-bottom: 1px solid black;
height: 80px;
}

.OptionalCoverPrice {
border-right: 1px solid black;
border-bottom: 1px solid black;
height: 60px;
}

.topBorder {
border-top: 1px solid black;
}

.coverSubHeading {
padding-left: 4px;
padding-bottom: 4px;
}

.coverTableBordered {
border-right: 1px solid #c9c9c9;
border-left: 1px solid #c9c9c9;
border-top: 1px solid #c9c9c9;
margin-right: 20px;
}

.coverTableColumnValueBordered {
border-right: 1px solid #c9c9c9;
}

.coverTableColumnBordered {
border-right: 1px solid #c9c9c9;
}

#COL_5CA1026BDC7C042A378692_R4,#COL_5CA1026BDC7C042A378688_R4 {
height: 76px;
}

#COL_5CA1026BDC7C042A378692_R5,#COL_5CA1026BDC7C042A378688_R5 {
height: 98px;
}

#COL_5CA1026BDC7C042A378692_R1,#COL_5CA1026BDC7C042A378692_R2,#COL_5CA1026BDC7C042A378692_R3,#COL_5CA1026BDC7C042A378688_R1,#COL_5CA1026BDC7C042A378688_R2,#COL_5CA1026BDC7C042A378688_R3 {
height: 61px;
}

#FMT_5CA1026BDC7C042A378710_R5 {
border-bottom: 1px solid #c9c9c9;
}

.useDashForStandardCover li {
list-style-type: none;
padding: 4px 0 0px 4px;
}

.modal-wrapper {
border-radius: 1px !important;
}

.cursorPointer {
cursor: pointer;
}
/* tick mark display issue after answering the question hence commented it 24-Jun-2015
.statusValid {
	background: transparent url(../../../images/TickCross.png) no-repeat scroll 785px 6px;
}
.statusInValid {
	background: transparent url(../../../images/TickCross.png) no-repeat scroll 785px -75px;
}*/


.cookiePolicySection {
background-color: #101820;
display: none;
}

.cookieContentWidth {
-webkit-box-sizing: border-box;
width: -moz-calc(100% - 81px);
width: -webkit-calc(100% - 81px);
width: calc(100% - 81px);
padding: 25px;
}

.leftCoulmnAnswerWidth {
-webkit-box-sizing: border-box !important;
width: -moz-calc(100% - 14px) !important;
width: -webkit-calc(100% - 14px) !important;
width: calc(100% - 14px)!important;
height: 35px;
padding: 0;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #101820;
border: none;
font-family: ps-regular;
}

.CompleteAnswerWithHelpIcon {
width: -moz-calc(100% - 50px) !important;
width: -webkit-calc(100% - 50px) !important;
width: calc(100% - 50px)!important;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #101820;
padding: 0px;
border: none;
font-family: ps-regular;
}

.DropDownAnswerWithHelpIcon {
width: -moz-calc(100% - 42px) !important;
width: -webkit-calc(100% - 42px) !important;
width: calc(100% - 42px)!important;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #101820;
padding: 0px;
border: none;
font-family: ps-regular;
}

.CompleteErrorAnswerWithHelpIcon {
width: -moz-calc(100% - 54px) !important;
width: -webkit-calc(100% - 54px) !important;
width: calc(100% - 54px)!important;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #101820;
padding: 0px;
border: none;
font-family: ps-regular;
}

.CompleteAnswerControl {
width: -moz-calc(100% - 8px) !important;
width: -webkit-calc(100% - 8px) !important;
width: calc(100% - 8px)!important;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #101820;
padding: 0px;
border: none;
font-family: ps-regular;
height: 35px;
padding-left: 8px;
}

.CompleteDropDownAnswerControl {
width: 100%;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #101820;
padding: 0px;
border: none;
font-family: ps-regular;
height: 35px;
padding-left: 8px;
}

.PhaseHeaderStyle {
  font: 2rem "ps-regular","arial";
  letter-spacing: -0.3px;
  /* text-transform: uppercase; */
  color: #0c0c00;
  padding-left: 1.5%;
  /* text-shadow: 0 0 7px rgba(51, 51, 51, 0.4); */
  position: absolute;
  top: 1em;
  left:0;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.webCenterColoumWidth {
	width:49%;
	/*min-width:720px;
	padding: 20px 0 0 1.75%; */
	
}

.webLeftSideColoumWidth {
-webkit-box-sizing: border-box;
width: -moz-calc(50% - 360px);
width: -webkit-calc(50% - 360px);
width: calc(50% - 360px);
}

.webRightSideColoumWidth {
-webkit-box-sizing: border-box;
width: -moz-calc(50% - 360px);
width: -webkit-calc(50% - 360px);
width: calc(50% - 360px);
}

input[type="checkbox"] {
	border: 0;
}

/*
input[type="checkbox"] {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

input[type='checkbox'] + label {
padding-left: 25px;
background-image: url(../../../images/K1/Kia_Check_Box_Background.png);
background-repeat: no-repeat;
}

input[type="checkbox"]:checked + label {
padding-left: 25px;
background-image: url(../../../images/K1/M&C_Kia_tick_green.png), url(../../../images/K1/Kia_Check_Box_Background.png);
background-repeat: no-repeat;
}
*/

input[type="radio"] {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

input[type='radio'] + label {
padding-left: 25px;
background: transparent url(../../../images/RadioButton.png) no-repeat left center;
background-size: contain;
}

input[type="radio"]:checked + label {
padding-left: 25px;
background-image: url(../../../images/RadioButton-Selected.png);
background-repeat: no-repeat;
}

input[type='radio'] + label[for^="Payment_Radio"] {
padding-left: 25px;
background-image: url(../../../images/RadioButton-onWhite.png);
background-repeat: no-repeat;
background-size: 18px 18px;
}

input[type="radio"]:checked + label[for^="Payment_Radio"] {
padding-left: 25px;
background-image: url(../../../images/RadioButton-onWhite-selected.png);
background-repeat: no-repeat;
background-size: 19px 19px;
}
 /* Ravikishore
select[id="QUE_D151909C99D46F53113643"], option[id*="QUE_D151909C99D46F53113643"] {font-family:ps-regular;   background-image: url(../../../images/LD/Grey-very-dark_background_texture);
    background-repeat: repeat; background-color:black;} */

input[type="radio"]:required + label {
padding-left: 25px;
background-image: url(../../../images/RadioButtonError.png);
background-repeat: no-repeat;
}

.helpDiv {
position: static !important;
display: none;
margin-top: -14px;
}

.helpDiv2 {
position: static !important;
}

.helpLink {
	height: 1.5em;
	border-right: 1.5pt solid #101820;
	margin-right: 0.65em;
	/* margin-top: -0.8em; */
}

.HelpIcon img {
float: right;
}

.HelpContentBox {
	background-color: rgb(83,86,90);
	padding: 10px 8px;
	font: 14px/18px ps-regular,"arial";	
	color: #fff;
}

.HelpContentBox  ul, .HelpContentBox li, .HelpContentBox ol li {
 	list-style-position: inside;
    padding-left: 14px;
    text-indent: -1em;
}

.loader {
font-size: 10px;
margin: 2em auto;
text-indent: -9999em;
width: 7em;
height: 7em;
border-radius: 50%;
background: #ffffff;
background: -moz-linear-gradient(left, rgb(0,0,0) 10%, rgba(255, 255, 255, 0) 42%);
background: -webkit-linear-gradient(left, rgb(0,0,0) 10%, rgba(255, 255, 255, 0) 42%);
background: -o-linear-gradient(left, rgb(0,0,0) 10%, rgba(255, 255, 255, 0) 42%);
background: -ms-linear-gradient(left, rgb(0,0,0) 10%, rgba(255, 255, 255, 0) 42%);
background: linear-gradient(to right, rgb(0,0,0) 100%, rgba(255, 255, 255, 0) 9px);
position: relative;
-webkit-animation: load3 1.4s infinite linear;
animation: load3 1.4s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
box-shadow: 0 0 7px rgba(61,70,87,0.4);
transform: translateZ(0);
}

.loader:before {
width: 50%;
height: 50%;
background: #FFF;
border-radius: 100% 0 0 0;
position: absolute;
top: 0;
left: 0;
content: '';
box-shadow: 0 0 7px rgba(61,70,87,0.4);
}

.loader:after {
background: #fff;
width: 70%;
height: 70%;
border-radius: 50%;
content: '';
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
box-shadow: 0 0 7px rgba(61,70,87,0.4);
}

@-webkit-keyframes load3 {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#COL_07E407314E560221108808 {
  width: 22%;
}

#COL_07E407314E560221108820 {
  width: 78%;
}

#COL_07E407314E560221108812 {
  width: 25%;
}

#COL_07E407314E560221108824 {
  width: 32%;
}

#COL_07E407314E560221108828 {
  width: 42%;
}

#POPUP_20F3D1FD9D33F753105272 {
  position: fixed !important;
  z-index: 1002;
  width: 30%;
  height: 520px;
  top: 20%;
  left: 35%;
  padding: 30px;
  background-color: #FFFFFF;
}

.paymentColumnPadding {
  margin-left: -28px;
}

.WebOnly {
  display: block;
}

.compareDescription {
  /*	margin: 20px 0% 20px 0% ;*/;
}

.repeatBg {
	background-image:url(../../../images/bg-low-opacity-seperator.png), url(../../../images/bg-low-opacity-seperator.png), url(../../../images/bg-low-opacity-seperator.png);
	background-repeat:repeat-y;
	background-position:33% top, 66% top;
}

.ReasonsToChooseForColumn1{
	/* width:24%; */
	width:33%;	
}
.ReasonsToChooseForColumn2{
	width:25%;
	display: none;
}
.ReasonsToChooseForColumn3{
	/* width:27%;	 */
	width:33%;	
}
.ReasonsToChooseForColumn4{
	/* width:24%;	 */
	width:33%;	
}

.tabletCookie {
  display: none;
}

.statusValid {
  background: transparent !important;
}

.statusInValid {
  background: transparent !important;
}
/* Slideout styles for Tablet and mobile*/
.HamburgerIconSection {
	margin-top: 2em !important;
}
.SlideOutButtonImage{
  content: url("../../../images/swipe.png");
  background-image: url(../../../images/swipe.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0 none;
}
.SlideoutSection{
	background-color: #0c0c0c;
	height: 100%;
}
.SlideoutCloseButtonSection{
	border-bottom: 1px solid #fff;
}
.SlideoutCloseButton{
	font:13px/1.5 "ps-regular","arial";
	color: #101820;
	background-color: #E2E2E2;
	/*border-radius: 24px;*/
	border: 0 none;
	letter-spacing: -0.3px;
    width:68px;
	height:36px;
	margin: 10px 0 10px 0;
}

.SlideOutLeftMargin{
	margin-left: 1em;
}
.SlideOutMenuItem{
	font: 13px/1.5 "ps-regular";
    color: white;
	padding: 10px 0 5px 5px;
	vertical-align: middle;
	display: flex;
}
/* .SlideoutMenuQuoteImage{
	background: url(../../../images/K1/M&C_Kia_navigation_quote.png) no-repeat scroll 0 50%;
}
.SlideoutMenuRetrieveImage{
	background: url(../../../images/K1/M&C_Kia_navigation_retrieve.png) no-repeat scroll 0 50%;
}
.SlideoutMenuExistingImage{
	background: url(../../../images/K1/M&C_Kia_navigation_existing.png) no-repeat scroll 0 50%;
}
.SlideoutMenuReviewsImage{
	background: url(../../../images/K1/M&C_Kia_navigation_reviews.png) no-repeat scroll 0 50%;
}
.SlideoutMenuOurCoverImage{
	background: url(../../../images/K1/M&C_Kia_navigation_cover.png) no-repeat scroll 0 50%;
}
.SlideoutMenuHomeImage{
	background: url(../../../images/K1/M&C_Kia_navigation_home.png) no-repeat scroll 0 50%;
}
.SlideoutMenuLogoutImage{
	background: url(../../../images/K1/M&C_Kia_navigation_logout.png) no-repeat scroll 0 50%;
} */
.SlideoutMenuItemSection{
    background-color: #0c0c0c;
	border-bottom:1px solid #fff;
	padding-top: 1em;
    padding-bottom: 1em;
}

/* Summary Page*/
.LREditButton {
  background-image: url(../../../images/LD/OC_LandRover_Edit-Button_Hover_std.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: none;
  margin-left: -5px;
}

.LREditButton:hover {
  background-image: url(../../../images/LD/OC_LandRover_Edit-Button_std.png) !important;
  background-repeat: no-repeat;
}

.SummaryPageDetailsBold{
	font: 16px/1.5 "ps-regular","arial";
    color: #101820;
}
.SummaryPageDetailsLight{
	font: 16px/1.5 ps-regular,"arial";
    color: #101820;
}
.SummaryDetailsDoneButton{
	background-color:#101820;
	margin: 0;
}
.SummaryEditableSection{
	/* border-top: 1px solid #101820; */
    border-bottom: 1px solid #101820;
	padding: 5px 0;
}

.LRUnderLineMidCoolGrey {
	border: 0 none;
}
/*Summary Page*/

/* Tablet CSS modifications */
@media only screen and (min-device-width: 641px) and (max-device-width: 1025px), only screen and (max-width: 1025px) and  (min-width: 641px) {
	
	/*Help section*/
	.NeedHelpColumn{
		display:none;	
	}
	/* Tablet screen set-up */
  *[class="CompareCoverContent"] {
    width: 98%;
    max-width: 768px;
  }
.Footer_Text {
  padding: 0 0 37px 0;
  width: 95%;
  margin:auto;
}
  *[id="COL_B04C9004F228F46D91900"] {
    width: 1% !important;
  }
  
  .QuoteFormSection{
		width: 95% !important;
  		margin: 0 auto;	
  }
  .MainContentSection{
  		width: 95%;
  		margin: 0 auto;
  		float: none !important;
  		padding-top: 10px;	
  }
  *[class="statusValid"] {
    background: transparent !important;
  }

  *[class="statusInValid"] {
    background: transparent !important;
  }
	/* Tablet screen set-up */
		
  *[class="FMT_CB2A7EA525071E3854607"] {
    display: block !important;
  }
  
  .HomeImageSection {
	  display:block;
  }

  *[class="WebOnly"] {
    display: none !important;
  }
	*[class="TabletAndMobileOnly"]{
		display: block;
	}
  *[class="SlideoutColumn"] {
    display: block !important;
    width: 50px;
    float: right  !important;
  }

	/* cookie formatting start */
  *[id="FMT_7514CAD9B0FB2A0363688"] {
    display: block !important;
  }

  *[id="FMT_7514CAD9B0FB2A0363707"] {
    display: none !important;
  }
	/* cookie formatting ends */
	/* Reasons to choose section formatting start */
    .repeatBg{
   	 /* background-image: url(../../../images/bg-low-opacity-seperator.png), url(../../../images/bg-low-opacity-seperator2.png) !important;
     background-repeat: repeat-y, repeat-x !important;
     background-position: 50% top, 40% !important;
	 background-attachment: scroll; */
   }	
  *[class="compareDescription"] {
    width: 49% !important;
    padding: 20px 20px 20px 20px !important;
  }

  /* .ReasonsToChooseForColumn1{
  	width: 49% !important;
    padding: 20px 20px 20px 20px !important;
  }
  .ReasonsToChooseForColumn2{
  	width: 49% !important;
    padding: 20px 20px 20px 20px !important;
  }
  .ReasonsToChooseForColumn3{
  	width: 49% !important;
    padding: 20px 20px 20px 20px !important;
  }
  .ReasonsToChooseForColumn4{
  	width: 49% !important;
    padding: 20px 20px 20px 20px !important;
  } */ 		
  .tabletMargin {
    margin-top: 3%;
    margin-left: 12%;
    margin-right: 12% ;
    margin-bottom: 1%;
  }

  #FMT_24E831715D1830B758258 {
    margin: 20px 0px 20px 0px !important;
  }
	/* Reasons to choose section formatting start */	

  *[class="TabletHeading"] {
    display: block !important;
    width: 80% !important;
    font-size: 30px !important;
    color: #B0B7BB !important;
    text-align: center !important;
    padding-top: 20px !important;
    padding-left: 1.75% !important;
    font-family: LandRoverWeb-Light !important;
  }

  *[class="setConditionStyle"] {
    left: 220px !important;
    bottom: 129px !important;
  }
	/*
  *[id="COL_B04C9004F228F46D91607"] {
    width: 74% !important;
    text-align: center !important;
  }
  */

  *[id="row_HEAD_CB6ED4BC492BAA55160498"] {
    display: none !important;
  }

  *[id="p1_HEAD_B04C9004F228F46D73799"] {
    text-align: center !important;
    padding: 15px 0 0 1.75% !important;
  }

  *[id="HEAD_7514CAD9B0FB2A0354417"] {
    display: block !important;
  }

  *[id="COL_B04C9004F228F46D91900"] {
    display: none !important;
  }

  
	 /* Removal & change of Current phase style in header */
  *[class="FEAturesSeparatorStyle"] {
    display: none !important;
  }

  *[class="FEAturesVisitedStepStyle  "] {
    display: none !important;
  }

  *[class="FEAturesFutureStepStyle  "] {
    display: none !important;
  }

  *[class="FEAturesCurrentStepStyle  "] {
    float: none !important;
    text-align: center !important;
		 /*padding-top:20px !important ;*/
    margin-top: 0px !important;
  }
	/* carousal text changes for tablet */
  *[class="Fontps-regular LRVSmall12"] {
    left: 145px !important;
    bottom: 110px !important;
    position: absolute !important;
    width: 30% !important;
    color: #FFFFFF !important;
  }

  *[class="Fontps-regular LRVSmall12 SlateBlue setConditionStyle"] {
    left: 145px !important;
    bottom: 110px !important;
  }
		/* Floating Right sidemenu display removal */
  *[id="FMT_7D4F2E8D5B199E9D983182"] {
    display: none !important;
  }

/* header and footer changes with edge ids start */
	/* LandRover Logo Column size decrement 
  *[id="COL_B04C9004F228F46D91583"] {
    width: 20% !important;
  }

  *[id="FMT_7514CAD9B0FB2A0363289"] {
    padding: 5px 0 10px 2.5% !important;
  }
  */
  
	/* Removal of Links in header for Tablet */
  *[id="FMT_7FF7D21FD09131E554189"] {
    display: none !important;
  }

  *[id="COL_B04C9004F228F46D91611"] {
    display: none !important;
    width: 3% !important;
  }
/*
  *[id="COL_E73DF60776EFFF5F54442"] {
    display: block !important;
  }
  */
	/* Decrease header section size */
  *[id="FMT_1985742775EFD05634602"] {
    /* height: 85px !important; */
  }
	/* LandRover Logo size change */
  *[id="TXT_B04C9004F228F46D91564"] {
    height: 35px !important;
    padding: 5px 0 15px 2.5% !important;
    margin: 0 !important;
  }
	/* Tablet help section display */
  *[id="FMT_7514CAD9B0FB2A0365538"] {
    display: block !important;
  }
	
  .FloatPopupSection{
	left: 5% !important;
    width: 90% !important;
    height: inherit;
  }
  /*Phase header text style to overlay on image*/
  .PhaseHeaderStyle{
  	font: 1.25rem "ps-regular","arial";
  }
}

.tickStyle {
  padding: 16px;
}

#FMT_CB2A7EA525071E3854484 {
  display: none;
}

input#QUE_CBD04E914E8CEA3817141_0 {
  margin-bottom: 10px;
}

#FMT_C8A449098C641C3671241 {
  margin-left: 55px;
}

#COL_08F09D307349844322473 {
  padding-top: 3px;
}

#MNU_B04C9004F228F46D73804 {
  float: right !important;
}

/*#TXT_2116A3146FA72C1762139, 
#TXT_4333BF16FDAFEDA134751 {
  width: 100% !important;
}*/

.content {
  display: none;
}

.contentL2 {
  display: none;
}

.LDMediumFont {
  font-size: 18px;
  line-height: 20px;
  font-family: ps-regular;
  color: #00173a;
}

.carousel-indicators {
  bottom: 20px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.slateBlueBackground {
  background-color: #101820;
}

#Customer_NavigationMenu {
	display: none;
}

#Customer_NavigationMenu .show-popup span {
  background-color: #0c0c0c;
  letter-spacing: -0.3px;
  color: white;
	/*text-shadow:1px 1px 0 #44a8d0;*/
  font-family: ps-regular, "arial";
}

#Retailer_NavigationMenu .show-popup span {
  background-color: rgba(5,20,31,0.77);
  letter-spacing: -0.3px;
  color: white;
	/*text-shadow:1px 1px 0 #44a8d0;*/
  font-family: ps-regular, "arial";
}


/**contact call center */
.contactTopSection{
	padding:1rem 0;
}

.contactText {
  font: 1.5rem ps-regular,"arial";
  letter-spacing: -0.3px;
  color: #101820;
  /* text-transform: uppercase; */
}

.contactEPText{
	font: 1rem/1.5 ps-regular,"arial";
    letter-spacing: -0.3px;
    color: #101820;
    /* text-transform: uppercase; */
}

.ContactTextRed{
	 font: 16px/1.5 "ps-regular","arial";
     letter-spacing: -0.3px;
	 color: #101820;
}
.referralText{
	 font: 16px/1.5 ps-regular,"arial";
  	 color: #101820;
  	 padding: 5px 4px;
}

.referralSectionText{
	 font: 16px/1.5 ps-regular,"arial";
  	 color: #101820;
	 border-bottom: 1px solid #101820;
  	 padding-bottom: 15px;
}
.QuoteSelectedOptionsText{
	background: transparent url("../../../images/VER_LR_tick_blue.png") no-repeat left center;
	padding-left: 30px;
	font: 16px/1.5 ps-regular,"arial";
	color: black;
	margin-top: 10px;
}
.QuoteProtectionNoClaimsHeader {
  font: 24px/1.5 "ps-regular","arial";
  letter-spacing: -0.3px;
  /* text-transform: uppercase; */
  color: #101820;
  margin-top: 5px;
}
.QuoteProtectionNoClaimsDesc {
  font: 16px/1.5 ps-regular,"arial";
  color: #101820;
  padding-top: 0;
}
.bcImage2 {
  content: url("../../../images/help-circle-outline.svg");
  background-image: url(../../../images/help-circle-outline.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: center;
  border: 0 none;
}

.bcImage2:hover {
  content: url("../../../images/help-circle-outline.svg");
  background-image: url(../../../images/help-circle-outline.svg);
  background-repeat: no-repeat;
}

.tool-tip {
  background-color: #C8C7C9;
  font: 14px/1.15 ps-regular,"arial";
  color: #000;
  text-shadow: none;
  visibility: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: left;
  opacity: 0;
  z-index: 999;
  position: absolute;
  cursor: default;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
  border: 1px solid #C7C8C9;
  padding: 4px;

}

.tool-tip, *.tool-tip.top {
  top: auto;
  bottom: 114%;
  left: 50%;
}

.tool-tip, *.tool-tip.top {
	width: 300px;
    margin-left: -6px;
    margin-top: 6px;
}

.tool-tip.bottom {
  top: 120%;
  bottom: auto;
  left: 50%;
  margin-bottom: auto;
}

.tool-tip.bottom:before {
  position: absolute;
    display: inline-block;
    border-top: 15px solid #101820;
    border-left: 0px solid #101820;
    border-right: 2px solid #101820;
    border-bottom: 0px solid #101820;
    left: 0;
    top: -15px;
    content: '';
}

.tool-tip.bottom after {
  position: absolute;
  top: -40px;
  left: 95%;
  margin-left: -7px;
  content: " ";
  height: 39px;
  width: 0px;
  border: 1px solid;
  border-top-color: #101820;
  border-bottom-color: #101820;
  border-left-color: #101820;
  border-right-color: #101820;
}
.LoadingText{
  font: 1.5rem "ps-regular","arial";
  color: #101820;
  margin-top: 10px;
  padding: 5px 4px;
  /* text-transform: uppercase; */
}
.PopupLoadingText{
  font: 20px "ps-regular","arial";
  color: #101820;
  margin-top: 20px;
  padding: 5px 4px;
  /* text-transform: uppercase; */
}
.UploadNCDLink{
	background: transparent url(../../../images/K1/M&C_Kia_link.png) left center no-repeat;
	padding-left: 15px;
    font: 12px/1.5 ps-regular,"arial";
    color: #101820;
}
.UploadNCDQuestion{
	font: 16px/1.5 ps-regular, "arial";
    color: #101820;
    border: none;
    padding: 4px 2px;
    width: 100%;
    margin-bottom: 5px;
}
.UploadNCDAnswerControl {
	font: 16px/1.5 "ps-regular", arial;
	color: #333;
	padding: 0px;
	border: none;
}

.NeedHelpColumn{
	width:25%;
}
/*ThankYou Page*/
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 30px;
    height: 30px;
    padding: 0;
    background: #fff;
    text-align: center;
    color:#101820;
    font: 24px/1.5 "ps-regular","arial";
   
}   

.paddingtop1Percent {
    padding-top: 1%;
}
.paddingbottom1Percent {
    padding-bottom: 1%;
}
.marginleft3Percent {
    padding-left: 0px;
    margin-left: 3%;
}

.ThankyouSubsectionRow1Column1Width{
	width:4%;
}
.ThankyouSubsectionRow1Column2Width{
	width:75%;
}
.ThankyouSubsectionRow1Column3Width{
	width:21%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ThankyouSubsectionColumn2Width{
	width:91%;
}

.FAQQuestionText {
  font: 16px/1.5 "ps-regular","arial";
  color: #101820;
  padding: 5px 0;
  /* text-transform: uppercase; */
}

.PolicyDocumentColumn2{
	width:25%;
	padding: 10px 0 0 0;
}
.PolicyDocumentColumn1{
	width:75%;
}
.DealerResourceLeftAlignText{
	font: 15px/1.5 ps-regular,"arial";
    color: #101820;
    
}
/*LRQuote*/
.LRQuoteYourExcessesColumn1{
	width:50%;
}
.LRQuoteYourExcessesColumn2{
	width:30%;
	margin: 10% 0% 0% 20%;
}
/*LRQuote*/

.SessionTimeOutGoHomeHeading{
	color: #000;
    font: 16px/1.5 "ps-regular","arial";
}

/* Vehicle Details */
.multiCarCallBackInstructionSection, .VehicleSearchResultsSection{
	background-color: rgba(5,20,31,1);
	padding: 0.5em 0 0.5em 0.5em;
}
.VehicleSearchResultsSectionText{
	 font: 16px/1.5 ps-regular,"arial";
	 color:#FFF;
}

.VehicleSearchResultsSectionTextBold{
	font: 16px/1.5 "ps-regular","arial";
	color:#FFF;
}
/* Vehicle Details */

/*buttons*/

.SaveForLaterButton, .NCDRemoveButton {
	font: 16px/1.5 "ps-regular","arial";
    letter-spacing: -0.3px;
    color: #101820;
    min-width: 100px;
    height: 35px;
    border: medium none;
    /* border-radius: 24px; */
    vertical-align: middle;
    margin: 5px 0 5px 0;
    background-color: transparent;
	/* text-transform: uppercase; */
}

.NCDRemoveButton {
	background: rgba(0,0,0,1);
	color: #FFF;
}

.UploadNCDdocumentConfirmationButton{
	font: 16px/1.5 "ps-regular","arial";
	letter-spacing: -0.3px;
    color: #FFF;
    padding: 5px 20px;
    height: 35px;
    border: medium none;
    /*border-radius: 24px;*/
    vertical-align: middle;
    margin: 0 0 5px 0;
    background-color: rgba(0,0,0,1);
	/* text-transform: uppercase; */
}

.DoneButton{
	font: 16px/1.5 "ps-regular","arial";
    letter-spacing: -0.3px;
    color: #FFF;
    padding: 5px 20px;
    height: 35px;
    border: medium none;
    /*border-radius: 24px;*/
    vertical-align: middle;
    margin: 0 0 5px 0;
    background-color: rgba(0,0,0,1);
	/* text-transform: uppercase; */
}
.QuoteProtectionClaimsButton{
	font: 16px/1.5 "ps-regular","arial";
    letter-spacing: -0.3px;
    color: #FFF;
    padding: 5px 20px;
    height: 35px;
    border: medium none;
    /*border-radius: 24px;*/
    vertical-align: middle;
    margin: 0 0 5px 0;
    background-color: rgba(0,0,0,1);
	/* text-transform: uppercase; */
}

.DealerLoginButton, .PostcodeLookupButton{
	font: 16px/1.5 "ps-regular","arial";
    letter-spacing: -0.3px;
    color: #FFF;
    height: 35px;
    border: medium none;
    /*border-radius: 24px;*/
    vertical-align: middle;
    margin: 5px 0;
    background: url(../../../images/PS/next.svg) rgba(0,0,0,1) 90% center no-repeat;
    padding: 5px 25px 5px 25px;
	min-width: 150px;
}

.RegistrationFindButton{
	font: 16px/1.5 "ps-regular","arial";
    letter-spacing: -0.3px;
    color: #FFF;
    padding: 5px 20px;
    height: 35px;
    border: medium none;
    /*border-radius: 24px;*/
    vertical-align: middle;
    margin: 0 0 5px 0;
   background: url(../../../images/PS/next.svg) rgba(0,0,0,1) 90% center no-repeat;
   min-width: 150px;
}

.RetrieveQuoteError {
    background: transparent url("../../../images/K1/M&C_Kia_error.png") no-repeat 2%;
    width: 89%;
    margin: 8px 0px 0px 4px;
    background-color: rgb(234,0,41);
}

.RetrieveQuoteErrorText {
   font: 14px/1.5 ps-regular,"arial";
   color: white;
   padding: 5px 0px 5px 40px;
   letter-spacing: -0.3px;
}

.ExcessProtectPrintLink {
	font: 16px/1.5 ps-regular,"arial";
    letter-spacing: -0.3px;
    color: #101820;
    /* text-transform: uppercase; */
    width:100%;
}

/* NCD Protection Price Style */
.NCDCostText {
  font: 16px/1.5 "ps-regular","arial";
  color: black;
  padding: 10px 0;
  text-align: left;
  margin-left: 0.5em;
}

/* Header image replacement styles */
.HomePageBanner {
	left: 1%;
    top: 10%;
    /* background-color: rgba(256,256,256,0.7); */
    max-width: 35rem;
    color: #fff;
    text-align: left;
    text-shadow: none;
    padding: 0;
    bottom: auto;
    position: absolute;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    padding: 20px;
	/* border: 1px solid #000; */
}

.BannerButtons {	
	/* width: 36% !important; */
	margin: 0 auto;
	display: flex;
	/* align-items: center; */
    flex-direction: column;
	padding-top: 1em;
	display: none;
}

.ps-banner-button-group > div {
	display: flex;
	align-items: center;
}

.banner-old-vehicle-btn {
	font: 14px ps-regular, "arial";
    color: #fff;
    padding: 0.5rem 2rem 0.5em 1rem;
    text-decoration: none;
    border: 0px none;
    min-width: 225px;
	height: 40px;
    letter-spacing: -0.01875rem;
    background: url(../../../images/PS/next.svg) #0c0c0c 92% center no-repeat;
    /* text-transform: uppercase; */
    -webkit-transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms;
    transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms;
}

.banner-new-vehicle-btn, .ps-option-retrieve-btn {
	font: 14px ps-regular, "arial";
    color: #000;
    padding: 0.5rem 2rem 0.5em 1rem;
    text-decoration: none;
    border: 0px none;
    min-width: 235px;
	height: 40px;
    letter-spacing: -0.01875rem;
    background: url(../../../images/PS/next.svg) #D9D9D6 95% center no-repeat;
    /* text-transform: uppercase; */
    -webkit-transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms;
    transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms;
	margin-left: 1rem;
}

.ps-option-retrieve-btn {
	min-width: 150px;
}

.ps-options-box-old-vehicle {
	display: flex;
	flex-flow: column wrap;
	background: #ffffff99;
	padding: 1rem 1rem 1rem 1rem;
	color: #000;
	border-top: 0.5rem solid #0c0c0c;
}
.ps-options-box-new-vehicle {
	display: flex;
	flex-flow: column wrap;
	background: #ffffff99;
	padding: 1rem;
	color: #000;
	border-top: 0.5rem solid #D9D9D6;
}

#GROUP_FS_BUT_324848A6E597D31469804 {
	display: flex !important;
}
.stickyButtonsSection {
	display: none !important;
}

/* .LandingPageDealerLoginDiv {
	width: 60%;
    padding: 0;
    margin-left: 22%;
    margin-top: -5%;
}
 */
 
 .GetMeHomeCover {
    width: 50%;
}

#p1_GRP_85E5223F01D4ADF985848 {
	display: block;
    position: absolute !important;
    top: 75%;
    width: 100%;
    margin: 0 auto;
}

.HangingIcon {
	clear: both;
    display: block;
    position: absolute;
	left: 47%;
    background: transparent url(../../../images/verex_logo.png) 50% 99% no-repeat;
	background-size: contain;
    width: 5em;
	height: 4em;
}

/* 5 star cover section - home page */
.Fivestarcoversection {
	background-color: white;
	padding: 1.5% 0%;
	display: none;
}

.Fivestarcoversection > div {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.Fivestarcoverheading {
	font: 1.5rem ps-regular,"arial";
	color: #101820;
	letter-spacing: -0.3px;
}

.Fivestarcovernewquotebutton {
	font: 16px/20px ps-regular, "arial";
	color: #fff;
	background: rgb(16,24,32);
	padding: 0.5rem 2rem 0.5em 1.5rem;
	text-decoration: none;
	border: 0px none;
	width: auto;
	letter-spacing: -0.01875rem;
	background: url(../../../images/PS/next.svg) #0c0c0c 90% center no-repeat;
	/* text-transform: uppercase; */
	-webkit-transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms;
	transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms;
}

.Fivestarcovernewquotebutton:hover {
	color: #fff;
	background: url(../../../images/PS/next.svg) rgb(83,86,90) 90% center no-repeat;
 }

.retrieveoverride,.retrieveoverride:hover {
	background: none;
	color: #101820;
}
 
 

.Fivestarcovercol1 {
	width: 23%;
	/*background: transparent url(../../../images/defaqto_small.jpg) no-repeat scroll right top;*/
    height: 50px;
    float: right;
    margin: 5px 15px 0 0;
	display: none;
}

.Fivestarcovercol2 {
	width: 33%;
	padding: 7px;
	display: none;
}

.Fivestarcovercol3 {
	width: auto;
}

.FiveStarSectionHelpNo {
	font: 20px/1.5 Font-Bold,"arial";
    text-align: center;
    padding: 10px 0 0 0;
	color: #101820;
}

/*Renewal Date*/
.RenewalDateHeading {
  Font: 1.5rem "ps-regular","arial";
  padding: 0.5em 0;
  color: #101820;
}

.RenewalDateFormText {
  font: 16px/1.5 "ps-regular","arial";
  padding-bottom: 1em;
}

.RenewalDateFormText a {
  text-decoration: underline;
}

.RenewalDatePostcodeFieldSection {
  padding: 15px 0;
}

.RenewalDateSubmitButton {
	color: white;
    font: 16px/1.5 "ps-regular","arial";
    margin-bottom: 10px;
    text-decoration: none;
    border: none;
    /*border-radius: 24px;*/
    height: 40px;
    /* width: 160px; */
    background: rgba(0,0,0,1);
    padding: 5px 25px;
    float: left;
    vertical-align: middle;
}

/*Renewal Date*/

/* MultiCar Page */
.MultiCarCallBackText {
  font: 28px/34px ps-regular,"arial";
  padding: 0;
}

.MultiCarCallBackText sup {
  font-size: 16px;
}

.MultiCarOfferText {
  font: 16px/1.5 ps-regular,"arial";
  margin-bottom: 1em;
  color: #101820;
}

.MultiCarDescription{
	font: 20px/1.5 ps-regular,"arial";
	padding-bottom: 1em;
	color: #101820;
}

.ProgressBarSection {
	padding: 1em 0;
	border-bottom: 1px solid #101820;
	display: flex;
	justify-content: space-between;
}

.SubText {
	font-size: 1em;
    line-height: 1.2em;
	color: #101820;
	padding: 4px;
}

.PaymentComodoSecureHelpColumn {
	width: 7%;
}

/* payment page voucher code question */

.VoucherCodeQuestionColumn {
	width: 80%;
}

.VoucherCodeQuestion {
	font: 18px/1.5 "ps-regular","arial";
    color: #101820;
    width: 49%;
}

.VoucherCodeApplyButtonColumn {
	width: 20%;
}

.PaymentFindPostCodeButton {
	font: 16px/1.5 "ps-regular","arial";
    letter-spacing: -0.3px;
    color: #FFF;
	background-color: rgba(0,0,0,1);
    padding: 5px 20px;
    height: 36px;
    border: medium none;
    /*border-radius: 24px;*/
    vertical-align: middle;
	margin-top: 1.2em;
	/* text-transform: uppercase; */
}

.PrivacyOptinText {
	font: 16px/1.5 ps-regular;
	color: #101820;
	letter-spacing: -0.3px;
}

.PrivacyOptinText a {
	text-decoration: underline;
}

.QuoteHelpToolTipButton {
	background: transparent url(../../../images/help-circle-outline.svg) left no-repeat;
	width: 25px;
	height: 35px;
	border: 0 none;
}

.GdprOptionQuestion {
	color: #101820;
}

.PaymentPriceBreakdown {
	font: 16px/1.5 ps-regular,"arial";
    color: #FFF;
}

.CCPTableHeaderRow, .CCPTableRow {
	color: #101820;
}


.DarkText {
	color: #FFF;
}

.goelectric {
	background: transparent url("../../../images/K1/go_electric.png") left center no-repeat;
	background-size: contain;
	display: flex;
	padding-left: 135px;
	margin-bottom: 1em;
}

.QuoteFormNav > div {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
    align-items: center;
    align-content: center;
}

.TabletMobileHeading {
	display: none !important;
}

.uxp-ans-prefix {
	display: inline-block;
	padding-bottom: 1em;
}

.AncillarySubtext {
	display: none;
}

.LineRadioOption {
	font: 16px/1.5 ps-regular, "arial";
	width: auto;
}

.LinkButton a:before {
	/* content:'\003E'; */
}

.cn-info-box {
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: rgb(217,217,214);
}

.CCPTableHeaderRow, .CCPTableRow:nth-child(2), .CCPTableRow:nth-child(4), .CCPTableRow:nth-child(6) {
    background-color: #D9D9D6;
}


/* Quote protection page Courtesy car radio button styles */

.round {
    position: relative;
    margin-right: 1em;
    margin-top: 0em;
}

.round label {
    border: 1px solid #75787B;
    height: 22px;
    width: 22px;
}

.round label:after {
    left: 4px;
    top: 6px;
}

.round input[type="checkbox"]:checked+label {
    background-color: #FF7500;
    border-color: #FF7500;
}

/* Landing page - MainPhase covers section styles */

/* hide existing lists */
#COL_40DA17B5EBD45AB677770, #COL_40DA17B5EBD45AB677774 {
	display: none;
}

.hide-cover-details {
	display: none;
}

.cover-section-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 1% 5%;
}

.std-cover-section {
	width: 50%;
	background: #0c0c0c;
	color: #fff;
	height: 100%;
}

.std-cover-section .cover-details {
	padding: 2rem;
}

.optional-cover-section {
	width: 50%;
	margin-left: 2rem;
	display: flex;
    flex-flow: column;
}

.optional-cover-section .cover-details {
	background: #ecece7;
	padding: 2rem;
}

.optional-cover-section .cover-details .CompareCoverOptionsSection {
	border-bottom: 2pt solid #75787b;
}
.cover-details-img {
	margin: 3rem 0 0 0;
    position: relative;
    overflow: hidden;
}

.cover-details-img {
	background: transparent url(../../../images/PS/13.jpg) no-repeat;
    height: 100%;
    background-size: cover;
}

.cover-details-img .cover-details-img-wrapper {
	/* resolution 1280px */
	max-height: 46vh;
    transform: translate(0%, -39%);
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    
}

.flex-img {
    display: block;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
    width: 100%;
    *width: auto;
}

#FMT_2FCEDE8D55FC964E97917 > .CompareCoverOptionsSection, #FMT_C422EB1DBAC4C53039590 > * .CompareCoverOptionsSection {
	border: 0 none;
}

.NCDHeadingColumn {
	width: auto;
}

.PaymentSwitchActive {
	background: #d0d0d0;
	color: #000;
	font-weight: bold;
	font-size: 1.25em;
}

.shaded-box {
}

.Payment .QuotePriceHeader1, .SummaryPage .QuotePriceHeader1, .LRQuote .QuotePriceHeader1  {
	font-size: 2em;
}

.price-table {
	padding: 1em 0;
}

.table-row {
	padding: 0.35em 0;
}

@media only screen and  (min-device-width: 1281px) {
	.QuoteProtectionTableWrapper {
		width: 60%;
	}
	
	.CCPTable {
	    width: auto;
	}
	
	.AncillaryTableLastColumn {
	    width: 20% !important;
	}
	
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1600px), only screen and (max-width: 1600px) and  (min-width: 1366px) {
	.PhaseTitleStyle{
		padding-left: 0;
	}
	
	.BannerButtons {
		/* width: 34% !important; */
	}
	
	.CarouselCallText {
	}
	
	/* .LandingPageDealerLoginDiv {
		width: 45%;
		padding: 0;
		margin-top: -5%;
	} */
	
	#p1_GRP_85E5223F01D4ADF985848 {
        top: 77%;
    }
	
	.HangingIcon {
		left: 47%;
	}
	
	.Fivestarcovercol1 {
		width: 23%;
	}

	.Fivestarcovercol2, .Fivestarcovercol3 {
	}
	
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2, .QuoteProtectionSelectionR3C2 {
		padding:67% 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 42.4% 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 52.5% 0;
	}

	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2, .QuoteProtectionSelectedPackageR3C2 {
		padding: 67% 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 42.4% 0;
	}

	.QuoteProtectionSelectedPackageR3C2 {
		padding: 47% 0;
	}
	.cover-details-img .cover-details-img-wrapper {
		max-height: 69vh;
		transform: translate(0%, -39%);
	}
}

@media only screen and (min-device-width: 1440px) and (max-device-width: 1600px), only screen and (max-width: 1600px) and (min-width: 1440px) {
	.HomePageBanner {
	}
	
	.BannerButtons {
		/* width: 32% !important; */
	}
	
	#p1_GRP_85E5223F01D4ADF985848 {
        top: 77%;
    }
	
	.HangingIcon {
		left: 47%;
	}
	
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2, .QuoteProtectionSelectionR3C2 {
		padding:57% 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 40% 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 49.5% 0;
	}

	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2, .QuoteProtectionSelectedPackageR3C2 {
		padding: 57% 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 40% 0;
	}

	.QuoteProtectionSelectedPackageR3C2 {
		padding: 49.5% 0;
	}

	.cover-details-img .cover-details-img-wrapper {
		max-height: 57vh;
		transform: translate(0%, -47%);
	}
}

@media only screen and (min-device-width: 1601px) and (max-device-width: 1690px), only screen and (max-width: 1601px) and  (min-width: 1690px) {
	.HomePageBanner {
	}
	
	.BannerButtons {
		/* width: 28% !important; */
	}
	
	.CarouselCallText {
	}
	
	#p1_GRP_85E5223F01D4ADF985848 {
        top: 82%;
    }
	
	.HangingIcon {
		left: 48%;
	}	
	
	.carousel-Header1 {
		font-size: 38px;
	}
	
	.Fivestarcovercol1 {
		width: 23%;
	}

	.Fivestarcovercol2 {
		width: 27%;
	}
	
	.Fivestarcovercol3 {
	}
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2, .QuoteProtectionSelectionR3C2 {
		padding:44% 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 40% 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 42% 0;
	}

	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2, .QuoteProtectionSelectedPackageR3C2 {
		padding: 44% 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 40% 0;
	}

	.QuoteProtectionSelectedPackageR3C2 {
		padding: 49.5% 0;
	}
	
	.QuoteProtectionEmptySectionBlue {
		padding: 7em 0;
	}
	.cover-details-img .cover-details-img-wrapper {
		max-height: 45vh;
		transform: translate(0%, -83%);
	}
}

@media only screen and (min-device-width: 1700px) and (max-device-width: 1920px), only screen and (max-width: 1700px) and  (min-width: 1920px) {
	.PhaseTitleStyle{
		padding-left: 0;
	}
	
	.HomePageBanner {
		
	}
	
	.BannerButtons {
		/* width: 24% !important; */
	}
	
	.CarouselCallText {
		
	}
	
	#p1_GRP_85E5223F01D4ADF985848 {
        top: 82%;
    }
	
	.HangingIcon {
		left: 48%;
	}	
	
	.carousel-Header1 {
		font-size: 38px;
	}
	
	/* .LandingPageDealerLoginDiv {
		width: 45%;
		padding: 0;
		margin-left: 20%;
		margin-top: -2%;
	} */
	
	.Fivestarcovercol1 {
		width: 24%;
	}

	.Fivestarcovercol2 {
		width: 22%;
	}
	
	.Fivestarcovercol3 {
	}
	
	.QuoteProtectionTableWrapper {
		/* width: 72%; */
	}
	
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2, .QuoteProtectionSelectionR3C2 {
		padding:54% 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 37% 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 47% 0;
	}

	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2, .QuoteProtectionSelectedPackageR3C2 {
		padding: 54% 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 37.4% 0;
	}

	.QuoteProtectionSelectedPackageR3C2 {
		padding: 47% 0;
	}
	.QuoteProtectionEmptySectionWhite{
		height: 14em;
	}
	.QuoteProtectionEmptySectionBlue{
		height: 14em;
	}
	.cover-details-img .cover-details-img-wrapper {
		max-height: 44vh;
		transform: translate(0%, -108%);
	}
}

@media only screen and (max-device-width: 1025px) and  (min-device-width: 768px) and (orientation: landscape), only screen and (max-width: 1025px) and  (min-width: 768px) and (orientation: landscape) {
	
	.HomePageBanner {
	}

	.BannerButtons {
		/* width: 44% !important; */
	}
	
	.CarouselCallText {
	}
	
	#p1_GRP_85E5223F01D4ADF985848 {
        top: 80%;
    }
	
	.HangingIcon {
        left: 47%;
    }
	
	.Fivestarcovercol1 {
		width: 10%;
	}

	.Fivestarcovercol2, .Fivestarcovercol3 {
	}
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2, .QuoteProtectionSelectionR3C2 {
		padding: 7.5em 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 5.6em 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 7em 0;
	}

	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2, .QuoteProtectionSelectedPackageR3C2 {
		padding: 7.5em 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 5.6em 0;
	}

	.QuoteProtectionSelectedPackageR3C2 {
		padding: 7em 0;
	}
	.QuoteProtectionEmptySectionWhite{
		height: 15.2em;
	}
	.QuoteProtectionEmptySectionBlue{
		height: 15.2em;
	}

	.cover-details-img {
		background-position-x: 68%;
	}
}

@media only screen and (min-device-width: 740px) and (max-device-width: 768px) and  (orientation: portrait) {
		
	.HomePageBanner {
	}
	
	.BannerButtons {
		/* width: 59% !important; */
	}
	
	.HangingIcon {
        left: 45.5%;
	}

	#p1_GRP_85E5223F01D4ADF985848 {
        top: 74%;
    }	
	
	.CarouselCallText {
		margin-left: 0;
	}
	
	/* .LandingPageDealerLoginDiv {
		padding: 0 18%;
	} */
	
	.Fivestarcovercol1 {
		display: none;
	}

	.Fivestarcovercol2 {
		width: 52%;
	}
	
	.Fivestarcovercol3 {
	}
	
	.Fivestarcovernewquotebutton {
		width: 175px;
	}
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2, .QuoteProtectionSelectionR3C2 {
		padding: 9.5em 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 6em 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 7em 0;
	}

	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2, .QuoteProtectionSelectedPackageR3C2 {
		padding: 9.5em 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 6em 0;
	}

	.QuoteProtectionSelectedPackageR3C2 {
		padding: 7em 0;
	}
	.QuoteProtectionEmptySectionWhite{
		height: 15.2em;
	}
	.QuoteProtectionEmptySectionBlue{
		height: 15.2em;
	}

	.cover-details-img {
		background-position-x: 55%;
	}

}