/* SCSS styles for FI Landing Page */
/* line 5, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.white {
  margin-bottom: 10px;
  /* color: #fff; */
}

/* line 11, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.process.finance-integration .mobileButtonFlexSection > div {
  flex-flow: row;
}

/* line 16, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page {
  padding: 0;
  margin: 0;
  color: #000;
  font: 14px/20px NISSAN-Light, sans-serif;
  /* end hero banner mobile styles */
  /* end section two styles */
  /* end section three styles */
  /* .section-four .benefits-wrapper h3.heading {
		font: 18px/24px "DaciaBlock-Bold", arial, sans-serif;
		text-transform: uppercase;
		text-align: center;
	}

	.section-four .benefits-wrapper .flex-section {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 3em 0 2em;
	} */
  /* .section-six .flex-section {
		padding-bottom: 1em;
	}

	.section-six .flex-section h3.heading {
		font: 18px/24px "DaciaBlock-Bold", arial;
		color: #000;
		text-transform: uppercase;
	} */
}

@media (min-width: 1200px) {
  /* line 16, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 27, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page h1,
.phase.fi-landing-page h2,
.phase.fi-landing-page h3 {
  margin: 0.2em 0;
  font-family: "NISSAN-ProReg", "arial", "helvetica", sans-serif;
  color: #000;
}

/* line 35, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page h4,
.phase.fi-landing-page h5,
.phase.fi-landing-page h6 {
  margin: 0.2em 0;
  font-family: "NISSAN-Light", "arial", "helvetica", sans-serif;
  color: #000;
  font-weight: normal;
}

/* line 44, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page button {
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 50, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .heading {
  letter-spacing: 0.01em;
}

/* line 54, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .paragraph {
  font: 14px/20px NISSAN-Light, sans-serif;
}

@media (min-width: 1200px) {
  /* line 54, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .paragraph {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 65, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .bodytext {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font: 14px/20px NISSAN-Light, sans-serif;
}

@media (min-width: 1200px) {
  /* line 65, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .bodytext {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 76, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page h5.bodytext {
  font: 14px/20px NISSAN-Light, sans-serif;
}

@media (min-width: 1200px) {
  /* line 76, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page h5.bodytext {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 84, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .HomePageBanner {
  display: none;
}

@media (min-width: 1200px) {
  /* line 84, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .HomePageBanner {
    display: block;
  }
}

/* line 92, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .quote-options-box {
  max-width: 100%;
  width: 95%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  padding: 1em 2em;
  background: #efefef;
  left: 0;
  top: 0;
  text-align: left;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 1200px) {
  /* line 92, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .quote-options-box {
    width: 45%;
    left: 5em;
    top: 2em;
  }
}

@media (min-width: 1600px) {
  /* line 92, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .quote-options-box {
    width: 38%;
    left: 5em;
    top: 7em;
  }
}

/* line 126, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .quote-options-box h1.heading.hero-title {
  font: 50px/45px "NISSAN-ProReg", "Arial";
  text-transform: uppercase;
  color: #000;
}

/* line 132, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .quote-options-box h4.bodytext {
  color: #000;
}

/* line 138, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .hero-banner-mobile {
  padding: 2em;
  display: block;
}

@media (min-width: 1200px) {
  /* line 138, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .hero-banner-mobile {
    display: none;
  }
}

/* line 146, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .hero-banner-mobile > div {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 162, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .hero-banner-mobile h1.heading.hero-title {
  font: 36px/42px "NISSAN-ProReg", "Arial";
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

/* line 169, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .hero-banner-mobile #FMT_15AB2F2CC5C1DE3D124926 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

/* line 187, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-two,
.phase.fi-landing-page .section-three,
.phase.fi-landing-page .section-four,
.phase.fi-landing-page .section-five,
.phase.fi-landing-page .section-six {
  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;
  max-width: 65em;
  margin: 0 auto;
  padding: 3em 2em;
}

/* line 205, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-two .deserve-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  /* padding: 2em 2em; */
}

/* line 220, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-two .deserve-content-wrapper h2.heading {
  font: 24px/32px "NISSAN-Light", arial;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  /* line 220, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-two .deserve-content-wrapper h2.heading {
    font-size: 30px;
    line-height: 48px;
  }
}

/* line 230, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-two .card-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
  padding-left: 0;
  max-width: 70em;
  margin: auto;
}

/* line 241, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-two .card-content-wrapper > div {
  width: 100%;
}

@media (min-width: 992px) {
  /* line 241, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-two .card-content-wrapper > div {
    width: 49%;
  }
}

/* line 249, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-two .card-content-wrapper .card-wrapper {
  padding: 0;
}

@media (min-width: 992px) {
  /* line 249, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-two .card-content-wrapper .card-wrapper {
    padding: 1em 1em 1em 2em;
  }
}

/* line 256, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-two .card-content-wrapper .card-wrapper h5.heading {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: lowercase;
  padding: 0.5em 0;
}

@media (min-width: 1200px) {
  /* line 256, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-two .card-content-wrapper .card-wrapper h5.heading {
    font-size: 18px;
  }
}

/* line 270, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-three {
  /* padding: 3em 0 3em 0; */
  background: #efefef;
  max-width: 100%;
}

/* line 275, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-three div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

/* line 291, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-three h1.heading.hero-title {
  font: 24px/32px "NISSAN-ProBold", arial;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  /* line 291, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-three h1.heading.hero-title {
    font: 30px/48px "NISSAN-Light", arial;
  }
}

/* line 300, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-three h4#HEAD_8112497A218879BB111943.paragraph {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: lowercase;
}

@media (min-width: 1200px) {
  /* line 300, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-three h4#HEAD_8112497A218879BB111943.paragraph {
    font-size: 18px;
  }
}

/* line 308, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-three h4#HEAD_8112497A218879BB111943.paragraph a {
  color: #000;
}

/* line 315, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  /* padding-left: 0; */
  max-width: 100%;
  /* Compare table */
}

/* line 324, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .benefits-wrapper {
  width: 100%;
  /* padding: 3em 2em; */
  max-width: 75em;
  margin: auto;
}

/* line 330, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .benefits-wrapper h1.heading {
  font: 24px/32px "NISSAN-ProBold", arial;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  /* line 330, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-four .benefits-wrapper h1.heading {
    font: 30px/48px "NISSAN-Light", arial;
  }
}

/* line 339, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .benefits-wrapper h4.paragraph {
  text-align: center;
}

/* line 343, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .benefits-wrapper h6.paragraph {
  font: 10px/14px NISSAN-Light, arial, sans-serif;
}

@media (min-width: 1200px) {
  /* line 343, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-four .benefits-wrapper h6.paragraph {
    font-size: 14px;
    line-height: 15px;
  }
}

/* line 354, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 2em 0;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 20em;
}

/* line 369, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

/* line 383, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-th > .flex-td {
  white-space: normal;
}

/* line 387, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-tr:nth-of-type(even) {
  border-bottom: 1pt solid #000;
}

/* line 391, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-tr:nth-of-type(odd) {
  border-bottom: 1pt solid #000;
}

/* line 395, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0;
  /* word-break: break-word; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  min-width: 0;
  /* white-space: nowrap; */
  word-wrap: break-word;
}

/* line 416, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-td h5.heading {
  font: 14px/20px NISSAN-Light, sans-serif;
}

@media (min-width: 1200px) {
  /* line 416, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-four .flex-table .flex-td h5.heading {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 423, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-td h5.heading#HEAD_8112497A218879BB111954 {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  /* line 423, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-four .flex-table .flex-td h5.heading#HEAD_8112497A218879BB111954 {
    font-size: 18px;
  }
}

/* line 433, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-tr .flex-td:nth-child(2),
.phase.fi-landing-page .section-four .flex-table .flex-tr .flex-td:nth-child(3) {
  width: 30%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 444, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-td h4.flex-row-data.paragraph {
  text-align: left;
}

/* line 448, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-td.tickimg:before,
.phase.fi-landing-page .section-four .flex-table .flex-td.crossimg:before {
  content: "\f00c";
  font-family: "icons", arial;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.25em;
  text-align: center;
}

/* line 459, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-four .flex-table .flex-td.crossimg:before {
  content: "\f00d";
  color: #000;
}

/* line 482, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-five {
  max-width: 100%;
  background: #fff;
}

@media (min-width: 1200px) {
  /* line 482, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-five {
    padding: 4em 2em 8em 2em;
  }
}

/* line 490, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-five .flex-section {
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (min-width: 992px) {
  /* line 490, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-five .flex-section {
    max-width: 75em;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

/* line 504, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-five .flex-section .std-covers-wrapper {
  width: 100%;
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 992px) {
  /* line 504, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-five .flex-section .std-covers-wrapper {
    width: 50%;
    padding-right: 3em;
  }
}

/* line 516, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-five .flex-section .std-covers-wrapper h1#HEAD_8112497A218879BB112002.heading {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  /* line 516, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-five .flex-section .std-covers-wrapper h1#HEAD_8112497A218879BB112002.heading {
    font-size: 18px;
  }
}

/* line 525, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-five .flex-section .std-covers-wrapper ul {
  margin: 0;
  list-style-type: none;
  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-top: 1em;
}

/* line 537, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-five .flex-section .std-covers-wrapper ul > li {
  border-bottom: 1px solid #000;
  padding: 0.75em 0 0.75em;
  margin: 0;
}

/* line 544, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-five .flex-section .section-five-image-col {
  width: 100%;
  padding: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 992px) {
  /* line 544, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-five .flex-section .section-five-image-col {
    width: 50%;
  }
}

/* line 558, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-six {
  /* padding: 3em 0; */
  background: #f2f2f2;
  color: #fff;
  max-width: 100%;
}

/* line 564, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-six div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  /* line 564, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-six div {
    max-width: 65em;
  }
}

/* line 584, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-landing-page .section-six h1.heading.hero-title {
  font: 24px/32px "NISSAN-ProBold", arial;
  text-transform: uppercase;
  padding-bottom: 1em;
}

@media (min-width: 1200px) {
  /* line 584, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-landing-page .section-six h1.heading.hero-title {
    font: 30px/48px "NISSAN-Light", arial;
  }
}

/* line 608, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
#Footer {
  padding: 6em 0;
  background: #000;
}

/* line 615, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .driveaway {
  width: 100%;
  max-width: none;
  margin: 2em 0;
  padding: 0;
  background-color: #efefef;
  color: #000;
}

/* line 623, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .driveaway h2 {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
  padding: 0.5em 2em;
}

@media (min-width: 1200px) {
  /* line 623, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .driveaway h2 {
    font-size: 18px;
    padding: 0.5em;
  }
}

/* line 634, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .driveaway h4.bodytext {
  padding: 0.5em 2em;
}

@media (min-width: 1200px) {
  /* line 634, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .driveaway h4.bodytext {
    padding: 0.5em;
  }
}

/* line 642, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New h1.title {
  font: 24px/32px "NISSAN-ProBold", arial;
  text-transform: uppercase;
  padding: 1em 0;
}

@media (min-width: 1200px) {
  /* line 642, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New h1.title {
    font: 30px/48px "NISSAN-Light", arial;
  }
}

/* line 652, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .bodytext {
  margin: 0;
  padding-bottom: 1em;
  font: 14px/20px NISSAN-Light, sans-serif;
}

@media (min-width: 1200px) {
  /* line 652, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .bodytext {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 662, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}

@media (min-width: 768px) {
  /* line 662, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .content-block-quote {
    flex-flow: row;
  }
}

/* line 671, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .highlights {
  width: 100%;
  margin-top: 2em;
  padding-right: 0;
  border-right-style: none;
}

@media (min-width: 768px) {
  /* line 671, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .content-block-quote .highlights {
    width: 50%;
    padding-right: 40px;
    border-right: 1px solid #e9ecec;
  }
}

/* line 685, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .highlights .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;
}

/* line 698, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .highlights .benefits-list-wrapper ul > li {
  font: 14px/20px NISSAN-Light, sans-serif;
  padding-left: 0.5em;
  /* text-indent: -1.8em; */
  margin-left: 0;
  padding: 0.35em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-flow: column; */
  /* justify-content: center; */
}

@media (min-width: 1200px) {
  /* line 698, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .content-block-quote .highlights .benefits-list-wrapper ul > li {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 713, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .highlights .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;
}

/* line 732, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote {
  width: 100%;
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media (min-width: 768px) {
  /* line 732, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .content-block-quote .quote {
    width: 48%;
    padding-left: 30px;
    order: 1;
  }
}

/* line 744, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .quote_grey {
  margin-top: 0px;
  padding: 30px;
  background-color: #cacaca;
  color: #000;
}

/* line 749, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .quote_grey h3 {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  /* line 749, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .content-block-quote .quote .quote_grey h3 {
    font-size: 18px;
  }
}

/* line 758, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .quote_grey h1.quote-price {
  font: 36px/42px "NISSAN-ProReg", "Arial";
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 992px) {
  /* line 758, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .content-block-quote .quote .quote_grey h1.quote-price {
    font: 50px/45px "NISSAN-ProReg", "Arial";
  }
}

/* line 767, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .quote_grey h1.quote-price span {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  /* line 767, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .content-block-quote .quote .quote_grey h1.quote-price span {
    font-size: 18px;
  }
}

/* line 778, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .excess-box {
  padding: 30px;
  /* voluntary excess drop down */
}

/* line 781, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .excess-box h3 {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  /* line 781, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .content-block-quote .quote .excess-box h3 {
    font-size: 18px;
  }
}

/* line 790, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .excess-box .VoluntaryExcessAnswerDropDown {
  color: #000;
  border: 1px solid #000;
}

/* line 796, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .excess-box #p4_QUE_D151909C99D46F53113988 {
  margin-left: -1.25em;
}

/* line 801, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .quote-button-group > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 814, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .content-block-quote .quote .valid-for {
  background: #efefef;
  margin: 1em 0;
  padding: 30px;
}

/* line 822, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .quote_grey.last {
  margin: 2em 0 3em 0;
  padding: 30px;
  background-color: #ededed;
  color: #000;
}

/* line 828, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .quote_grey.last > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  /* margin-top: 40px; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 828, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .quote_grey.last > div {
    flex-flow: row;
  }
}

/* line 843, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .quote_grey.last .quote-box-bottom-col1 {
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 843, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .quote_grey.last .quote-box-bottom-col1 {
    max-width: 70%;
  }
}

/* line 850, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .quote_grey.last .quote-box-bottom-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 850, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .quote_grey.last .quote-box-bottom-col2 {
    max-width: 30%;
    padding-left: 2em;
  }
}

/* line 872, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .quote_grey.last h3 {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  /* line 872, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .quote_grey.last h3 {
    font-size: 18px;
  }
}

/* line 881, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .quote_grey.last h1.quote-price {
  font: 36px/42px "NISSAN-ProReg", "Arial";
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 992px) {
  /* line 881, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .quote_grey.last h1.quote-price {
    font: 50px/45px "NISSAN-ProReg", "Arial";
  }
}

/* line 890, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .quote_grey.last h1.quote-price span {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  /* line 890, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .quote_grey.last h1.quote-price span {
    font-size: 18px;
  }
}

/* line 901, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .quote_grey.last .col1 h1#HEAD_5C06C3F58683733E127892 {
  font-family: DaciaBlock-Bold, arial;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  padding: 0;
}

/* line 909, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .quote_grey.last .col1 h5.bodytext {
  font-family: READ-LIGHT, arial;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}

/* line 916, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .documents {
  margin: 2em 0;
  padding: 30px 0;
}

/* line 920, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .documents h2 {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
  padding: 1em 0;
}

@media (min-width: 992px) {
  /* line 920, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .documents h2 {
    font-size: 18px;
  }
}

/* line 930, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .documents .bodytext {
  margin: 0;
}

/* line 934, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .documents .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;
}

/* line 944, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .documents .docs-list .document-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -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;
}

@media (min-width: 768px) {
  /* line 944, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .documents .docs-list .document-box > div {
    flex-flow: row;
  }
}

/* line 962, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .documents .docs-list .document-box a span {
  font: 14px/20px NISSAN-Light, sans-serif;
  padding-left: 0.25em;
}

@media (min-width: 1200px) {
  /* line 962, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.Quote-New .documents .docs-list .document-box a span {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 971, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .documents .docs-list .document-box .fileLink {
  margin-bottom: 0px;
  margin-right: 2em;
}

/* line 976, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Quote-New .documents .docs-list .document-box .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;
}

/* line 993, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.LRQuoteProtection .QuotePriceHeader1, .LRQuoteProtection .QuotePriceHeader2 {
  color: #000;
}

/* line 997, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.LRQuoteProtection .CCPTableCol1 {
  width: 40%;
}

@media (min-width: 576px) {
  /* line 997, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .LRQuoteProtection .CCPTableCol1 {
    width: 58%;
  }
}

/* line 1005, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.LRQuoteProtection .CCPTableCol2, .LRQuoteProtection .CCPTableCol3 {
  width: 26%;
}

@media (min-width: 576px) {
  /* line 1005, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .LRQuoteProtection .CCPTableCol2, .LRQuoteProtection .CCPTableCol3 {
    width: 18%;
  }
}

/* line 1015, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.LRQuoteProtection .CCPTableRow .round {
  margin-right: 1em;
  margin-top: 0;
}

/* line 1019, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.LRQuoteProtection .CCPTableRow .round label {
  height: 20px;
  width: 20px;
}

/* line 1024, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.LRQuoteProtection .CCPTableRow .round label:after {
  height: 6px;
  left: 4px;
  top: 4px;
  width: 10px;
}

/* line 1034, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.ConfirmationPage .flexmarker > div {
  justify-content: flex-start;
  flex-flow: row;
}

/* line 1039, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.uxp-q-row > .uxp-question {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "NISSAN-Light", arial;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1039, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .uxp-q-row > .uxp-question {
    font-size: 16px;
    line-height: 22px;
  }
}

/* line 1055, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.floating-section {
  max-width: 95%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 1055, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .floating-section {
    max-width: 50%;
    margin: 0 auto;
  }
}

/* line 1064, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.floating-section .PopupWrapper {
  margin: 0;
  overflow-x: hidden;
}

/* line 1069, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.floating-section .warningPopupLeftColumn {
  max-width: 88%;
  padding: 2em 0 2em 1em;
}

@media (min-width: 576px) {
  /* line 1069, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .floating-section .warningPopupLeftColumn {
    max-width: 92%;
  }
}

@media (min-width: 768px) {
  /* line 1069, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .floating-section .warningPopupLeftColumn {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  /* line 1069, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .floating-section .warningPopupLeftColumn {
    max-width: 92%;
  }
}

@media (min-width: 1200px) {
  /* line 1069, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .floating-section .warningPopupLeftColumn {
    max-width: 92.5%;
  }
}

/* line 1089, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.floating-section .warningPopupLeftColumn button.RoundButton.RedButton {
  margin-top: 1em;
}

/* line 1094, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.floating-section .warningPopupRightColumn {
  margin: 0.5em 0;
  max-width: 32px;
}

/* line 1099, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.floating-section .RetrieveQuoteHeading {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
  padding: 0 0 1em 0;
}

@media (min-width: 992px) {
  /* line 1099, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .floating-section .RetrieveQuoteHeading {
    font-size: 18px;
  }
}

/* line 1109, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.floating-section .FormText {
  font: 14px/20px NISSAN-Light, sans-serif;
}

@media (min-width: 1200px) {
  /* line 1109, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .floating-section .FormText {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 1119, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-validate-customer .RetrieveQuoteHeading {
  font: 16px/34px "NISSAN-ProReg", arial, sans-serif;
  text-transform: uppercase;
  padding: 0 0 1em 0;
  margin: 0;
}

@media (min-width: 992px) {
  /* line 1119, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-validate-customer .RetrieveQuoteHeading {
    font-size: 18px;
  }
}

/* line 1130, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.fi-validate-customer .FormText {
  font: 14px/20px NISSAN-Light, sans-serif;
}

@media (min-width: 1200px) {
  /* line 1130, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
  .phase.fi-validate-customer .FormText {
    font: 16px/22px NISSAN-Light, sans-serif;
  }
}

/* line 1139, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.popupCloseButton {
  right: 1.4em;
  top: 1em;
}

/* line 1145, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.disclaimer-details .flexmarker > div {
  justify-content: flex-start;
  flex-flow: row;
}

/* line 1151, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.fi-field-highlight {
  border: 2pt solid #508F40 !important;
}

/* line 1155, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
button.PaymentSwitchActive {
  background: #cacaca;
  color: #000;
}

/* line 1164, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
span.CompleteAnswerTextFieldWithHelp {
  border: 0 none;
}

/* line 1169, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.SummaryPage .QuotePriceSection, .phase.Payment .QuotePriceSection {
  background: #cacaca;
  margin-bottom: 2em;
  padding: 2em;
}

/* line 1174, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.SummaryPage .QuotePriceSection .QuotePriceHeader1, .phase.Payment .QuotePriceSection .QuotePriceHeader1 {
  margin: 0.5em 0;
  color: #000;
}

/* line 1178, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.SummaryPage .QuotePriceSection .bodytext, .phase.Payment .QuotePriceSection .bodytext {
  color: #000;
}

/* line 1182, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.SummaryPage .QuotePriceSection .price-table, .phase.Payment .QuotePriceSection .price-table {
  padding: 1me 0;
}

/* line 1186, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.SummaryPage .QuotePriceSection .shaded-box, .phase.Payment .QuotePriceSection .shaded-box {
  background: #d9d9d9;
}

/* line 1195, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Thankyou .documents .thankYou30WhiteBoldHeading {
  color: #000;
}

/* line 1199, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Thankyou .thankYouBlueSection {
  padding: 2em;
  margin: 2em 0;
}

/* line 1203, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Thankyou .thankYouBlueSection .numberCircle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* line 1210, ../../Projects/Verex2015/WebApp/html/scss/NISSAN/theme.scss */
.phase.Thankyou .thankYouBlueSection a {
  color: #FFF;
}

/*# sourceMappingURL=theme.css.map */