/* CSS Document COURT FILING TEMP */

.header_nav a {
    background: rgba(255, 255, 255, 0.30);
}
.btn_darkblue {
    background: #42678e !important;
}
.btn_darkblue:hover {
    background: #4186be !important;
}
.btn_red {
    background: #BA3200 !important;
}
.btn_red:hover {
    background: #e24603 !important;
}
.color_gray, .color_gray_500, .color_gray_600 {
    color:#36454F !important;
}
.color_gray a {
    color:#36454F !important;
}
.color_gray a:hover {
    color:#36454F !important;
    text-decoration: underline;
}
.bg_gray_200 {
    background:#36454F !important;
}


/* STAR */
#burst-12 {
  background: #ffc720;
  color: #3a4352;
  width: 80px;
  height: 80px;
  position: relative;
  left: -15px;
  text-align: center;
  display: block;
  font-family: inherit;
  text-shadow: 1px 1px 1px #fff;
}
#burst-12:before, #burst-12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: #ffc720;
}
#burst-12:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
#burst-12:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}
#burst-12 span {
  display: block;
  position: absolute;
  z-index: 2;
  left: 4px;
  top: 19px;
  font-size: 25px;
  font-weight: 700;
}

