.white {
color: #ffff;
}

.redSub {
font-size: 1.3rem;
color: #d83a36;
}

.sectionOne {
background-color: #EFEFEF;
  box-sizing: border-box; 
  padding: 20px; 
}

.sectionTwo {
  background-color: #FFFF;
  box-sizing: border-box; 
  padding: 20px; 
}

.grid {

  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 10px; 
}

.categoryBox {
  height: 60px; 
  background-color: #d83b36; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-sizing: border-box; 
  padding: 10px; 
  display: flex; 
  justify-content: center; 
  border-radius: 10px; 
  transition: all ease 300ms; 
}

.categoryBox:hover {
  box-shadow: none; 
  cursor: pointer; 
}

.categoryText {
  margin: 0px; 
  color: white; 
  align-self: center; 
  font-size: .7rem; 
}

.categoryText:hover {
color: white;
}

.gridTwo {
  box-sizing: border-box; 
  padding: 10px; 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 5px;
  margin-top: 10px; 
}

.col {
width: 100%; 
}

a {
color: #009CB5;
}

/* Correct Member Directory Divider Display Issue */

#Main3156854 .divider {
    display: unset !important;
}
