/*!
 * Copyright 2017 Quick2Credit.
 * All rights reserved
 */
.templates {
  display: none;
  visibility: hidden;
}
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #009bbe;
  color: #616161;
}
body.body-customer-information {
  background-color: #009bbe;
}
body.body-terms-and-conditions,
body.body-privacy-notice,
body.body-prequalcertificate {
  background-color: #f7f7f7;
}
body.body-terms-and-conditions .page-content,
body.body-privacy-notice .page-content,
body.body-prequalcertificate .page-content,
body.body-terms-and-conditions .footer,
body.body-privacy-notice .footer,
body.body-prequalcertificate .footer {
  background-color: #fff;
}
body .page-content {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #009bbe;
  position: relative;
}
input[type='text'],
select {
  border: 1px solid #CECFD3;
  border-radius: 4px;
  padding: 5px 5px;
  width: 100%;
  height: 39px;
}
input[type='text'].error,
select.error {
  border-color: #b42025;
  border-width: 2px;
  background-color: #ffd9da;
  margin-bottom: -2px;
  height: 28px;
  font-size: 12px;
}
.error-label-container {
  margin-top: -4px;
  margin-bottom: -6px;
}
label.error {
  display: inline;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
}
span,
a {
  display: inline-block;
}
a {
  cursor: pointer;
}
a:hover,
a:visited,
a:active {
  text-decoration: none;
}
a.text-link {
  color: inherit;
  text-decoration: underline;
}
a.phone-link {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.phone-link {
    text-decoration: underline;
  }
}
a.action-link {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 767.01px) {
  .for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .for-desktop {
    display: none !important;
  }
}
.print-only {
  display: none;
}
@media print {
  .screen-only {
    display: none;
  }
  .print-only {
    display: inherit;
  }
}
.q2c-button {
  color: #009dc0;
  background-color: #fcd800;
  border-radius: 4px;
  height: 45px;
  border-radius: calc(45px / 2);
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}
a.q2c-button {
  padding-top: 10px;
}
.q2c-button.btn-printable {
  padding-left: 6px;
  padding-right: 6px;
}
.q2c-button:active,
.q2c-button:hover,
.q2c-button:focus {
  color: #009dc0;
}
.q2c-button:active,
.q2c-button:hover {
  background-color: #c9ac00;
}
.q2c-button.disabled {
  background-color: #c0c0c0;
}
.btn-process .not-processing-text {
  display: inline-block;
}
.btn-process .processing-text {
  display: none;
}
.btn-process.processing .not-processing-text {
  display: none;
}
.btn-process.processing .processing-text {
  display: inline-block;
}
.header {
  padding: 5px 0px 10px 0px;
  margin-left: -15px;
  margin-right: -15px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header {
    min-height: 60px;
    padding: 10px 20px 5px 20px;
  }
}
.header .page-title {
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 42px;
}
.lang-es .header .page-title {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .header .page-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .lang-es .header .page-title {
    font-size: 22px;
  }
}
.header .page-title-subtext {
  font-size: 22px;
  font-weight: bold;
  color: #b42025;
  line-height: 1;
}
.lang-es .header .page-title-subtext {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .header .page-title-subtext {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-logo-container .header-logo {
    width: 100px;
  }
}
.content-top {
  min-height: 310px;
  position: relative;
  color: #535353;
}
@media screen and (max-width: 767px) {
  .content-top {
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .content-top .workspace {
    padding: 0 20px 5px 20px;
  }
}
.content-top .seal {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 32%;
  height: 210px;
  width: 210px;
  padding: 0;
  background-color: #f27e18;
  border: solid 10px #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .content-top .seal {
    position: static;
    height: 160px;
    width: 160px;
    border-width: 5px;
  }
}
.content-top .seal .seal-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  font-family: Arial;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content-top .seal .seal-text {
    font-size: 13px;
    border: none;
  }
}
.content-bottom {
  position: relative;
  color: #535353;
}
.content-bottom .workspace {
  padding: 25px 50px;
}
@media screen and (max-width: 767px) {
  .content-bottom .workspace {
    padding: 0 20px 5px 20px;
  }
}
.footer {
  position: relative;
  background-color: #009bbe;
}
.footer img {
  margin-left: 20px;
  margin-right: 20px;
}
.footer img.quick2credit-logo {
  margin-right: 0;
}
.footer .credits {
  color: #e4e4e4;
  background-color: #009bbe;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .footer .credits {
    padding-bottom: 15px;
  }
}
.footer .credits span {
  vertical-align: bottom;
}
.footer .credits .secure {
  font-size: 9px;
  padding-top: 32px;
  float: left;
}
@media screen and (max-width: 767px) {
  .footer .credits .secure {
    float: none;
    padding-top: 0;
  }
}
.footer .credits .lineage {
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 12px;
  font-style: italic;
  float: right;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .footer .credits .lineage {
    float: none;
    text-align: center;
  }
}
.footer .credits .lineage .offered-by {
  height: 33px;
}
@media screen and (max-width: 767px) {
  .footer .credits .lineage .offered-by {
    height: initial;
  }
}
.footer .credits .lineage img {
  padding-top: 15px;
}
.footer .credits .lineage img.transunion-100 {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .footer .credits .lineage img.quick2credit-logo {
    margin-left: 0;
  }
  .footer .credits .lineage img.transunion-100 {
    margin-right: 0;
  }
  .footer .credits .lineage img.jfranco-logo {
    padding-top: 0;
    margin-right: 0;
  }
}
.footer .notices {
  display: none;
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #3f3f3f;
  text-align: center;
  padding-top: 88px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .notices {
    padding-top: 44px;
  }
}
img.transunion-100 {
  /* branding rules - stamp width */
  margin: 20px !important;
  height: 26px;
  width: 100px;
}
.error-container {
  display: none;
  position: absolute;
  top: 60px;
  left: 10%;
  z-index: 1;
  min-width: 40%;
  min-height: 100px;
  text-align: center;
}
.score-information {
  position: relative;
  margin-top: 5px;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .score-information {
    margin-left: 0;
    margin-right: 0;
  }
}
.score-information .title {
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 12px;
  font-style: italic;
}
.score-information ul {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 9px;
  padding-left: 15px;
  padding-bottom: 5px;
}
.page-customer-information .content-bottom {
  background-color: #009bbe;
  background-image: url("/img/ci-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-customer-information .content-bottom .workspace {
  position: relative;
  padding: 5px 10px 0 10px;
}
@media screen and (max-width: 767px) {
  .page-customer-information .content-bottom .workspace {
    padding-top: 15px;
  }
}
.page-customer-information .content-bottom .workspace .features {
  position: absolute;
  left: 15px;
  top: 50%;
  color: black;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-customer-information .content-bottom .workspace .features {
    position: relative;
    top: 0;
    margin-top: 25px;
    font-size: 14px;
    text-shadow: #fff 0 0 2px;
  }
}
.page-customer-information .content-bottom .workspace .features .feature-row {
  display: flex;
  justify-content: flex-start;
  padding: 5px 0;
}
.page-customer-information .content-bottom .workspace .features .feature-row > * {
  margin-left: 5px;
  margin-right: 5px;
}
.page-customer-information .content-bottom .workspace .features .feature-row > *:first-child {
  margin-left: 0;
}
.page-customer-information .content-bottom .workspace .features .feature-row > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page-customer-information .content-bottom .workspace .features .feature-row {
    padding: 0;
  }
}
.page-customer-information .content-bottom .workspace .features .feature-row .bullet {
  height: 18px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .page-customer-information .content-bottom .workspace .features .feature-row .bullet {
    height: 10px;
  }
}
.page-customer-information .content-bottom .workspace .data-form-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .page-customer-information .content-bottom .workspace .data-form-container {
    padding-right: 0;
  }
}
.page-customer-information .content-bottom .workspace .data-form-container .data-form {
  color: #4c4c4c;
  padding-bottom: 5px;
  font-size: 16px;
  max-width: 48%;
}
.page-customer-information .content-bottom .workspace .data-form-container .data-form > .row > .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.page-customer-information .content-bottom .workspace .data-form-container .data-form > .row > .col-sm-6 :first-child {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .page-customer-information .content-bottom .workspace .data-form-container .data-form > .row > .col-sm-6 :first-child {
    margin-right: 0;
  }
}
.page-customer-information .content-bottom .workspace .data-form-container .data-form > .row .form-group {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page-customer-information .content-bottom .workspace .data-form-container .data-form {
    padding: 5px 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .page-customer-information .content-bottom .workspace .data-form-container .data-form .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-customer-information .content-bottom .workspace .data-form-container .data-form input::placeholder {
  color: #777;
}
.page-customer-information .content-bottom .workspace .data-form-container .data-form label {
  font-weight: normal;
}
.page-customer-information .content-bottom .workspace .data-form-container .data-form .label.instructions {
  font-size: 9px;
  font-weight: normal;
}
.page-customer-information .content-bottom .workspace .data-form-container .data-form .btn-get-results {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-customer-information .consent-agreement {
  position: relative;
  color: #e4e4e4;
  background-color: #009bbe;
  padding: 10px 40px;
}
@media screen and (max-width: 767px) {
  .page-customer-information .consent-agreement {
    padding: 10px 20px;
  }
}
.page-customer-information .consent-agreement ol {
  font-size: 10px;
  padding-left: 10px;
  margin-bottom: -12px;
}
.page-customer-information .consent-agreement ol li {
  margin-bottom: 10px;
  text-align: justify;
}
.page-customer-information .consent-agreement ol li:last-child {
  margin-bottom: 0;
}
.page-customer-information .consent-agreement .consent-title {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page-customer-information .consent-agreement .consent-title {
    font-size: 14px;
  }
}
.page-verify .content {
  background-image: url("/img/pq-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .page-verify .content {
    background-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .page-verify .content-top .seal {
    margin-top: 60px;
    margin-left: 20px;
  }
}
.page-verify .content-top .seal .seal-text .line {
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-verify .content-top .seal .seal-text .line {
    font-size: 13px;
  }
}
.page-verify .content-bottom {
  margin-bottom: 25px;
}
.page-verify .content-bottom .workspace .title-pretext {
  color: #006b82;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-verify .content-bottom .workspace .title-pretext {
    font-size: 22px;
    text-align: center;
  }
}
.page-verify .content-bottom .workspace .explanation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-style: italic;
}
.page-verify .content-bottom .workspace .explanation .verify-form {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
.page-verify .content-bottom .workspace .explanation .verify-form .message {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-verify .content-bottom .workspace .explanation .verify-form .message .mobile {
  color: #337ab7;
}
.page-verify .content-bottom .workspace .explanation .verify-form .code-input {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .page-verify .content-bottom .workspace .explanation .verify-form .code-input {
    max-width: 100%;
  }
}
.page-verify .content-bottom .workspace .explanation .verify-form .actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-verify .content-bottom .workspace .explanation .verify-form .actions {
    justify-content: space-between;
  }
}
.page-verify .content-bottom .workspace .explanation .verify-form .actions .link-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page-verify .content-bottom .workspace .explanation .verify-form .actions .link-container .action-link {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-verify .content-bottom .workspace .explanation .verify-form .actions .link-container .action-link {
    font-size: 12px;
  }
}
.page-verify .content-bottom .workspace .explanation .verify-form .actions > * {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .page-verify .content-bottom .workspace .explanation .verify-form .actions > * {
    margin-right: 15px;
  }
}
.page-verify .content-bottom .workspace .explanation .verify-form .actions > *:last-child {
  margin-right: 0;
}
.page-pre-qualified .speedometer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 180px;
  background-image: url("/img/dial.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-pre-qualified .speedometer .needle {
  position: absolute;
  top: 90px;
  right: 90px;
  height: 60px;
  width: auto;
  transform-origin: top right;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .speedometer {
    width: 160px;
    height: 160px;
  }
  .page-pre-qualified .speedometer .needle {
    top: 80px;
    right: calc(160px / 2);
    height: 53.33333333px;
  }
}
.page-pre-qualified .content {
  background-image: url("/img/pq-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content {
    background-size: 200%;
  }
}
.page-pre-qualified .content-top .seal .seal-text {
  transform: rotate(-7deg);
}
.page-pre-qualified .content-top .seal .seal-text .line {
  padding: 5px 0;
}
.page-pre-qualified .content-top .seal .seal-text .line-1 {
  font-size: 16px;
}
.page-pre-qualified .content-top .seal .seal-text .line-2 {
  font-size: 21px;
}
.page-pre-qualified .content-top .seal .seal-text .line-3 {
  font-size: 34px;
  font-weight: bold;
}
.page-pre-qualified .content-top.for-mobile {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.page-pre-qualified .content-top.for-mobile .seal {
  position: static;
  height: 160px;
  width: 160px;
  border-width: 5px;
}
.page-pre-qualified .content-top.for-mobile .seal .seal-text .line-1 {
  font-size: 11px;
}
.page-pre-qualified .content-top.for-mobile .seal .seal-text .line-2 {
  font-size: 21px;
}
.page-pre-qualified .content-top.for-mobile .seal .seal-text .line-3 {
  font-size: 27px;
  font-weight: bold;
}
@media screen and (min-width: 767.01px) {
  .page-pre-qualified .content-bottom .workspace {
    padding: 0 50px;
  }
}
.page-pre-qualified .content-bottom .workspace:before {
  content: "";
  display: inline-block;
  width: 271px;
  height: 161px;
  position: absolute;
  top: -63px;
  left: 136px;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace:before {
    width: 135px;
    height: 80px;
    top: -16px;
    left: initial;
    right: 10px;
  }
  .lang-es .page-pre-qualified .content-bottom .workspace:before {
    top: -30px;
  }
}
.page-pre-qualified .content-bottom .workspace .column-left {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .column-left {
    padding-right: 0;
  }
}
.page-pre-qualified .content-bottom .workspace .column-right {
  top: 0;
  padding-left: 50px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .column-right {
    padding-left: 0;
  }
}
.page-pre-qualified .content-bottom .workspace .next-steps {
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .next-steps {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 340px) {
  .page-pre-qualified .content-bottom .workspace .next-steps {
    margin-top: 40px;
  }
}
.page-pre-qualified .content-bottom .workspace .next-steps .title-pretext {
  color: #006b82;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .next-steps .title-pretext {
    text-align: center;
  }
}
.page-pre-qualified .content-bottom .workspace .next-steps .title {
  color: #268fc3;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .next-steps .title {
    font-size: 44px;
    margin-bottom: 25px;
    text-align: center;
  }
}
.page-pre-qualified .content-bottom .workspace .next-steps .steps {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-left: 30px;
  text-shadow: #fff 0 0 2px;
}
.page-pre-qualified .content-bottom .workspace .next-steps .steps li {
  margin-bottom: 17px;
}
.page-pre-qualified .content-bottom .workspace .next-steps .check-buying-power {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
  text-shadow: #fff 0 0 2px;
}
.page-pre-qualified .content-bottom .workspace .next-steps .check-buying-power img {
  height: 16px;
}
.page-pre-qualified .content-bottom .workspace .actions {
  margin-bottom: 90px;
}
.lang-es .page-pre-qualified .content-bottom .workspace .actions {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .actions {
    margin-bottom: 10px;
  }
}
.page-pre-qualified .content-bottom .workspace .actions .btn {
  width: 100%;
}
.lang-es .page-pre-qualified .content-bottom .workspace .actions .btn {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .actions .btn {
    margin-bottom: 10px;
  }
}
.page-pre-qualified .content-bottom .workspace .act-now {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .act-now {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-pre-qualified .content-bottom .workspace .act-now .title-pretext {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .act-now .title-pretext {
    margin-bottom: 11px;
    font-size: 18px;
    text-align: center;
  }
}
.page-pre-qualified .content-bottom .workspace .act-now .title {
  display: inline-block;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  padding: 0 35px;
  background-color: #006b77;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .act-now .title {
    font-size: 30px;
  }
}
.page-pre-qualified .content-bottom .workspace .score-banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 436px;
  line-height: 1;
}
.page-pre-qualified .content-bottom .workspace .score-banner.for-mobile {
  margin-top: 20px;
}
.page-pre-qualified .content-bottom .workspace .score-banner .score-header {
  color: #006b82;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
}
.lang-es .page-pre-qualified .content-bottom .workspace .score-banner .score-header {
  font-size: 26px;
  margin-top: 5px;
}
.page-pre-qualified .content-bottom .workspace .score-banner .score-text {
  color: #268fc3;
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-pre-qualified .content-bottom .workspace .score-banner .score-text {
    top: 0;
    font-size: 42px;
  }
}
.page-more-information .content {
  background-image: url("/img/pq-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .page-more-information .content {
    background-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .page-more-information .content-top .seal {
    margin-top: 60px;
    margin-left: 20px;
  }
}
.page-more-information .content-top .seal .seal-text .line {
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-more-information .content-top .seal .seal-text .line {
    font-size: 13px;
  }
}
.page-more-information .content-bottom .workspace .title-pretext {
  color: #006b82;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-more-information .content-bottom .workspace .title-pretext {
    text-align: center;
  }
}
.page-more-information .content-bottom .workspace .explanation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .page-more-information .content-bottom .workspace .explanation {
    font-size: 16px;
  }
}
.page-more-information .content-bottom .workspace .column-left {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page-more-information .content-bottom .workspace .column-left {
    padding-right: 0;
  }
}
.page-more-information .content-bottom .workspace .column-left .next-steps {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: #fff 0 0 2px;
}
@media screen and (max-width: 767px) {
  .page-more-information .content-bottom .workspace .column-left .next-steps {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 340px) {
  .page-more-information .content-bottom .workspace .column-left .next-steps {
    margin-top: 40px;
  }
}
.page-more-information .content-bottom .workspace .column-left .next-steps .steps {
  letter-spacing: 0.05em;
  padding-left: 30px;
}
.page-more-information .content-bottom .workspace .column-right {
  padding-bottom: 25px;
}
.page-more-information .content-bottom .workspace .column-right .map {
  height: 0;
  width: 0;
}
.page-more-information .content-bottom .workspace .column-right .map.map-loaded {
  height: 225px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-more-information .content-bottom .workspace .column-right .map.map-loaded {
    width: 100%;
  }
}
.page-error .content {
  background-image: url("/img/pq-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .page-error .content {
    background-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .page-error .content-top .seal {
    margin-top: 60px;
    margin-left: 20px;
  }
}
.page-error .content-top .seal .seal-text .line {
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-error .content-top .seal .seal-text .line {
    font-size: 13px;
  }
}
.page-error .content-bottom .workspace .title-pretext {
  color: #006b82;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-error .content-bottom .workspace .title-pretext {
    font-size: 22px;
    text-align: center;
  }
}
.page-error .content-bottom .workspace .explanation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .page-error .content-bottom .workspace .explanation {
    font-size: 16px;
  }
}
.vehicle-info {
  display: hidden;
}
.vehicle-info .vehicle-info-label {
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.page-prequal-certificate {
  padding: 15px;
}
@media print {
  .page-prequal-certificate {
    width: 297mm;
  }
}
@media screen and (min-width: 992px) {
  .page-prequal-certificate {
    width: 297mm;
  }
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate {
    font-size: 1.15vw;
  }
}
@media all {
  .page-prequal-certificate * {
    color: #999999 !important;
    -webkit-print-color-adjust: exact;
  }
}
.page-prequal-certificate .instructions {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .instructions {
    margin-bottom: 0.82vw;
  }
}
.page-prequal-certificate .certificate-wrapper {
  position: relative;
}
.page-prequal-certificate .certificate-wrapper .certificate img {
  width: 100%;
}
.page-prequal-certificate .certificate-wrapper .certificate-content {
  top: 0;
  left: 0;
  width: 297mm;
  width: 100%;
  padding: 4.58%;
  font-size: 16px;
  background-image: url("/img/certificate.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content {
    font-size: 1.31vw;
  }
}
@media print {
  .page-prequal-certificate .certificate-wrapper .certificate-content {
    position: absolute;
    background-image: none;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .prequalified {
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .prequalified {
    font-size: 2.46vw;
    margin-top: 4.92vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .prequal-amount-wrapper {
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
}
.page-prequal-certificate .certificate-wrapper .certificate-content .prequal-amount-wrapper .prequal-currency {
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .prequal-amount-wrapper .prequal-currency {
    font-size: 3.04vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .prequal-amount-wrapper .prequal-amount {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .prequal-amount-wrapper .prequal-amount {
    font-size: 4.92vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .customer-name {
  font-size: 60px;
  text-decoration: underline;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .customer-name {
    font-size: 4.92vw;
    margin-top: 4.1vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .bring-instructions {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .bring-instructions {
    margin-top: 1.23vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .client-wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .client-wrapper {
    margin-top: 0.82vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .client-wrapper .client-name,
.page-prequal-certificate .certificate-wrapper .certificate-content .client-wrapper .client-address {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .client-wrapper .client-name,
  .page-prequal-certificate .certificate-wrapper .certificate-content .client-wrapper .client-address {
    font-size: 1.64vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .additional-information {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .additional-information {
    margin-top: 1.23vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer {
  margin-top: 95px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer {
    margin-top: 7.79vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer > .footer-block {
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer > .footer-block {
    min-width: 12.3vw;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 3px solid #909090;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer hr {
    border-top: 1px solid #909090;
  }
}
.page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer .certificate-num-container {
  float: left;
}
.page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer .valid-at-container {
  float: right;
}
.page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer .valid-at-container .client-name {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-wrapper .certificate-content .certificate-footer .valid-at-container .client-name {
    font-size: 1.15vw;
  }
}
.page-prequal-certificate .certificate-not-found {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .certificate-not-found {
    font-size: 1.62vw;
    margin-top: 4.1vw;
  }
}
@media screen and (max-width: 767px) {
  .page-prequal-certificate .score-information {
    margin-top: 1.23vw;
  }
  .page-prequal-certificate .score-information .title {
    font-size: 0.98vw;
  }
  .page-prequal-certificate .score-information ul {
    font-size: 0.74vw;
    padding-left: 1.23vw;
    padding-bottom: 0.41vw;
  }
  .page-prequal-certificate .btn-print {
    font-size: 1.15vw;
    height: 2.79vw;
    padding: 0.49vw 0.98vw;
    border-radius: 0.33vw;
  }
}
.page-terms-and-conditions .page-content {
  max-width: 900px;
  padding: 35px;
}
.page-terms-and-conditions .page-content p {
  margin-bottom: 20px;
}
.page-privacy-notice .page-content {
  max-width: 900px;
  padding: 35px;
}
.page-privacy-notice .page-content p,
.page-privacy-notice .page-content div.paragraph {
  margin-bottom: 20px;
}
.page-privacy-notice .page-content table {
  margin-bottom: 30px;
}
.page-privacy-notice .page-content table tr td,
.page-privacy-notice .page-content table tr th {
  vertical-align: top;
  padding: 5px 10px;
}
.page-privacy-notice .page-content table.faq tr td.question {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.page-privacy-notice .page-content table.reasons thead tr th {
  text-align: left;
}
.page-privacy-notice .page-content table.reasons thead tr th.what {
  width: 125px;
}
.page-privacy-notice .page-content table.reasons thead tr th.limit {
  width: 135px;
}
.page-privacy-notice .page-content table.reasons tbody tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.page-privacy-notice .page-content table.who tr td.question {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.page-privacy-notice .page-content ul.bullet-list {
  list-style: disc;
  padding-left: 20px;
}
.grecaptcha-badge {
  z-index: 1000;
}
.action-row {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
}
.action-row .btn {
  background-color: #4267b2;
  color: #ffffff;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .action-row .btn-fb-login,
  .action-row .btn-fb-login:hover,
  .action-row .btn-fb-login:focus {
    margin-left: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .action-row .btn-lang,
  .action-row .btn-lang:hover,
  .action-row .btn-lang:focus {
    font-size: 12px;
  }
}
.feedback.error {
  color: #b42025;
}
.feedback.warning {
  color: #d8a201;
}
.feedback.success {
  color: #00b300;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
