/* ======================================================
   Frick Training / Johnson Controls
   Shared Course Stylesheet
   ====================================================== */

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  color: #222;
}

/* =====================
   Brand Header
   ===================== */
.brand-header img {
  height: 72px;
  margin-bottom: 36px;
}

/* =====================
   Headings & Text
   ===================== */
h1 {
  color: #152EA9; /* JCI Primary Blue */
  margin-top: 0;
}

h2 {
  margin-top: 32px;
  color: #2F5496;
}

.tagline {
  font-style: italic;
  color: #444;
  margin-top: -10px;
  margin-bottom: 10px;
}

.context-line {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 24px;
}

ul {
  margin-left: 20px;
}

/* =====================
   Course Specs Box
   ===================== */
.course-specs {
  margin-top: 30px;
  padding: 15px;
  background-color: #f2f2f2;
  border-left: 4px solid #152EA9;
}

/* =====================
   Footer
   ===================== */
footer {
  margin-top: 55px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  color: #666;
}

footer img {
  height: 52px;
  margin-top: 14px;
}
``