.content-section.library-nav .content-container {
  padding-top: calc(var(--gutter-width) * 2);
  padding-bottom: var(--gutter-width);
}
.content-section.resource .content-container {
  padding-top: unset;
}

.featured-resource-cover-frame {
  width: 100%;
  height: 360px;
  overflow: hidden;
  margin-bottom: var(--gutter-width);
  border-radius: 5px;
  border: 1px solid var(--light-gray);
}
.featured-resource-cover-frame .featured-resource-cover {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 500ms ease;
}
.featured-resource-cover-frame:hover .featured-resource-cover {
  width: calc(100% + calc(var(--gutter-width) * 2));
  margin-left: calc(var(--gutter-width) * -1);
  margin-right: var(--gutter-width);
}

.library-collection-header,
.related-resources-header,
.library-collection-filter {
  margin-bottom: var(--gutter-width);
}

.resource .hidden,
.resource-tile.filtered,
.resource-tile.offtopic {
  display: none;
}

.resource-tile {
  border: var(--light-gray) 2px solid;
  border-radius: 7.5px;
  width: 100%;
}

.resource-tile .resource-cover-frame {
  height: 150px;
  width: 100%;
  overflow: hidden;
  margin-bottom: var(--gutter-width);
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
  border-bottom: 1px solid var(--light-gray);
  position: relative;
}

.resource-tile .resource-cover-frame .icon {
  position: absolute;
  font-size: 4.0em;
  text-align: right;
  color: rgba(255,255,255,0.6);
  width: 100%;
  right: var(--gutter-width);
  bottom: var(--gutter-width);
}

.resource-tile[data-type="podcast"] .resource-cover-frame {
  background-color: var(--resource-podcast-filter);
}
.resource-tile[data-type="podcast"] .resource-cover-frame .icon.podcast {
  display: unset;
}

.resource-tile .resource-cover {
  height: 150px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 500ms ease;
}

.resource-tile:hover .resource-cover {
  height: 150px;
  width: calc(100% + calc(var(--gutter-width) * 2));
  margin-left: calc(var(--gutter-width) * -1);
  margin-right: var(--gutter-width);
}

.resource-tile .resource-details {
  padding-left: var(--gutter-width);
  padding-right: var(--gutter-width);
}

.featured-resource-content .resource-link,
.featured-resource-content .resource-link:-webkit-any-link,
.resource-tile .resource-link,
.resource-tile .resource-link:link,
.resource-tile .resource-link:-webkit-any-link {
  text-decoration: none;
}

.resource-tile .resource-title {
  font-size: inherit;
  min-height: 90px;
  margin-top: var(--gutter-width);
  margin-bottom: var(--gutter-width);
}

.resource-tile .resource-description {
  display: none;
  /* min-height: 120px; */
  /* margin: var(--gutter-width) 0px; */
  /* overflow: hidden; */
}

.resource-tile .resource-type {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 4px;
  margin-bottom: var(--gutter-width);
}
.resource-tile .resource-type span {
  color: white;
}

.resource-tile[data-type="whitepaper" i] .resource-type {
  background-color: var(--resource-whitepaper-filter);
}
.resource-tile[data-type="webinar" i] .resource-type {
  background-color: var(--resource-webinar-filter);
}
.resource-tile[data-type="video" i] .resource-type {
  background-color: var(--resource-video-filter);
}
.resource-tile[data-type="podcast" i] .resource-type {
  background-color: var(--resource-podcast-filter);
}
.resource-tile[data-type="testimonial" i] .resource-type {
  background-color: var(--resource-testimonial-filter);
}
.resource-tile[data-type="case-study" i] .resource-type {
  background-color: var(--resource-case-study-filter);
}
.resource-tile[data-type="workshop" i] .resource-type {
  background-color: var(--resource-workshop-filter);
}

.resource.video .caption h4,
.resource.video .caption h5,
.resource.video .caption h6 {
  font-size: 1.1em;
}
.resource.video .caption p {
  font-size: 1.0em;
}

.resource .resource-body {
  width: 100%;
  position: relative;
}

.resource .resource-body h1:first-child {
  margin-top: var(--gutter-width);
}

.resource .resource-body p {
  margin-top: var(--gutter-width);
  margin-bottom: var(--gutter-width);
}

.resource .youtube-embed {
  max-width: 100%;
}

.resource .resource-meta .resource-details .resource-date {
  text-transform: uppercase;
}

.resource .resource-meta .resource-details .resource-meta-separator {
  padding-left: 10px;
  padding-right: 10px;
}

.resource .resource-meta .resource-details .resource-author {
  text-transform: uppercase;
  font-weight: bold;
}

.resource .resource-meta .resource-details {
  margin-bottom: calc(var(--gutter-width) * 2);
}

.resource ul.toc,
.resource ul.toc li.toc-item,
.resource ul.toc li.toc-item a {
  font-size: 0.9em;
}

.resource .toc-sidebar {
  border-left: 3px var(--light-gray) solid;
}

.resource .related-resources {
  margin-bottom: 0px;
}

.library-collection-filter .form-group {
  padding-bottom: 0px;
}

.library-collection-categories {
  margin-bottom: 30px;
}

.library-category {
  text-decoration: none;
  align-self: center;
  justify-self: center;
}

.tweet {
  max-width: 85vw;
  margin-top: calc(var(--gutter-width) * 2);
  margin-bottom: calc(var(--gutter-width) * 2);
}

#toc-sidebar {
  /* align-self: stretch; */
  justify-self: stretch;
}

#toc {
  display: block;
  transition: all 100ms ease;
  top: 0;
}

.related-resources {
  padding-top: 0px;
}

/* /resources page(s) .mac-table */
table.mac-table {
  width: 100%;
  border-spacing: 0;
}
table.mac-table thead {}
table.mac-table thead tr th,
table.mac-table tbody tr td {
  border: 1px solid var(--pale-gray);
  padding: 10px;
}
table.mac-table th:nth-child(1),
table.mac-table td:nth-child(1) {
  vertical-align: unset;
  text-align: left;
  width: 40%;
}
table.mac-table th:nth-child(2),
table.mac-table td:nth-child(2) {
  vertical-align: unset;
  text-align: left;
  width: 60%;
}
table.mac-table tr span,
table.mac-table tr span * {
  font-size: inherit;
  line-height: inherit;
}
table.mac-table tr td:nth-child(2) span strong {
  background-color: #fcf8e3;
}