.octomodel-content-zone-list-homepage-resources.octomodel--columns {
  margin: -20px 0 0 -20px;
}

.octomodel-content-zone-list-homepage-resources.octomodel--columns > .octomodel-post-list__item {
  padding: 20px 0 0 20px;
}

.octomodel-content-zone-list-homepage-resources .node {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.octomodel-content-zone-list-homepage-resources .node__image {
  height: 33vw;
  max-height: 215px;
  /* Vertically center image so top and bottom are cropped equally. */
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: gray;
}

.octomodel-content-zone-list-homepage-resources .node__image > * {
  flex: 1 1 auto;
}

.octomodel-content-zone-list-homepage-resources .node__main {
  background-color: #A7EDE8;
  padding: 30px;
  flex: 1 1 auto;
}

.octomodel-content-zone-list-homepage-resources .node__icon {
  font-size: 3.5rem;
  vertical-align: middle;
}

.octomodel-content-zone-list-homepage-resources .node__icon a {
  color: inherit;
  text-decoration: none;
}

.octomodel-content-zone-list-homepage-resources .node__icon a:hover {
  text-decoration: none !important;
}

.octomodel-content-zone-list-homepage-resources .node__header h2 {
  display: inline-block;
  margin: 0;
  font-size: 1.8rem;
}

.octomodel-content-zone-list-homepage-resources .node__header h2 a {
  color: inherit;
}

@media screen, print {
  .octomodel-content-zone-list-homepage-resources .node__header h2 a:after {
    /* UTF-8 right arrow */
    content: "\00a0\2192";
    font-family: 'DRC' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (min-width: 768px) {
  .octomodel-content-zone-list-homepage-resources .node__header {
    text-align: center;
  }

  .octomodel-content-zone-list-homepage-resources .node__icon {
    display: block;
    font-size: 4.3rem;
  }

  .octomodel-content-zone-list-homepage-resources .node__header h2 {
    display: block;
    font-size: 1em;
  }
}
