:root {
  --color-primary: #1f5f99;
  --color-secondary: #0099E6;
  --color-tertiary: #b9b4c6;
  --color-light: #f8f8f8;
  --color-dark: #333333;
  --color-light-bg-text-heading: #333333;
  --color-light-bg-text-body: #333333;
  --light-bg-btn-default-shape: 999px;
  --light-bg-btn-default-type: Solid;
  --light-bg-btn-default-border-color: #0099E6;
  --light-bg-btn-default-text-color: #ffffff;
  --light-bg-btn-default-hover-border-color: #33CCFF;
  --light-bg-btn-default-hover-text-color: #ffffff;
  --light-bg-btn-default-bg: #0099E6;
  --light-bg-btn-default-hover-bg: #33CCFF;
  --color-dark-bg-text-heading: #ffffff;
  --color-dark-bg-text-body: #ffffff;
  --dark-bg-btn-default-shape: 999px;
  --dark-bg-btn-default-type: Solid;
  --dark-bg-btn-default-border-color: #0099E6;
  --dark-bg-btn-default-text-color: #ffffff;
  --dark-bg-btn-default-hover-border-color: #33CCFF;
  --dark-bg-btn-default-hover-text-color: #ffffff;
  --dark-bg-btn-default-bg: #0099E6;
  --dark-bg-btn-default-hover-bg: #33CCFF;
  --color-primary-bg-text-heading: #ffffff;
  --color-primary-bg-text-body: #ffffff;
  --primary-bg-btn-default-shape: 4px;
  --primary-bg-btn-default-type: Solid;
  --primary-bg-btn-default-border-color: #ffffff;
  --primary-bg-btn-default-text-color: #333333;
  --primary-bg-btn-default-hover-border-color: #333333;
  --primary-bg-btn-default-hover-text-color: #333333;
  --primary-bg-btn-default-bg: #ffffff;
  --primary-bg-btn-default-hover-bg: #f0f0f0;
  --color-secondary-bg-text-heading: #ffffff;
  --color-secondary-bg-text-body: #ffffff;
  --secondary-bg-btn-default-shape: 4px;
  --secondary-bg-btn-default-type: Solid;
  --secondary-bg-btn-default-border-color: #ffffff;
  --secondary-bg-btn-default-text-color: #333333;
  --secondary-bg-btn-default-hover-border-color: #333333;
  --secondary-bg-btn-default-hover-text-color: #333333;
  --secondary-bg-btn-default-bg: #ffffff;
  --secondary-bg-btn-default-hover-bg: #f0f0f0;
  --color-tertiary-bg-text-heading: #333333;
  --color-tertiary-bg-text-body: #333333;
  --tertiary-bg-btn-default-shape: 999px;
  --tertiary-bg-btn-default-type: Solid;
  --tertiary-bg-btn-default-border-color: #0099E6;
  --tertiary-bg-btn-default-text-color: #ffffff;
  --tertiary-bg-btn-default-hover-border-color: #33CCFF;
  --tertiary-bg-btn-default-hover-text-color: #ffffff;
  --tertiary-bg-btn-default-bg: #0099E6;
  --tertiary-bg-btn-default-hover-bg: #33CCFF;
  --branding-background-image-url: url("");
  --font-heading-family: 'Poppins';
  --font-heading-hero-size: 50px;
  --font-heading-hero-size-mobile: 30px;
  --font-heading-hero-weight: 700;
  --font-heading-hero-style: normal;
  --font-heading-section-size: 32px;
  --font-heading-section-size-mobile: 26px;
  --font-heading-section-weight: 700;
  --font-heading-section-style: normal;
  --font-heading-subheading-size: 22px;
  --font-heading-subheading-size-mobile: 20px;
  --font-heading-subheading-weight: 700;
  --font-heading-subheading-style: normal;
  --font-body-family: 'Poppins';
  --font-lead-size: 18px;
  --font-lead-size-mobile: 18px;
  --font-lead-weight: 400;
  --font-lead-style: normal;
  --font-body-size: 14px;
  --font-body-size-mobile: 14px;
  --font-body-weight: 400;
  --font-body-style: normal;
  --font-btn-family: 'Poppins';
  --font-btn-size: 18px;
  --font-btn-size-mobile: 18px;
  --font-btn-weight: 700;
  --font-btn-style: normal;
  --btn-primary-shape: 999px;
  --btn-primary-type: Solid;
  --btn-primary-border-color: #C75000;
  --btn-primary-text-color: #ffffff;
  --btn-primary-hover-border-color: #CD621A;
  --btn-primary-hover-text-color: #ffffff;
  --btn-primary-bg: #C75000;
  --btn-primary-hover-bg: #CD621A;
  --btn-secondary-shape: 999px;
  --btn-secondary-type: Solid;
  --btn-secondary-border-color: #0099E6;
  --btn-secondary-text-color: #ffffff;
  --btn-secondary-hover-border-color: #33CCFF;
  --btn-secondary-hover-text-color: #ffffff;
  --btn-secondary-bg: #0099E6;
  --btn-secondary-hover-bg: #33CCFF;
  --btn-tertiary-shape: 999px;
  --btn-tertiary-type: Solid;
  --btn-tertiary-border-color: #EAF8FF;
  --btn-tertiary-text-color: #333333;
  --btn-tertiary-hover-border-color: #ECF9FF;
  --btn-tertiary-hover-text-color: #333333;
  --btn-tertiary-bg: #EAF8FF;
  --btn-tertiary-hover-bg: #ECF9FF;
  --btn-light-shape: 4px;
  --btn-light-type: Solid;
  --btn-light-border-color: #ffffff;
  --btn-light-text-color: #333333;
  --btn-light-hover-border-color: #333333;
  --btn-light-hover-text-color: #333333;
  --btn-light-bg: #ffffff;
  --btn-light-hover-bg: #f0f0f0;
  --btn-dark-shape: 4px;
  --btn-dark-type: Solid;
  --btn-dark-border-color: #333333;
  --btn-dark-text-color: #ffffff;
  --btn-dark-hover-border-color: #ffffff;
  --btn-dark-hover-text-color: #ffffff;
  --btn-dark-bg: #333333;
  --btn-dark-hover-bg: #333333;
  --nav-bg-color: #ffffff;
  --nav-link-color: #333333;
  --nav-phone-color: #333333;
  --footer-nav-bg-color: #b9b4c6;
  --footer-nav-link-color: #000000;
  --footer-nav-text-color: #000000;
  --footer-nav-bg-luminance: tertiary;
  --form-bg-color: #0099E6;
  --form-text-color: #ffffff;
  --form-sublevel-bg-color: #0099E6;
  --form-sublevel-text-color: #ffffff;
}

.panel-quote-form .aggregate-reviews {
  display: none;
}

.quote-page .offers-section,
.quote-page .five-star-section,
.quote-page .panel-reviews {
  display: none;
}
.quote-page .card.panel-default:first-of-type .card-body {
  font-size: 0;
}
.quote-page .card.panel-default:first-of-type .card-body:after {
  display: block;
  font-size: 16px;
  content: "One of our CDL training specialists will contact you soon to discuss available training opportunities, enrollment options, and the next steps toward earning your Commercial Driver's License (CDL).";
}
.quote-page {
  /* Hide original text */
}
.quote-page .thanks-next-steps .step p {
  font-size: 0;
}
.quote-page {
  /* Base styles for replacement text */
}
.quote-page .thanks-next-steps .step p::after {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.quote-page {
  /* STEP 1 */
}
.quote-page .thanks-next-steps .col-sm-4:nth-child(1) .step p:first-of-type::after {
  content: "Connect";
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.25rem;
}
.quote-page .thanks-next-steps .col-sm-4:nth-child(1) .step p:last-of-type::after {
  content: "Submit your information through the form and tell us a little about your goals. Our team will review your request and match you with the right training options.";
}
.quote-page {
  /* STEP 2 */
}
.quote-page .thanks-next-steps .col-sm-4:nth-child(2) .step p:first-of-type::after {
  content: "Consult";
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.25rem;
}
.quote-page .thanks-next-steps .col-sm-4:nth-child(2) .step p:last-of-type::after {
  content: "A CDL training specialist will contact you to answer questions, discuss program details, and walk you through the enrollment process.";
}
.quote-page {
  /* STEP 3 */
}
.quote-page .thanks-next-steps .col-sm-4:nth-child(3) .step p:first-of-type::after {
  content: "Get Started";
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.25rem;
}
.quote-page .thanks-next-steps .col-sm-4:nth-child(3) .step p:last-of-type::after {
  content: "Complete enrollment, begin training, and take the first step toward earning your CDL and pursuing new career opportunities in the trucking industry.";
}