/* --------------------------------------------------

	Custom component styles
		- components are Capitalized/CamelCase (e.g. MyComponent)
		- descendant items are hyphenated, lowercase (e.g. MyComponent-child)


-------------------------------------------------- */

.Widget-iconGraphic,
.BannerMinor-subTitle,
.BannerMinor-titleWrap,
.FooterNav-toolsItem,
.FooterNav-highLevelItem,
.CatalogHelp-title,
.CatalogHelp-link,
.ProductCatalog-title,
.ProductCatalog-subTitle,
.MobileActions-item,
.MainNav-item,
.SecondaryNav-item {
  display: inline-block;
}

.Applications-list .Applications-title,
.Widget-title,
.c-Wysiwyg .Service-title,
.Service-title,
.NewsItem-link,
.Staff-name,
.Staff-title,
.FooterNav-highLevelItem .Pagination-link,
.CatalogHelp-link,
.Widget-link,
.Filters-title,
.ProductListing-name {
  font-weight: 700;
}

.ApplicationColumn,
.WhyRepeatable,
.WhyCallout,
.Services-listItem,
.ContentModule,
.MainNav-item,
.Boilerplate,
.NewsArchive,
.Highlights,
.CalloutBoxes,
.BannerMajor-graphicWrap,
.Highlights-listItem,
.MainNav-dropdownToggle,
.SupplyCenterBox {
  position: relative;
}

.MainHeader {
  padding: 30px 0 0;
  background-color: white;
}

@media screen and (min-width: 1200px) {
  .MainHeader {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 8px rgb(0 0 0 / 0.25);
  }
}

.header-offwhite .MainHeader {
  background-color: var(--clr-gray20); /*light gray*/
}
.MainBrand-logo {
  width: min(200px, 30vw);
  height: auto;
}

.MainNav-item.is-current:before {
  /* content: ""; */
  display: block;
  position: absolute;
  top: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--clr-orange); /*red*/
}

.MainNav-item.is-current .MainNav-link {
  color: var(--clr-orange); /*red*/
}

.MainNav-dropdownToggle {
  display: block;
  padding-right: 14px;
}

.MainNav-link {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  display: block;
}

.MainNav-dropdownToggle:after {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  right: 0;
  top: 0;
  background: url("../img/icon-chevron-down.svg") no-repeat center center;
  background-size: 10px 5px;
  -webkit-background-size: 10px 5px;
  -moz-background-size: 10px 5px;
  -ms-background-size: 10px 5px;
}

.MainNav-dropdownList li a,
.MainNav-dropdownList li a:visited {
  color: var(--clr-gray60);
  font-size: 0.875rem;
  transition: color 150ms ease;
}

.MainNav-dropdownList li a:hover,
.MainNav-dropdownList li a:focus {
  color: var(--clr-black) !important;
}

.MainNav-dropdownList li.is-current a {
  color: var(--clr-orange);
}

.MainNav-dropdown.is-toggled {
  height: auto;
}

@media screen and (min-width: 1200px) {
  .MainNav-dropdown.is-toggled {
    border: solid 2px #eee;
    border-top: none;
  }
}

.MainNav-dropdown {
  transition: max-height 0.15s linear;
  -webkit-transition: max-height 0.15s linear;
  -moz-transition: max-height 0.15s linear;
  -ms-transition: max-height 0.15s linear;
  overflow: hidden;
  height: 0;
  position: absolute;
  background-color: white;
  z-index: 1000;
}

.MainNav-dropdownList {
  padding: 0.5rem 1.25rem;
}

.MainNav-dropdownItem {
  display: block;
  white-space: nowrap;
  padding: 0.25rem 0;
}

.MainNav-dropdown li {
  line-height: 1.5rem;
  font-weight: 600;
}

.MobileActions-item + .MobileActions-item {
  margin-left: 15px;
}

.MobileActions-graphic {
  max-width: 28px;
  height: 22px;
}

.MainContent-background {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
}

.BannerMajor {
  overflow: hidden;
  background: no-repeat center top;
  background-size: cover;
  position: relative;
}

.BannerMajor-graphic {
  display: block;
  width: 100%;
}

.BannerMajor-graphicWrap:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 200%;
  left: 99%;
  left: calc(100% - 1px);
  top: 0;
  background: url("../img/background-hero.svg") repeat-x 0 0;
  background-size: auto 100%;
  z-index: 100;
}

.BannerMinor {
  padding-top: 100px;
  padding-bottom: 100px;
}

.BannerMajor,
.CompanyIntro {
  padding-top: 60px;
  padding-bottom: 120px;
}

.BannerMajor video {
  position: absolute;
  top: 0;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
}

.BannerMajor:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.CompanyIntro-title {
  margin-top: 0;
  line-height: 1;
  font-size: 50px;
}

.CompanyIntro-media img {
  margin: -1em 0;
}

@media screen and (max-width: 768px) and (min-width: 540px) {
  .CompanyIntro-action {
    text-align: center;
  }
}

.FrontPageHighlights {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../img/background-gradient.jpg") top center;
  background-image: -moz-linear-gradient(-20deg, var(--clr-blue) 25%, var(--clr-orange) 75%);
  background-image: -webkit-linear-gradient(-20deg, var(--clr-blue) 25%, var(--clr-orange) 75%);
  background-image: -ms-linear-gradient(-20deg, var(--clr-blue) 25%, var(--clr-orange) 75%);
}

.FrontPageHighlights + .Testimony {
  margin-top: 120px;
}

.FindSupplyCenter-container,
.Highlights-container {
  padding: 30px;
  border: 2px solid;
}

.ApplicationColumn + .ApplicationColumn:after,
.Services-listItem + .Services-listItem:after,
.Highlights-listItem + .Highlights-listItem:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  border-right: 1px solid; /*light teal*/
  top: 0;
  left: 0;
}

.ApplicationColumn + .ApplicationColumn:after {
  border-color: var(--clr-gray20);
}

.Services-listItem + .Services-listItem:after {
  border-color: var(--clr-gray20);
}

.Theme--teal .Highlights-listItem + .Highlights-listItem:after,
.Theme--teal .Highlights-container {
  border-color: var(--clr-blue); /* teal */
}

.Theme--white .Highlights-listItem + .Highlights-listItem:after,
.Theme--white .FindSupplyCenter-container,
.Theme--white .Highlights-container {
  border-color: var(--clr-white);
}

.Theme--white .Highlights-listItem + .Highlights-listItem:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.Highlights-title {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
}

.Theme--teal .Highlights-title {
  color: var(--clr-blue); /* teal */
}

.Theme--teal .Highlight {
  color: var(--clr-gray80);
}

.PageHeader-imageSubTitle,
.Locator-filterTitle,
.BannerMinor-title,
.BannerMinor-subTitle,
.Testimony-content,
.Theme--white .Highlight,
.Theme--white .Highlights,
.Theme--white .Highlights-title,
.Theme--white .Highlight-action:visited,
.Theme--white .Highlight-action:link,
.FindSupplyCenter-title {
  color: var(--clr-white);
}

.FindSupplyCenter-icon,
.Highlights-icon,
.FindSupplyCenter-search {
  height: 55px;
}

.FindSupplyCenter-iconWrap,
.Highlights-iconWrap {
  width: 85px;
}

.FindSupplyCenter-icon,
.Highlights-icon {
  display: block;
  width: 55px;
}

.FrontPageHighlights-highlight + .FrontPageHighlights-highlight {
  margin-top: 30px;
  line-height: 1;
}

.WhyIntro-item,
.FindSupplyCenter-searchForm {
  float: none;
}

.CalloutBoxes-searchInput,
.FindSupplyCenter-searchInput,
.FindSupplyCenter-searchForm {
  width: 100%;
}

.FindSupplyCenter-searchInput,
.CalloutBoxes-searchInput {
  display: block;
  max-width: 380px;
  padding: 14px 20px;
  padding-right: 50px;
}

.FindSupplyCenter-searchSubmit,
.CalloutBoxes-searchSubmit {
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background-position: center center;
  background-size: 18px;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  -ms-background-size: 18px;
}

.FindSupplyCenter-container {
  padding: 15px 30px;
  background: url("../img/background-map.png") no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}

.Highlights-list {
  margin-top: 30px;
}

.Highlight,
.Highlight-title {
  font-size: 17px;
}

.Highlight-title {
  margin: 0 0 10px;
  color: var(--clr-black);
  text-decoration: underline;
}

.Highlight-title,
.Highlight-action {
  font-weight: 700;
}

a.Highlight-titleLink {
  display: block;
  transition: color 0.15s ease;
  color: var(--clr-orange);
}

a.Highlight-titleLink:link,
a.Highlight-titleLink:visited,
a.Highlight-titleLink:active {
}

a.Highlight-titleLink:hover {
  color: var(--clr-black);
}

.FrontPageHighlights-highlight a.Highlight-titleLink,
.FrontPageHighlights-highlight a.Highlight-titleLink:visited,
.FrontPageHighlights-highlight a.Highlight-titleLink:hover {
  color: var(--clr-white);
}

.Highlight-action {
  display: block;
  margin-top: 15px;
  font-size: 32px;
  line-height: 1;
}

.Testimony {
  position: relative;
  overflow: hidden;
  min-height: 768px;
  background: top center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}

.Testimony-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  font-weight: 700;
}

.Testimony-content:before,
.Testimony-content:after,
.Testimony-title,
.Testimony-content {
  position: absolute;
  left: 0;
}

.Testimony-title {
  top: -2.5em;
}

.Testimony-content {
  bottom: 0;
  width: 100%;
  height: 320px;
}

.Testimony-content:before,
.Testimony-content:after {
  content: "";
  background: url("../img/background-testimony.png") repeat-x 0 0;
  height: 100%;
  top: 0;
  z-index: 1;
}

.Testimony-content:before {
  width: 100%;
  left: -50%;
}

.Testimony-content:after {
  width: 50%;
  left: calc(50% + 570px);
}

.Testimony-quote,
.Testimony-customer {
  position: relative;
  z-index: 2;
}

.Testimony-chevron {
  max-height: 320px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.Testimony-chevron:before {
  content: "";
  display: block;
  height: 320px;
  width: 100%;
  background: url("../img/graphic-chevron-large.png") no-repeat center top;
}

.Testimony-quoteWrap {
  padding: 30px 0;
}

.Testimony-quote {
  margin: 0 0 30px;
  font-size: 26px;
}

.IndustryList {
  overflow: hidden;
}

.IndustryList,
.RecentNews {
  background-color: var(--clr-white);
}

.homeSolutions .IndustryList {
  background-color: transparent;
}

.IndustryList-item {
  position: relative;
  margin: 0 0 15px 0;
  text-align: center;
}

.IndustryList-item img {
  width: 100%;
  display: block;
}

.IndustryList-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 500ms ease;
}

.IndustryList-label {
  color: var(--clr-white);
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  transition: background-color 250ms ease;
}

.IndustryList-action:hover {
  background-color: rgba(0, 0, 0, 1);
}

.IndustryList--grid .moreBtn,
.IndustryList-item-wrap {
  height: 100%;
}

.IndustryList--grid .IndustryList-item {
  margin: 0;
}

.moreBtn img {
  opacity: 1;
}

.PageHeader-container {
  height: 100%;
}

.PageHeader-title {
  margin: 60px 0 30px;
}

.ProductHeading {
  background-color: var(--clr-gray40);
}

.ProductHeading-product,
.ProductHeading-type {
  font-size: 1rem;
  padding: 0.75em 1.5em;
  text-align: left;
  color: var(--clr-white);
}

.PageHeader-title,
.ProductCatalog-title,
.IndustryList-title {
  font-size: 57px;
  line-height: 1;
  color: var(--clr-orange); /*red*/
}

.ProductCatalog-title,
.IndustryList-title,
.RecentNews-title {
  margin-bottom: 60px;
}

.IndustryList-title {
  margin-top: 10px;
  margin-bottom: 50px;
}

.ContactUs-title,
.RecentNews-title {
  margin-top: 0;
}

/* ESG Sustainability Stuff: */

.esgHeader {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.esgHeader-text {
  max-width: 720px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.esgHeader-graphic {
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.esgHeader-subTitle {
  margin: 1.5em 0 0 0.15em;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1em;
  line-height: 1.375;
}

@media only screen and (min-width: 768px) {
  .esgHeader {
    gap: 60px;
  }

  .esgHeader-subTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.9em;
    line-height: 1;
  }

  .esgHeader-subTitle > * + * {
    margin-left: 1em;
    padding-left: 1em;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (min-width: 1140px) {
  .esgHeader-subTitle {
    font-size: 1.1em;
  }
}

/* END ESG Sustainability Stuff */

.Contacts-mainPhone {
  font-size: 2rem;
  margin: 0 0 2rem 0;
  font-weight: 700;
}

.contacts-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.contacts-list-item p {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
}

.Contacts .ContactList-item {
  margin-bottom: 1em;
}

.Locator,
.StaffGrid,
.Profiles,
.RecentNews {
  position: relative;
  padding: 60px 0;
}

.RecentNews-item {
  font-size: 21px;
  line-height: 1.375;
  font-weight: 700;
}

.RecentNews-item a:visited,
.RecentNews-item a:active,
.RecentNews-item a:link,
.RecentNews-item a {
  font-size: 21px;
  text-decoration: underline;
}

.RecentNews-meta {
  margin: 30px 0 60px;
}

.RecentNews-meta a:visited,
.RecentNews-meta a:link,
.RecentNews-meta {
  color: var(--clr-gray60); /*gray*/
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.WhyIntro-content,
.ContentIntro,
.ContentModule-intro {
  font-size: 26px;
}

.PageIntroduction {
  padding-top: 30px;
}

.BannerMinor-titleWrap {
  padding: 30px 30px 18px;
}

.BannerMinor-title {
  margin: 0;
  font-size: 75px;
  line-height: 1;
}

.PageHeader-imageSubTitle,
.BannerMinor-subTitle {
  margin: 0 0 15px 2px;
  font-size: 20px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .PageHeader-imageSubTitle,
  .BannerMinor-subTitle {
    margin: 0 0 10px 1px;
    font-size: 18px;
  }
}

.SupplyCenterBox-graphic,
.FeaturedPosts-graphic {
  max-width: 55px;
}

.Highlights--standalone,
.CalloutBoxes {
  padding: 60px 0;
}

.CalloutBoxes-box {
  width: calc(50% - 30px);
}

.MainSiteLink,
.CalloutBoxes-box:first-child {
  margin-right: 30px;
}

.CalloutBoxes-box:first-child + .CalloutBoxes-box {
  margin-left: 30px;
}

.SupplyCenterBox {
  max-width: 50%;
  min-height: 500px;
}

.SupplyCenterBox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: url("../img/background-map-large-teal.png") no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}

.FeaturedPosts-link:visited,
.FeaturedPosts-link:link,
.FeaturedPosts-link,
.SupplyCenterBox-title {
  color: var(--clr-blue); /*teal*/
  font-weight: 700;
}

.SupplyCenterBox-title {
  margin: 0 0 30px;
  font-size: 65px;
  line-height: 65px;
  font-weight: 400;
}

.SupplyCenterBox-container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
}

.FeaturedPosts-title {
  margin: 0 0 5px;
}

.FeaturedPosts-link:visited,
.FeaturedPosts-link:link,
.FeaturedPosts-link {
  text-decoration: underline;
}

.FeaturedPosts-item + .FeaturedPosts-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid var(--clr-blue); /* teal */
}

.Pagination-action:visited,
.Pagination-action:link,
.Pagination-action,
.Widget-action:visited,
.Widget-action:link,
.Widget-action,
.FeaturedPosts-action:visited,
.FeaturedPosts-action:link,
.FeaturedPosts-action {
  color: var(--clr-orange); /*red*/
  font-size: 32px;
}

.ContactUs,
.ProductCatalog {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
}

.Applications {
  padding-bottom: 60px;
  overflow: hidden;
}

.ProductCatalog-heading {
  margin: 0;
}

.Highlights-heading,
.ImageContainer,
.ContentIntro,
.FeaturedPosts-graphicWrap,
.ProductCatalog-filters,
.ProductCatalog-title {
  margin-bottom: 30px;
}

.ProductCatalog-subTitle {
  font-size: 38px;
  color: var(--clr-orange); /*red*/
}

.ProductCatalog-subTitle::before {
  content: "/ ";
}

.Locator-filters,
.ProductCatalog-filters {
  padding: 2rem;
  background-color: var(--clr-blue);
}

.single-industries .lvl-industries .js-selectIndustriesWrapper {
  display: none;
}

.single-industries .lvl-application .Filters-title,
.single-industries .lvl-application .Filters-optionsItem {
  display: none;
}

.ProductCatalog-productList {
  width: 100%;
}

.ProductCatalog-products:has(tbody:empty)::after {
  content: "Use the search/filter above to find the product you are looking for";
  display: block;
  background: var(--clr-gray20);
  width: 100%;
  text-align: center;
  padding: 4rem;
  box-sizing: border-box;
  font-weight: 600;
  color: var(--clr-gray40);
  margin-top: 1rem;
  border: dashed 1px;
  border-radius: 0.5rem;
}

.ProductListing {
  vertical-align: middle;
}

.ProductListing td,
.ProductHeading th {
  padding: 0.75rem 1.5rem;
}

.ProductListing:nth-child(even) {
  background-color: var(--clr-gray20); /*light gray*/
}

.ProductListing-name {
  font-size: 1.25rem;
  letter-spacing: -0.015em;
}

.ProductListing-description {
  font-size: 0.875rem;
  letter-spacing: -0.015em;
}

.ProductListing-sds {
  position: relative;
}

.ProductListing-sds ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Filters {
  table-layout: auto;
  padding-left: 30px;
}

.Filters-title {
  padding: 0 30px;
  line-height: 40px;
  color: white;
  font-size: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: 10%;
}

.Filters-optionsItem {
  width: 32%; /*calc fallback*/
  width: calc(33% - 1px);
}

.Filters-optionsItem {
  display: inline-block;
  background-color: var(--clr-gray20); /*gray*/
}

/* multi product toggle in productCatalog  */

.has-dropdown {
  position: relative;
}

.has-dropdown:hover a {
  cursor: pointer;
  position: relative;
  z-index: 30;
  transition: none;
  -webkit-transition: none;
}

.has-dropdown > a {
  white-space: pre;
}

.has-dropdown > a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: var(--clr-orange) transparent transparent transparent;
  position: relative;
}

.has-dropdown:hover > a {
  background-color: var(--clr-orange);
  border-color: var(--clr-orange);
  color: white;
}

.has-dropdown:hover > a:after {
  border-color: white transparent transparent transparent;
}

.has-dropdown:hover .ProductListing-togglePanel {
  display: block;
}

.ProductListing-togglePanel {
  border: 2px solid var(--clr-orange);
  background: white;
  z-index: 20;
  padding: 0.25rem 1rem !important;
  display: block;
  width: min(200px, 100%);
  position: absolute;
  left: 0;
  margin-top: -2px !important;
  display: none;
}

.ProductListing-togglePanel li a {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.ProductListing-togglePanel li + li {
  border-top: solid 1px var(--clr-gray40);
}

.ProductListing-togglePanel:hover {
  display: block;
}

.ProductListing-togglePanel .c-button {
  display: block;
}

/*single product view*/

.productSearch {
  background: var(--clr-gray20);
  margin-top: 15px;
  padding: 20px 20px 10px 20px;
  display: block;
}

.ContentModule {
  padding: 30px 0;
}

.ContentModule--noheading {
  padding: 60px 0;
}

.ContentModule-primary {
  padding-right: 40px;
}

.ContentModule-secondary {
  padding-left: 40px;
}

.ContentModule-content p:last-child {
  margin-bottom: 0;
}

.ContentModule-content h1:first-child,
.ContentModule-content h2:first-child,
.ContentModule-content h3:first-child,
.ContentModule-content p:first-child {
  margin-top: 0;
}

.WidgetContainer {
  padding: 16px 0;
  margin: 0 0 32px;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-color: var(--clr-orange); /*red*/
}

.Widget--pad {
  position: relative;
  padding-bottom: 24px;
}

.Widget + .Widget:not(.Widget-border) {
  border-top: 1px solid var(--clr-gray20); /*gray*/
}

.Widget {
  padding: 24px;
  margin: 0;
}

.SidebarNav {
  padding-inline: 8px;
}

.Widget-button {
  display: block;
  white-space: normal;
}

.Widget-iconGraphic {
  display: block;
  height: auto;
  width: 100%;
}

.Widget-border {
  border: solid 4px var(--clr-gray20);
  padding: 20px; /* 20 - 4*/
}

.Widget-background {
  border: none;
  background-color: var(--clr-gray20);
  padding: 24px;
}

.Widget + .Widget-border,
.Widget + .Widget-background {
  margin-top: 16px;
}

.Widget > *:first-child {
  margin-top: 0;
}

.Widget > *:last-child {
  margin-bottom: 0;
}

.NewsItem-link,
.Applications-title,
.CatalogHelp-link,
.Widget-link {
  text-decoration: underline;
}

.Widget-icon {
  max-width: 42px;
  max-height: 42px;
  margin-bottom: 15px;
}

.Widget-action {
  display: block;
  height: 25px;
  margin-top: 10px;
  line-height: 32px;
}

.Widget-link,
.RelatedApplications-item {
  display: block;
  padding-top: 0.25em;
  font-weight: 600;
}

.RelatedApplications-item:hover {
  text-decoration: underline;
}

.Pagination,
.Widget-link {
  margin-bottom: 10px;
  display: inline;
  margin-top: 100px;
  border-color: var(--clr-gray20);
}

.Pagination-list,
.Pagination-item,
.Pagination-action {
  display: block;
  float: left;
}

.Pagination-item,
.Pagination-action {
  padding: 0 15px;
}

.Pagination-link {
  text-decoration: underline;
}

.CatalogHelp {
  padding: min(15vw, 6rem) min(10vw, 4rem) 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.CatalogHelp-title {
  color: var(--clr-orange); /*teal*/
  margin: 0;
  font-size: min(8vw, 2rem);
}

.PageHeader-imageWrap {
  height: min(32rem, 75vw);
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  isolation: isolate;
  background-color: #000;
}

.PageHeader-imageWrap::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-hero-overlay-graphic.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  inset: 0;
  width: min(100%, 1440px);
  margin-inline: auto;
  height: 100%;
  z-index: -1;
}

.PageHeader--esg .PageHeader-imageWrap::after {
  opacity: 0;
}

.PageHeader-bgimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  mask-image: linear-gradient(to bottom right, rgb(0 0 0 / 0.5) 10%, black 90%);
}

.PageHeader-imageTitleWrap,
.PageHeader-imageTitle {
  display: inline-block;
}

.PageHeader-imageTitle {
  margin: 0;
  color: var(--clr-white);
  font-size: min(10vw, 6rem);
  line-height: 0.875;
  text-transform: uppercase;
  max-width: 24ch;
}

.PageHeader-imageTitle span {
  display: block;
  font-size: min(5vw, 2rem);
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 0.015em;
}

.PageHeader--major .PageHeader-imageTitle {
  font-size: 150px;
  line-height: 0.75;
}

.PageHeader-image {
  width: 100%;
}

.Page-heading,
.ContentHeading,
.TopNews-heading,
.Profiles-heading {
  padding-bottom: 60px;
}

.parent-tag a {
  font-size: 0.875em;
  text-decoration: underline;
  font-weight: 700;
}

.Page-heading > .parent-tag + h1 {
  margin-top: 0.25em;
}

.FeaturedNews {
  padding-bottom: 110px;
}

.FeaturedNews--archive {
  padding-bottom: 30px;
}

.FeaturedNews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: -10px;
}

.FeaturedNews-item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(33.33334% - 20px);
  flex-basis: calc(33.33334% - 20px);
  margin: 10px;
  border: 1px solid var(--clr-gray20);
}

.FeaturedNews--front:not(.FeaturedNews--homePage) .FeaturedNews-item:first-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.FeaturedNews-inner {
  padding: 5px;
  font-size: 1em;
}

.FeaturedNews--front .FeaturedNews-item .FeaturedNews-inner {
  padding: 0;
}

.FeaturedNews-img {
  display: block;
}

.FeaturedNews-title {
  font-size: 1em;
  margin: 0;
}

.FeaturedNews-title + .postDate {
  display: block;
  margin-top: 5px;
}

.Page-titleLink:link,
.Page-titleLink:visited,
.Page-titleLink:active,
.FeaturedNews-link:link,
.FeaturedNews-link:visited,
.FeaturedNews-link:active,
.FeaturedNews-title,
.NewsByCat-title {
  color: var(--clr-orange); /*red*/
}

.FeaturedNews-link:link {
  position: relative;
}

.FeaturedNews-link:link > span {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--clr-gray60);
  color: rgb(255 255 255 / 50%);
  font-weight: 700;
}

.NewsByCat-title,
.FeaturedNews-title,
.NewsByCat-link:link,
.NewsByCat-link:visited,
.NewsByCat-link:active {
  display: block;
  font-weight: 700;
  line-height: 1.25;
}

.NewsByCat-link:hover {
  text-decoration: underline;
}

.NewsByCat-title {
  padding-bottom: 1em;
  border-bottom: 1px solid var(--clr-gray20);
}

.NewsByCat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.NewsByCat-cat {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 33.33334%;
  flex-basis: 33.33334%;
  padding-bottom: 30px;
}

.NewsByCat-btn {
  padding: 7px;
}

.NewsByCat-btn,
.topicTag:link,
.topicTag:visited,
.topicTag:active,
.postDate,
.postDate:link,
.postDate:visited,
.postDate:active {
  font-size: 13px;
}

.topicTag:link {
  text-decoration: underline;
}

.topicTag:hover {
  text-decoration: none;
}

.postDate:after {
  content: " / ";
}

.postDate:last-child:after {
  display: none;
}

.FeaturedNews--front:not(.FeaturedNews--homePage) .FeaturedNews-item:first-child .FeaturedNews-title {
  font-size: 1.5em;
}

.FeaturedNews-item--single {
  background-color: var(--clr-gray20);
  border-color: var(--clr-gray20);
}

.FeaturedNews--front .FeaturedNews-item--single:first-child {
  padding: 20px;
  background-color: var(--clr-orange);
  border-color: var(--clr-orange);
}

.FeaturedNews--homePage .FeaturedNews-item:nth-child(4) {
  display: none;
}

.FeaturedNews--front .FeaturedNews-item--single:first-child,
.FeaturedNews--front .FeaturedNews-item--single:first-child .topicTag:link,
.FeaturedNews--front .FeaturedNews-item--single:first-child .topicTag:visited,
.FeaturedNews--front .FeaturedNews-item--single:first-child .topicTag:active,
.FeaturedNews--front .FeaturedNews-item--single:first-child .FeaturedNews-link:link,
.FeaturedNews--front .FeaturedNews-item--single:first-child .FeaturedNews-link:visited,
.FeaturedNews--front .FeaturedNews-item--single:first-child .FeaturedNews-link:active {
  color: var(--clr-white);
}

.FeaturedNews-item--single .FeaturedNews-link:link,
.FeaturedNews-item--single .FeaturedNews-link:visited,
.FeaturedNews-item--single .FeaturedNews-link:active {
  color: var(--clr-black);
  font-size: 1.3em;
}

.FeaturedNews--front .FeaturedNews-item--single:first-child .FeaturedNews-link:hover,
.FeaturedNews-link:hover,
.FeaturedNews-link:hover .FeaturedNews-title {
  color: black;
}

.FeaturedNews-item--single .FeaturedNews-link:hover {
  color: var(--clr-orange); /*red*/
}

.FeaturedNews-meta {
  padding: 15px;
}

.NewsArchive-pagination {
  margin-top: 60px;
}

.NewsByCat-btn,
.NewsByCat-item + .NewsByCat-item {
  margin-top: 20px;
}

.NewsByCat-meta {
  margin-top: 5px;
}

.NewsByCat-meta .postDate,
.NewsByCat-meta a:link {
  font-size: 12px;
}

.Profile + .Profile {
  margin-top: 30px;
}

.Profile-title,
.Profile-name {
  line-height: 1;
}

.Profile-title {
  margin: 15px 0 0;
}

.Profile-name {
  margin: 0;
  font-size: 28px;
}

.Profile-title {
  margin-top: 8px;
  font-size: 14px;
}

.Profile-image img {
  width: 100%;
}

.Staff {
  margin-top: 30px;
}

.TopNews-item {
  padding: 20px 0;
  border-top: 1px solid var(--clr-gray20);
}

.TopNews-item img {
  aspect-ratio: 2/1;
  object-fit: cover;
}

.NewsItem-content {
  padding-block: 15px;
}

.Profile-bio {
  margin-top: 20px;
}

.Widget-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.015em;
  color: var(--clr-gray60);
  margin: 0 0 1rem;
}

.SidebarNav .Widget-title {
  margin-left: 16px;
}

.SidebarNav-itemWrap {
  margin-top: 8px;
}

.SidebarNav-item {
  display: inline-block;
  padding-left: 12px;
  border-left: 4px solid transparent;
  font-weight: 600;
}

.SidebarNav-item[href="#"] {
  cursor: default;
}

.SidebarNav-item--current:active,
.SidebarNav-item--current:visited,
.SidebarNav-item--current:link {
  color: var(--clr-orange); /*red*/
}

.Staff-name {
  margin: 15px 0 5px;
  font-size: 21px;
}

.Staff-title {
  font-size: 12px;
}

.NewsItem-imageWrap,
.NewsItem-content {
  float: none;
}

.NewsItem-link:visited,
.NewsItem-link:active,
.NewsItem-link:link {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.NewsItem-link:hover {
  text-decoration: underline;
}

.NewsItem-content--full,
.NewsItem-meta {
  margin-top: 15px;
}

.Boilerplate,
.NewsArchive-item {
  margin-top: 60px;
}

.NewsArchive-pagination {
  position: relative;
  padding: 30px 0 0;
}

.Boilerplate {
  padding-top: 30px;
  margin-bottom: 60px;
}

.Locator-filterTitle,
.Boilerplate-title {
  margin: 0 0 15px;
}

.WhyCallout {
  font-size: 1.75rem;
  font-size: min(1.75rem, 5vw);
  background-color: var(--clr-orange);
  color: var(--clr-white);
  padding-block: 0;
}

.WhyCallout img {
  display: block;
}

.WhyCallout-copy {
  padding-block: 2rem;
}

.WhyCallout p:last-child {
  margin-bottom: 0;
}

.WhyCallout p:last-child {
  margin-bottom: 0;
}

/* new why callout */

.why-callout {
  background-color: var(--clr-orange);
  color: var(--clr-white);
  position: relative;
  isolation: isolate;
}

.why-callout-content {
  font-size: 1.5rem;
  font-size: min(1.5rem, 5vw);
}

.why-callout-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: right center;
  filter: grayscale(1) opacity(0.3);
  mix-blend-mode: multiply;
}

/* other */

.framed {
  overflow: hidden;
  max-height: 330px;
  overflow-y: scroll;
}

.Location {
  padding: 15px;
}

.Location:nth-child(even) {
  background-color: var(--clr-gray20);
}

.Location-info {
  width: 75%;
}

.Location {
  padding: 0;
}
a.Location-info {
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

a.Location-info .Location-addressTitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
}

a.Location-info:hover .Location-addressTitle {
  text-decoration: underline;
}

a.Location-info .location-details {
  font-size: 0.75rem;
}

.Location-address {
  font-size: 13px;
  padding-right: 10px;
}

* + .frm_forms,
* + .Wysiwyg-intro {
  margin-top: 2em;
  padding-top: 2em;
  border-top: solid 2px var(--clr-gray20);
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label,
.ContactUs-itemTitle,
.Location-addressTitle,
.frm_primary_label {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}

.Location-action {
  text-align: right;
  white-space: nowrap;
}

.ContactUs-itemTitle,
.ContactUs-item {
  display: block;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label,
strong.ContactUs-itemTitle,
.frm_primary_label,
.with_frm_style .frm_top_container .frm_primary_label {
  font-weight: 700;
  font-family: "Poppins";
  margin-bottom: 0.5rem;
}

.frm_checkbox + .frm_checkbox,
.frm_form_field .frm_checkbox,
.frm_form_field .frm_checkbox + .frm_checkbox,
.frm_form_field .frm_radio,
.frm_form_field .frm_radio + .frm_radio {
  margin-top: 0.25rem;
}

.with_frm_style .frm_inline_total {
  font-family: "Poppins";
}

.frm_checkbox label,
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
  font-size: 0.875rem;
  font-family: "Poppins";
  color: var(--clr-gray80);
}

.frm_checkbox label:has(input:checked) {
  color: var(--clr-black);
}

.frm_other_input.frm_pos_none {
  display: none !important;
}

.frm_section_heading h3,
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
  font-family: "Poppins";
  font-weight: 700;
  color: var(--clr-orange) !important;
  margin-bottom: 1rem !important;
}

.ContactUs-item {
  overflow: visible;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin: 0;
}

.ContactUs-item + *,
.frm_style_formidable-style.with_frm_style .form-field + * {
  margin-top: 2rem;
}

.ContactUs-item:after {
  content: "";
  display: block;
  clear: both;
}

.ContactUs {
  padding-bottom: 0;
}

.ContactUs-title {
  font-size: 28px;
}

.ContactUs-SelectWrap {
  display: block;
  background-color: white;
}

/* reset some formidable things */

.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_form_field.frm_first_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_half,
.frm_submit.frm_half {
  width: 100%;
}

.ContactUs-form fieldset {
  padding: 0;
  border: 0;
}

.frm_submit {
  margin-top: 2rem;
}

.ContactUs-form .frm_submit input,
.frm_style_formidable-style.with_frm_style input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  font-family: "Poppins";
  font-weight: 600;
  background: var(--clr-orange);
  color: white;
  border: none;
  border-radius: 0;
  padding: 0.75em 1.5em;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 150ms ease;
}

.ContactUs-form .frm_submit input:focus,
.ContactUs-form .frm_submit input:hover,
.frm_style_formidable-style.with_frm_style input[type="submit"]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  background-color: var(--clr-gray80);
  color: white;
}

#form_wbh6e .frm_section_heading,
#form_qry6o2 .frm_section_heading {
  margin-bottom: 10px;
}

h3.frm_trigger {
  background-color: var(--clr-white);
  cursor: pointer;
  padding: 0.75rem 1rem;
  color: var(--clr-black);
  position: relative;
}

.frm_toggle_container {
  padding: 0 1rem 2rem 1rem;
}

h3.frm_trigger::after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -13px;
  background: center no-repeat url(../img/background-frm_trigger.svg);
  background-size: 20px;
  width: 25px;
  height: 25px;
  -webkit-transition: transform 200ms ease;
  transition: transform 200ms ease;
}

h3.frm_trigger.active {
  background-color: var(--clr-white);
  border-color: transparent;
  color: var(--clr-orange);
}

h3.frm_trigger.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
  font-family: "Poppins";
  font-size: 0.75rem;
  color: var(--clr-gray60);
}

.frm_repeat_buttons {
  margin-bottom: 15px;
}

.frm_error {
  display: block;
  background-color: rgba(237, 28, 26, 0.1);
  padding: 10px;
}

.c-select-has-address .form-field {
  margin-bottom: 15px;
}

.SocialMediaWidget-item {
  float: left;
  display: block;
}

.Applications-listItem {
  margin-top: 30px;
}

.Applications-appListing + .Applications-appListing {
  margin-top: 0.5rem;
}

.Applications-listItem:nth-child(6n + 1) {
  clear: both;
}

.Contractors-map,
.DistributionCenters-map {
  position: relative;
  width: 100%;
  padding-bottom: 66.66667%;
}

.CustomerTools,
.Services {
  margin: 60px 0;
}

.MainFooter,
.Services {
  overflow: hidden;
}

.Service-icon {
  height: 5rem;
  width: auto;
}

.DistributionCenters-map {
  min-height: 500px;
  padding-bottom: inherit;
}

.MainFooter {
  position: relative;
  background-color: var(--clr-white);
}

.MainFooter-upper {
  padding: 60px 0;
  background-color: var(--clr-gray20); /*light gray*/
}

.c-Wysiwyg .Tool-title,
.Tool-title {
  margin-top: 30px;
  color: var(--clr-black);
}

.Tool {
  margin-bottom: 60px;
}

.Tool-title,
.Service-title {
  margin-bottom: 0;
  line-height: 1.25;
  text-decoration: underline;
  color: var(--clr-black);
}

.Tool-title p:first-child {
  margin-top: 0;
}

.Service-content {
  line-height: 1.375;
}

.Tool-image {
  max-height: 75px;
}

.Service-iconWrap,
.ContentModule-intro,
.ContentImage,
.ContactInfo {
  padding-bottom: 30px;
}

.WhyRepeatable-content h1,
.WhyRepeatable-content h2 {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.125;
}

.WhyCallout-copy {
  line-height: 1.25;
}

.ContactList-item {
  font-style: normal;

  line-height: 1.5;
}

.ContactList-item p {
  margin: 0.5em 0;
}

.ContactInfo-number {
  font-weight: 600;
  font-size: 36px;
  margin: 0;
}

.SocialMedia-icon {
  display: inline-block;
  max-width: 30px;
  max-height: 30px;
}

.Applications,
.FooterNav {
  padding-top: 30px;
}

.FooterNav-tools ul {
  display: grid;
  margin: 1rem 0 0;
  padding: 0;
  gap: 1rem;
}

.FooterNav-tools ul .c-button {
  width: auto;
}

@media (min-width: 560px) {
  .FooterNav-tools ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .FooterNav-tools ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.FooterNav-highLevel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  margin: 1rem 0 0;
  padding: 0;
}

.FooterNav-highLevel a {
  font-size: 0.75rem;
}

.SocialMedia-title {
  display: inline-block;
  margin-bottom: 10px;
}

.SocialMedia-link + .SocialMedia-link {
  margin-left: 1rem;
}

.SocialMediaWidget-item + .SocialMediaWidget-item,
.FooterNav-toolsItem + .FooterNav-toolsItem,
.FooterNav-highLevelItem + .FooterNav-highLevelItem {
  padding-left: 12px;
}

.FooterNav-highLevel {
  margin-top: 15px;
}

.copyright {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: solid 2px var(--clr-white);
  font-size: 0.75rem;
}

.copyright a {
  text-decoration: underline;
}

.FooterNav-highLevelItem {
  line-height: 40px;
  font-size: 12px;
}

.CopyRight {
  display: none;
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 12px;
}

.CopyRight a {
  text-decoration: underline;
}

.EndCap {
  position: relative;
  margin-top: 0;
  background-color: var(--clr-orange); /*red*/
  text-align: center;
  padding: 1rem;
}

.EndCap:before {
  content: "";
  content: none;
  position: absolute;
  top: -68px;
  left: 49%; /*calc fallback*/
  left: calc(50% - 10.5px);
  width: 21px;
  height: 58px;
  background: url("../img/icon-chevron-right.svg") no-repeat 0 0;
}

.EndCap-title {
  margin: 0;
  padding: 20px 0;
  color: white;
  text-align: center;
  font-size: 32px;
}

.EndCap-image {
  margin: 30px 0;
  max-width: 350px;
  max-height: 24px;
}

#sdsSheets .ProductHeading-type {
  /* text-align: right; */
}

.Loading-graphic {
  max-width: 45px;
  padding: 15px 0;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.responsive-iframe.r16x9 {
  padding-bottom: 56.25%;
}

.responsive-iframe.r4x3 {
  padding-bottom: 75%;
}

.responsive-iframe iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.industries.parent .Filters-optionsItem {
  width: 49%;
  width: calc(50% - 1px);
}

.Directions {
  margin-top: 30px;
  margin-bottom: 30px;
}

#frm_field_cptch_number_container {
  margin: 30px 0;
}

.Sponsors {
  padding-bottom: 60px;
}

.Sponsors-tier {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--clr-gray20);
}

.Sponsors-wrap {
  display: table;
  position: relative;
  padding: 15px;
  text-align: center;
}

.Sponsors-wrap:nth-child(4n + 1) {
  clear: both;
}

.Sponsors-wrap--leftAlign {
  text-align: left;
}

.Sponsors-tierTitle {
  color: var(--clr-orange); /*red*/
}

.Sponsors-item {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid var(--clr-gray20);
}

.Sponsors-tier1Img,
.Sponsors-tier2Img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.Testimonial {
  background-color: var(--clr-blue);
  color: white;
}

.Testimonial-title {
  color: white;
  margin: 0 0 40px;
}

.Testimonial-quote {
  margin: 0;
  padding-left: 60px;
  font-size: 1.5rem;
  background: url("../img/icon-quote.svg") no-repeat 0 5px;
  background-size: 40px auto;
}

.Testimonial-quote p:first-child {
  margin-top: 0;
}

.Testimonial-quote p:after {
  content: "\201D";
}

.Testimonial-attribution {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
}

.Testimonial-item {
  display: none;
}

.Testimonial-img {
  display: block;
}

.Indicators {
  margin-top: 55px;
}

.Indicators-item {
  display: inline-block;
}

.Indicators-item + .Indicators-item {
  margin-left: 5px;
}

.Indicators-item + .Indicators-item--additional {
  margin-left: 15px;
}

.Indicators-link {
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.Indicators-link.is-Current,
.Indicators-link:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.Indicators-button {
  vertical-align: text-bottom;
  background-color: transparent;
}

.Traits {
  padding: 2rem 125px;
}

.Traits-title {
  font-size: clamp(3rem, 4vw, 5rem);
  margin: 0 0 1.5rem;
}

.Traits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
}

.Traits-item {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 700;
}

.Traits-item:before {
  content: "> ";
  opacity: 0.6;
}

.Traits-item:after {
  content: "";
  display: inline-block;
  padding-right: 10px;
}

.CustomContent {
  background: no-repeat center center;
  background-size: cover;
}

.CallToAction {
  text-align: center;
  background: var(--clr-gray20);
}

.CallToAction-link--major {
  font-size: clamp(1.375rem, 1.75vw, 2rem);
  border-width: 3px;
}

.FooterContact {
  padding: 30px 0;
}

.FooterContact,
.Descriptors {
  background-color: var(--clr-blue); /* teal */
}

.FooterContact-link:after {
  content: " / ";
}

.FooterContact-link:link,
.FooterContact-link:visited,
.FooterContact-link:active,
.FooterContact {
  color: var(--clr-white);
}

.FooterContact-info {
  font-size: 36px;
}

.FooterContact-info,
.FooterContact-link:link {
  font-weight: 600;
}

.FooterContact-info,
.FooterContact-socialMedia {
  float: none;
}

.FooterContact-socialMediaTitle {
  text-decoration: underline;
}

.SocialMediaContainer-item {
  display: inline-block;
}

.MainFooter--subsite {
  padding-top: 0;
}

.SocialMediaContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.SocialMediaContainer strong {
  margin-right: 1rem;
}

.SocialMediaContainer > * + * {
  margin-left: 1rem;
}

.SocialMediaContainer a img {
  display: block;
  width: auto;
  height: 2rem;
  object-fit: contain;
  object-position: center;
}

.SubsiteComponent {
  padding-block: min(6rem, 15vw);
}

.SubsiteComponent + .SubsiteComponent {
  border-top: 4px solid var(--clr-gray20);
}

.Descriptors {
  color: white;
}

.Descriptors-inner {
  padding-left: 125px;
  padding-right: 125px;
}

.Descriptors .Descriptors-item {
  position: relative;
  padding-left: 40px;
}

.Descriptors-title {
  margin: 0;
  font-size: 55px;
  font-weight: 700;
}

.Descriptors-title:before {
  content: "> ";
  opacity: 0.6;
  position: absolute;
  left: 0;
}

.Descriptors-content {
  font-weight: 700;
  font-size: 37px;
}

.people-quotes {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  margin-bottom: 4rem;
}

.Quote-card {
  background-color: var(--clr-gray20);
  padding: 0 0 1.5rem;
}

.Quote-card--teal {
  background-color: var(--clr-blue);
}

.Quote-card--darkGray {
  background-color: var(--clr-gray60);
}

.Quote-card--red {
  background-color: var(--clr-orange); /*red*/
}

.Quote-card--red,
.Quote-card--red .Quote-title,
.Quote-card--red .Quote-attribute,
.Quote-card--darkGray,
.Quote-card--darkGray .Quote-title,
.Quote-card--darkGray .Quote-attribute,
.Quote-card--teal,
.Quote-card--teal .Quote-title,
.Quote-card--teal .Quote-attribute {
  color: white;
}

.Quote-content {
  padding: 2rem;
  margin: 0;
}

.Quote-content--noImg {
  padding-top: 84px;
  font-size: 1.25rem;
  background: url("../img/icon-quote.svg") 2rem 2rem no-repeat;
  background-size: auto 2rem;
}

.Quote-content > p:first-child {
  margin-top: 0;
}

.Page-title--red {
  margin-top: 0;
  font-size: 1.5em;
}

.Page-title--red,
.Quote-title,
.Quote-attribute {
  color: var(--clr-orange); /*red*/
}

.Quote-attribute {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 700;
}

.Quote-title {
  font-size: 15px;
  margin: 0;
}

.Quote-title + p:before {
  content: "\201C";
}

.Quote-content > p:first-child:after,
.Quote-title ~ p:last-child:after {
  content: "\201D";
}

.TagList-item + .TagList-item {
  margin-top: 5px;
}

.TagList-link,
.TagList-link:link,
.TagList-link:visited,
.TagList-link:active {
  text-decoration: underline;
}

.TagList-link--current,
.TagList-link:hover {
  text-decoration: none;
}

.TagList-link--current:hover {
  color: black;
}

.ImageWrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  background-color: var(--clr-gray20);
}

.ImageWrap-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ContentImage-img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

#fieldEmail {
  margin-top: 5px;
}

#subForm .NewsByCat-btn {
  margin-top: 0;
}

/* ----------------------------------------------------------------------
	Media Queries
---------------------------------------------------------------------- */

/* IE 11 only "hack" */
@media screen and (-ms-high-contrast: none) {
  .FeaturedNews-item {
    flex-shrink: 1;
    flex-basis: calc(33.33334% - 22px);
  }

  .NewsByCat-cat {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.33334% - 30px);
    flex-basis: calc(33.33334% - 30px);
  }
}

/* ------------------------------------------------------------
	Large
------------------------------------------------------------ */

@media only screen and (max-width: 1160px) {
  .Testimony-title,
  .Testimony-quoteWrap {
    padding-left: 15px;
  }

  .Testimony-quote {
    font-size: 22px;
  }

  .Descriptors-inner,
  .Traits {
    padding: 25px 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-button,
  .c-Wysiwyg .c-button {
    white-space: normal;
  }

  .FooterContact-link {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .FooterNav {
    padding-top: 15px;
  }

  .FooterNav-toolsItem {
    margin-top: 15px;
  }

  .FooterNav-highLevelItem + .FooterNav-highLevelItem,
  .FooterNav-toolsItem + .FooterNav-toolsItem {
    padding-left: 0;
    padding-right: 12px;
  }

  .FeaturedNews-item {
    width: 100%;
    flex-basis: 100%;
  }
}

/* ------------------------------------------------------------
	Medium
------------------------------------------------------------ */

@media only screen and (max-width: 1199px) {
  .MainHeader {
    padding: 15px 0;
  }

  .MainHeader:has(.MainNav.is-toggled) {
    border-bottom: solid 2px var(--clr-gray20);
  }

  .FooterNav-tools .c-button,
  .MainNav,
  .Highlights-container {
    overflow: hidden;
  }

  .FooterNav-tools .c-button {
    text-overflow: ellipsis;
  }

  .MainNav-item {
    display: block;
    padding: 0;
    margin: 0;
  }

  .MainNav-dropdownToggle::after {
    right: 0.75rem;
    background-size: 1rem auto;
  }

  .MainNav-item + .MainNav-item {
    margin-left: 0;
  }

  .Testimony-content:after,
  .MainNav-item.is-current:before {
    display: none;
  }

  .MainNav-dropdown {
    position: static;
  }

  .MainNav-dropdown {
    background-color: transparent;
  }

  .MainNav-dropdownList {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    border-left: solid 2px var(--clr-gray20);
    border-bottom: none;
  }

  .MainNav-dropdownList li a {
    display: block;
    font-size: 1rem;
    line-height: 1.125;
    padding-block: 0.5rem;
  }

  .Testimony-content:before {
    width: 100%;
    left: -33.33334%;
  }

  .Highlights-iconWrap {
    width: 53px;
  }

  .Highlights-icon {
    width: 38px;
    height: 38px;
  }

  .Highlights-title {
    font-size: 26px;
  }

  .Highlight {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--clr-blue);
  }

  .Profile-name,
  .WhyIntro-item + .WhyIntro-item,
  .RecentNews-meta,
  .FindSupplyCenter-search,
  .MainCallout-search {
    margin-top: 15px;
  }

  .WhyCallout-gallery img,
  .Locator-search,
  .ProductCatalog-search,
  .FindSupplyCenter-searchInput,
  .MainCallout-searchInput {
    width: 100%;
    max-width: 100%;
  }

  .NewsItem,
  .NewsItem-imageWrap,
  .NewsItem-content {
    display: block;
  }

  .ContentModule-primary,
  .ContentModule-secondary {
    padding-left: 0;
    padding-right: 0;
  }

  .NewsArchive-item,
  .ProductCatalog,
  .CompanyIntro-media,
  .ContactInfo-actions,
  .ContentModule-secondary {
    margin-top: 30px;
  }

  .WhyCallout,
  .WhyRepeatable-image,
  .WhyCallout-copy,
  .RecentNews-meta,
  .ProductCatalog-title,
  .IndustryList-title,
  .RecentNews-title {
    margin-bottom: 30px;
  }

  .Boilerplate,
  .Wysiwyg-callout,
  .c-Wysiwyg-callout {
    margin: 30px 0;
  }

  .ProductCatalog-subTitle,
  .ProductCatalog-search {
    margin-bottom: 15px;
  }

  .CatalogHelp-link {
    margin-left: 0;
  }

  .c-titleMajor,
  .PageHeader-title {
    margin: 30px 0;
    font-size: 32px;
  }

  .PageHeader-imageWrap .l-valign--extend,
  .PageHeader-imageWrap {
  }

  .FindSupplyCenter-search,
  .MainCallout-search {
    height: auto;
  }

  .FooterContact-info,
  .FooterContact-socialMedia,
  .WhyIntro-item {
    display: block;
  }

  .PageHeader-imageWrap .l-valignItem,
  .PageHeader-imageWrap .l-valign {
    /*display: block;*/
  }

  .PageHeader-imageTitleWrap {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 20px 0;
  }

  .ContentIntro,
  .PageHeader-intro,
  .ContentModule-intro,
  .PageIntroduction {
    font-size: 20px;
  }

  .NewsArchive-pagination,
  .NewsArchive-item .NewsItem-content,
  .ContactUs,
  .PageHeader-imageTitle,
  .Highlights-list {
    margin-top: 0;
  }

  .Tool:last-child,
  .StaffGrid-title,
  .PageHeader-imageTitle,
  .Highlights-heading {
    margin-bottom: 0;
  }

  .CatalogHelp-title {
    margin-bottom: 10px;
  }

  .FindSupplyCenter-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .SocialMediaContainer,
  .FooterNav-highLevel {
    float: none;
  }

  .Wysiwyg-intro,
  .c-Wysiwyg-intro {
    font-size: 1.125rem;
  }

  .c-Wysiwyg h1,
  .c-titleMajor {
    font-size: 48px;
  }

  .WhyRepeatable,
  .StaffGrid,
  .ContactUs,
  .ProductCatalog,
  .IndustryList {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .RecentNews {
    padding-top: 30px;
  }

  .Profiles,
  .FeaturedNews {
    padding-bottom: 30px;
  }

  .c-button,
  .c-Wysiwyg .c-button {
    white-space: normal;
  }

  .WhyCallout-gallery,
  .Filters-title,
  .Filters {
    padding-left: 0;
  }

  .Filters-title {
    border: 0;
  }

  .Profiles,
  .IndexContent,
  .AboutUsContent,
  .ContentModule--noheading {
    padding-top: 0;
  }

  .Profiles-heading,
  .Page-heading,
  .ContentModule--noheading,
  .TopNews-heading {
    padding-bottom: 0;
  }

  .ContactUs.l-hr:before,
  .Boilerplate .l-hr:before {
    width: 100%;
    left: 0;
  }

  .ContentModule + .NewsArchive .l-hr:before {
    display: none;
  }

  .WhyCallout-gallery {
    margin: 0;
  }

  .WhyCallout {
    padding: 0;
  }

  .Sponsors-tier1Img,
  .Sponsors-tier2Img {
    max-height: 200px;
    width: auto;
  }
}

/* ------------------------------------------------------------
	Small
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .SecondaryNav--mobile {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
    border-top: 1px solid var(--clr-gray20);
  }

  .Testimony-content:before,
  .Highlight-action,
  .MainCallout-itemAction {
    display: none;
  }

  .IndustryList-item {
    margin: 5px 0;
  }

  .MainCallout .CompanyIntro-action .RecentNews-title,
  .RecentNews-meta {
    margin-bottom: 30px;
  }

  .MainCallout,
  .MainFooter-upper,
  .CompanyIntro,
  .RecentNews {
    padding: 30px 0;
  }

  .Highlights-icon {
    margin-bottom: 15px;
  }

  .Highlights-title {
    font-size: 30px;
  }

  .Highlights-list {
    margin-top: 0;
  }

  .IndustryList {
    padding-bottom: 30px;
  }

  .IndustryList-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .c-Wysiwyg h1,
  .c-titleMajor,
  .ProductCatalog-title,
  .IndustryList-title,
  .RecentNews-title {
    font-size: 34px;
  }

  .ProductCatalog-subTitle {
    font-size: 28px;
  }

  .RecentNews-meta {
    margin-top: 15px;
  }

  .RecentNews-item a:visited,
  .RecentNews-item a:active,
  .RecentNews-item a:link,
  .RecentNews-item a {
    font-size: 18px;
  }

  .RecentNews-meta a:visited,
  .RecentNews-meta a:active,
  .RecentNews-meta a:link,
  .RecentNews-meta a,
  .RecentNews-meta {
    font-size: 14px;
  }

  .CompanyIntro-title {
    font-size: 32px;
  }

  .ContactInfo-actions {
    padding-top: 10px;
  }

  .ContactInfo-actions,
  .SocialMediaContainer {
    text-align: left;
  }

  .Testimony {
    min-height: inherit;
  }

  .Testimony-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .Testimony-content {
    max-height: none;
    height: auto;
    position: static;
    background-color: rgba(72, 131, 159, 0.75);
    background-color: var(--clr-blue);
  }

  .Testimony-title {
    position: static;
    padding: 120px 0 0;
  }

  .Testimony-quoteWrap {
    padding-left: 0;
  }

  .MainFooter {
    padding-top: 30px;
  }

  .ContactList-col:nth-child(odd) {
    clear: both;
    margin-bottom: 15px;
  }

  .ContactList-itemTitle {
    display: inline-block;
    line-height: 1;
    margin-bottom: 5px;
  }

  .FooterNav-tools,
  .FooterNav-highLevel {
    padding-top: 15px;
    margin-top: 15px;
  }

  .FooterNav-toolsItem {
    float: left;
    display: block;
    width: 50%;
    padding: 5px;
    margin-top: 0;
    font-size: 12px;
  }

  .FooterNav-toolsItem + .FooterNav-toolsItem {
    padding-left: 5px;
    padding-right: 5px;
  }

  .FooterNav-toolsAction {
    width: 100%;
  }

  .FooterNav-highLevel {
    float: none;
    padding-top: 15px;
  }

  .FooterNav-highLevelItem {
    line-height: 20px;
  }

  .DistributionCenters-map {
    min-height: 300px;
  }

  .Filters-title,
  .Filters-optionsItem {
    width: 100%;
  }

  .Location-action,
  .Filters-optionsItem + .Filters-optionsItem {
    margin-top: 10px;
  }

  .MainFooter {
    overflow: hidden;
  }

  .Indicators,
  .Testimonial-img,
  .SocialMediaContainer,
  .Descriptors-wrap + .Descriptors-wrap,
  .Service + .Service {
    margin-top: 30px;
  }

  .Profiles-pair + .Profiles-pair {
    margin-bottom: 30px;
  }

  .Profile + .Profile {
    margin-top: 60px;
  }

  .ProductCatalog-productList thead {
    display: none;
  }

  .Location-info,
  .Location-action,
  .Filters-title,
  .Filters-options,
  .industries.parent .Filters-optionsItem,
  .Loading,
  .Loading td,
  .ProductListing-sds,
  .ProductListing-description,
  .ProductListing-name,
  .ProductListing,
  .ProductCatalog-productList tbody,
  .ProductCatalog-productList {
    display: block;
    width: 100%;
  }

  .ProductListing {
    vertical-align: middle;
    padding: 1.5rem;
  }

  .ProductListing td,
  .ProductHeading th {
    padding: 0.25rem 0;
  }

  .Location-info,
  .Location-action,
  .ProductListing-sds {
    text-align: left;
  }

  .Count {
    float: none;
  }

  .ProductCatalog-title {
    margin-bottom: 15px;
  }

  .Locator-filters,
  .ProductCatalog-filters {
    padding: 1.5rem;
  }

  .Staff:nth-child(odd) {
    clear: left;
  }

  .Testimonial-quote p:first-child,
  .CallToAction-link {
    font-size: 1rem;
  }

  .Testimonial-quote {
    padding-left: 40px;
    background-size: 30px auto;
  }

  .SubSiteActions {
    text-align: center;
  }

  .MainSiteLink {
    margin: 10px 0;
    display: block;
  }

  .CallToAction-link--header {
    display: block;
  }

  .SubsiteComponent--mediaFirst .c-sectionHeading:first-child {
    margin-top: 20px;
  }

  .Indicators-item + .Indicators-item--additional,
  .Indicators-item--additional {
    margin-left: 0;
    margin-top: 10px;
  }

  .Indicators-item + .Indicators-item--additional,
  .Indicators-item--additional,
  .Indicators-button {
    width: 100%;
  }

  .Quote {
    padding-top: 0;
  }

  .FeaturedNews-item {
    width: 100%;
    flex-basis: 100%;
  }

  .NewsByCat-cat {
    width: 50%;
    flex-basis: 50%;
  }
}

/* ------------------------------------------------------------
	Xsmall
------------------------------------------------------------ */

@media only screen and (max-width: 480px) {
  .FooterNav-toolsItem {
    width: 100%;
  }

  .Descriptors-title,
  .Descriptors-content,
  .Traits-item {
    font-size: 1.5625em; /*25px*/
  }

  .FooterContact-info,
  .Testimonial-quote {
    font-size: 1.4em;
  }

  .Traits-item {
    display: block;
  }

  .FooterContact-link:after {
    display: none;
  }

  .Descriptors-inner,
  .Traits {
    padding: 0;
  }

  .NewsByCat-cat {
    width: 100%;
    flex-basis: 100%;
  }
}

/* ------------------------------------------------------------
	Mixitup CSS
------------------------------------------------------------ */

.container .mix {
  display: none;
}

.js-hidden {
  display: none;
}

/* ------------------------------------------------------------
	Distance Slider CSS (joe wrote this, so remove it :))
------------------------------------------------------------ */
.invalidZip .distanceSlider {
  display: none;
}

.distanceSlider {
  padding: 10px;
}

.distanceSlider .rangeslider__fill {
  background: var(--clr-orange);
}

.distanceSlider .distanceDisplay {
  margin-bottom: 20px;
  width: 100%;
}

.distanceSlider .distanceDisplay > .maxDistance:after {
  content: "miles";
  padding-left: 3px;
}

/* ------------------------------------------------------------
	Some zip validation stuff on the C/I and distributor screens,
	better place for this?
------------------------------------------------------------ */

.invalidZipMsg {
  padding: 10px;
  display: none;
}

.invalidZip .invalidZipMsg {
  display: block;
}

/* ------------------------------------------------------------
	Some page specific styles
------------------------------------------------------------ */
.distribution-centers .ContentModule-primary .ContentHeading {
  padding-bottom: 0px;
}

.contacts .ContentHeading {
  padding-bottom: 10px;
}

.contacts .CompanyMap #map {
  margin-bottom: 10px;
}

.contacts .profile {
  padding-top: 30px;
  border-top: 1px solid var(--clr-gray80);
  margin-top: 30px;
}

.js-resultCount {
  color: white;
  background-color: initial;
  line-height: 40px;
}
.industries.parent .js-selectIndustriesWrapper {
  display: none;
}

.industries.child .js-selectApplicationsWrapper,
.industries.child .js-selectIndustriesWrapper,
.industries.child .Filters-title {
  display: none;
}

.industries.child .js-resultCount {
  width: 100%;
}

.SingleHeading {
  margin-top: 0;
}

.SecondaryNav-item a:hover,
.MainNav-item:hover,
.MainNav-item:visited.is-current,
.MainNav-item:link.is-current,
.ContactUs-title,
.SidebarNav-item:hover,
.Staff-name,
.Theme--teal .Highlight-action:visited,
.Theme--teal .Highlight-action:link,
.MainNav-dropdownItem:hover,
.Profile-name,
.ContentModule-content h1,
.ContentModule-content h2,
.ContentModule-content h3,
.ContentModule-content h4,
.ContentModule-content h5,
.Widget-link:hover,
.CatalogHelp-link:hover,
.RelatedApplications-item:hover {
  /* color: var(--clr-orange); */
}

/* special_notice_flag */

.special_notice_flag {
  margin: 0;
}

.special_notice_flag a {
  display: inline-block;
  clip-path: polygon(0% 0%, calc(100% - 5px) 0%, 100% 50%, calc(100% - 5px) 100%, 0% 100%);
  padding: 8px 18px 6px 12px;
  background-color: var(--clr-orange);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  font-size: 0.8em;
  transition: all 0.15s ease;
}

.special_notice_flag a:hover {
  background-color: var(--clr-orange);
  color: var(--clr-white);
}

.special_notice_flag a:focus {
  color: var(--clr-white);
}

@media screen and (max-width: 640px) {
  .special_notice_flag {
    margin-top: 10px;
    padding-left: 10px;
  }

  .special_notice_flag a {
    white-space: nowrap;
  }
}

.NewsSpotlight {
  margin: 30px 0 0;
}

.NewsSpotlight-item {
  border-color: var(--clr-gray40);
  border-top: solid 1px;
  padding-top: 15px;
  margin-top: 30px;
}

.NewsSpotlight-title {
  margin: 0;
}

.NewsSpotlight-description {
  margin: 10px 0 0;
  font-size: 0.9em;
}

a.NewsSpotlight-titleLink {
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: var(--clr-orange);
  line-height: 1.125;
  transition: all 150ms ease;
  text-transform: none;
}

a.NewsSpotlight-titleLink:hover {
  text-decoration-color: inherit;
}

.FrontPageHighlights-highlight a.NewsSpotlight-titleLink,
.FrontPageHighlights-highlight .NewsSpotlight-description {
  color: var(--clr-white);
}

.FrontPageHighlights-highlight .NewsSpotlight-item {
  border-color: rgba(255, 255, 255, 0.25);
}

@media only screen and (min-width: 640px) {
  .NewsSpotlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px 0;
  }

  .NewsSpotlight-item {
    margin: 0 15px 30px 15px;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
}

@media only screen and (min-width: 768px) {
  .NewsSpotlight-item {
    margin: 0 15px 30px 15px;
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
  }
}

@media only screen and (min-width: 1160px) {
  .NewsSpotlight-item {
    border: none;
    border-left: solid 1px;
    padding: 0 0 0 30px;
  }
}

.applicationsList {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
}

.applicationsList_item {
  background-color: var(--clr-gray20);
  padding: 2rem 1.5rem;
  line-height: 1.125;
}

.applicationsList_title {
  line-height: 1.25;
  margin-top: 0;
  font-weight: 700;
}

.applicationsList a:hover {
  text-decoration: underline;
}

/* new home page */

.homeHero {
  position: relative;
  background-image: url(../img/background-iron-steel.jpg);
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--clr-black);
  padding: 0;
  isolation: isolate;
}

.homeHero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  object-fit: cover;
  -webkit-animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  filter: opacity(0.85);
}

.homeHeroArrow {
  position: absolute;
  inset: 0;
  width: min(100%, 1440px);
  height: 100%;
  margin-inline: auto;
  object-fit: cover;
  object-position: right center;
  opacity: 1;
  z-index: -99;
}

@media only screen and (min-width: 768px) {
  .homeHeroArrow {
    object-fit: contain;
  }
}

.homeHero_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  min-height: 40vh;
  padding: 120px 0;
}

.homeHero_content > img {
  max-width: 50vw;
}

.homeHero_tagline,
.EndCap_tagline {
  color: var(--clr-white);
  font-weight: 700;
  font-size: 1rem;
  text-wrap: balance;
}

.homeHero_headline {
  color: white;
  font-size: 3rem;
  font-size: min(10vw, 4rem);
  max-width: 30ch;
}

.homeIntro {
  position: relative;
  padding: min(6rem, 10vw) 0;
}

.homeIntro_bg {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  z-index: -1;
  display: none;
}

.CompanyIntro-text > * {
  margin-top: 0;
}

.homeSolutions {
  padding: min(5rem, 10vw) 0;
  background: linear-gradient(to top right, var(--clr-orange) 20%, var(--clr-blue) 80%);
  background: var(--clr-orange);
  color: var(--clr-white);
}

.homeSolutions h2 {
  text-transform: none;
  font-size: 2.5rem;
  color: white;
}

.solutionsColumns {
  display: grid;
}

.solutionsColumns > * {
  padding: 3rem 0;
  border-bottom: solid 2px rgb(255 255 255 / 0.25);
}

.solutionsColumns-title {
  background-image: url(../img/chevron-right.svg);
  background-position: right center;
  background-size: contain;
  background-size: auto 1.5rem;
  background-repeat: no-repeat;
  line-height: 1.125;
  margin: 0;
}

.solutionsColumns-title a,
.solutionsColumns-title a:hover,
.solutionsColumns-title a:visited,
.solutionsColumns-title a:focus {
  color: white;
  display: block;
  font-size: 2rem;
}

.solutionsColumns p {
  font-size: 1.125rem;
  margin: 1rem 0 0;
}

@media only screen and (min-width: 768px) {
  .homeSolutions-container + .homeSolutions-container {
    margin-top: min(10vw, 4rem);
  }
  .solutionsColumns {
    grid-template-columns: repeat(3, 1fr);
    margin-inline: -3rem;
  }
  .solutionsColumns > * {
    padding: 0 3rem;
    border-bottom: none;
    border-right: solid 2px rgb(255 255 255 / 0.15);
  }
}

.solutionsColumns > *:last-child {
  border: none;
}

/*
* Home Tools Block
*/
.homeTools {
  position: relative;
  padding: min(5rem, 10vw) 0;
  background-color: var(--clr-gray80);
  background-color: var(--clr-blue);
}

.homeTools-container {
  display: grid;
  gap: 1.5rem;
}

.homeTools-find-gsc {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.FindSupplyCenter-title {
  font-size: 2.5rem;
  line-height: 1.125;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.FindSupplyCenter-searchForm {
  display: block;
}

.FindSupplyCenter-searchInput {
  max-width: none;
}

.homeTools-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.homeTools-link:link,
.homeTools-link:visited,
.homeTools-link:active,
.homeTools-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1.75rem 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.homeTools-link:link:hover,
.homeTools-link:hover,
.homeTools-link:focus {
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--clr-white);
}

.homeTools-iconWrap {
  display: block;
  flex-basis: 50px;
  text-align: center;
}

.size-homeTools-icon {
  object-fit: contain;
  max-height: 2.5rem; /*40px*/
  max-width: 2.5rem; /*40px*/
  display: block;
}

.homeTools-link span {
  flex: 1 0;
}

@media screen and (min-width: 767px) {
  .homeTools-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* home feature blocks */

.homeFeatureBlock {
  padding: min(5rem, 10vw) 0;
  background-color: var(--clr-gray20);
}

.homeFeatureBlock_inset {
  width: var(--max-width);
  margin-inline: auto;
  display: grid;
  gap: 3rem;
}

@media screen and (min-width: 768px) {
  .homeFeatureBlock_inset {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
}

.homeFeatureBlock:nth-child(odd) {
  background-color: white;
}

.homeFeatureBlock_img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.homeFeatureBlock_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .homeFeatureBlock:nth-child(even) .homeFeatureBlock_content {
    order: 1;
  }

  .homeFeatureBlock:nth-child(even) .homeFeatureBlock_img {
    order: 2;
  }
}

.homeFeatureBlock_content > * {
  margin: 0;
}

.homeFeatureBlock h2,
.homeFeatureBlock h3 {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.125;
}

.homeNews-header {
  display: flex;
  flex-direction: column;
}

.homeNews-button {
  margin-bottom: 2rem;
}

.homeNews-title {
  margin: 30px 0;
  font-size: 45px;
  font-weight: 700;
}

@media screen and (min-width: 640px) {
  .homeNews-header {
    flex-direction: row;
  }

  .homeNews-title {
    flex: 1 0;
  }

  .homeNews-button {
    margin-bottom: 0;
    align-self: center;
  }
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  text-decoration: underline;
  color: inherit;
}

/* 
downloads list 
created for new single-product page
*/

.downloads-list {
  list-style: none;
  margin: 1.5em 0 0;
  padding: 0;
}

.downloads-list li {
  list-style: none;
  margin: 0.5em 0 0;
  padding: 0;
}

.downloads-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 1em;
  background-color: rgb(255 255 255 / 0.5);
  border-radius: 4px;
  transition: background 150ms ease;
}

.downloads-list a:hover {
  background-color: var(--clr-white);
}

.downloads-list a::after {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url("../img/download-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: opacity 150ms ease;
}

.downloads-list a:hover::after {
  opacity: 1;
}

/* spotlights on single industry pages */

.industrySpotlight {
  border: solid 4px var(--clr-orange);
  padding: 2rem;
  margin: 2rem 0;
}

.industrySpotlight > h2 {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  line-height: 1;
  padding-left: 40px;
  color: var(--clr-orange);
  background-image: url("../img/icon-flame-red.svg");
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
}

.industrySpotlight_item:last-child {
  border-bottom: solid 2px var(--clr-gray20);
}

.industrySpotlight_link {
  padding: 1rem 2rem 1rem 1rem;
  border-top: solid 2px var(--clr-gray20);
  display: block;
  font-weight: 600;
  line-height: 1.25;
  background-image: url("../img/chevron-right-red.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 0.5rem;
  transition: background-color 150ms;
}

.industrySpotlight_link:hover {
  background-color: var(--clr-gray20);
}

/* news-stay-connected */

.news-stay-connected {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 0.25rem;
}

.news-stay-connected li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
  background-color: #fff;
  padding: 1rem;
  transition: all 150ms;
}

.news-stay-connected li a:hover {
  background-color: #f9f9f9;
}

.news-stay-connected li a:hover img {
  filter: grayscale(1) opacity(0.75);
}

.news-stay-connected li img {
  width: 64px;
  aspect-ratio: 1;
  object-fit: contain;
  filter: grayscale(1) opacity(0.5);
  transition: all 150ms;
}

/* search results page */

.searched-for {
  margin: 40px 0;
  font-size: 1.25em;
  display: inline-block;
  padding: 20px;
  background-color: rgb(255, 255, 196);
  color: var(--clr-orange);
}

.search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 2px var(--clr-gray20);
}

.search-results-item {
  margin: 10px 0 0;
}

.search-results-item > a {
  display: block;
  padding: 20px;
  border-radius: 4px;
  border: solid 2px var(--clr-gray20);
  transition: border-color 100ms;
  line-height: 1.25;
}

.search-results-item > a:hover,
.search-results-item > a:focus {
  border-color: var(--clr-gray40);
}

.search-result-title {
  text-decoration: underline;
}

.search-result-permalink {
  font-size: 0.75em;
  margin-top: 10px;
}

/* 
  imagecards 
  created for the sustainability section
*/

.imageCards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
}

.imageCards-card {
  background-color: var(--clr-white);
  border: solid 0.125rem var(--clr-gray20);
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
}

.imageCards-card .imageCards-text {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.imageCards-text h3 {
  color: var(--clr-orange);
}

.imageCards-text * {
  margin: 0;
}

.imageCards-text * + * {
  margin-top: 0.75rem;
}

.imageCards-text > p + p:last-child {
  padding-top: 1.25rem;
  margin-top: auto;
}

.imageCards--esg {
  gap: 0;
  background-color: var(--clr-sus-green);
  padding: 1.5rem;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .imageCards--esg {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.imageCards--esg .imageCards-card {
  background-color: var(--clr-sus-green);
  color: white;
  border: none;
}

.imageCards--esg .imageCards-card * {
  color: var(--clr-white) !important;
}

.imageCards--esg .imageCards-text img {
  opacity: 0.5;
}

.imageCards-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

/* newscards  */

.divider-top {
  border-top: solid 1px var(--clr-gray20);
  margin-top: 1.5em;
  padding-top: 1em;
}

.newsCards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
  gap: 1.5rem;
}

.page-sustainability .newsCards {
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
}

@media screen and (min-width: 728px) {
  .page-newsroom .newsCards > .newsCards-card:first-child {
    grid-column: 1 / -1;
  }

  .page-newsroom .newsCards > .newsCards-card:first-child .newsCards-title {
    font-size: 1.3em;
  }
}

.newsCards-card {
  border: solid 2px var(--clr-gray20);
  text-decoration: none !important;
  color: initial !important;
  transition: border-color 150ms;
  display: flex;
  flex-direction: column;
}

.newsCards-card:hover,
.newsCards-card:focus {
  border-color: var(--clr-gray20);
}

.newsCards-card--large {
  grid-column: 1/-1;
}

.newsCards-img {
  display: block;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.newsCards-category {
  display: grid;
  place-items: center;
  aspect-ratio: 2 / 1;
  text-align: center;
  background-color: var(--clr-gray60);
  color: rgb(255 255 255 / 50%);
  font-weight: 700;
}

.newsCards-text {
  padding: min(1.5rem, 6vw);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1; /* grow to fill card */
}

.newsCards-text > * {
  margin: 0;
  line-height: 1.25;
}

.newsCards-text .postDate {
  margin-top: auto; /* force to bottom of card */
}

.newsCards-title {
  font-weight: 700;
  font-size: 1em;
}

.newsCards-card--large .newsCards-title {
  font-size: 1.5em;
}

.newsCards-card:hover .newsCards-title,
.newsCards-card:focus .newsCards-title {
  text-decoration: underline;
}

.newsCards + div {
  margin-top: 24px;
}

.c-Wysiwyg blockquote {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 1.5em 0;
  padding: 0 0 0 1.5em;
  border-left: solid 5px currentColor;
  font-size: 1.25em;
  color: var(--clr-orange);
}

.c-Wysiwyg blockquote > * {
  margin: 0;
  font-weight: 700;
}

.c-Wysiwyg blockquote p:first-child {
  text-indent: -0.5ch;
}

.c-Wysiwyg blockquote cite {
  color: var(--clr-gray80);
  font-style: normal;
  font-size: 0.75em;
  margin-top: 1em;
  margin-left: 0.5ch;
  display: block;
}

.page-our-commitment .c-Wysiwyg blockquote {
  color: var(--clr-sus-green);
}

.Profile-img {
  float: right;
  width: min(320px, 40%);
  margin: 20px 0 20px 20px;
}

/* customer tools */

.customer-tools {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(18rem, 100%), 1fr));
  margin-bottom: 4rem;
}

.customer-tools-item {
  border: solid 0.25rem var(--clr-gray20);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.customer-tools-item > * {
  margin: 0;
}

.tool-title {
  margin-top: 1rem;
}

.tool-icon img {
  display: block;
  height: 4rem;
}

.tool-description * {
  margin: 0;
}

/* new industries grid  */

.industries-grid {
  display: grid;
  gap: min(1.5rem, 3vw);
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
}

.industries-grid-item {
  position: relative;
  aspect-ratio: 7 / 5;
  isolation: isolate;
}

.industries-grid-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.industries-grid-link {
  display: grid;
  place-items: center;
  background-color: rgb(0 0 0 / 0.4);
  height: 100%;
  padding: 1rem;
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-property: background-color;
}

.industries-grid-link:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.industries-grid-label {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 0.015em;
  text-align: center;
  color: var(--clr-white);
  text-wrap: balance;
}

/* barlow font */

h1,
h2,
.homeHero_headline,
.homeSolutions h2,
.solutionsColumns-title,
.homeTools-findSupplyCenter .FindSupplyCenter-title,
.homeFeatureBlock h3,
.homeNews-title,
.ContactInfo-number,
.PageHeader-imageTitle,
.ContentModule-content h2:first-child,
.applicationsList_title,
.NewsByCat-title,
.FooterContact-info,
.FooterContact-link:link {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.Widget-iconGraphic,
.Service-icon,
.tool-icon img {
  filter: saturate(0) opacity(0.5);
}

/* new services layout */
.services-grid,
.services-grid--3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  gap: 4rem;
}

.services-grid--3 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1040px) {
  .services-grid--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.services-grid_item {
  border-left: solid 0.125rem var(--clr-gray20);
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
}

.services-grid_item > *,
.services-grid_item > h3 {
  margin: 0;
}

.services-grid_item > :is(* + *, * + h3) {
  margin-top: 1.25em;
}

/* contractor network table */

.scroll-table {
  overflow-x: auto;
}

.ci-list {
  margin: 2rem 0;
}

.ci-list table thead {
  background-color: var(--clr-gray40);
  color: white;
}

.ci-network-list {
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
}

.ci-network-list tbody tr:nth-child(even) {
  background-color: var(--clr-gray20);
}

.ci-network-list :is(th, td) {
  vertical-align: baseline;
  text-align: left;
  padding: 0.75rem 1.5rem;
}

.ci-network-list tbody tr td:first-child {
  font-weight: 700;
}

.ci-network-list a {
  text-decoration: underline;
}

/* history timeline */

.HistoryTimeline-wrap {
  position: relative;
  isolation: isolate;
  color: white;
  background-color: var(--clr-gray50);
}

.HistoryTimeline-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  filter: grayscale(1) opacity(0.66);
  mix-blend-mode: multiply;
}

.HistoryTimeline-wrap .ContentModule {
  padding-block: 4rem;
}

.HistorySlide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: min(2rem, 5vw);
}

.HistorySlide > * {
  position: relative;
}

.HistorySlide > * + *::before {
  content: none;
  position: absolute;
  inset: 0;
  left: -1.5rem;
  height: 100%;
  border-left: dashed 1px rgb(255 255 255 / 0.5);
}

.HistoryTimeline-wrap h2 {
  font-size: 3.5rem;
  font-size: clamp(2rem, 1.318rem + 2.727vw, 3.5rem);
  color: white;
  margin: 0;
}

.HistorySlider {
  overflow: hidden;
  position: relative;
}

.HistorySlider-nav {
  display: flex;
  gap: 0.25em;
  margin-block: min(2rem, 5vw);
}

.HistorySlider-nav > button {
  border: none;
  background: var(--clr-orange);
  color: white;
  padding: 0.5em 1em;
  font-size: clamp(0.875rem, 0.705rem + 0.682vw, 1.25rem);
  line-height: 1.1;
  font-family: "Poppins";
  font-weight: 700;
  text-align: left;
  background-color: rgb(0 0 0 / 0.4);
  color: rgb(255 255 255 / 0.5);
}

.HistorySlider-nav > button:hover {
  color: rgb(255 255 255 / 0.75);
}

.HistorySlider-nav > button.is-active {
  background-color: var(--clr-orange);
  color: rgb(255 255 255 / 01);
}

.HistorySlide-column h3 {
  font-size: clamp(1.25rem, 1.023rem + 0.909vw, 1.75rem);
}

.HistorySlider-track {
  align-items: start;
  padding-top: min(2rem, 5vw);
  border-top: dashed 1px rgb(255 255 255 / 0.5);
}

/* social links - new */

.social-links {
  list-style-type: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-links li {
  margin: 0;
  padding: 0;
}

.social-links img {
  width: 32px;
}

/* new site-header */

.site-header * {
  /* outline: dotted 1px rgb(0 0 0 / 0.25);
  outline-offset: -1px;
  background-color: rgba(255, 0, 0, 0.05); */
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 8px rgb(0 0 0 / 0.5);
  background-color: #fff;
  --hdr-height: 4rem;
}

.site-branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-left: 1.5rem;
  height: var(--hdr-height);
}

.site-branding-logo {
  padding: 0;
  margin-right: auto;
}

.site-branding-logo svg {
  display: block;
  height: calc(var(--hdr-height) * 0.7);
}

.site-branding .secondary-nav {
  align-self: center;
  display: none;
}

.secondary-nav .SecondaryNav-item a {
  text-transform: uppercase;
  font-size: 1rem;
}

.site-header .main-nav > ul,
.site-header .secondary-nav > ul,
.site-header .main-nav > ul > li,
.site-header .secondary-nav > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header nav > ul {
  display: flex;
  flex-direction: column;
}

.search-wrap {
  display: none;
}

.header-toggles {
  align-self: stretch;
  display: flex;
  align-items: stretch;
}

.toggle-menu,
.toggle-search {
  padding: 0;
  background: var(--clr-orange);
  color: white;
  border: none;
  aspect-ratio: 1;
  width: var(--hdr-height);
  display: grid;
  place-content: center;
}

.toggle-search {
  background-color: var(--clr-gray20);
}

.header-toggles svg {
  width: calc(var(--hdr-height) * 0.375);
  color: var(--clr-white);
}

.toggle-search svg {
  color: var(--clr-gray80);
}

@media (min-width: 1200px) {
  .toggle-search svg {
    color: var(--clr-white);
  }
}

.site-nav {
  position: fixed;
  top: var(--hdr-height);
  left: 100%;
  width: 100%;
  height: calc(100vh - var(--hdr-height));
  background-color: white;
  z-index: 999;
  overflow: auto;
  opacity: 1;
  transition: all 250ms ease-out;
}

.site-nav.nav-open {
  left: 0;
  opacity: 1;
}

body:has(.nav-open) {
  overflow: hidden;
}

.site-nav .MainNav {
  margin: 0;
  border: none;
}

.site-nav .main-nav > ul > li {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  border-top: solid 1px var(--clr-gray40);
}

@media (min-width: 1200px) {
  body:has(.nav-open) {
    overflow: auto;
  }

  .site-header {
    --hdr-height: 4.5rem;
    box-shadow: none;
    border-bottom: solid 2px var(--clr-gray20);
  }

  .site-nav {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--hdr-height);
    padding: 0 2rem;
    border-top: solid 2px var(--clr-gray20);
    top: auto;
    left: auto;
    opacity: 1;
    transition: none;
    overflow: initial;
    align-self: stretch;
  }

  .site-nav .main-nav {
    align-self: stretch;
  }

  .site-nav .main-nav > ul > li {
    padding: 0;
    border: none;
    line-height: var(--hdr-height);
  }

  .site-nav #menu-header-text-1 {
    display: none;
  }

  .site-branding .secondary-nav {
    display: block;
  }

  .site-header nav > ul {
    flex-direction: row;
    gap: 1.5rem;
  }

  .toggle-menu {
    display: none;
  }

  .toggle-search {
    background-color: var(--clr-orange);
    color: var(--clr-white);
  }

  .MainNav-dropdownList > li {
    padding-right: 2rem;
  }
}
