.resourceCard {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.resourceCard:first-child {
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.resourceCard .container {
  display: flex;
}
.resourceCard-content {
  width: 50%;
  padding-right: 33px;
}
.resourceCard-content .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resourceCard-media {
  width: 50%;
  min-height: 356px;
  position: relative;
}
.resourceCard.is-connected .card-meta {
  color: #00b3e6;
}
.resourceCard.is-connected .card-bgcolor {
  background: #00b3e6;
}
.resourceCard.is-focused .card-meta {
  color: #b34fc5;
}
.resourceCard.is-focused .card-bgcolor {
  background: #b34fc5;
}
.resourceCard.is-led .card-meta {
  color: #84be41;
}
.resourceCard.is-led .card-bgcolor {
  background: #84be41;
}
.resourceCard.is-demonstrated .card-meta {
  color: #ff6c0c;
}
.resourceCard.is-demonstrated .card-bgcolor {
  background: #ff6c0c;
}
.resourceCard .card {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.resourceCard .card-meta {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.resourceCard .card-title {
  margin: 0;
  font-weight: bold;
  line-height: 42px;
  font-size: 24px;
  color: #23313b;
}
.resourceCard .card-title .post-edit-link {
  text-decoration: none !important;
}
.resourceCard .card-desc {
  margin-bottom: 60px;
  line-height: 32px;
  font-size: 16px;
  color: #23313b;
  overflow: hidden;
  flex-grow: 1;	
}
.resourceCard .card-button {
  display: block;
  height: 64px;
  font-weight: bold;
  line-height: 64px;
  font-size: 18px;
  text-align: center;
  color: #23313b;
  background-color: #f5c400;
}
.resourceCard .card-button:hover, .resourceCard .card-button:focus {
  color: #23313b;
  text-decoration: none;
}
.resourceCard .card-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.resourceCard .card-bgcolor {
  width: 100%;
  height: 100%;
}
.resourceCard .card-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  display: flex;
  z-index: 99;
  background: linear-gradient(180deg, rgba(35, 49, 59, 0) 0%, #23313b 100%);
  opacity: 0.9;
}
.resourceCard .card-footer .item {
  position: relative;
  display: block;
  width: 50%;
  height: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.resourceCard .card-footer .item i {
  display: block;
  padding-top: 12px;
  margin-bottom: 5px;
  font-size: 18px;
}
.resourceCard .card-footer .item span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.resourceCard .card-footer .item:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 48px;
  margin: 8px 0;
  background: #fff;
}
.resourceCard .card-footer.is-fullheight {
  height: 100%;
  padding: 32px 0;
  background: none;
}
.resourceCard .card-footer.is-fullheight a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resourceCard .card-footer.is-fullheight a:first-child:after {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
}
#videoPlay.is-fullscreen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#videoPlay.is-connected {
  background-color: #00b3e6;
}
#videoPlay.is-focused {
  background-color: #b34fc5;
}
#videoPlay.is-led {
  background-color: #84be41;
}
#videoPlay.is-demonstrated {
  background-color: #ff6c0c;
}

.newsCard-date {
	color: #00B3E6 !important;
	font-weight: bold !important;
	line-height: 28px;
	font-size: 16px;	
}
