/*
	business - section-header
*/
/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */
.section-header {
  margin: 20px 0 20px 0; }
  .section-header sup {
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 10px;
    padding: 4px;
    position: relative;
    top: -2px; }
  .section-header h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .section-header h3 {
        line-height: 20px; } }
  .section-header h4 {
    color: #666;
    font-size: 16px;
    line-height: 40px;
    margin: 0 30px 0 0; }
    @media screen and (max-width: 767px) {
      .section-header h4 {
        line-height: 20px; } }
  .section-header .department-info {
    line-height: 28px;
    text-align: right; }
    @media (max-width: 767px) {
      .section-header .department-info {
        text-align: left;
        width: 100%; } }
  .section-header .department {
    color: #666; }
    @media screen and (max-width: 767px) {
      .section-header .department {
        float: left; } }

h3.section-header-large {
  font-size: 24px; }

.section-header-large {
  padding-bottom: 15px;
  margin: 20px 0 0 0; }

.section-header.no-border {
  border: none; }

.section-header-links {
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0; }
