  /*TEXT ELEMENTS*/
.divider{
  height: 75px;
  width: 0px;
  transform: skew(-30deg);
  border: solid 2px #0a233f;
  display: inline-block;
  overflow:hidden;
  margin-left: 50%;
  margin-top: 20px;
}
    
.hicksHR {
  transform: rotate(120deg); 
  margin-top: 0px;
  text-align: left;
}

.hicksHR{
    border-top: 1.5px solid #0a233f; 
    height: 20px; 
    margin-left: -10px;
}

h2.hicksColAngle{
    margin: -30px 0px 0px 30px;
}

.hicksSlash{
    border: 0px solid #e9e9ea;
    width: 35px; 
    height: 35px;
}
