.p21-directory-with-icons {

}

.p21-directory-with-icons .container {
  background-color: white;
  padding-top: 3.75em;
  padding-bottom: 3.25em;
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
}

.p21-directory-with-icons .container .content-wrap {
  position: relative;
}

.p21-directory-with-icons .container .content-wrap header {
  margin-bottom: 15px;
  text-align: center;
}

.p21-directory-with-icons .container .content-wrap  {
}

.p21-directory-with-icons .directory {
  text-align:center;
}

.p21-directory-with-icons .directory .tout {
  display: inline-block;
  vertical-align: top;
  width:24%;
  text-align:center;
  margin-bottom: 30px;
}

.p21-directory-with-icons .directory .tout .divider {
  display: none;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
}

.p21-directory-with-icons .directory.three-top .tout {
  width: 32%;
}

.p21-directory-with-icons a {
  display: block;
  color: #000000;
  padding:0px 10px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}

.p21-directory-with-icons a .tout-image {
  width: 50%;
  margin: auto;
  text-align: center;
}

.p21-directory-with-icons a .tout-image img {
  width: 100%;
  max-width: 125px;
}

.p21-directory-with-icons a .tout-text {
  text-align: center;
  margin-bottom: 10px;
}

.p21-directory-with-icons a .tout-text p {
  color: #000000;
  margin-bottom: 0;
}

.p21-directory-with-icons a .icon {
  display: block;
  margin-top: 10px;
}

.p21-directory-with-icons a .icon .btn-round.small {
  margin:0;
}

.p21-directory-with-icons a:hover .icon .btn-round {
  opacity: 0.8;
}

