/* Press Review page styles - matches live site */
.press article {
  margin: 0 0 10px 10px;
  background: #FFFFFF;
  min-height: 150px;
}
.press h1 {
  font-size: 3em;
}
.press h2 {
  font-size: 1.5em;
}
.press p {
  font-size: 1.5em;
  line-height: 30px;
  letter-spacing: 0.1px;
}
.press p strong {
  font-weight: 600;
}
.press time {
  font-size: 1.438em;
  letter-spacing: -0.23px;
  color: #00457c;
}
.press img {
  margin: 0 0 28px;
}
.press.centered {
  text-align: center;
}
.two-col {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .two-col {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .two-col {
    width: 49%;
  }
}
.limit-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
