/*************************************************
General layout styles  
*************************************************/
.BR-Main {
  background: var(--BradyBlue-00);
  border-bottom: 1px solid var(--Gray-40);
}

.BR-FreeForm {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 64em) {
  .FloatingPanelLayout.FloatAboveHero {
    margin-top: -2rem;
    position: relative;
    z-index: 3;
  }
}

.FloatingPanelLayout > [class^=UX-Panel] {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

/* Make FloatingPanelLayout full width on small screens */
@media screen and (max-width: 768px) {
  .BR-LayoutConstraint:has(.FloatingPanelLayout.FullWidthMobile),
  .FloatingPanelLayout.FullWidthMobile {
    padding-left: 0;
    padding-right: 0;
  }
  .FloatingPanelLayout.FullWidthMobile > [class^=UX-Panel] {
    border-radius: 0;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
/* Make the two column primary left component break to two columns at 75em instead of 64em */
@media screen and (max-width: 75em) {
  [id^=Column-].small-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 75em) {
  [id^=Column-].large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  [id^=Column-].large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
/* Fix the columns' padding */
@media screen and (max-width: 75em) {
  [id^=Column-] {
    padding-right: 0;
  }
}
@media screen and (min-width: 75em) {
  [id^=Column-]:last-child {
    padding-right: 0;
  }
}

/* Make the column with the form sticky */
[id^=Column-]:has(.BR-SitecoreForm) {
  height: fit-content;
  position: sticky;
  top: 0;
}

/*************************************************
Form styles
*************************************************/
.BR-SitecoreForm {
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem 0.5rem 0 0;
  border-top: 1rem solid var(--Yellow-70);
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: clamp(1rem, 6vw, 2rem);
  padding-right: clamp(1rem, 6vw, 2rem);
  margin-left: auto;
  margin-right: auto;
}

.BR-FreeForm:has(#privacypolicy) {
  background: white;
  border-radius: 0 0 0.5rem 0.5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: clamp(1rem, 6vw, 2rem);
  padding-right: clamp(1rem, 6vw, 2rem);
}

[id^=Column] .BR-SitecoreForm,
[id^=Column] .BR-SitecoreForm input,
[id^=Column] .BR-FreeForm:has(#privacypolicy) {
  width: 100%;
}

.BR-SitecoreForm,
.BR-SitecoreForm input,
.BR-FreeForm:has(#privacypolicy) {
  width: 40rem;
  max-width: 100%;
}

.BR-SitecoreForm select {
  width: fit-content;
  max-width: 100%;
}

.BR-FormButton input[type=submit] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: none;
  font-size: var(--Font-Medium);
  color: var(--White);
  background: var(--Link-Light-Default);
  box-shadow: inset 0 0 0 2px var(--Link-Light-Default);
  border: 0;
  border-radius: 4em;
  width: fit-content;
  padding: 0.67em 1.5em;
}
.BR-FormButton input[type=submit]:hover {
  background: var(--BradyBlue-50);
  box-shadow: inset 0 0 0 2px var(--BradyBlue-50);
}

/*************************************************
Hero with a diagonal overlay and a photo
*************************************************/
.DiagonalHero {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* colors */
  /* text */
  /* image */
  /* switch from stacked to row layout */
  /* make the image bigger on large screens */
  /* keep text aligned to left edge of content on very large screens */
}
.DiagonalHero--PrimaryColor .DiagonalHero__Text,
.DiagonalHero--PrimaryColor .DiagonalHero__ColorBlock {
  background: var(--BradyBlue-80);
}
.DiagonalHero--PrimaryColor .DiagonalHero__Screen {
  background: rgba(10, 45, 89, 0.5);
}
.DiagonalHero--PrimaryColor h1, .DiagonalHero--PrimaryColor p {
  color: white;
}
.DiagonalHero__Text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 6vw;
}
.DiagonalHero__Text .CategoryTag {
  color: var(--Yellow-70);
  font-weight: 600;
  margin: 0 0 0 0.25em;
}
.DiagonalHero__Text h1 {
  margin: 0.5rem 0;
}
.DiagonalHero__Text .DiagonalHero__CTAs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 0;
}
.DiagonalHero__Image {
  width: 100%;
}
.DiagonalHero__Image img {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .DiagonalHero {
    position: relative;
    flex-direction: row;
    align-items: center;
    height: 400px;
  }
  .DiagonalHero .DiagonalHero__TextSide,
  .DiagonalHero .DiagonalHero__ColorBlock,
  .DiagonalHero .DiagonalHero__Screen,
  .DiagonalHero .DiagonalHero__Text {
    height: 100%;
    width: 75%;
    z-index: 2;
  }
  .DiagonalHero .DiagonalHero__ColorBlock,
  .DiagonalHero .DiagonalHero__Screen,
  .DiagonalHero .DiagonalHero__Text {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    position: absolute;
    top: 0;
  }
  .DiagonalHero .DiagonalHero__Screen {
    left: 25px;
  }
  .DiagonalHero .DiagonalHero__Text {
    padding: 2rem 6vw 4rem 6vw;
  }
  .DiagonalHero .DiagonalHero__Image {
    display: flex;
    width: 40%;
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .DiagonalHero .DiagonalHero__TextSide,
  .DiagonalHero .DiagonalHero__ColorBlock,
  .DiagonalHero .DiagonalHero__Screen,
  .DiagonalHero .DiagonalHero__Text {
    width: 70%;
  }
  .DiagonalHero .DiagonalHero__Image {
    width: 50%;
  }
}
@media screen and (min-width: 120em) {
  .DiagonalHero .DiagonalHero__Text {
    padding-left: calc(5.25vw + (100vw - 120rem) / 2);
  }
}

/*# sourceMappingURL=ux-industry.css.map */
