.clearfix {
  clear: both;
}
.clear-after {
  content: '';
  display: block;
  clear: both;
}
.h1 {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  color: #A31E24;
}
.h2 {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #39707E;
}
.h3 {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #A31E24;
}
.h4 {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #39707E;
}
.ContentPane {
  text-align: center;
}
.contentBox {
  text-align: center;
  width: 274px;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.contentBox .boxTitle {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #39707E;
  color: white;
  background-color: #58595B;
  padding: 16px;
}
.contentBox .boxText {
  padding: 20px;
  background-color: #EAE1D7;
  min-height: 201px;
  font-weight: bold;
  color: #58595B;
  line-height: 2em;
}
.contentBox .boxText p {
  margin: 0;
}
.homeBoxes a:first-child .contentBox {
  margin-left: 0;
}
.homeBoxes a:nth-child(3n) .contentBox {
  margin-right: 0;
}
.homeBoxes::after {
  clear: both;
}
