/*Variables*/
#lgh #resourcesPage #bodySection .resources-container .resources .resource {
  padding: 0 15px;
}
#lgh #resourcesPage #bodySection .resources-container .resources .resource p a img {
  max-height: 195px;
}
#lgh #resourcesPage #bodySection .resources-container .resources .resource .lgh-btn {
  display: block;
  text-align: center;
  width: 100%;
  color: #000000;
  font-family: Univers LT Std, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  text-transform: initial;
  font-weight: 100;
  font-size: 1rem;
}
#lgh #resourcesPage #bodySection .resources-container .resources .resource .lgh-btn:hover {
  color: #ffffff;
}
/* Responsive adjustments */
@media screen and (min-width: 576px) {
  #lgh #resourcesPage .resources-container .resources {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
#lgh #resourcesHorizontalPage #bodySection.resources-horizontal-list {
  display: grid;
  gap: 58px;
  margin: 28px auto 70px;
  width: 100%;
}
#lgh #resourcesHorizontalPage .resource-horizontal {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 210px);
  padding: 0 0 54px;
}
#lgh #resourcesHorizontalPage .resource-horizontal:last-child {
  border-bottom: 0;
}
#lgh #resourcesHorizontalPage .resource-horizontal__content {
  min-width: 0;
}
#lgh #resourcesHorizontalPage .resource-horizontal__title {
  color: #000000;
  font-family: Univers LT Std, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 24px;
  text-transform: uppercase;
}
#lgh #resourcesHorizontalPage .resource-horizontal__details {
  color: #000000;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 980px;
}
#lgh #resourcesHorizontalPage .resource-horizontal__details p {
  margin: 0 0 20px;
}
#lgh #resourcesHorizontalPage .resource-horizontal__details p:last-child {
  margin-bottom: 0;
}
#lgh #resourcesHorizontalPage .resource-horizontal__details a {
  color: #b0aa00;
  font-weight: 600;
  text-decoration: none;
}
#lgh #resourcesHorizontalPage .resource-horizontal__details a:hover,
#lgh #resourcesHorizontalPage .resource-horizontal__details a:focus {
  color: #000000;
  text-decoration: underline;
}
#lgh #resourcesHorizontalPage .resource-horizontal__media {
  justify-self: end;
  max-width: 210px;
  width: 100%;
}
#lgh #resourcesHorizontalPage .resource-horizontal__image {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  display: block;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  width: 100%;
}
#lgh #resourcesHorizontalPage .resources-horizontal-empty {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #lgh #resourcesHorizontalPage #bodySection.resources-horizontal-list {
    gap: 38px;
    margin-bottom: 50px;
  }
  #lgh #resourcesHorizontalPage .resource-horizontal {
    gap: 24px;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }
  #lgh #resourcesHorizontalPage .resource-horizontal__title {
    font-size: 1.75rem;
    margin-bottom: 18px;
  }
  #lgh #resourcesHorizontalPage .resource-horizontal__details {
    font-size: 1rem;
  }
  #lgh #resourcesHorizontalPage .resource-horizontal__media {
    justify-self: start;
    max-width: 180px;
  }
}
