/* Landing Page Header */

.landing-page-header {
  border: 0;
  border-top: 2px solid #00aeef;
}

.heading-description {
  padding: 0;
}

/* Header Image - NWBPAW */

p .lightbox {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
  height: 2.8rem;
  width: 2.8rem;
  margin-right: 2rem;
}

.usa-icon-list__item {
  border-bottom: 1px solid #592c81;
  max-width: 85%;
}

.usa-icon-list + .usa-icon-list__item {
  display: flex;
  align-items: center;
  padding-top: .5rem;
  max-height: 3.8rem;
}

/* nwhw Resources Styles */

.gallery a {
  cursor: zoom-in;
  transition: filter 0.2s ease-in-out;
}

.gallery a:hover {
  filter: brightness(50%);
}

.gallery img {
  max-width: 100%;
  display: block;
  margin-bottom: 0.75rem;
}


/* Only for nwhw and nwbpaw Resources pages */

.usa-card--flag .usa-card__img {
	border-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.usa-card__container {
  color: #1b1b1b;
  border-width: 1px;
  border-color: #59307F;
  border-style: solid;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}

.usa-card__media {
  min-width: 21rem  !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.usa-card__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.usa-card__body {
  margin-left: 22rem !important;
  flex: 1 1 0%;
  padding: 1rem 1.5rem;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}

.usa-card__footer {
  font-weight: 700;
  font-size: 1rem;
  text-align: right;
}

.usa-card__heading {
  color: #59307F;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  padding-left: 7rem !important;
}
