/** New quote page styles */
h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: lr_ot4, sans-serif;
  color: #0c121c;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: lr_ot4, sans-serif;
  color: #0c121c;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: lr_ot4, sans-serif;
  color: #0c121c;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.bodytext {
	margin: 0;
	margin-bottom: 5px;
	font-family: AvenirNext, sans-serif;
	color: #333;
	line-height: 19px;
	font-weight: normal;
}

h5.bodytext {
	/* margin-bottom: 4px; */
    font-size: 12px;
    line-height: 16px;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.highlights {
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid #e9ecec;
}

.quote {
  width: 45%;
  padding-left: 30px;
}

.tablerow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote_grey {
  margin-top: 0px;
  padding: 30px;
  background-color: #4a4f54;
}

.quote_grey.last {
  margin: 2em 0 3em 0;
}

.quote_grey.last > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white {
  margin-bottom: 10px;
  color: #f8f9f9;
}

.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: flex;
  flex-flow: column wrap;
  padding: 1em 0;
}
.benefits-list-wrapper ul > li {
  font: 14px/20px AvenirNext, arial;
  color: #0c0c0c;
  padding-left: 0.5em;
  /* text-indent: -1.8em; */
  margin-left: 0;
  padding: 0.25em 0;
  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: #0c760c;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-button-group > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: 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: flex;
  flex-flow: column;
  /* align-items: center; */
}

.documents {
  margin-top: 40px;
  padding: 30px;
  background-color: #f8f9f9;
}

.docs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.document-box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: 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: inline-flex;
	min-width: 1em;
}

.quote-box-bottom-col2 {
  padding-left: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: 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;
	-webkit-flex-direction: column;
	-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;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	}

	.quote_grey.last > div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	}
	
	.quote-box-bottom-col2 {
		margin-top: 2em;
		width: 100%;
		padding-left: 0;
	}
}