.at-a-glance {
  margin: 3rem 0;
  padding: 3rem 0;
  background-color: #333;
  color: #fff;
}
.at-a-glance h2 {
  text-align: center;
}
.at-a-glance-slider:not(.slick-initialized) {
  display: none;
}
.at-a-glance-item {
  text-align: center;
  padding: 0 20px;
  outline: none;
}
.at-a-glance-item h3 {
  font-family: 'museo-sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0;
}
.at-a-glance-item span {
  font-size: .9em;
}
.at-a-glance-item svg, .at-a-glance-item img {
  width: 50%;
  height: auto;
}
.at-a-glance-item svg {
  fill: white;
}
.at-a-glance-item svg.stroke-no-fill {
  fill: none;
  stroke: white;
  stroke-miterlimit: 10;
  stroke-width: 2.5px;
}