.cards {
  width: 80%;
  margin: 16px 10% -20px 10%;
  float: left;
  position: relative;
  padding: 0px 0px 0px 0px;
}
.cards.viewpoints {
  margin-top: 36px;
}
.cards li {
  background: #ffffff;
  width: calc(25% - 15px);
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  list-style-type: none;
  display: block;
  cursor: pointer;
}
.cards li .thumbnail {
  background-color: #56585a;
  background-position: center top;
  background-size: cover;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 75% 0px 0px 0px;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.cards li .author_image {
  background-color: #ffffff;
  /* background-position: center center;
			background-size: cover; */
  width: 160px;
  height: 160px;
  float: left;
  position: relative;
  margin: -44px 0px 16px -84px;
  padding: 0px 0px 0px 0px;
  left: 50%;
  border: 4px solid #ffffff;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  display: block;
  z-index: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.cards li .author_image img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  transition: all 300ms ease;
}
.cards li p {
  width: calc(100% - 40px);
  height: auto;
  float: left;
  position: relative;
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  /* font-family: 'Raleway', sans-serif; */
}
.cards li p.title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 10px;
}
.cards li p.title.news {
  padding-top: 25px;
}
.cards li p.author {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
}
.cards li p.excerpt {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  color: #444444;
  margin-bottom: 2px;
}
.cards li:hover .author_image img {
  width: 105%;
  height: auto;
  margin: -2.5%;
  transition: all 150ms ease-in-out;
}
.cards li a.cta.small {
  margin-left: -80px;
}
/*baseline for press release cards on the home page, although they differ on the news page - see news.less */
ul#pressreleases {
  width: 80%;
  margin: 16px 10% -20px 10% !important;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
ul#pressreleases li.pressrelease {
  background: #ffffff;
  width: calc(25% - 15px);
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
ul#pressreleases li.pressrelease:last-child {
  margin-right: 0px;
}
ul#pressreleases li.pressrelease:hover p.title {
  /* color: @marriner-yellow; */
}
ul#pressreleases li.pressrelease p {
  width: calc(100% - 20px);
  /* give it some right pad */
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: left;
}
ul#pressreleases li.pressrelease p.title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px;
}
ul#pressreleases li.pressrelease p.date {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
}
ul#pressreleases li.pressrelease p.excerpt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #444444;
  margin-bottom: 20px;
}
ul#pressreleases li.pressrelease a.cta_textonly {
  font-size: 18px;
  line-height: 18px;
  color: #ecdc25;
  font-weight: 700;
  text-decoration: none;
  border: 0px;
}
ul#pressreleases li.pressrelease a.cta_textonly:hover {
  color: #56585a;
}
@media screen and (max-width: 1500px) {
  .cards {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1100px) {
  .cards li {
    width: calc(50% - 10px);
  }
  ul#pressreleases li.pressrelease {
    width: calc(50% - 10px);
  }
  ul#pressreleases li.pressrelease:nth-child(1),
  ul#pressreleases li.pressrelease:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 680px) {
  ul#pressreleases li.pressrelease {
    width: calc(100%);
    margin-bottom: 40px;
  }
  ul#pressreleases li.pressrelease:nth-child(4) {
    margin-bottom: 0px;
  }
  ul#pressreleases li.pressrelease p {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .cards li {
    width: calc(100% - 0px);
  }
}
