/* ===== Nicor Banner thats under "Do I Qualify for Bill Payment Assistance?" */
.nicor-banner {
  background-color: #b6d432;
  border-bottom: 6px solid #0b5aa6;

  padding: 22px 20px;

  /* remove extra spacing issues */
  margin-bottom: -20px;

  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.nicor-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.nicor-title {
  color: #0b5aa6;
  font-weight: 700;
  
  margin: 0 0 8px 0;
}

.nicor-text {
  color: #0b5aa6;
  
  line-height: 1.4;
  margin: 0;
}

.nicor-text a {
  color: #0b5aa6;
  font-weight: 700;
  text-decoration: underline;
}

