/* breakpoints */
.search-results {
  /* breakpoints */
  /* breakpoints */
  /* breakpoints */
  /* breakpoints */
  /* breakpoints */
  /* breakpoints */
  /* breakpoints */
  /* breakpoints */
  /* breakpoints */
  /* breakpoints */
  /* breakpoints */
}

.search-results label {
  background: transparent;
  color: #747474;
}

.search-results input, .search-results button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.125rem;
}

.search-results input:focus {
  border: 1px solid #d2d2d2;
}

.search-results input[type="submit"], .search-results input[type="reset"], .search-results input[type="button"], .search-results button {
  border: 1px solid #f4f4f4;
  padding: 5px 20px;
}

.search-results input[type="submit"]:hover, .search-results input[type="reset"]:hover, .search-results input[type="button"]:hover, .search-results button:hover {
  background: #f7f7f7 !important;
}

.search-results input::-moz-focus-inner, .search-results button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.search-results input[type="text"] {
  font-size: 13px;
}

.search-results input[type="text"], .search-results input[type="email"], .search-results input[type="password"], .search-results textarea, .search-results select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.search-results select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.search-results .search-result-list {
  padding-top: 5px;
}

.search-results.tile .search-result-list, .search-results.components .search-result-list, .search-results.example-fields .search-result-list {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results.tile .search-result-list:after, .search-results.components .search-result-list:after, .search-results.example-fields .search-result-list:after {
  content: "";
  display: table;
  clear: both;
}

.search-results.tile .search-result-list > li, .search-results.components .search-result-list > li, .search-results.example-fields .search-result-list > li {
  box-sizing: border-box;
  position: relative;
  min-height: 120px;
  margin: 0 2% 10px 0;
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 175px;
  min-width: 23%;
}

.search-results.tile .search-result-list > li a, .search-results.components .search-result-list > li a, .search-results.example-fields .search-result-list > li a {
  text-decoration: none;
}

.search-results.tile .search-result-list > li a .result-with-image, .search-results.components .search-result-list > li a .result-with-image, .search-results.example-fields .search-result-list > li a .result-with-image {
  padding-left: 15px;
  padding-right: 15px;
}

.search-results.tile .search-result-list > li a .result-with-image div, .search-results.components .search-result-list > li a .result-with-image div, .search-results.example-fields .search-result-list > li a .result-with-image div {
  padding: 0;
}

@media screen and (max-width: 640px) {
  .search-results.tile .search-result-list > li a .result-with-image .component-content, .search-results.components .search-result-list > li a .result-with-image .component-content, .search-results.example-fields .search-result-list > li a .result-with-image .component-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
}

.search-results.tile .search-result-list > li a .result-with-image .image-left, .search-results.components .search-result-list > li a .result-with-image .image-left, .search-results.example-fields .search-result-list > li a .result-with-image .image-left {
  width: 50%;
  min-height: 300px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 2rem;
  margin-right: 2rem;
}

@media screen and (max-width: 640px) {
  .search-results.tile .search-result-list > li a .result-with-image .image-left, .search-results.components .search-result-list > li a .result-with-image .image-left, .search-results.example-fields .search-result-list > li a .result-with-image .image-left {
    width: 100%;
  }
}

.search-results.tile .search-result-list > li a .result-with-image .content-right, .search-results.components .search-result-list > li a .result-with-image .content-right, .search-results.example-fields .search-result-list > li a .result-with-image .content-right {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .search-results.tile .search-result-list > li a .result-with-image .content-right, .search-results.components .search-result-list > li a .result-with-image .content-right, .search-results.example-fields .search-result-list > li a .result-with-image .content-right {
    width: 100%;
  }
}

.search-results.tile .search-result-list > li a .result-with-image .content-right .promo-image-left-header, .search-results.components .search-result-list > li a .result-with-image .content-right .promo-image-left-header, .search-results.example-fields .search-result-list > li a .result-with-image .content-right .promo-image-left-header {
  font-size: 1.25rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 1.875rem 0 2.5rem;
}

.search-results.tile .search-result-list > li a .result-with-image .content-right .promo-image-left-body, .search-results.components .search-result-list > li a .result-with-image .content-right .promo-image-left-body, .search-results.example-fields .search-result-list > li a .result-with-image .content-right .promo-image-left-body {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 2.375rem;
  color: #747474;
  margin: 1.875rem 0rem 2.5rem;
}

.search-results.tile .search-result-list > li a .result-with-image .content-right .promo-image-left-link, .search-results.components .search-result-list > li a .result-with-image .content-right .promo-image-left-link, .search-results.example-fields .search-result-list > li a .result-with-image .content-right .promo-image-left-link {
  max-width: 350px;
  margin: 0 0 1.25rem;
}

.search-results.tile .search-result-list > li a .result-with-image .content-right .promo-image-left-link a, .search-results.components .search-result-list > li a .result-with-image .content-right .promo-image-left-link a, .search-results.example-fields .search-result-list > li a .result-with-image .content-right .promo-image-left-link a {
  text-decoration: none;
}

.search-results.tile .search-result-list > li a .result-with-image .content-right .promo-image-left-link a:hover, .search-results.components .search-result-list > li a .result-with-image .content-right .promo-image-left-link a:hover, .search-results.example-fields .search-result-list > li a .result-with-image .content-right .promo-image-left-link a:hover {
  text-decoration: none;
}

.search-results.tile .search-result-list > li .brand-logo, .search-results.components .search-result-list > li .brand-logo, .search-results.example-fields .search-result-list > li .brand-logo {
  position: relative;
  left: 0;
  padding-top: 0.9375rem;
  background: none;
  background-image: url("https://www.nobelclad.com/images/sprites/logo-small-nobelclad.png");
}

.search-results.tile .search-result-list > li h3, .search-results.components .search-result-list > li h3, .search-results.example-fields .search-result-list > li h3 {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0.8125rem 0 0.6875rem 0;
  text-transform: none;
}

.search-results.tile .search-result-list > li h4, .search-results.components .search-result-list > li h4, .search-results.example-fields .search-result-list > li h4 {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  margin: 0.8125rem 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #909090;
  padding: 0;
}

.search-results.tile .search-result-list > li .field-title, .search-results.components .search-result-list > li .field-title, .search-results.example-fields .search-result-list > li .field-title {
  display: block;
  padding: 0 5px;
}

.search-results.tile .search-result-list > li .field-title a, .search-results.components .search-result-list > li .field-title a, .search-results.example-fields .search-result-list > li .field-title a {
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
}

.search-results.tile .search-result-list > li a img, .search-results.components .search-result-list > li a img, .search-results.example-fields .search-result-list > li a img {
  max-width: 100%;
  height: auto;
}

.search-results.tile .search-result-list > li:hover, .search-results.components .search-result-list > li:hover, .search-results.example-fields .search-result-list > li:hover {
  border-bottom-width: 1px 1px 2px 1px;
  border-bottom-style: solid;
  border-bottom-color: #15909c;
}

.search-results.vertical .search-result-list > li, .search-results.component-details .search-result-list > li, .search-results.standard-fields .search-result-list > li {
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 5px;
  margin: 0 7px 10px 0;
}

.search-results.vertical .search-result-list > li .field-title, .search-results.component-details .search-result-list > li .field-title, .search-results.standard-fields .search-result-list > li .field-title {
  display: block;
  margin-top: 10px;
}

.search-results.vertical .search-result-list > li .field-title a, .search-results.component-details .search-result-list > li .field-title a, .search-results.standard-fields .search-result-list > li .field-title a {
  font-size: 1.5rem;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
  display: block;
}

.search-results.vertical .search-result-list > li a img, .search-results.component-details .search-result-list > li a img, .search-results.standard-fields .search-result-list > li a img {
  max-width: 100%;
  height: auto;
}

.search-results.vertical .search-result-list > li:hover, .search-results.component-details .search-result-list > li:hover, .search-results.standard-fields .search-result-list > li:hover {
  border-bottom-width: 1px 1px 2px 1px;
  border-bottom-style: solid;
  border-bottom-color: #15909c;
}

.search-results.horizontal .search-result-list, .search-results.components .search-result-list, .search-results.example-fields .search-result-list {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results.horizontal .search-result-list:after, .search-results.components .search-result-list:after, .search-results.example-fields .search-result-list:after {
  content: "";
  display: table;
  clear: both;
}

.search-results.horizontal .search-result-list > li, .search-results.components .search-result-list > li, .search-results.example-fields .search-result-list > li {
  box-sizing: border-box;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #d2d2d2;
  position: relative;
  min-height: 120px;
  margin: 0 2% 10px 0;
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 175px;
  min-width: 23%;
}

.search-results.horizontal .search-result-list > li .field-title, .search-results.components .search-result-list > li .field-title, .search-results.example-fields .search-result-list > li .field-title {
  display: block;
  padding: 0 5px;
  text-align: center;
}

.search-results.horizontal .search-result-list > li .field-title a, .search-results.components .search-result-list > li .field-title a, .search-results.example-fields .search-result-list > li .field-title a {
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
}

.search-results.horizontal .search-result-list > li a img, .search-results.components .search-result-list > li a img, .search-results.example-fields .search-result-list > li a img {
  max-width: 100%;
  height: auto;
}

.search-results.horizontal .search-result-list > li:hover, .search-results.components .search-result-list > li:hover, .search-results.example-fields .search-result-list > li:hover {
  border-bottom-width: 1px 1px 2px 1px;
  border-bottom-style: solid;
  border-bottom-color: #15909c;
}

.search-results .search-results-overlay {
  display: none;
}

.search-results.loading-in-progress {
  min-height: 200px;
}

.search-results.loading-in-progress .search-result-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-results.loading-in-progress .search-result-overlay:after {
  content: "";
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPHBhdGggIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPgogIDxwYXRoIGZpbGw9JyNkZGRkZGQnIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -30px auto 0;
}

.search-results.loading-more-in-progress:after {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  height: 100px;
}

.search-results .no-results {
  padding: 5px;
}

.search-results.company-news {
  padding: 0;
}

.search-results.company-news li {
  border-bottom: 1px solid #edeceb;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  .search-results.company-news li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.search-results.company-news .company-news__date {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 200;
  margin-bottom: 0.5rem;
  color: #231f20;
}

.search-results.company-news .company-news__headline {
  color: #c1b387;
  font-size: 1.3125rem;
  margin-bottom: 1.125rem;
  text-decoration: none;
}

.search-results.company-news .company-news__preview {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.125rem;
}

.search-results.investors-recent-news a {
  text-decoration: none;
}

.search-results.investors-recent-news a:hover {
  text-decoration: none;
}

.search-results.investors-recent-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
}

.search-results.investors-recent-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  min-height: 300px;
  background-color: #323232;
  margin-right: 2px;
}

.search-results.investors-recent-news li a {
  text-decoration: none;
}

.search-results.investors-recent-news li h4 {
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .search-results.investors-recent-news li {
    width: 24%;
  }
}

@media screen and (max-width: 1024px) {
  .search-results.investors-recent-news li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .search-results.investors-recent-news li {
    width: 90%;
  }
}

.search-results.investors-recent-news .investors-recent-news__text-content .investors-recent-news__publish-date {
  color: #909090;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.25rem;
}

.search-results.investors-recent-news .investors-recent-news__text-content .investors-recent-news__title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 200;
  text-transform: none;
  padding: 0 1.25rem;
  text-align: left;
}

.search-results.investors-recent-news .investors-recent-news__link-mask {
  background-color: black;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-results.investors-recent-news .investors-recent-news__link-mask .investors-recent-news__arrow {
  background-image: url("/-/media/00339CEA3A5A47BCB4737F6127CFBD00.ashx");
  background-position-y: -1082px;
  height: 36px;
  width: 36px;
}

.search-results.investors-recent-news .investors-recent-news__link-mask .investors-recent-news__read-more {
  color: white;
  margin-left: 15px;
}

.search-results.jobs-result {
  padding: 0;
}

.search-results.jobs-result ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.search-results.jobs-result ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  padding: 0 0.625rem 0.5rem;
  min-height: 320px;
}

.search-results.jobs-result ul li a {
  text-decoration: none;
}

.search-results.jobs-result ul li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .search-results.jobs-result ul li {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .search-results.jobs-result ul li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .search-results.jobs-result ul li {
    width: 90%;
    margin-left: 30px;
    min-height: 220px;
  }
}

.search-results.jobs-result .DMC.Global-icon, .search-results.jobs-result .Dynaenergetics-icon, .search-results.jobs-result .DynaEnergetics-icon, .search-results.jobs-result .Nobelclad-icon, .search-results.jobs-result .NobelClad-icon {
  background-image: url("/-/media/00339CEA3A5A47BCB4737F6127CFBD00.ashx");
  margin-left: 0.9375rem;
}

.search-results.jobs-result .DMC.Global-icon {
  background-position: 0px -705px;
  width: 31px;
  height: 25px;
}

.search-results.jobs-result .Dynaenergetics-icon, .search-results.jobs-result .DynaEnergetics-icon {
  background-position: 0px -877px;
  width: 26px;
  height: 25px;
}

.search-results.jobs-result .Nobelclad-icon, .search-results.jobs-result .NobelClad-icon {
  background-position: 0px -1000px;
  width: 28px;
  height: 22px;
}

.search-results.jobs-result .jobs-result__title {
  width: 96%;
  font-weight: 200;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  margin: 1.625rem 0 0 1.25rem;
  color: #231f20;
}

.search-results.jobs-result .jobs-result__brand-title,
.search-results.jobs-result .jobs-result__job-category,
.search-results.jobs-result .jobs-result__location,
.search-results.jobs-result .jobs-result__publish-date {
  color: #909090;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  font-weight: 600;
  padding: 0;
  margin-left: 1.25rem;
}

.search-results.news-results {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .search-results.news-results {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.search-results.news-results ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.search-results.news-results li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  padding: 0 0.625rem 0.5rem;
  min-height: 300px;
}

.search-results.news-results li a {
  text-decoration: none;
}

.search-results.news-results li h4 {
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .search-results.news-results li {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .search-results.news-results li {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .search-results.news-results li {
    width: 100%;
  }
}

.search-results.news-results .DMC.Global-icon, .search-results.news-results .Dynaenergetics-icon, .search-results.news-results .DynaEnergetics-icon, .search-results.news-results .Nobelclad-icon, .search-results.news-results .NobelClad-icon {
  background-image: url("/-/media/00339CEA3A5A47BCB4737F6127CFBD00.ashx");
}

.search-results.news-results .DMC.Global-icon {
  background-position: 0px -705px;
  width: 31px;
  height: 25px;
}

.search-results.news-results .Dynaenergetics-icon, .search-results.news-results .DynaEnergetics-icon {
  background-position: 0px -877px;
  width: 26px;
  height: 25px;
}

.search-results.news-results .Nobelclad-icon, .search-results.news-results .NobelClad-icon {
  background-position: 0px -1000px;
  width: 28px;
  height: 22px;
}

.search-results.news-results > div {
  margin-left: 1.25rem;
}

.search-results.news-results .news-results__title {
  color: #231f20;
  padding: 1.625rem 0 0 0;
  width: 96%;
  font-weight: 200;
  font-size: 1.3125rem;
  line-height: 1.875rem;
}

.search-results.news-results .news-results__category, .search-results.news-results .news-results__publish-date {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #909090;
  padding: 0;
}

.search-results.news-results .news-results__category {
  margin-top: 0.625rem;
}

@media screen and (max-width: 640px) {
  .search-results--dmcglobal.news-results li {
    width: 50%;
    margin-bottom: 2rem;
  }
}

.search-results--dynaenergetics.news-results li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  margin: 0 0.625rem 3.75rem;
}

@media screen and (min-width: 1024px) {
  .search-results--dynaenergetics.news-results li {
    width: 47.5%;
  }
}

@media screen and (max-width: 1024px) {
  .search-results--dynaenergetics.news-results li {
    min-height: 375px;
  }
}

@media screen and (max-width: 640px) {
  .search-results--dynaenergetics.news-results li {
    width: 85%;
  }
}

.search-results--dynaenergetics.news-results .news-results__publish-date {
  color: #231f20;
  font-weight: 400;
  font-size: 1rem;
}

.search-results--dynaenergetics.news-results .news-results__title {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: 600;
  padding-top: 0;
}

.search-results--dynaenergetics.news-results .news-results__content {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  font-weight: 200;
  max-height: 5.625rem;
  overflow: hidden;
}

.search-results--dynaenergetics.news-results .news-results__content *:first-child {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  font-weight: 200;
  overflow: hidden;
  position: relative;
  max-height: 5.625rem;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.search-results--dynaenergetics.news-results .news-results__content *:not(:first-child) {
  display: none;
}

.search-results--dynaenergetics.news-results .news-results__image {
  margin-bottom: 70px;
}

.search-results--dynaenergetics.news-results .news-results__image img {
  max-width: 100%;
  height: auto;
}

.search-results--dynaenergetics.news-results .news-results__link-mask {
  position: absolute;
  bottom: 0;
  border-top: black solid 2px;
  border-bottom: black solid 2px;
  width: 100%;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-results--dynaenergetics.news-results .news-results__link-mask .news-results__link-icon {
  content: '';
  background-image: url("/-/media/319E5A43276142BDAF18EFF838416A9C.ashx");
  background-position: 0 -620px;
  height: 36px;
  width: 36px;
  margin: 0 0.9375rem 0 0;
  float: left;
}

.search-results--dynaenergetics.news-results .news-results__link-mask .news-results__link-text {
  padding: 1.5rem 0;
}

.search-results--dynaenergetics.news-results .news-results__link-mask .news-results__link-text a {
  color: #909090;
}

.search-results--dynaenergetics.news-results .news-results__link-mask .news-results__link-text a:hover {
  color: #155a9f;
}

.search-results.office-location-results {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .search-results.office-location-results {
    margin-left: 15px;
  }
}

.search-results.office-location-results ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.search-results.office-location-results li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  padding: 0 0.625rem 0.5rem;
  min-height: 500px;
}

.search-results.office-location-results li h4 {
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .search-results.office-location-results li {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .search-results.office-location-results li {
    width: 45%;
    min-height: 400px;
  }
}

@media screen and (max-width: 640px) {
  .search-results.office-location-results li {
    width: 90%;
  }
}

.search-results.office-location-results .office-location-results__wrapper {
  border-top: #231f20 solid 2px;
  padding-top: 1.625rem;
}

.search-results.office-location-results .office-location-results__wrapper .DMC.Global-icon, .search-results.office-location-results .office-location-results__wrapper .Dynaenergetics-icon, .search-results.office-location-results .office-location-results__wrapper .DynaEnergetics-icon, .search-results.office-location-results .office-location-results__wrapper .Nobelclad-icon, .search-results.office-location-results .office-location-results__wrapper .NobelClad-icon {
  background-image: url("/-/media/00339CEA3A5A47BCB4737F6127CFBD00.ashx");
  margin-left: 0.9375rem;
}

.search-results.office-location-results .office-location-results__wrapper .DMC.Global-icon {
  background-position: 0px -705px;
  width: 31px;
  height: 25px;
}

.search-results.office-location-results .office-location-results__wrapper .Dynaenergetics-icon, .search-results.office-location-results .office-location-results__wrapper .DynaEnergetics-icon {
  background-position: 0px -877px;
  width: 26px;
  height: 25px;
}

.search-results.office-location-results .office-location-results__wrapper .Nobelclad-icon, .search-results.office-location-results .office-location-results__wrapper .NobelClad-icon {
  background-position: 0px -1000px;
  width: 28px;
  height: 22px;
}

.search-results.office-location-results .office-location-results__wrapper .office-location-results__location {
  margin: 1.625rem 0 0;
}

.search-results.office-location-results .office-location-results__contact div, .search-results.office-location-results .office-location-results__location div {
  color: #909090;
  font-size: 1.0625rem;
  font-weight: 200;
  line-height: 1.625rem;
  margin: 0;
}

.search-results.office-location-results .office-location-results__contact a {
  color: #c1b387;
  font-size: 1rem;
  font-weight: 200;
}

.search-results--dmcglobal.office-location-results .office-location-results__contact {
  padding-bottom: 40px;
}

.search-results--dynaenergetics.office-location-results, .search-results--nobelclad.office-location-results {
  padding: 3.75rem 0;
}

.search-results--dynaenergetics.office-location-results li, .search-results--nobelclad.office-location-results li {
  min-height: unset;
}

.search-results--dynaenergetics.office-location-results li h3, .search-results--nobelclad.office-location-results li h3 {
  border-top: #231f20 solid 2px;
  font-size: 1rem;
  margin: 0 0 0.3125rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-top: 0.625rem;
}

.search-results--dynaenergetics.office-location-results li div, .search-results--nobelclad.office-location-results li div {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  font-weight: 200;
}

@media screen and (max-width: 1024px) {
  .search-results--dynaenergetics.office-location-results li, .search-results--nobelclad.office-location-results li {
    min-height: unset;
  }
}

.search-results--dynaenergetics.office-location-results li {
  padding: 0 1.25rem 2.5rem;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.search-results--dynaenergetics.office-location-results li a {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  font-weight: 200;
  color: #0081c9;
  text-decoration: none;
}

.search-results--dynaenergetics.office-location-results li a:hover {
  color: #0f4072;
  text-decoration: none;
}

.search-results--nobelclad.office-location-results li {
  height: 424px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.25rem 1rem;
  margin-bottom: 40px;
}

.search-results--nobelclad.office-location-results li .office-location-results__text-content h3 {
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.search-results--nobelclad.office-location-results li .office-location-results__text-content div {
  color: #909090;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.search-results--nobelclad.office-location-results li .office-location-results__contact-buttons a {
  margin: 0 0 1.25rem;
  padding: 0.5rem;
  width: 100%;
}

.search-results--nobelclad.office-location-results li .office-location-results__contact-buttons div:nth-child(2) a {
  margin: 0;
}

.search-results.product-search {
  margin-top: 50px;
}

.search-results.product-search > ul {
  border-top: 3px solid black;
}

.search-results.product-search > ul > li {
  border-bottom: 2px solid #909090;
}

.search-results.product-search a {
  text-decoration: none;
}

.search-results.product-search a:hover {
  text-decoration: none;
}

.search-results.product-search .product-search__link-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .search-results.product-search .product-search__link-mask {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

@media screen and (max-width: 640px) {
  .search-results.product-search .product-search__link-mask {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search-results.product-search .product-search__category-section {
  padding-left: 0;
  width: 10.3125rem;
  padding-top: 1.5625rem;
  vertical-align: top;
  padding-right: 10px;
}

@media screen and (max-width: 1024px) {
  .search-results.product-search .product-search__category-section {
    padding-top: 15px;
  }
}

.search-results.product-search .product-search__category-section .product-search__content-category, .search-results.product-search .product-search__category-section .product-search__product-family {
  color: #231f20;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.search-results.product-search .product-search__category-section .product-search__content-category {
  white-space: nowrap;
  overflow: hidden;
}

.search-results.product-search .product-search__category-section .product-search__content-category::after {
  content: ' / ';
  color: #231f20;
  font-size: 0.75rem;
}

.search-results.product-search .product-search__description-section {
  padding: 1.3125rem;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .search-results.product-search .product-search__description-section {
    padding-left: 0;
  }
}

.search-results.product-search .product-search__description-section .product-search__short-description, .search-results.product-search .product-search__description-section .product-search__long-description {
  color: #231f20;
}

.search-results.product-search .product-search__description-section .product-search__short-description {
  font-size: 1.3125rem;
  font-weight: normal;
}

.search-results.product-search .product-search__description-section .product-search__long-description {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 200;
}

.search-results.product-search .product-search__learn-more-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 150px;
}

@media screen and (max-width: 1024px) {
  .search-results.product-search .product-search__learn-more-section {
    position: absolute;
    padding-top: 20px;
    right: 15px;
  }
}

.search-results.product-search .product-search__learn-more-section:hover {
  opacity: 0.75;
}

.search-results.product-search .product-search__learn-more-section .product-search__icon {
  background-image: url("/-/media/319E5A43276142BDAF18EFF838416A9C.ashx");
  background-position: 0px -620px;
  height: 36px;
  width: 36px;
  margin: 0 0.9375rem 0 0;
}

@media screen and (max-width: 1024px) {
  .search-results.product-search .product-search__learn-more-section .product-search__icon {
    display: none;
  }
}

.search-results.product-search .product-search__learn-more-section .product-search__learn-more {
  color: #155a9f;
}

@media screen and (max-width: 1024px) {
  .search-results.product-search .product-search__learn-more-section .product-search__learn-more {
    color: #909090;
    font-weight: bold;
  }
}

.search-results.recent-news {
  padding: 0 27px 0;
  min-height: 0px;
  margin-bottom: 20px;
  margin-left: 0;
}

.search-results.recent-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-right: 15px;
  margin-left: 15px;
}

.search-results.recent-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  padding: 0 0.625rem 0.5rem;
  min-height: 300px;
}

.search-results.recent-news li a {
  text-decoration: none;
}

.search-results.recent-news li h4 {
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .search-results.recent-news li {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .search-results.recent-news li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .search-results.recent-news li {
    width: 90%;
  }
}

.search-results.recent-news .DMC.Global-icon, .search-results.recent-news .Dynaenergetics-icon, .search-results.recent-news .DynaEnergetics-icon, .search-results.recent-news .Nobelclad-icon, .search-results.recent-news .NobelClad-icon {
  background-image: url("/-/media/00339CEA3A5A47BCB4737F6127CFBD00.ashx");
}

.search-results.recent-news .DMC.Global-icon {
  background-position: 0px -705px;
  width: 31px;
  height: 25px;
}

.search-results.recent-news .Dynaenergetics-icon, .search-results.recent-news .DynaEnergetics-icon {
  background-position: 0px -877px;
  width: 26px;
  height: 25px;
}

.search-results.recent-news .Nobelclad-icon, .search-results.recent-news .NobelClad-icon {
  background-position: 0px -1000px;
  width: 28px;
  height: 22px;
}

.search-results.recent-news > div {
  margin-left: 1.25rem;
}

.search-results.recent-news .recent-news__title {
  color: #231f20;
  padding: 1.625rem 0 0 0;
  font-weight: 200;
  font-size: 1.3125rem;
  line-height: 1.875rem;
}

.search-results.recent-news .recent-news__category, .search-results.recent-news .recent-news__publish-date {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #909090;
  padding: 0;
}

.search-results.recent-news .recent-news__category {
  margin-top: 0.625rem;
}

@media screen and (max-width: 1024px) {
  .search-results--dmcglobal ul {
    min-height: 605px;
  }
}

@media screen and (max-width: 1024px) {
  .search-results--dynaenergetics.recent-news {
    padding-left: 0;
    padding-right: 0;
  }
}

.search-results--dynaenergetics.recent-news li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0;
  margin: 0 0.625rem 3.75rem;
}

@media screen and (min-width: 1024px) {
  .search-results--dynaenergetics.recent-news li {
    width: 47.5%;
    min-height: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .search-results--dynaenergetics.recent-news li {
    width: 45%;
    min-height: 300px;
  }
}

@media screen and (max-width: 640px) {
  .search-results--dynaenergetics.recent-news li {
    width: 87.5%;
  }
}

.search-results--dynaenergetics.recent-news li > a {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
}

.search-results--dynaenergetics.recent-news li:hover {
  opacity: 0.75;
}

.search-results--dynaenergetics .recent-news__link-mask--text-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-results--dynaenergetics .recent-news__link-mask--text-only .recent-news__title {
  border-top: 2px solid black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 0;
  padding: 0.875rem 0 0.625rem;
  line-height: 1.0625rem;
  color: #231f20;
}

.search-results--dynaenergetics .recent-news__link-mask--text-only .recent-news__content {
  color: #231f20;
  font-weight: 200;
  font-size: 1.3125rem;
  line-height: 2rem;
  letter-spacing: normal;
}

.search-results--dynaenergetics .recent-news__link-mask--text-only .recent-news__content * {
  color: #231f20;
}

.search-results--dynaenergetics .recent-news__link-mask--text-only .recent-news__content *:first-child {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  font-weight: 200;
  overflow: hidden;
  position: relative;
  max-height: 5.625rem;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.search-results--dynaenergetics .recent-news__link-mask--text-only .recent-news__content *:not(:first-child) {
  display: none;
}

.search-results--dynaenergetics .recent-news__link-mask--text-only .recent-news__bottom {
  position: absolute;
  bottom: 0;
  border-top: black solid 2px;
  border-bottom: black solid 2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-results--dynaenergetics .recent-news__link-mask--text-only .recent-news__bottom .recent-news__bottom-icon {
  background-image: url("/-/media/319E5A43276142BDAF18EFF838416A9C.ashx");
  background-position: 0 -620px;
  height: 36px;
  width: 36px;
  margin: 0 0.9375rem 0 0;
  float: left;
}

.search-results--dynaenergetics .recent-news__link-mask--text-only .recent-news__bottom .recent-news__bottom-text {
  padding: 1.5rem 0;
  color: #0081c9;
}

.search-results--dynaenergetics .recent-news__link-mask--image-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: #0081c9;
}

.search-results--dynaenergetics .recent-news__link-mask--image-left .recent-news__image {
  height: 300px;
  width: 50%;
  background-position: center center;
}

.search-results--dynaenergetics .recent-news__link-mask--image-left .recent-news__text-content {
  width: 50%;
  padding: 0 0.75rem 0.75rem;
}

.search-results--dynaenergetics .recent-news__link-mask--image-left .recent-news__text-content .recent-news__category, .search-results--dynaenergetics .recent-news__link-mask--image-left .recent-news__text-content .recent-news__title, .search-results--dynaenergetics .recent-news__link-mask--image-left .recent-news__text-content .recent-news__publish-date {
  color: #fff;
}

.search-results--dynaenergetics .recent-news__link-mask--image-left .recent-news__text-content .recent-news__category {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1.4375rem 0 0.3125rem 0;
}

.search-results--dynaenergetics .recent-news__link-mask--image-left .recent-news__text-content .recent-news__title, .search-results--dynaenergetics .recent-news__link-mask--image-left .recent-news__text-content .recent-news__publish-date {
  font-size: 1.3125rem;
  font-weight: 200;
  letter-spacing: inherit;
  margin-bottom: 0;
  padding: 0.625rem 0 0 0;
  line-height: 2rem;
  text-transform: none;
}

.search-results.resource-search-result {
  padding: 0;
}

.search-results.resource-search-result ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.search-results.resource-search-result ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
  .search-results.resource-search-result ul li {
    margin: 0 0 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .search-results.resource-search-result ul li {
    width: 97%;
  }
}

.search-results.resource-search-result ul li a {
  text-decoration: none;
}

.search-results.resource-search-result ul li a:hover {
  text-decoration: none;
}

.search-results.resource-search-result ul li h4 {
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-weight: 600;
}

.search-results.resource-search-result ul li:hover {
  opacity: 0.75;
}

.search-results.resource-search-result .resource-search-result__logo {
  background-image: url("/-/media/00339CEA3A5A47BCB4737F6127CFBD00.ashx");
}

.search-results.resource-search-result .resource-search-result__link-mask--text-only {
  width: 290px;
  margin-bottom: 2.5rem;
  padding: 0 0.5rem;
}

@media screen and (max-width: 640px) {
  .search-results.resource-search-result .resource-search-result__link-mask--text-only {
    width: 100%;
    margin-left: 30px;
  }
}

.search-results.resource-search-result .resource-search-result__link-mask--text-only .resource-search-result__logo {
  margin-top: 0.9375rem;
}

.search-results.resource-search-result .resource-search-result__link-mask--text-only .resource-search-result__resource-name {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0.8125rem 0 0.6875rem 0;
  padding: 1.625rem 0 0 0;
  text-transform: none;
  color: #231f20;
}

.search-results.resource-search-result .resource-search-result__link-mask--text-only .resource-search-result__category {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  margin: 0.8125rem 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #909090;
  padding: 0;
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 320px;
  width: 580px;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 640px) {
  .search-results.resource-search-result .resource-search-result__link-mask--image-left {
    width: 100%;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: unset;
  }
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__image {
  position: relative;
  height: 320px;
}

@media screen and (max-width: 640px) {
  .search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__image {
    height: 240px;
  }
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 320px;
  width: 320px;
}

@media screen and (max-width: 640px) {
  .search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__image img {
    width: 100%;
    height: 240px;
  }
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__image .resource-search-result__logo-space {
  height: 55px;
  padding: 1.375rem 0 0.375rem;
  position: absolute;
  left: 2.5rem;
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__image .resource-search-result__logo-space .resource-search-result__logo {
  margin: 0 auto;
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 1.4375rem 1.4375rem;
  min-width: 260px;
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__site-title, .search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__resource-name {
  color: #fff;
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__site-title, .search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__category, .search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__date {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  letter-spacing: 0.0625rem;
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__site-title {
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.75rem 0 0.3125rem 0;
  margin: 0.8125rem 0 0 0;
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__resource-name {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0.8125rem 0 0.6875rem 0;
  text-transform: none;
  max-height: 13.125rem;
  overflow: hidden;
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__category {
  color: #231f20;
}

.search-results.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__date {
  color: #909090;
}

.search-results--dynaenergetics.resource-search-result ul {
  width: 1200px;
  margin-left: -30px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 1200px) {
  .search-results--dynaenergetics.resource-search-result ul {
    width: auto;
  }
}

.search-results--dynaenergetics.resource-search-result .resource-search-result__link-mask--text-only {
  margin-right: 0px;
}

.search-results--dynaenergetics.resource-search-result .resource-search-result__link-mask--text-only .resource-search-result__logo {
  background-position: 0px -877px;
  width: 26px;
  height: 25px;
}

.search-results--dynaenergetics.resource-search-result .resource-search-result__link-mask--image-left {
  margin-right: 0px;
}

.search-results--dynaenergetics.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__logo-space {
  background-color: #0081c9;
  width: 2.5rem;
}

.search-results--dynaenergetics.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__logo-space .resource-search-result__logo {
  background-position: 0px -974px;
  width: 26px;
  height: 25px;
}

.search-results--dynaenergetics.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content {
  background-color: #0081c9;
}

.search-results--nobelclad.resource-search-result ul {
  width: 1200px;
  min-height: 365px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: -30px;
}

@media screen and (max-width: 1200px) {
  .search-results--nobelclad.resource-search-result ul {
    width: auto;
  }
}

.search-results--nobelclad.resource-search-result .resource-search-result__link-mask--text-only .resource-search-result__logo {
  background-position: 0px -1000px;
  width: 28px;
  height: 22px;
}

.search-results--nobelclad.resource-search-result .resource-search-result__link-mask--image-left {
  margin-right: 0;
}

.search-results--nobelclad.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__logo-space {
  background-color: #d8262e;
  width: 2.5rem;
}

.search-results--nobelclad.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__logo-space .resource-search-result__logo {
  background-color: #d8262e;
  background-position: 0px -1155px;
  width: 28px;
  height: 23px;
}

.search-results--nobelclad.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content {
  background-color: #000;
}

.search-results--nobelclad.resource-search-result .resource-search-result__link-mask--image-left .resource-search-result__text-content .resource-search-result__category {
  color: #b52027;
}

.search-results.sec-filings {
  padding: 0;
}

.search-results.sec-filings li {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 1rem 0;
  border-bottom: #edeceb solid 1px;
}

@media screen and (max-width: 1024px) {
  .search-results.sec-filings li > div {
    text-align: left;
  }
}

.search-results.sec-filings li > div {
  width: 25%;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.search-results.sec-filings li:first-child {
  border-top: #edeceb solid 1px;
}

.search-results.sec-filings li .sec-filings__title {
  text-align: center;
}

.search-results.sec-filings .sec-filings__link-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.search-results.sec-filings .sec-filings__link-section .sec-filings__html-link a, .search-results.sec-filings .sec-filings__link-section .sec-filings__pdf-link a {
  font-size: 1rem;
  font-weight: 400;
  color: #008cba;
  text-decoration: none;
}

.search-results.sec-filings .sec-filings__link-section .sec-filings__html-link a:hover, .search-results.sec-filings .sec-filings__link-section .sec-filings__pdf-link a:hover {
  color: #0078a0;
}

.search-results.shareholder-letters {
  border-top: 2px solid #231f20;
  padding: 0;
  margin-top: 3.125rem;
}

.search-results.shareholder-letters a {
  text-decoration: none;
}

.search-results.shareholder-letters a:hover {
  text-decoration: none;
}

.search-results.shareholder-letters li {
  border-bottom: #edeceb solid 1px;
  padding: 1rem 0;
}

.search-results.shareholder-letters .shareholder-letters__publish-date {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 200;
  color: #231f20;
}

.search-results.shareholder-letters .shareholder-letters__title {
  font-size: 1.3125rem;
  line-height: normal;
  font-weight: 200;
  color: #909090;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
