/* SITE: overriding specific site zones like branding */

/* Zones and Regions */
#zone-branding {
  position: relative;
  border-bottom: 2px solid #002D72;
}

#zone-branding:before,
#zone-branding:after {
  display: block;
  content: '';
  position: absolute;
  height: 8px;
  bottom: -8px;
}

/*#zone-branding:before {
  width: 33.33%;
  background-color: #910048;
  left: 0;
}

#zone-branding:after {
  width: 33.33%;
  background-color: #CB6015;
  right: 0;
}*/

#zone-branding .region-menu .content > ul.menu li a {
  text-transform: none;
}

#zone-footer {
  background-color: #002D72 !important; /* to override colors module */
  margin-top: 80px;
}

#zone-footer div {}

#postscript-group > * {
  margin-top: 50px;
}

#footer-first-contact #footer-state-seal {
  margin-bottom: 25px;
}

.content,
#block-system-main {}
