

.color1 { color: #152c47; }
.bg-color1 { background: #152c47; }

.color2 { color: #0d233b; }
.bg-color2 { background: #0d233b; }

.red { color: #eb5e44; }
.bg-red { background: #eb5e44; }

.blue1 { color: #596e8c; }
.bg-blue1 { background: #596e8c; }

.blue2 { color: #9ea8bf; }
.bg-blue2 { background: #9ea8bf; }

.blue3 { color: #adc3e6; }
.bg-blue3 { background: #adc3e6; }

.light { color: #f7f4eb; }
.bg-light { background: #f7f4eb; }

.gold { color: #be9f56; }
.bg-gold { background: #be9f56; }


.lawpage strong {
  display: block;
  margin-top: 20px;
  color: #9ea8bf;
  font-weight: normal;
  font-family: 'CocoSharpL-Bold';
  font-size: 1.15rem;
  text-transform: uppercase;
}

.lawpage a {
  color: #adc3e6;
}

.lawpage a:hover {
  color: #be9f56;
}
