.siteFeatures.foundation-web {
  padding-bottom: 25px;
  margin-bottom: 0;
  border-bottom: 1px solid #DBDBDB;
}
@media only screen and (max-width: 767px) {
  .siteFeatures.foundation-web {
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.siteFeatures.foundation-web p, .siteFeatures.foundation-web a, .siteFeatures.foundation-web span {
  font-size: 12px;
}
.siteFeatures.foundation-web .siteFeatures-item-title {
  margin-top: 0;
  margin-bottom: 7px;
  color: #414042;
  font-size: 20px;
}
.siteFeatures.foundation-web .siteFeatures-item-title a {
  color: #414042;
  font-size: 20px;
}
.siteFeatures.foundation-web .siteFeatures-item-desc {
  margin-bottom: 0;
  min-height: 50px;
  color: #414042;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .siteFeatures.foundation-web .siteFeatures-item-desc {
    min-height: 100%;
  }
}
.siteFeatures.foundation-web .siteFeatures-item-callout-link {
  display: inline-block;
}
.siteFeatures.foundation-web .siteFeatures-item-svg {
  margin: 0 auto 10px;
  height: 115px;
  width: 100%;
  fill: #0083BB;
}
.siteFeatures.foundation-web .siteFeatures-item-learnmore {
  color: #1A63A3;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  font-weight: bold;
}
.siteFeatures.foundation-web .siteFeatures-item-learnmore:hover {
  text-decoration: underline;
}
.siteFeatures.foundation-web .siteFeatures-item-list-link {
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}
.siteFeatures.foundation-web .siteFeatures-item-list-link:hover {
  text-decoration: underline;
}
.siteFeatures.foundation-web .tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .siteFeatures.foundation-web .tile {
    margin-bottom: 40px;
  }
}
.siteFeatures.foundation-web .callout-tiles {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 980px;
}
@media only screen and (max-width: 767px) {
  .siteFeatures.foundation-web .callout-tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}