/* CSS Document */
/*
 * DCE: Iconbox
 */
.iconbox .grid-x {
  padding: 0 !important;
}
.iconbox .box1,
.iconbox .box2,
.iconbox .box3 {
  padding: 35px 50px 100px 50px;
  margin: 0;
  width: 100% !important;
}
@media print, screen and (min-width: 992px) {
  .iconbox .box1,
  .iconbox .box2,
  .iconbox .box3 {
    width: 33.333333% !important;
  }
}
.iconbox .box1 {
  background: #0072bc;
}
.iconbox .box2 {
  background: rgb(0, 123.2776595745, 203.3);
}
.iconbox .box3 {
  background: rgb(0, 129.4627659574, 213.5);
}
.iconbox h2.h1 {
  color: #333;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.iconbox .image {
  margin-bottom: 0.5rem;
}
.iconbox .icontext {
  color: white;
  margin-bottom: 2rem;
}
.iconbox .h1 {
  color: white;
}
.iconbox .description {
  color: white;
}
.iconbox .description a {
  color: white;
}
.iconbox .description a:hover, .iconbox .description a:focus {
  color: #00c1ff;
}
/*# sourceMappingURL=dce_iconbox.css.map */
