

/********************************CONSTITUENT NUMBERS BANNER - 10/18/2021 (amk) **************************/
#zone-header {
width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#region-header-first {
  width: auto;
  flex: 100%;
  margin:0 auto;
  padding: 0;
}

.view-constituent-service-by-number .views-field.views-field-title a {
    width: 12%;
    /* flex: 28%; */
    float: left;
    /* display: inline-flex; */
    padding: 0;
    vertical-align: middle;
    margin: 0 auto;
    color: #ffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
ul#const_stats {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0 auto;
    width: 83%;
}
.const_stats {
  font-weight: bold;
  color: white;
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.15;
  align-items: center;
}
li#const_events, li#const_replied {
  margin: 0 auto;
  padding: 0;
  width: 28%;
  color: #ffff;
  font-size: 19px;
    font-weight: 800;
}
li#const_casework {
margin: 0 auto;
padding: 0;
width: 20%;
color: #ffff;
font-size: 19px;
  font-weight: 800;
}
li#const_casework::before {
  content: "\f2b5";
  font-family: 'FontAwesome';
  color: #ffff;
  font-size: 19px;  
  background: #18335b;
  border-radius: 180px; 
  padding: 13px 11px;
  margin-right: 10px;
}
li#const_events::before {
  content: "\f155";
  font-family: 'FontAwesome';
  color: #ffff;
  font-size: 19px;  
  background: #18335b;
  border-radius: 180px; 
  padding: 9px 16px  11px 16px;
  margin-right: 10px;
}


li#const_replied::before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  color: #ffff;
  font-size: 19px;  
  background: #18335b;
  border-radius: 180px; 
  padding: 12px 13px;
  margin-right: 10px;
}

span.const_stats_lable {
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

#block-boxes-serving-you i {
  font-size: 4em;
  height: 150px;
  margin: 0 auto;
  padding: 40px;
  width: 150px; 
}

div#zone-user {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
}