/*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);
*/

/* 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: #fff;
}

select[multiple], select[size] {
	height: 35px !important;
	max-width: 100% !important;
}

option {
	font-family: KIA-Light, "arial";
}

input:read-only {
	border: 0 none;
	outline: 0 none;
}

input:disabled, select:disabled {
	background: #dddddd;
	color: rgba(5, 20, 31, 0.2);
	border: 1px solid grey;
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.6;
	font-weight: bold;
}

*>span {
	border: 0 none;
}

*:focus, *:active {
	outline: none;
	outline: 0;
}

br {
	border: 0 none;
	outline: 0 none;
	display: inline-block;
}

/* START KIA COLOR CODES */
.LightRedColor {
	color: rgba(5, 20, 31, 1);
}

.MidRedColor {
	color: rgba(5, 20, 31, 1);
}

.DarkRedColor {
	color: rgb(138, 19, 34);
}

.BGGreyColor {
	color: rgb(246, 246, 246);
}

.DisplayGreyColor {
	color: rgba(5, 20, 31, 1);
}

.TextGreyColor {
	color: rgba(5, 20, 31, 1);
}

.DarkGreyColor {
	color: rgba(5, 20, 31, 1);
}

.MidGreyColor {
	color: rgb(5, 20, 31);
}

.BrightGreyColor {
	color: rgba(5, 20, 31, 0.2);
}

.LightGreyColor {
	color: rgba(5, 20, 31, 1);
}

.BlackColor {
	color: black;
}

.BlueColor {
	color: rgba(5, 20, 31, 1);
}

.WhiteColor {
	color: #fff;
}

.BackgroundLightRedColor {
	background-color: rgba(5, 20, 31, 1);
}

.BackgroundMidRedColor {
	background-color: rgba(5, 20, 31, 1);
}

.BackgroundDarkRedColor {
	background-color: rgb(138, 19, 34);
}

.BackgroundBGGreyColor {
	background-color: rgb(246, 246, 246);
}

.BackgroundLightGreyColor {
	background-color: rgb(5, 20, 31);
}

.BackgroundBlueColor {
	background-color: rgba(5, 20, 31, 1);
}

.BackgroundDarkGreyColor {
	background-color: rgba(5, 20, 31, 1);
}
/* END KIA COLOR CODES */

/* KIA Fonts */
.KIA-Bold {
	font-family: KIA-Bold;
}

.Font-Medium {
	font-family: KIA-Medium;
}

.Font-Light {
	font-family: KIA-Light;
}

.Font12px16pxLight {
	font-size: 12px;
	line-height: 16px;
	font-family: "KIA-Light", "arial", "helvetica", sans-serif;
}

.Font18px25pxLight {
	font-size: 18px;
	line-height: 25px;
	font-family: "KIA-Light", "arial", "helvetica", sans-serif;
}

.Font18px25pxBold {
	font-size: 18px;
	line-height: 25px;
	font-family: "KIA-Bold", "arial", "helvetica", sans-serif;
}

.Font20px24pxBold {
	font-size: 20px;
	line-height: 24px;
	font-family: "KIA-Bold", "arial", "helvetica", sans-serif;
	letter-spacing: 0.078em;
}

.Font30px36pxBold {
	font: 30px/36px KIA-Bold, "arial";
	letter-spacing: 0.117em;
}

/* end KIA 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: "KIA-Light", "arial", "helvetica", sans-serif;
	background-repeat: repeat;
	margin: 0 auto;
	background-color: rgba(5, 20, 31, 0.03);
	/*max-width:1440px;*/;
}

/* Page Header Styles */
.MainHeaderStyle1 {
	font: 30px/36px KIA-Bold, "arial";
	letter-spacing: 0.117em;
	color: rgba(5, 20, 31, 1);
	text-transform: uppercase;
}

.MainHeaderStyle2 {
	font: 20px/24px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.078em;
	text-transform: uppercase;
}

.MainContentSection {
	width: 65%;
	margin-top: 1%;
}

.LeftColumn {
	width: 49%;
	margin-right: 1%;
}

.RightColumn {
	width: 50%;
}

.LRQuestionError {
	border: 1.5pt solid rgb(234, 0, 41) !important;
}

/* COOKIE POLICY */
.CookiePolicySection {
	background-color: rgba(5, 20, 31, 1);
	/*display:none;*/;
}

.CookiePolicyHeaderText {
	font: 20px KIA-Light, "arial";
	color: #fff;
}

.CookieContentTextStyle {
	font: 12px KIA-Light, "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: rgba(5, 20, 31, 1);
	display: none;
}

.CookieContentText {
	padding-top: 10px;
	line-height: 17px;
	color: white;
}

.CookieCloseButtonSection {
	width: 62px;
	border-left: 1px solid rgba(5, 20, 31, 1);
}

.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;
}

.LogoSection {
	padding: 1em 0.4em;
}

.LogoIcon {
	background: #fff url("../../../images/K1/logo-new.png") no-repeat left
		center;
	border: 0 none;
	width: 125px;
	height: 45px;
	/* padding-left: 2.5%; */
	background-size: contain;
}

/* END KIA LOGO SECTION */

/* TOP MENU FIXED LINKS */
.menufixedlinks {
	margin: 4% 2.5% 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: KIA-Bold;
	font-size: 12px;
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.024em;
}

.LogoTopMenuSection .menufixedlinks li a {
	color: rgba(5, 20, 31, 1);
	text-transform: capitalize;
}

.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: #FFF;
}

#Footer_Links {
	padding: 20px 2.5%;
}

#Footer a {
	padding-right: 1em;
	letter-spacing: 1px;
	text-transform: none;
}

#Footer a:hover {
	text-decoration: underline;
}

#Footer_Text {
	width: calc(100%);
	padding: 0 2.5% 1em 2.5%;
}

#Footer_Text a {
	font: 12px/18px KIA-Light, "arial";
	text-transform: none;
	letter-spacing: 0;
	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 KIA-Bold;
	letter-spacing: 0.0625em;
	background: rgba(5, 20, 31, 1);
	padding: 8px 8px;
	text-decoration: none;
	border: none;
	height: 37px;
	width: 214px;
}

.CompareCoverButton:hover {
	background: #fff;
	text-decoration: none;
	color: rgba(5, 20, 31, 1);
}
/* end compare cover button */

/* compare cover content section */
.CompareCoverContentWrapper {
	background-color: rgba(5, 20, 31, 3%);
	padding-top: 4.0625em;
}

.CompareCoverContent {
	margin: 0 auto;
	color: #000;
	width: 50%;
}

/* Compare Cover Header Heading */
.CompareCoverHeading {
	font: 24px/30px KIA-Medium, "arial";
	/* text-transform: uppercase; */
	margin-bottom: 1em;
	letter-spacing: 0.01em;
}

.CompareCoverHeader1 {
	font: 28px/32px Font-Medium, "arial";
	width: 65%;
	margin-bottom: 2%;
}

.CompareCoverHeader2 {
	font: 28px/32px 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: 24px;
	letter-spacing: 0.078em;
	/*text-transform: uppercase;*/
}

.CompareCoverTableColumn2 {
	width: 20%;
	/* background: rgba(5,20,31,1) repeat; */
	height: 54px;
}

.CompareCoverTableColumn3 {
	width: 20%;
}

.CompareCoverTableHeaderRowCol2 {
	font-family: KIA-Medium, "arial";
	text-transform: uppercase;
}

.CompareCoverTableHeaderRowCol3 {
	font-family: KIA-Bold, "arial";
	text-transform: uppercase;
}

.CompareTableRow1Col2HeaderText, .CompareTableRow1Col3HeaderText {
	font: 16px/19px KIA-Bold, "arial";
	text-transform: uppercase;
	padding: 8px 0;
}

.CompareTableContentText {
	font: 16px/20px KIA-Light, arial;
	padding: 10px 0;
}

.GenuineSparePartsQuestion {
	font: 18px/25px KIA-Light, "arial";
	width: 100%;
}

.GenuineSparePartsAnswer {
	font: 12px/16px KIA-Light, "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/16px KIA-Light;
	text-transform: uppercase;
}

.CurrentInsurerDesc {
	margin: 0 0 2em 0;
	background: rgba(5, 20, 31, 1) none repeat scroll 0% 0%;
}

.CurrentInsurerHeader {
	font: 30px/36px KIA-Light, "arial";
	letter-spacing: 0.11em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.CurrentInsurerPolicyWording {
	font: 20px/24px KIA-Bold, "arial";
	padding-bottom: 10px;
}

.CurrentInsurerPolicyWordingYear {
	font: 20px/24px KIA-Light, "arial";
	padding-bottom: 10px;
}

.CompareCoverBespokeHeading {
	font: 20px/24px KIA-Bold, "arial";
	/* text-transform: uppercase; */
	padding: 10px 0;
}

.CompareCoverBespokeSubHeading {
	font: 18px/25px KIA-Bold, "arial";
	padding: 5px 0;
}

.CompareCoverBespokeText {
	font: 18px/25px KIA-Light, "arial";
	padding: 5px 0;
}

.CompareCoverTickImge, .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;
}

.GreenTickImage, .ev-table-tick {
	background: transparent url("../../../images/VER_LR_tick_blue.png")
		no-repeat scroll center center;
}

.RedCrossImage, .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;
}

.CompareCoverOptionsSection {
	border: medium none;
	background-position: left 25%;
	vertical-align: middle;
	margin: 0.25em 0;
	background-origin: content-box;
}

.CompareCoverOptionsText {
	font: 18px/25px KIA-Light, "arial";
	padding-left: 30px;
}

.CompareCoverTAndC {
	Font: 12px/16px KIA-Light, "arial";
	padding: 2em 0;
}

.CompareCoverCloseButton {
	/*-webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;*/
	font-family: Arial;
	color: #fff;
	font: 16px KIA-Bold;
	letter-spacing: 0.0625em;
	background: rgba(5, 20, 31, 1);
	padding: 0px 25px;
	text-decoration: none;
	border: none;
	height: 37px;
}

/* end compare cover content styles */

/* start 4 Reasons To Choose Section*/
.FourReasonsContainer {
	/* background-color: rgba(5,20,31,1); */
	background-color: #FFF;
	color: #fff;
}

.FourReasonsHeaderSection {
	letter-spacing: 0.033em;
}

.FourReasonsHeaderSection .FourReasonsHeader1 {
	font: 30px/36px KIA-Bold;
	padding-top: 1.125em;
	text-transform: uppercase;
	color: #000;
}

.FourReasonsHeaderSection .FourReasonsHeader2 {
	font: 30px/36px KIA-Bold;
	padding-bottom: 1.125em;
	text-transform: uppercase;
}

/* Numbered Heading Style */
/* .FourReasonsNumberSection {
  width: 59px;
  height: 59px;
  font: 34px/22px KIA-Bold;
				 
  border-radius: 50%;
  margin: auto;
  background-color: rgba(5,20,31,1);
  padding: 17px;
} */
.FourReasonsHeaderText {
	font: 19px/22px KIA-Bold;
	letter-spacing: 0.052em;
	color: #000;
	padding-top: 21px;
	text-transform: capitalize;
}

.FourReasonsText {
	font: 19px/22px KIA-Light;
	color: #000;
	padding-top: 16px;
}
/* end 4 reasons section styles*/
.CarouselTextColor {
	color: #000 !important;
}

/* Modal close button style */
.ModalCloseButton {
	background: transparent url("../../../images/K1/modal_close.png")
		no-repeat scroll right 10%;
}

/* Top Progress bar Styles */
.FEAturesCurrentStepStyle {
	color: rgba(5, 20, 31, 1);
	font-family: KIA-Medium, "arial";
	font-size: 18px;
	padding-right: 10px;
	vertical-align: middle;
}

.FEAturesVisitedStepStyle {
	background: transparent
		url("../../../images/K1/M&C_Kia_tracker_tick.png") no-repeat scroll
		left center;
	padding: 9px 0px 9px 38px;
	width: 185px;
	height: 31px;
	color: rgba(5, 20, 31, 1);
	font: 18px/14px KIA-Light, "arial";
	/*margin-left: 15px;*/
	vertical-align: middle;
	letter-spacing: 0.07em;
}

.FEAturesVisitedStepStyle:nth-child(3) {
	width: 210px;
}

.FEAturesVisitedStepStyle:nth-child(5) {
	width: 135px;
}

.FEAturesFutureStepStyle {
	color: rgba(5, 20, 31, 0.2);
	font-family: KIA-Light;
	font-size: 18px;
	padding-right: 10px;
}

.FEAturesCurrentIndicatorStyle {
	font-family: KIA-Medium, arial;
	font-size: 21px;
	background-color: rgba(5, 20, 31, 1);
	margin: 5px;
	padding: 5px 12px;
	border-radius: 50%;
	color: #fff;
}

.FEAturesFutureIndicatorStyle {
	background-color: white;
	border-radius: 50%;
	padding: 5px 12px;
	margin: 5px;
	font-size: 23px;
	font-family: KIA-Medium, arial;
}

.FEAturesSeparatorStyle {
	background: url("../../../images/K1/M&C_Kia_tracker_arrow_desktop.png")
		no-repeat;
	/*background-repeat:no-repeat;*/
	width: 20px;
	margin-top: 12px;
}
/* end progress bar styles */

/* Floating Need Help Section styles */
.HelpBox {
	background-color: rgba(5, 20, 31, 0.8);
	margin: 10% auto;
	width: 85%;
}

.TabletMobileHelpBox {
	background-color: rgba(5, 20, 31, 1);
	padding: 20px;
	width: 95%;
	margin: auto;
}

.NeedHelpHeading {
	font: 29px/34px "KIA-Light", "arial";
	letter-spacing: 0.113em;
}

.NeedHelpContactNo {
	font: 29px/34px "KIA-Bold", "arial";
	letter-spacing: 0.113em;
	padding-top: 10px;
}

.NeedHelpContentText {
	font: 18px/25px "KIA-Light", "arial";
	padding-top: 10px;
}

.callMeBackButton {
	font: 16px/16px KIA-Bold, "arial";
	background-color: rgba(5, 20, 31, 1);
	color: #fff;
	width: 175px;
	height: 48px;
	border: none;
	/* border-radius: 24px; */
	vertical-align: middle;
	margin: 1em auto;
	text-transform: uppercase;
}

.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 rgba(5,20,31,1);*/;
	color: rgba(5, 20, 31, 1);
}

.FAQSection {
	padding-left: 15px;
	padding-top: 14px;
}

.FormFieldSection {
	padding: 12px 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: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.07em;
}

.FormTextBold {
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.07em;
}

.AboutYouSummaryHeader {
	font: 18px/25px KIA-Bold, "arial", "helvetica", sans-serif;
	color: rgba(5, 20, 31, 1);
}

.BasicQuestion {
	font: 18px/25px KIA-Light;
	color: rgba(5, 20, 31, 1);
	margin-bottom: 8px;
	width: 100%;
}

.BasicQuestionBold {
	font: 18px/25px KIA-Bold;
	color: rgba(5, 20, 31, 1);
	margin-bottom: 8px;
	width: 100%;
}

.LeftColumnButton {
	/* width: 38%; */
	
}

.MiddleColumnButton {
	/* width: 45%; */
	
}

.RightColumnButton {
	/* width: 17%; */
	
}

.BasicAnswerReadOnly {
	font: 15px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	padding: 4px 2px;
	width: 90%;
	border: 0 none;
}

.BasicAnswerTextField {
	font: 15px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	border: 1px solid rgba(5, 20, 31, 0.2);
	padding: 4px 2px;
	width: 90%;
	margin-bottom: 5px;
}

.BasicAnswerReadOnlyTextField {
	font: 15px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	border: none;
	padding: 4px 2px;
	width: 90%;
	margin-bottom: 5px;
}

.BasicAnswerTextFieldReverseBackground {
	font: 15px/20px KIA-Medium, "arial";
	color: rgba(5, 20, 31, 0.6);
	border: 1px solid rgba(5, 20, 31, 0.2);
	padding: 4px 2px;
	width: 90%;
	margin-bottom: 5px;
	background-color: rgba(246, 246, 246, 1);
}

.BasicRadioButtonField {
	font: 15px/20px KIA-Light;
	color: rgba(5, 20, 31, 1);
	padding: 4px 0;
	width: 35%;
	border: 0 none;
	margin-bottom: 5px;
}

.RowRadioButtonAnswer {
	font: 15px/20px KIA-Light;
	color: rgba(5, 20, 31, 1);
	padding: 4px 0;
	width: 20%;
	border: 0 none;
	margin-bottom: 5px;
	min-width: 100px;
}

.BasicAnswerTextFieldWithHelp {
	font: 15px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	border: 1px solid rgba(5, 20, 31, 0.2);
	padding: 4px 2px;
	width: 88%;
	margin-bottom: 5px;
}

.CompleteAnswerTextFieldWithHelp {
	font: 15px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	border: 1px solid rgba(5, 20, 31, 0.2);
	padding: 4px 2px;
	width: 94%;
	margin-bottom: 5px;
}

.CompleteAnswer {
	font: 15px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	border: 1px solid rgba(5, 20, 31, 0.2);
	padding: 4px 2px;
	width: 100%;
	margin-bottom: 5px;
}

/* to align help icon */
.FormFieldSection a img {
	vertical-align: middle;
}

.BasicAnswerDropDown {
	font: 15px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	width: 88%;
	border: 1px solid rgba(5, 20, 31, 0.2);
	padding: 0px 2px;
	margin-bottom: 5px;
}

.CompleteAnswerDropDown {
	font: 15px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	width: 94%;
	border: 1px solid rgba(5, 20, 31, 0.2);
	padding: 0px 2px;
	margin-bottom: 5px;
}

.BasicAnswerDOBDropDown {
	font: 15px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border: 1px solid rgba(5, 20, 31, 0.2);
	margin-right: 10px;
	margin-bottom: 5px;
}

.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.5em;
}

.RemoveClaimButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	background-color: rgba(5, 20, 31);
	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/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	background-color: rgba(5, 20, 31);
	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/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 40px;
	border: 0 none;
	border-radius: 24px;
	vertical-align: middle;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
}

.RoundButton:hover {
	text-decoration: underline;
}

.showReviewButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	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: rgb(5, 20, 31) url("../../../images/K1/M&C_Kia_back.png") 6%
		center no-repeat;
	padding: 5px 25px 5px 45px;
}

.NextButton {
	background: rgb(5, 20, 31)
		url("../../../images/K1/M&C_Kia_next_grey.png") 95% center no-repeat;
	padding: 5px 45px 5px 25px;
}

.RedButton {
	background-color: rgba(5, 20, 31, 1);
	padding: 5px 25px 5px 25px;
}

.BlueButton {
	background-color: rgba(5, 20, 31, 1);
	padding: 5px 25px 5px 25px;
}

.BlackButton {
	background-color: rgb(5, 20, 31);
	padding: 5px 25px 5px 25px;
}

.AdditionalDriverHeading {
	font: 30px/36px KIA-Light, "arial";
	letter-spacing: 0.12em;
	color: rgba(5, 20, 31, 1);
	margin-top: 1em;
}

.FindPostCodeButton {
	background-color: rgb(5, 20, 31);
	margin: 10px 0px 5px;
}

/* Reviews Screen */
.ReviewText {
	font: 31px/40px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
}

.ReviewerText {
	font: 20px/24px KIA-Light, "arial";
	letter-spacing: 0.078em;
	color: rgb(5, 20, 31);
}

.RetrieveQuoteHeading {
	font: 30px KIA-Medium, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.07em;
	text-transform: none;
}

.RetrieveQuoteHeadingBold {
	font: 20px/25px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	/* text-transform: uppercase; */
}

.PolicyDocumentHeading {
	font: 30px/26px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 1px;
	/* text-transform: capitalize; */
	padding: 0.5em 0px;
}

.PolicyDocumentsStartDates {
	font: 12px/16px KIA-Light, "arial";
	color: rgb(5, 20, 31);
}
/* FAQ SECTION STYLES */
.FAQHeadingText, .FAQHeading {
	font: 22px/26px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.078em;
	padding: 15px 4px;
	/* text-transform: capitalize; */
}

.FAQHeadingText {
	/* text-transform: uppercase; */
	
}

.FAQContentText {
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding: 5px 0px;
}

.ProofOfNcdText {
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding-left: 30px;
}

.ProofOfNCDHeadingSection {
	padding: 5px 0;
}

.ProofOfNcdSubHeading {
	font: 20px/24px KIA-Medium, "arial";
	color: rgb(96, 97, 100);
	padding: 10px 0px;
	/* text-transform: capitalize; */
}

.MakeAClaimContentTextBold {
	font: 18px/25px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	padding: 5px 4px;
}

.MakeAClaimContentTextTableRightAlign {
	font: 15px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding: 5px 4px;
	text-align: right !important;
	float: right !important;
}

.MakeAClaimContentTextTableCenter {
	font: 15px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding: 5px 4px;
	text-align: right;
}

.MakeAClaimContentTextTableLeftAlign {
	font: 15px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	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 rgba(5, 20, 31, 1);
}

.tblFAQHeadingText {
	font: 18px/25px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
}

.tblFAQContentText {
	font: 16px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	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.75);
	cursor: pointer;
	max-height: 200px;
	overflow-y: auto;
	background-color: #FFF;
	font: 12px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
}

.w-form-autocomplete div {
	padding: 4px 10px !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 */
.QuotePriceSection {
	background-color: #05141fcc;
	padding: 3em 2em;
}

.QuotePriceSection .bodytext {
	color: #FFF;
}

.QuotePriceHeader1 {
	font: 30px/36px KIA-Light, "arial";
	letter-spacing: 0.17em;
	color: #fff;
	text-transform: uppercase;
}

.QuotePriceHeader2 {
	font: 20px/24px KIA-Bold, "arial";
	letter-spacing: 0.078em;
	color: #fff;
	margin-top: 1em;
	text-transform: uppercase;
}

.QuotePriceBreakup {
	font: 18px/25px KIA-Bold, "arial";
	color: #FFF;
	margin-top: 1em;
}

.YourExcessSection {
	padding: 10px 0;
	border-bottom: 1px solid #FFF;
}

.YourExcessButtonSection {
	padding: 10% 0 0 10%;
}

.RetailerAdminButton {
	background-color: rgba(5, 20, 31, 1);
}

.VoluntaryExcessAnswerDropDown {
	font: 16px/20px KIA-Medium, "arial";
	color: #fff;
	width: 100%;
	border: 1px solid #fff;
	padding: 4px;
}

.VoluntaryExcessAnswerDropDown.verexDropdownImage {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../../../images/K1/icon_arrow_down_black.png) no-repeat
		scroll 98% 50%;
	padding-right: 30px;
}

.VoluntaryExcessAnswerDropDown>option {
	background-color: rgba(5, 20, 31, 1);
}

/* Dealer Chat functionality styles */
.DealerLoginChatButton {
	font: 18px/25px KIA-Bold, "arial";
	text-transform: uppercase;
	color: rgba(5, 20, 31, 1);
}

.DealerChatNowButton {
	/*-webkit-border-radius: 24;
    -moz-border-radius: 24;
    border-radius: 24px;*/
	font-family: Arial;
	color: #fff;
	font-size: 20px;
	background: rgba(5, 20, 31, 1);
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	width: 90%;
}

.DealerChatNowButton:hover {
	color: rgba(5, 20, 31, 1);
	background: #fff;
}

.DelaerChatPopupContentText {
	font: 18px/25px "KIA-Light", "arial";
	padding-top: 10px;
	color: rgba(5, 20, 31, 1);
}

.DelaerChatPopupContactNo {
	font: 29px/34px "KIA-Bold", "arial";
	letter-spacing: 0.113em;
	padding-top: 10px;
	color: rgba(5, 20, 31, 1);
}

.NeedHelpBasicQuestion {
	font: 18px/25px KIA-Bold;
	color: #fff;
	margin-bottom: 8px;
	width: 100%;
}

.NeedHelpBasicAnswer {
	font: 16px/19px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	margin-bottom: 8px;
	padding: 5px 3px;
	width: 90%;
}

.NeedHelpContentText2 {
	padding-top: 10px;
	font: 20px/26px "KIA-Light", "arial";
	letter-spacing: 0.13em;
	margin-bottom: 10px;
}
/* STANDARD COVERS TEXT */
.IncludedAsStandardHeader {
	font: 30px/36px KIA-Bold, "arial";
	letter-spacing: 0.117em;
	text-transform: uppercase;
	color: rgba(5, 20, 31, 1);
}

.StandardCoversText {
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding-left: 30px;
}

.UsefulResourcesText {
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
}

.RightAlignedLink {
	float: right;
}
/* Button as link */
.LinkButton, .YouExcessButton, .SiteMapLink, .policyDocumentlinkText,
	.DealerResourceLinkButton {
	color: rgba(5, 20, 31, 1);
	font: 12px/18px KIA-Bold, "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;
	letter-spacing: 0.046em;
	border: 0 none;
}

.YouExcessButton {
	color: white;
	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: 18px/25px KIA-Light, "arial";
	color: #fff;
}

.ExcessPopupHeaderStyle1 {
	font: 30px/36px KIA-Bold, "arial";
	letter-spacing: 0.11em;
	text-transform: uppercase;
	margin: 1em 0 0.5em 0;
	color: rgba(5, 20, 31, 1);
}

.ExcessPopupHeaderStyle2 {
	font: 22px/26px KIA-Bold, "arial";
	letter-spacing: 0.09em;
	text-transform: uppercase;
	margin: 0.5em 0;
	color: rgba(5, 20, 31, 1);
}

.ExcessPopupContentText {
	font: 16px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	margin-bottom: 0.5em;
}

.DriverTableRow {
	font: 16px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	border-bottom: 1px solid rgba(5, 20, 31, 1);
}

.DriverTableExcessAmount {
	float: right;
}

.DriverTableWrapper .DriverTableRow:last-of-type {
	border: none 0;
}
/* end excess popup styles */

/* Quote Referral Page */
.referralHeader {
	font: 30px/36px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.117em;
}

.referralBody {
	font-family: KIA-Light;
	font-size: 18px;
	color: rgba(5, 20, 31, 1);
}

.referralCallUs {
	font-family: KIA-Light;
	font-size: 20px;
	color: rgba(5, 20, 31, 1);
}
/* end referral page styles */

/* Quote Protection Page Styles */
.DealerHomePageHeader, .QuoteProtectionPageHeader {
	font: 30px/36px KIA-Bold, "arial";
	letter-spacing: 0.117em;
	text-transform: uppercase;
	color: rgba(5, 20, 31, 1);
}

.QuoteProtectionPriceSection {
	background-color: #FFFFFF;
	width: 98%
}

.QuoteProtectionTableHeader {
	font: 16px/20px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	text-transform: 0.0625em;
	width: 98%;
}

.QuoteProtectionTableHeaderSelected {
	font: 16px/20px KIA-Bold, "arial";
	color: white;
	background-color: rgba(5, 20, 31, 1);
	letter-spacing: 0.0625em;
	width: 98%;
}

.QuoteProtectionTableOptions {
	font: 18px/25px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
}

.QuoteProtectionKeyFacts {
	font: 12px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	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: rgba(5, 20, 31, 1)
		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: 3.5rem !important;
	padding-left: 0.5rem !important;
}

.LegalPrice {
	font: 18px/25px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
}

.KeyCoverOptionPadding {
	padding-top: 3rem !important;
	padding-left: 0.5rem !important;
}

.CourtesyCarOptionPadding {
	padding-top: 2.75rem !important;
	padding-left: 0.5rem !important;
}

.QuoteProtectionAddButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 36px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	margin: 5px 0 5px 0;
	background-color: rgba(5, 20, 31, 1);
	padding: 5px 25px 5px 25px;
}

.QuoteProtectionRemoveButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 36px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	margin: 5px 0 5px 0;
	background-color: rgba(5, 20, 31, 1);
	padding: 5px 15px 5px 15px;
}

.QuoteProtectionPriceHeading {
	font: 16px/20px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	width: 100%;
}

.QuoteProtectionPackagePrice {
	font: 25px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	width: 100%;
}

.QuoteProtectionSelectedPackagePrice {
	font: 25px KIA-Bold, "arial";
	color: white;
	width: 100%;
}

.QuoteProtectionSelectedSection {
	background-color: rgba(5, 20, 31, 1);
	width: 98%
}

.QuoteProtectionSavePercent {
	font: 15px/20px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
}

.QuoteProtectionSelectedSavePercent {
	font: 15px/20px KIA-Bold, "arial";
	color: white;
}

.QuoteProtectionEmptySectionWhite {
	width: 98%;
	height: 16em;
	background-color: white;
}

.QuoteProtectionEmptySectionBlue {
	width: 98%;
	height: 16em;
	background-color: rgba(5, 20, 31, 1);
}

.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/20px KIA-Medium, "arial";
	text-align: center;
	color: rgba(5, 20, 31, 1);
}

.ResultsTable th {
	font: 16px/20px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.0625em;
	vertical-align: bottom;
	padding-bottom: 5px;
	text-transform: uppercase;
}

*.ResultsTable th:last-child {
	background-color: rgba(5, 20, 31, 1);
	color: #FFF;
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.0625em;
}

.ResultsTable *.BlackCol {
	background-color: rgba(5, 20, 31, 1);
	color: #FFF;
	font: 12px/15px KIA-Bold, "arial";
	letter-spacing: 0.046em;
}

.ResultsTable td:last-child {
	background-color: rgba(5, 20, 31, 1);
	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: 15px;
	font-family: KIA-Medium, "arial";
	letter-spacing: 0.04em;
	text-align: left;
}

.GroupColSpan {
	border-bottom: 1px solid rgba(5, 20, 31, 1);
	padding-bottom: 1px;
}

.navRow {
	height: 50px;
	text-align: center;
	margin-top: 20px;
}

.navItem {
	display: inline-block;
	height: 15px;
	padding: 10px;
	font: 16px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 0.2);
}

span.navItem {
	font: 16px/20px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
}

span.navItem:hover {
	background-color: 0 none;
}

.navItem:first-child {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 36px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	background: rgba(5, 20, 31, 1)
		url("../../../images/K1/M&C_Kia_back.png") 6% center no-repeat;
	padding: 9px 25px 9px 45px;
}

.navItem:last-child {
	float: right;
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 36px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	background: rgba(5, 20, 31, 1)
		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: 30px/36px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.1em;
	/* text-transform: uppercase; */
}

.eligibilityTextcontent {
	letter-spacing: 0.07em;
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding-left: 30px;
	padding-right: 0px;
	width: inherit !important;
}

.almostThereformTopSection {
	padding-top: 30px;
}

.eligibilityTextcontentWithoutTick {
	letter-spacing: 0.07em;
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding-top: 13px;
	padding-bottom: 18px;
}

.eligibilitySectionPadding {
	padding-top: 13px;
	padding-bottom: 18px;
}

/*Payment page styles */
.SelectedPaymentTextColumn {
	width: 80%;
}

.UnselectedPaymentTextColumn {
	width: 80%;
}

.paymentHeading {
	font: 20px/24px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.078em;
	padding-bottom: 5px;
}

.paymentText {
	letter-spacing: 0.0625em;
	font: 16px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding-bottom: 18px;
}

.paymentText {
	letter-spacing: 0.0625em;
	font: 16px/20px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	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/24px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 0.3);
	letter-spacing: 0.078em;
	padding-bottom: 5px;
}

.paymentWhiteSectionText {
	letter-spacing: 0.07em;
	font: 16px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 0.3);
	padding-bottom: 18px;
}

.paymentRedSectionHeading {
	font: 20px/24px KIA-Bold, "arial";
	color: rgba(255, 255, 255, 1);
	letter-spacing: 0.078em;
	padding-bottom: 5px;
}

.paymentRedSectionText {
	letter-spacing: 0.07em;
	font: 16px/20px KIA-Light, "arial";
	color: rgba(255, 255, 255, 1);
	padding-bottom: 18px;
}

.paymentRedSection {
	background-color: rgba(5, 20, 31, 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/24px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.078em;
	width: 62% !important;
}

.whiteSection {
	background-color: rgba(255, 255, 255, 1);
	padding: 9px 25px 19px 25px;
}

.RoundButtonPayment {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 36px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	/*   margin: 15px 0 5px 0;*/
}

.PaymentRadioButtonField {
	font: 16px/20px KIA-Light;
	color: rgba(5, 20, 31, 1);
	width: 100%;
	border: 0 none;
}

/* Thank you page */
.thankYouBlueSection {
	background-color: rgba(5, 20, 31, 0.8);
}

.quoteProtectionCustomPriceSection {
	background-color: rgba(5, 20, 31, 0.8);
}

.thankYouRedBoldText {
	font: 18px/25px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	padding-bottom: 5px;
}

.thankYou30WhiteBoldHeading {
	font: 30px/36px KIA-Bold, "arial";
	color: rgba(255, 255, 255, 1);
	letter-spacing: 0.078em;
	padding-bottom: 5px;
}

.thankYou16WhiteLightText {
	font: 16px/20px KIA-Light, "arial";
	color: rgba(255, 255, 255, 1);
	letter-spacing: 0.0625em;
	padding-bottom: 5px;
}

.thankYou18LightTextGrey {
	font: 16px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.0625em;
	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/18px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
}

.DealerLoginConfirmationCol2 {
	width: 95%;
	font: 14px/18px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
}

.DealerLoginSubHeading {
	font: 14px/18px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
}

/* COOKIE, PRIVACY AND TERMS OF USE STYLES */
.privacyPolicy h1 {
	font-family: KIA-Bold, arial;
	font-size: 30px;
	color: rgba(5, 20, 31, 1);
	text-align: left;
	/* text-transform: uppercase; */
	padding: 0;
}

.privacyPolicy h2 {
	font-family: KIA-Medium, "arial";
	font-size: 22px;
	color: rgba(5, 20, 31, 1);
	text-align: left;
	margin-top: 10px;
}

.privacyPolicy p, .privacyPolicy pre {
	font-family: KIA-Light, "arial";
	font-size: 18px;
	color: rgba(5, 20, 31, 1);
	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: 20px; /* DO WE NEED ??*/
	/*text-indent: -1em;*/
	font-family: KIA-Light, "arial";
	font-size: 18px;
	color: rgba(5, 20, 31, 1);
	padding-top: 8px;
	text-align: left;
}

.privacyPolicy li {
	list-style-position: outside;
}

.termsOfUse h1 {
	font-family: KIA-Bold, "arial";
	font-size: 30px;
	color: rgba(5, 20, 31, 1);
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}

.termsOfUse h2 {
	font-family: KIA-Medium, "arial";
	font-size: 22px;
	color: rgba(5, 20, 31, 1);
	text-align: left;
	margin-top: 10px;
}

.termsOfUse p {
	font-family: KIA-Light, "arial";
	font-size: 18px;
	color: rgba(5, 20, 31, 1);
	padding-top: 8px;
	text-align: left;
}

.termsOfUse ul, .termsOfUse ol {
	padding-left: 20px;
	/*  text-indent: -1em; */
	font-family: KIA-Light, "arial";
	font-size: 18px;
	color: rgba(5, 20, 31, 1);
	padding-top: 8px;
	text-align: left;
}

.termsOfUse li {
	list-style-position: outside;
}

.cookiePolicy h1 {
	font-family: KIA-Light;
	font-size: 30px;
	color: rgba(5, 20, 31, 1);
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}

.cookiePolicy h2 {
	font-family: KIA-Light;
	font-size: 22px;
	color: rgba(5, 20, 31, 1);
	text-align: left;
	margin-top: 10px;
}

.cookiePolicy p {
	font-family: KIA-Light;
	font-size: 18px;
	color: rgba(5, 20, 31, 1);
	padding-top: 8px;
	text-align: left;
}

.cookiePolicy ul, .cookiePolicy ol {
	padding-left: 20px;
	/*  text-indent: -1em; */
	font-family: KIA-Light;
	font-size: 18px;
	color: rgba(5, 20, 31, 1);
	padding-top: 8px;
	text-align: left;
}

.cookiePolicy li {
	list-style-position: outside;
}

.cookiePolicy table tr {
	font-family: KIA-Light;
	font-size: 18px;
	color: rgba(5, 20, 31, 1);
}
/* END */
.modal-content table {
	width: 80%;
}

.modal-content td {
	width: 150px;
	vertical-align: top;
}

input, select, textarea, button {
	font: inherit;
	color: inherit;
}

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: "LRBold";
	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: rgba(5, 20, 31, 1);
	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: rgba(5, 20, 31, 1);
	border: none;
	font-family: KIA-Light;
}

.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: rgba(5, 20, 31, 1);
	padding: 0px;
	border: none;
	font-family: KIA-Light;
}

.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: rgba(5, 20, 31, 1);
	padding: 0px;
	border: none;
	font-family: KIA-Light;
}

.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: rgba(5, 20, 31, 1);
	padding: 0px;
	border: none;
	font-family: KIA-Light;
}

.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: rgba(5, 20, 31, 1);
	padding: 0px;
	border: none;
	font-family: KIA-Light;
	height: 35px;
	padding-left: 8px;
}

.CompleteDropDownAnswerControl {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: rgba(5, 20, 31, 1);
	padding: 0px;
	border: none;
	font-family: KIA-Light;
	height: 35px;
	padding-left: 8px;
}

.PhaseHeaderStyle {
	font: 45px/54px KIA-Bold, "arial";
	letter-spacing: 0.117em;
	text-transform: uppercase;
	color: white;
	padding-left: 2.5%;
	text-shadow: 0 0 7px rgba(51, 51, 51, 0.4);
	position: absolute;
	top: 40px;
	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-image: url(../../../images/RadioButton.png);
	background-repeat: no-repeat;
}

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:KIA-Light;   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: -4px;
}

.helpDiv2 {
	position: static !important;
}

.helpLink {
	height: 1.5em;
	border-right: 2px solid rgba(5, 20, 31, 1);
	margin-right: 0.95em;
	margin-top: -0.8em;
}

.HelpIcon img {
	float: right;
}

.HelpContentBox {
	background-color: rgba(5, 20, 31, 1);
	padding: 10px 8px;
	font: 14px/18px KIA-Light, "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: 5em 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*/
.SlideOutButtonImage {
	content: url("../../../images/K1/VER_mobile_hamburger.png");
	background-image: url(../../../images/K1/VER_mobile_hamburger.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 25px;
	background-color: transparent;
	border: none;
}

.SlideoutSection {
	background-color: rgba(5, 20, 31);
}

.SlideoutCloseButtonSection {
	border-bottom: 1px solid #fff;
}

.SlideoutCloseButton {
	font: 13px KIA-Bold, "arial";
	color: #000;
	background-color: #E2E2E2;
	/*border-radius: 24px;*/
	border: 0 none;
	letter-spacing: 0.03em;
	width: 68px;
	height: 36px;
	margin: 10px 0 10px 0;
}

.SlideOutLeftMargin {
	margin-left: 10%;
}

.SlideOutMenuItem {
	font: 13px KIA-Medium;
	color: white;
	padding: 10px 0 10px 40px;
	vertical-align: middle;
}

.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: rgba(5, 20, 31);
	border-bottom: 1px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Summary Page*/
.LREditButton {
	background-image: url(../../../images/pencil.svg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: none;
	margin-left: -5px;
}

.LREditButton:hover {
	background-image: url(../../../images/pencil.svg) !important;
	background-repeat: no-repeat;
}

.SummaryPageDetailsBold {
	font: 18px/25px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
}

.SummaryPageDetailsLight {
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
}

.SummaryDetailsDoneButton {
	background-color: rgba(5, 20, 31, 1);
}

.SummaryEditableSection {
	border-top: 1px solid rgba(5, 20, 31, 1);
	border-bottom: 1px solid rgba(5, 20, 31, 1);
	padding: 5px 0;
}
/*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="FontKIA-Light LRVSmall12"] {
		left: 145px !important;
		bottom: 110px !important;
		position: absolute !important;
		width: 30% !important;
		color: #FFFFFF !important;
	}
	*[class="FontKIA-Light 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: 35px/44px KIA-Bold, "arial";
		top: 15px;
	}
}

.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: KIA-Light;
	color: #00173a;
}

.carousel-indicators {
	bottom: 20px;
}

*: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: rgba(5, 20, 31, 1);
}

#Customer_NavigationMenu .show-popup span {
	background-color: rgba(5, 20, 31, 0.77);
	letter-spacing: 0.05em;
	color: white;
	/*text-shadow:1px 1px 0 #44a8d0;*/
	font-family: KIA-Light;
	font-size: 12px;
}

#Retailer_NavigationMenu .show-popup span {
	background-color: rgba(5, 20, 31, 0.77);
	letter-spacing: 0.05em;
	color: white;
	/*text-shadow:1px 1px 0 #44a8d0;*/
	font-family: KIA-Light;
	font-size: 12px;
}

/**contact call center */
.contactTopSection {
	padding-top: 30px;
	padding-bottom: 25px;
}

.contactText {
	font: 30px/36px KIA-Light, "arial";
	letter-spacing: 0.12em;
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.078em;
	text-transform: uppercase;
}

.contactEPText {
	font: 18px/25px KIA-Light, "arial";
	letter-spacing: 0.07em;
	color: rgba(5, 20, 31, 1);
	text-transform: uppercase;
}

.ContactTextRed {
	font: 18px/25px KIA-Bold, "arial";
	letter-spacing: 0.07em;
	color: rgba(5, 20, 31, 1);
}

.referralText {
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding: 5px 4px;
}

.referralSectionText {
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	border-bottom: 1px solid rgba(5, 20, 31, 1);
	padding-bottom: 15px;
}

.QuoteSelectedOptionsText {
	background: transparent url("../../../images/K1/M&C_Kia_tick_white.png")
		no-repeat left center;
	padding-left: 30px;
	font: 18px/25px KIA-Light, "arial";
	color: white;
	margin-top: 10px;
}

.QuoteProtectionNoClaimsHeader {
	font: 27px/34px KIA-Bold, "arial";
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(5, 20, 31, 1);
	margin-top: 20px;
}

.QuoteProtectionNoClaimsDesc {
	font: 18px/25px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	padding-top: 8px;
}

.bcImage2 {
	content: url("../../../images/help-circle-outline.svg");
	background-image: url(../../../images/help-circle-outline.svg);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	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: rgba(5, 20, 31, 1);
	font: 14px/18px KIA-Light, "arial";
	color: #fff;
	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: 5px solid rgba(5, 20, 31, 1);
}

.tool-tip, *.tool-tip.top {
	top: auto;
	bottom: 114%;
	left: 50%;
}

.tool-tip, *.tool-tip.top {
	width: 280px;
	margin-left: -260px;
	margin-top: 0px;
}

.tool-tip.bottom {
	top: 120%;
	bottom: auto;
	left: 50%;
	margin-bottom: auto;
}

.tool-tip.bottom:before {
	position: absolute;
	display: inline-block;
	border-top: 18px solid rgba(5, 20, 31, 1);
	border-left: 0px solid rgba(5, 20, 31, 1);
	border-right: 2px solid rgba(5, 20, 31, 1);
	border-bottom: 0px solid rgba(5, 20, 31, 1);
	left: 254px;
	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: rgba(5, 20, 31, 1);
	border-bottom-color: rgba(5, 20, 31, 1);
	border-left-color: rgba(5, 20, 31, 1);
	border-right-color: rgba(5, 20, 31, 1);
}

.LoadingText {
	font: 20px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.03em;
	margin-top: 20px;
	padding: 5px 4px;
	text-transform: none;
}

.PopupLoadingText {
	font: 20px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.117em;
	margin-top: 20px;
	padding: 5px 4px;
	text-transform: none;
}

.UploadNCDLink {
	background: transparent url(../../../images/K1/M&C_Kia_link.png) left
		center no-repeat;
	padding-left: 15px;
	font: 12px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
}

.UploadNCDQuestion {
	font: 16px/20px KIA-Light;
	color: rgba(5, 20, 31, 1);
	border: none;
	padding: 4px 2px;
	width: 100%;
	margin-bottom: 5px;
}

.UploadNCDAnswerControl {
	font: 16px/20px KIA-Medium;
	color: rgba(5, 20, 31, 0.6);
	padding: 0px;
	border: none;
}

.NeedHelpColumn {
	width: 25%;
}
/*ThankYou Page*/
.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc);
	width: 36px;
	height: 36px;
	padding: 3px 0px 0px 11px;
	background: #fff;
	text-align: center;
	color: rgba(5, 20, 31, 1);
	font: 24px/30px KIA-Bold, "arial";
}

.paddingtop1Percent {
	padding-top: 2%;
}

.paddingbottom1Percent {
	padding-bottom: 2%;
}

.marginleft3Percent {
	padding-left: 0px;
	margin-left: 3%;
}

.ThankyouSubsectionRow1Column1Width {
	width: 9%;
}

.ThankyouSubsectionRow1Column2Width {
	width: 72%;
}

.ThankyouSubsectionRow1Column3Width {
	width: 19%;
}

.ThankyouSubsectionColumn2Width {
	width: 91%;
}

.FAQQuestionText {
	font: 18px/25px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	padding: 5px 4px;
	/* text-transform: uppercase; */
}

.PolicyDocumentColumn2 {
	width: 25%;
	padding: 10px 0 0 0;
}

.PolicyDocumentColumn1 {
	width: 75%;
}

.DealerResourceLeftAlignText {
	font: 15px/20px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
}
/*LRQuote*/
.LRQuoteYourExcessesColumn1 {
	width: 50%;
}

.LRQuoteYourExcessesColumn2 {
	width: 30%;
	margin: 10% 0% 0% 20%;
}
/*LRQuote*/
.SessionTimeOutGoHomeHeading {
	color: rgba(5, 20, 31, 1);
	font: 20px/25px KIA-Bold, "arial";
}

/* Vehicle Details */
.multiCarCallBackInstructionSection, .VehicleSearchResultsSection {
	background-color: rgba(5, 20, 31, 0.8);
	padding: 10px 4px;
}

.VehicleSearchResultsSectionText {
	font: 16px/20px KIA-Light, "arial";
	color: #FFF;
}

.VehicleSearchResultsSectionTextBold {
	font: 16px/20px KIA-Bold, "arial";
	color: #FFF;
}
/* Vehicle Details */

/*buttons*/
.SaveForLaterButton, .NCDRemoveButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 0 20px;
	height: 40px;
	border: medium none;
	border-radius: 24px;
	vertical-align: middle;
	margin: 15px 0 5px 0;
	background-color: rgba(5, 20, 31, 1);
	text-transform: uppercase;
}

.UploadNCDdocumentConfirmationButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 40px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	margin: 15px 0 5px 0;
	background-color: rgba(5, 20, 31, 1);
	text-transform: uppercase;
}

.DoneButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 40px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	margin: 15px 0 5px 0;
	background-color: rgba(5, 20, 31, 1);
	text-transform: uppercase;
}

.QuoteProtectionClaimsButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 40px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	margin: 15px 0 5px 0;
	background-color: rgba(5, 20, 31, 1);
	text-transform: uppercase;
}

.DealerLoginButton, .PostcodeLookupButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	height: 40px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	margin: 15px 0 5px 0;
	background-color: rgba(5, 20, 31, 1);
	padding: 5px 25px 5px 25px;
	text-transform: uppercase;
}

.RegistrationFindButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 5px 20px;
	height: 40px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	margin: 15px 0 5px 0;
	background-color: rgba(5, 20, 31, 1);
	text-transform: uppercase;
}

.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/16px KIA-Light, "arial";
	color: white;
	padding: 5px 0px 5px 40px;
	letter-spacing: 0.03em;
}

.ExcessProtectPrintLink {
	font: 18px/25px KIA-Light, "arial";
	letter-spacing: 0.07em;
	color: rgba(5, 20, 31, 1);
	text-transform: uppercase;
	width: 100%;
}

/* NCD Protection Price Style */
.NCDCostText {
	font: 18px/25px KIA-Bold, "arial";
	color: black;
	padding: 10px 0;
	text-align: left;
	margin-left: 0.5em;
}

/* Header image replacement styles */
.HomePageBanner {
	left: 0;
	top: 0;
	/*background-color: rgba(256,256,256,0.7);*/
	width: 100%;
	color: #fff;
	text-align: left;
	text-shadow: none;
	padding: 0;
	bottom: auto;
	position: absolute;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.BannerButtons {
	/* width: 36% !important; */
	margin: 1% auto 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.stickyButtonsSection {
	display: none;
}

/* .LandingPageDealerLoginDiv {
	width: 60%;
    padding: 0;
    margin-left: 22%;
    margin-top: -5%;
}
 */
.GetMeHomeCover {
	width: 50%;
}

#p1_GRP_85E5223F01D4ADF985848 {
	display: flex;
	position: absolute !important;
	top: 63%;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	flex-flow: column wrap;
	align-content: center;
}

.HangingIcon {
	clear: both;
	display: block;
	/* position: absolute; */
	/* left: 47%; */
	background: transparent url(../../../images/ccp.png) 50% 99%
		no-repeat;
	background-size: contain;
	width: 200px;
	height: 6em;
	margin-top: 0.5em;
}

/* 5 star cover section - home page */
.Fivestarcoversection {
	background-color: white;
	padding: 1.5% 0%;
}

.Fivestarcoversection>div {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.Fivestarcoverheading {
	font: 30px/36px KIA-Light, "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 0.02em;
}

.Fivestarcovernewquotebutton {
	color: #0c0c0c;
	font: 14px/20px KIA-Bold, "arial";
	/* margin-top: 10px; */
	text-decoration: none;
	border: none;
	/*border-radius: 24px;*/
	height: 45px;
	width: 195px;
	background: #FFF;
	/*padding: 5px 25px;*/
	float: left;
	vertical-align: middle;
	text-transform: uppercase;
}

.Fivestarcovernewquotebutton:hover {
	text-decoration: underline;
}

.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/24px KIA-Bold, "arial";
	text-align: center;
	padding: 10px 0 0 0;
	color: rgba(5, 20, 31, 1);
}

/*Renewal Date*/
.RenewalDateHeading {
	Font: 30px KIA-Bold, "arial";
	padding: 0.5em 0;
	color: rgba(5, 20, 31, 1);
}

.RenewalDateFormText {
	font: 18px/25px KIA-Medium, "arial";
	color: rgb(96, 97, 100);
	padding-bottom: 20px;
}

.RenewalDateFormText a {
	text-decoration: underline;
}

.RenewalDatePostcodeFieldSection {
	padding: 15px 0;
}

.RenewalDateSubmitButton {
	color: white;
	font: 16px/20px KIA-Bold, "arial";
	margin-bottom: 10px;
	text-decoration: none;
	border: none;
	/*border-radius: 24px;*/
	height: 40px;
	/* width: 160px; */
	background: rgba(5, 20, 31, 1);
	padding: 5px 25px;
	float: left;
	vertical-align: middle;
	text-transform: uppercase;
}

/*Renewal Date*/

/* MultiCar Page */
.MultiCarCallBackText {
	font: 28px/34px KIA-Light, "arial";
	padding: 0;
}

.MultiCarCallBackText sup {
	font-size: 16px;
}

.MultiCarOfferText {
	font: 16px/20px KIA-Light, "arial";
	margin-bottom: 1em;
	color: rgba(5, 20, 31, 1);
}

.MultiCarDescription {
	font: 20px/25px KIA-Light, "arial";
	padding-bottom: 1em;
	color: rgba(5, 20, 31, 1);
}

.ProgressBarSection {
	padding: 50px 0;
	border-bottom: 1px solid rgba(5, 20, 31, 1);
}

.SubText {
	font-size: 1em;
	line-height: 1.2em;
	color: rgba(5, 20, 31, 1);
	padding: 4px;
}

.PaymentComodoSecureHelpColumn {
	width: 7%;
}

/* payment page voucher code question */
.VoucherCodeQuestionColumn {
	width: 80%;
}

.VoucherCodeQuestion {
	font: 18px/24px KIA-Bold, "arial";
	color: rgba(5, 20, 31, 1);
	width: 49%;
}

.VoucherCodeApplyButtonColumn {
	width: 20%;
}

.PaymentFindPostCodeButton {
	font: 16px/20px KIA-Bold, "arial";
	letter-spacing: 0.05em;
	color: #FFF;
	background-color: rgba(5, 20, 31, 1);
	padding: 5px 20px;
	height: 36px;
	border: medium none;
	/*border-radius: 24px;*/
	vertical-align: middle;
	margin-top: 1.2em;
	text-transform: uppercase;
}

.PrivacyOptinText {
	font: 18px/25px KIA-Light "arial";
	color: rgba(5, 20, 31, 1);
	letter-spacing: 1px;
}

.PrivacyOptinText a {
	text-decoration: underline;
}

.QuoteHelpToolTipButton {
	background: transparent url(../../../images/VER_LR_tooltip_default.png)
		left no-repeat;
	width: 35px;
	height: 35px;
	border: 0 none;
}

.GdprOptionQuestion {
	color: rgba(5, 20, 31, 1);
}

.PaymentPriceBreakdown {
	font: 18px/25px KIA-Light, "arial";
	color: #FFF;
}

.CCPTableHeaderRow, .CCPTableRow {
	color: rgba(5, 20, 31, 1);
}

.DarkText {
	color: #FFF;
}

.goelectric {
	background: transparent url("../../../images/K1/go_electric.png") left
		center no-repeat;
	background-size: contain;
	display: flex;
	padding-left: 200px;
	margin-bottom: 1em;
}

.QuoteFormNav>div {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.ancillary-section-wrapper .QuotePriceHeader2, .ancillary-section-wrapper .QuotePriceHeader1, .ancillary-section-wrapper .AncillarySubtext {
	color: #000;
}

.ev-marketing p.footerText {
	color: #000;	
}

.ConfirmationPage .flexmarker>div {
	justify-content: flex-start;
	align-items: center;
}

.shaded-box {
	background: #FFF;
	margin-bottom: 1em;
}

.shaded-box .QuotePriceHeader1, .shaded-box .bodytext  {
	color: #000;
}

.PaymentSwitchActive {
	background: #05141fcc;
}

@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: 65%;
	}
	.HangingIcon {
		/* left: 47%; */
		
	}
	.Fivestarcovercol1 {
		width: 23%;
	}
	.Fivestarcovercol2, .Fivestarcovercol3 {
		/* width: 30%; */
		
	}
	.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;
	}
}

@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: 65%;
	}
	.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;
	}
}

@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: 72%;
	}
	.HangingIcon {
		/* left: 48% */;
		
	}
	.carousel-Header1 {
		font-size: 38px;
	}

	/* .Fivestarcovercol1 {
		width: 23%;
	}

	.Fivestarcovercol2 {
		width: 27%;
	}
	
	.Fivestarcovercol3 {
		width: 26%;
	} */
	.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;
	}
}

@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: 75%;
	}
	.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 {
		width: 21.5%;
	} */
	.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;
	}
}

@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: 68%;
	}
	.HangingIcon {
		/* left: 47%; */
		
	}

	/* .Fivestarcovercol1 {
		width: 10%;
	}

	.Fivestarcovercol2, .Fivestarcovercol3 {
		width: 40%;
	} */
	.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;
	}
}

@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: 65%;
	}
	.CarouselCallText {
		margin-left: 0;
	}

	/* .LandingPageDealerLoginDiv {
		padding: 0 18%;
	} */

	/* .Fivestarcovercol1 {
		display: none;
	}

	.Fivestarcovercol2 {
		width: 52%;
	}
	
	.Fivestarcovercol3 {
		width: 47%;
	} */
	.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;
	}
}