.resources-page .pubSection {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 1.75em;
  margin-bottom: 2.5em;
}

.resources-page .pubSection-header {
  font-size: 1.5em;
  letter-spacing: 0.08em;
  margin-bottom: 1.25em;
}

.resources-page .pubItem {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 1.25em 1.5em;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.resources-page .pubItem .clearfix {
  display: block;
}

.resources-page .imageFigure,
.resources-page .imageIcon {
  float: right;
  width: 100%;
  max-width: 220px;
  height: auto;
  max-height: none;
  border-radius: 4px;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  object-fit: contain;
}

.resources-page .pubItem b {
  display: block;
  margin-bottom: 0.4em;
}

.resources-page .pubItem ul {
  margin: 0.5em 0 0.5em 1.25em;
}

.resources-page .pubItem ul li {
  list-style: disc;
}

.resources-page .pubItem a {
  color: #1a73b7;
}

.resources-page .pubItem a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 620px) {
  .resources-page .imageFigure,
  .resources-page .imageIcon {
    display: none;
  }
}

@media screen and (min-width: 620px) and (max-width: 900px) {
  .resources-page .imageFigure,
  .resources-page .imageIcon {
    float: none;
    display: block;
    width: auto;
    max-width: 200px;
    max-height: none;
    margin: 0 auto 1em auto;
  }
}
