/* breakpoints */
/* breakpoints */
.people-detail-gallery {
  padding-left: 0;
  padding-right: 0;
}

.people-detail-gallery > ul.search-result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  min-height: initial;
}

.people-detail-gallery > ul.search-result-list > li {
  width: 25%;
  max-width: 25%;
  float: left;
  padding: 0.0625rem;
}

.people-detail-gallery > ul.search-result-list > li:hover {
  opacity: 0.7;
}

.people-detail-gallery .field-headshot {
  max-width: 100%;
}

.people-detail-gallery .field-headshot img {
  width: 100%;
  height: auto;
}

.biography-detail-gallery {
  margin-left: 0;
  margin-right: 0;
}

.people-detail-gallery--hidden {
  display: none;
}

.biography-gallery__featured {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  border-top: 2px solid black;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.biography-gallery__featured-info {
  padding-right: 0;
}

.biography-gallery__featured-headshot-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 2.375rem;
  border-radius: 624.9375rem;
}

.biography-gallery__featured-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.biography-gallery__featured-summary {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 200;
  padding-bottom: 3.875rem;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .biography-gallery__featured-summary {
    padding-bottom: 1rem;
  }
}

.biography-gallery__featured-name {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin: 0;
  color: #909092;
  border-top: black solid 2px;
  border-bottom: black solid 2px;
  padding: 1.125rem 0;
  bottom: 0;
  position: relative;
  width: 95%;
}

@media screen and (min-width: 1025px) {
  .biography-gallery__featured-name {
    position: absolute;
  }
}

.biography-gallery__featured-logo {
  width: 48px;
  height: 63px;
  background-position: center 30px;
  background-repeat: no-repeat;
  z-index: auto;
  position: absolute;
  left: 1.25rem;
  padding: 1.875rem 0.625rem 0.625rem;
}

.biography-gallery__featured-logo.Nobelclad--icon {
  background-color: #D8262E;
  background-image: url("/-/media/65A935C5558D48F7B25A30ABFEE96F36.ashx");
}

.biography-gallery__featured-logo.DMC.Global--icon {
  background-color: black;
  background-image: url("/-/media/1076C2E8C18D49198F8059B521739175.ashx");
}

.biography-gallery__featured-logo.Dynaenergetics--icon {
  background-color: #0081C9;
  background-image: url("/-/media/E03BBEA45A7A4246A93109B218E67C10.ashx");
}

@media only screen and (max-width: 40.063rem) {
  .biography-gallery__featured {
    margin-right: 30px;
    margin-left: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .biography-gallery__featured-name {
    position: relative;
  }
  .people-detail-gallery {
    margin: 0.625rem 0;
  }
}

@media only screen and (max-width: 40.063em) {
  .people-detail-gallery > ul.search-result-list > li {
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 40.063rem) {
  .people-detail-gallery > ul.search-result-list > li {
    width: 33.333%;
    max-width: 33.333%;
  }
  .biography-gallery__featured-name {
    margin-top: 1.125rem;
    bottom: inherit;
  }
}

/* breakpoints */
.people-gallery > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people-gallery > ul > li {
  width: 50%;
  max-width: 50%;
  float: left;
  padding: 0 0.625rem 1.25rem;
  margin-bottom: 3.125rem;
}

.people-gallery > ul > li > h3 {
  margin: 1.25rem 0 0;
}

.people-gallery > ul > li > h3 > a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.people-gallery > ul > li > h4 > a {
  color: #909090;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
}

.people-gallery > ul > li:hover {
  opacity: 0.7;
}

.people-gallery .field-headshot {
  width: 100%;
  max-width: 100%;
}

.people-gallery .field-headshot img {
  width: 100%;
  height: auto;
}

.people-gallery--dmcglobal ul > li > h3 > a {
  color: #a99457;
}

.people-gallery--dynaenergetics ul > li > h3 > a {
  color: #0081c9;
}

.people-gallery--nobelclad ul > li > h3 > a {
  color: #d8262e;
}

@media only screen and (min-width: 40.063em) {
  .people-gallery > ul > li {
    max-width: 33.33333%;
    width: 33.3333%;
  }
}

@media only screen and (min-width: 64.063em) {
  .people-gallery > ul > li {
    max-width: 25%;
    width: 25%;
  }
}
