/* ==================================================
GUIDE THEME OVERRIDES
================================================== */

/* Brand bar */

.guide-brand {
  background-color: #0A7C3D;
}


/* Brand image */
.guide-brand img {
  max-height: 100px;
}


/* Header */

.guide-header {
  background-color: #9DCCB0;
}

.guide-header h1 {
  color: #000;
}

.guide-header p {
  color: #000;
  opacity: 0.8;
}


/* Section headings */

.section h2,
.section h3 {
  color:#0A7C3D;
  ;
}

