/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

/** New quote page styles */
/* h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: NouvelR-Bold, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: NouvelR-Bold, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: NouvelR-Bold, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
} */

.uxp-q-row>.uxp-question {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
	font-family: NouvelR-Regular, arial;
    font-size: 16px;
	line-height: 22px;
    color: #0c121c;
    width: 100%;
    
}

.driveaway {
  width: 100%;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #e9ecec;
}

h1.title {
	margin: 1em 0;
}

.content-block-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4em;
  padding-bottom: 2em;
}

.highlights {
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid #e9ecec;
}

.quote {
  width: 50%;
  padding-left: 30px;
}

.tablerow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote_grey.last {
  margin: 2em 0 3em 0;
}

.quote_grey.last > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 40px; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.quote_grey.last .col1 h5.bodytext    {
	font-family: NouvelR-Regular, arial;
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	
}

.legal-info-box .QuoteProtectionPageHeader, .lkey-info-box .QuoteProtectionPageHeader, .courtesycar-info-box .QuoteProtectionPageHeader, .ncd-info-box .QuoteProtectionPageHeader  {
	font-family: NouvelR-Bold, arial;
	font-size: 16px;
	line-height: 34px;
	text-transform: lowercase;	
}

.legal-info-box .read-more-wrap, .lkey-info-box .read-more-wrap, .courtesycar-info-box .read-more-wrap, .ncd-info-box .read-more-wrap  {
	font-family: NouvelR-Regular, arial;
	font-size: 14px;
	line-height: 20px;
}

.ancillary-section-wrapper button.RoundButton {
  /* background: black url("../../../images/R1/M&C_Renault_back_yellow.png")  15% center no-repeat; */
  background: #FFF;
  padding: 12px;
  color: #000;
  border: 1px solid black;
}

.ancillary-section-wrapper button.RoundButton:hover {
  background-color: #000;
  color: #fff;
}

.optional-covers-cost-box .AncillarySubtext {
	font-size: 16px;
	line-height: 22px;	
}

/* div#p1_HEAD_36904B776C13F5AF72957.pageHeading,div#p1_HEAD_03D597DF9D58938D74747.pageHeading, div#p1_HEAD_651A2734E9928FD984889.pageHeading, div#p1_HEAD_5DC64F6310564CFD114026.pageHeading{
	font-family: NouvelR-Bold, arial;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
} */

.PaymentChargesText  {
	font-family: NouvelR-Regular, arial;
	font-size: 12px;
	line-height: 16px;	
}

.white {
  margin-bottom: 10px;
  /* color: #fff; */
}

.indicative-quote-box {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #e9ecec;
}

.benefits-list-wrapper ul {
  margin: 0;
  list-style-type: none;
  margin-left: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 1em 0;
}
.benefits-list-wrapper ul > li {
  font: 16px/22px NouvelR-Regular, arial;
  color: #0c0c0c;
  padding-left: 0.5em;
  /* text-indent: -1.8em; */
  margin-left: 0;
  padding: 0.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-flow: column; */
  /* justify-content: center; */
}
.benefits-list-wrapper ul > li:before {
  /* text-indent: -5px; */
  /* padding-right: 0.5em; */
  content: '\f00c';
  font-family: "icons", arial;
  /* flex: 1; */
  font-size: 1.25em;
  text-align: center;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* flex-flow: column; */
  min-width: 2em;
}

.crossimg:before {
  content: "\f00d";
}

.excess-box {
  padding: 30px 30px 0px;
}

.excess-checker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-button-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.valid-for {
    margin-top: 20px;
    font-style: italic;
}

.poppage {
  position: relative;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  padding: 30px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(74, 79, 84, 0.6);
  background-color: #f8f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  /* align-items: center; */
}

.documents {
  margin-top: 40px;
  padding: 30px;
  background-color: #f8f9f9;
}

.docs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.document-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.document-box .bodytext {
	margin: 0;
}

.fileLink {
  margin-bottom: 0px;
  margin-right: 2em;
}

.fileLink:before {
	content: '\f1c1';
	font-family: "icons", arial;
	font-size: 1.25em;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 1em;
}

.quote-box-bottom-col2 {
  padding-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* voluntary excess drop down */
#p4_QUE_D151909C99D46F53113988 {
	margin-left: -1.25em;
}

@media screen and (max-width: 479px) {
	.quote-button-group > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.content-block-quote {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	}

	.highlights {
	width: 100%;
	margin-top: 2em;
	padding-right: 0;
	border-right-style: none;
	}

	.quote {
	width: 100%;
	padding-left: 0px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	}

	.quote_grey.last > div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	}
	
	.quote-box-bottom-col2 {
		margin-top: 2em;
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (min-width: 1025px) {
	.legal-info-box .QuoteProtectionPageHeader, .lkey-info-box .QuoteProtectionPageHeader, .courtesycar-info-box .QuoteProtectionPageHeader, .ncd-info-box .QuoteProtectionPageHeader {
		font-size: 22px;
	}
	
	.legal-info-box .read-more-wrap, .lkey-info-box .read-more-wrap, .courtesycar-info-box .read-more-wrap, .ncd-info-box .read-more-wrap {
		font-size: 16px;
	}
}