h1 {
  font-size: 60px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
}

h3 {
  color: #000000;
}

a {
  color: #000000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

ul.no-list-style {
  padding-left: 0;
}
ul.no-list-style li {
  list-style: none;
}

.btn-primary, .btn-primary-alt {
  color: #fff !important;
  background-color: #000000 !important;
  padding: 10px 46px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.btn-primary-alt {
  border: solid 2px #fff !important;
  background-color: transparent !important;
}

.btn-secondary, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button, .btn-secondary-alt {
  color: #000000 !important;
  background: none !important;
  padding: 10px 46px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.btn-secondary-alt {
  border: solid 2px #000000 !important;
}

.highlight-text {
  font-weight: 600;
  color: #000000;
}

.body {
  margin: 0;
}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
.grid-section > * {
  margin-top: 75px;
  margin-bottom: 75px;
}
.grid-section .row {
  margin-top: 75px;
  margin-bottom: 75px;
}
.grid-section .vcenter .column {
  display: flex;
  align-items: center;
}
.grid-section .column img + h1, .grid-section .column img + h2, .grid-section .column img + h3, .grid-section .column img + p {
  margin-top: 25px;
}

.row .column img {
  max-width: 100%;
  height: auto;
}

.inner-container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container-narrow, .container-narrow.container, .container-narrow.container-md {
    max-width: 920px;
  }
  .row .col-md-6 img {
    width: 100%;
  }
}
header {
  /* desktop */
  /* mobile */
}
header .top-info {
  background: #474042;
  background: linear-gradient(0deg, #474042 0%, #221e1f 100%);
  position: relative;
  z-index: 101;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .top-info a {
  color: #cdcdcd;
}
header .top-info a:hover {
  color: white;
}
header .top-info .menu-left a {
  text-decoration: underline;
}
header .top-info .searchItem {
  position: relative;
}
header .top-info .searchItem #searchContainer {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
header .top-info .searchItem #searchContainer .close-search {
  position: relative;
  width: 19px;
  height: 19px;
}
header .top-info .searchItem #searchContainer .close-search:after, header .top-info .searchItem #searchContainer .close-search:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  transform: rotate(45deg);
  background: white;
  color: transparent;
}
header .top-info .searchItem #searchContainer .close-search:after {
  transform: rotate(-45deg);
}
header .top-info .searchItem .button, header .top-info .searchItem .btn-primary, header .top-info .searchItem .btn-primary-alt, header .top-info .searchItem .btn-secondary, header .top-info .searchItem #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit header .top-info .searchItem .hs-button, header .top-info .searchItem .btn-secondary-alt {
  background: none;
  border: 0 none;
  cursor: pointer;
}
header li {
  list-style: none;
}
header a {
  color: white;
  text-decoration: none;
}
header a:hover {
  color: #cdcdcd;
}
header .main-header {
  background: #000000;
}
header .main-header .container {
  background: linear-gradient(90deg, #000000 0%, #cdcdcd 95%, #000000 95%, transparent 100%);
  position: relative;
}
header .main-header .container > * {
  z-index: 2;
}
header .main-header .container:after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 200px solid #000000;
  border-left: 75px solid transparent;
  z-index: 0;
}
header .main-header .header-logo-col {
  margin-right: 3%;
}
header .main-header .right {
  justify-self: flex-end;
}
header .main-header .button, header .main-header .btn-primary, header .main-header .btn-primary-alt, header .main-header .btn-secondary, header .main-header #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit header .main-header .hs-button, header .main-header .btn-secondary-alt {
  background: white;
  color: #000000;
  padding: 12px 60px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
header .main-header .dropdown {
  position: relative;
}
header .main-header .dropdown .accessory {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  margin-top: -5px;
  padding-right: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  cursor: pointer;
}
header form {
  margin: 0;
  width: 340px;
  max-width: 90vw;
  background: black;
  border-radius: 1em;
  border: 1px solid #474042;
  padding: 2px 5px;
}
header form input {
  border: 0 none;
  background: transparent none;
  color: white;
  outline: none !important;
}
header form .button, header form .btn-primary, header form .btn-primary-alt, header form .btn-secondary, header form #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit header form .hs-button, header form .btn-secondary-alt {
  background: none !important;
  border: 0 none;
  cursor: pointer;
}
@media (min-width: 769px) {
  header .main-header > .container {
    display: flex;
  }
  header .main-header .header-logo-col {
    max-width: 13%;
    min-width: 150px;
    display: flex;
    align-items: center;
  }
  header .main-header .header-logo-col img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  header .main-header .main-nav-ul {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
    justify-content: space-evenly;
    text-transform: uppercase;
    align-items: center;
  }
  header .main-header .main-nav-ul form {
    display: none !important;
  }
  header .main-header .main-nav-ul a {
    display: block;
  }
  header .main-header .main-nav-ul > .item {
    margin-left: 20px;
  }
  header .main-header .main-nav-ul > .item:first-child {
    margin-left: 0;
  }
  header .main-header .main-nav-ul .right.menu {
    margin-left: 2%;
  }
  header .main-header .main-nav-ul .dropdown {
    padding-right: 20px;
  }
  header .main-header .main-nav-ul .dropdown .menu {
    display: block;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    pointer-events: none;
    background: #000000;
    min-width: 200px;
    z-index: 2;
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  }
  header .main-header .main-nav-ul .dropdown .menu > li {
    padding: 14px;
    white-space: nowrap;
  }
  header .main-header .main-nav-ul .dropdown:hover .menu {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 768px) {
  header .top-info {
    display: none;
  }
  header form {
    width: calc(100% - 3rem);
    margin: 0 1.5rem;
  }
  header form button {
    background: none;
    padding: 5px !important;
  }
  header form input[type=text] {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: -30px;
    text-align: right;
  }
  header form input[type=text]::-webkit-input-placeholder {
    text-align: center;
  }
  header form input[type=text]:-moz-placeholder { /* Firefox 18- */
    text-align: center;
  }
  header form input[type=text]::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
  }
  header form input[type=text]:-ms-input-placeholder {
    text-align: center;
  }
  header .main-header {
    background: #bc0d1b;
    background: linear-gradient(90deg, #000000ba 0%, #000 100%);
    position: relative;
    height: 80px;
    padding: 0 !important;
  }
  header .main-header:before, header .main-header:after {
    display: none;
  }
  header .main-header > .container {
    display: flex;
    justify-content: space-between;
    position: static;
    align-items: center;
    height: 100%;
    background: none;
  }
  header .main-header > .container:before, header .main-header > .container:after {
    display: none;
  }
  header .main-header .mobile-menu {
    margin: 0;
    display: flex;
  }
  header .main-header .mobile-menu .item {
    padding-right: 0;
  }
  header .main-header .circle, header .main-header .hamburger {
    color: white;
    background: none;
    border: 1px solid white;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    position: relative;
  }
  header .main-header .circle svg, header .main-header .hamburger svg {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.4s;
    transition-delay: 0.2s;
    transform: rotate(0deg);
  }
  header .main-header .circle svg rect, header .main-header .hamburger svg rect {
    fill: currentColor;
  }
  header .main-header .phone {
    padding: 0;
    display: block;
  }
  header .main-header .hamburger:before, header .main-header .hamburger:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: white;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.4s;
    opacity: 0;
    transition-delay: 0s;
  }
  header .main-header .hamburger:before {
    width: 65%;
    height: 1px;
  }
  header .main-header .hamburger:after {
    width: 1px;
    height: 65%;
  }
  header .main-header .hamburger[aria-expanded=true] svg {
    opacity: 0;
    transition-delay: 0s;
    transform: rotate(90deg);
  }
  header .main-header .hamburger[aria-expanded=true]:before, header .main-header .hamburger[aria-expanded=true]:after {
    opacity: 1;
    transition-delay: 0.2s;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .main-header .item, header .main-header .dropdown {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  header .main-header .item > span > a, header .main-header .dropdown > span > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header .main-header .dropdown {
    overflow: hidden;
  }
  header .main-header .dropdown .accessory {
    top: 1.75rem;
    transition: all 0.4s;
    padding: 5px;
    right: 10px;
    /* for bigger touchbox */
  }
  header .main-header .dropdown .accessory:after {
    content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
  }
  header .main-header .dropdown .accessory[aria-expanded=true] {
    transform: rotateX(180deg) rotate(45deg) translateY(-50%);
  }
  header .main-nav-ul {
    position: absolute;
    top: 100%;
    background: #000000;
    width: 100%;
    left: 0;
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
    padding: 1em 0;
  }
  header .main-nav-ul a {
    display: block;
    padding: 0.75em 0;
  }
  header .main-nav-ul .menu a {
    padding-left: 0.5em;
    /* align-content: center; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  header .right.menu {
    margin: 0.5em 0;
    text-align: center;
  }
}

#social-share {
  position: fixed;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1021;
  padding-bottom: 30px;
}
#social-share ul {
  padding: 0;
  position: relative;
  right: 100%;
  transition: right 0.4s;
}
#social-share ul.collapsing {
  height: auto !important;
}
#social-share ul.collapse {
  display: block !important;
  height: auto !important;
}
#social-share ul.collapse:not(.show), #social-share ul.collapsing {
  right: -100%;
}
#social-share li {
  padding: 0;
  margin: -1px 0;
  list-style: none;
  position: relative;
}
#social-share li a {
  background: #000000;
  color: white;
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
#social-share li .share-tooltip {
  position: absolute;
  pointer-events: none;
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 5px;
  color: white;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.4s;
}
#social-share li:hover .share-tooltip {
  opacity: 1;
}
#social-share li:hover a {
  background: #bc0d1b;
}
#social-share li:first-child a {
  border-radius: 8px 0 0 0;
}
#social-share li:last-child a {
  border-radius: 0 0 0 8px;
}
#social-share svg {
  fill: currentColor;
  height: 16px;
  width: auto;
}
#social-share .hide-button {
  position: absolute;
  right: 150%;
  bottom: 0;
  transform: translateX(50%) rotate(180deg);
  background: #000000;
  padding: 7px;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
}
#social-share .hide-button svg {
  position: relative;
  height: 17px;
  width: 22px;
  left: -2px;
}
#social-share:hover .hide-button {
  opacity: 1;
}
#social-share .collapse:not(.show) ~ .hide-button {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  transform: translateX(50%);
}
#social-share .clipboard:after {
  content: "Link Copied to Clipboard";
  position: absolute;
  pointer-events: none;
  right: 120%;
  bottom: 100%;
  white-space: nowrap;
  padding: 0 5px;
  color: #000000;
  opacity: 0;
  background: rgba(236, 236, 236, 0.9);
  transition: opacity 2s;
  border-radius: 0.25rem 0.25rem 0 0.25rem;
  height: 2em;
  line-height: 2em;
}
#social-share .clipboard.copied {
  pointer-events: none;
}
#social-share .clipboard.copied:after {
  opacity: 1;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  #social-share {
    z-index: 55;
    top: unset;
    bottom: 70px;
    transform: none;
  }
  #social-share .hide-button {
    opacity: 1;
    bottom: 10px;
    right: calc(150% + 17px);
    width: 57px;
    height: 57px;
    background: #000000 url(../fonts/share-btn.svg) !important;
    transform: translateX(50%) rotate(0) !important;
  }
  #social-share .hide-button svg {
    display: none;
  }
  #social-share ul {
    margin-bottom: 57px;
  }
  #social-share ul.collapse.show {
    right: -100%;
  }
  #social-share ul.collapse:not(.show), #social-share ul.collapsing {
    right: 100%;
  }
}

footer {
  background: url("../images/footer_bg.jpg") no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}
footer .footer-menu .col > span {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
footer .footer-menu .col > span > span {
  color: #000000;
}
footer .footer-menu .col:last-child p:last-child {
  margin: 0;
}
footer .footer-menu li {
  list-style: none;
}
footer .footer-menu a {
  color: #b2b2b2;
  text-decoration: none;
}
footer .footer-menu a:hover {
  color: #000000;
}
footer .firstOnMobile {
  order: -1;
}
@media (max-width: 768px) {
  footer {
    background-size: 300vw 100%;
    background-position: 20%;
  }
  footer .firstOnMobile {
    text-align: center;
  }
  footer .copyright {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  footer .firstOnMobile {
    order: unset;
    color: #ffff;
  }
  footer .footer-menu .col > span {
    font-size: 24px;
    color: #ffff;
  }
}
footer .copyright {
  background: rgba(255, 255, 255, 0.6);
}
footer {
    background: #333333
}

footer ul li {
    margin-right: 80px
}

footer ul li:last-child {
    margin-right: 0
}

footer ul li h3 {
    position: relative;
    line-height: 18px
}

footer ul li a {
    display: block;
    color: rgba(255,255,255,0.6);
    line-height: 24px
}

footer ul li a:hover {
    color: #fff
}

footer .links span {
    font-size: 12px;
    color: rgba(255,255,255,0.3)
}

footer .links a {
    font-size: 12px;
    color: rgba(255,255,255,0.3)
}

footer .links a:hover {
    color: rgba(255,255,255,0.7)
}

footer .contact p {
    color: rgba(255,255,255,0.3)
}

footer .contact .code img {
    width: 140px
}

footer .copyright {
    border-top: 1px rgba(255,255,255,0.3) solid
}

footer .copyright p {
    color: rgba(255,255,255,0.3);
    font-size: 14px
}

footer .copyright a {
    /* color: rgba(255,255,255,0.3); */
    font-size: 14px;
    margin-left: 10px
}

footer .copyright a:hover {
    color: rgba(255,255,255,0.8)
}
.ot-ccpa-icon {
  background-color: #69c;
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 17px;
  line-height: 15px;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
}
.ot-ccpa-icon img {
  max-width: 100%;
}

#insent-iframe {
  max-height: 100vh;
}

.component-email-signup {
  color: #fff;
}

.component-featured-blog-card h3 {
  font-weight: 600;
}
.component-featured-blog-card .hero-banner {
  margin-bottom: 0 !important;
}
.component-featured-blog-card .card-content {
  position: relative;
  background: url("../images/img-brushed-bg.webp") no-repeat;
  background-size: cover;
  margin-bottom: 0 !important;
}
.component-featured-blog-card .card-content .featured-label {
  position: absolute;
  top: -10px;
  left: 0;
  background: linear-gradient(110deg, #FFF 0%, #FFF 92%, transparent 92%, transparent 100%);
  font-size: 18px;
  padding: 7px 60px 7px 20px;
}
.component-featured-blog-card .card-content .card-button {
  width: fit-content;
}

.component-image-carousel .cta-image {
  width: 100%;
}
.component-image-carousel .cta-details-container {
  background: rgba(231, 28, 44, 0.9);
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 3rem 6rem;
}
.component-image-carousel .cta-details-container .cta-description {
  font-size: 18px;
}

.m-component {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.headline {
  margin-bottom: 2rem;
}
.headline + .m-component {
  margin-top: 2rem;
}

.black-bar {
  background: #474042;
  background: linear-gradient(0deg, #474042 0%, #221e1f 100%);
  padding-top: 10px;
  padding-bottom: 10px;
  color: #cdcdcd;
  font-size: 12px;
}
.black-bar a {
  color: #cdcdcd;
}

.cta {
  background: #bc0d1b;
  background: linear-gradient(90deg, #000000 0%, #bc0d1b 65%, #000000 65%, #bc0d1b 100%);
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  font-size: 36px;
  overflow: hidden;
}
.cta.bg-img {
  min-height: 400px;
  display: flex;
  background-size: cover;
}
.cta.bg-img .container {
  display: flex;
  justify-content: center;
}
.cta.bg-img:after {
  display: none;
}
.cta > * {
  position: relative;
  z-index: 1;
}
.cta:after {
  content: "";
  position: absolute;
  right: 35%;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 2000px solid #000000;
  border-left: 1000px solid transparent;
  z-index: 0;
}
.cta .row {
  margin-top: 0;
  margin-bottom: 0;
}
.cta .row .column + .column {
  justify-content: flex-end;
}
.cta p {
  margin: 0;
}
.cta a {
  color: #000000;
  background: white;
  padding: 20px 90px;
  display: inline-block;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 768px) {
  .cta .col-max-8 {
    max-width: 75%;
    width: auto;
    display: inline;
    flex-grow: unset;
    flex-basis: unset;
  }
  .cta .col-max-8 div, .cta .col-max-8 p {
    display: inline;
  }
}

.cards .col h3 {
  font-size: 20px;
  font-weight: bold;
}
.cards .column .card-image {
  width: 100%;
  padding-bottom: 80%;
  margin-bottom: 30px;
}
.cards .card {
  height: 100%;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
}
.cards .card .card-image, .cards .card .hero-banner {
  min-height: unset;
  width: 100%;
  padding-bottom: 67%;
  margin-bottom: 20px;
}
.cards .card .card-image.m-3, .cards .card .hero-banner.m-3 {
  width: calc(100% - 2rem);
}
.cards .card .card-image.m-4, .cards .card .hero-banner.m-4 {
  width: calc(100% - 3rem);
  padding-bottom: 85%;
}
.cards .card > *:not(img) {
  padding-left: 20px;
  padding-right: 20px;
}
.cards .card > img:first-child {
  padding: 0 0 20px;
}
.cards .card > *:last-child {
  margin-bottom: 20px;
}
.cards .card p:not(.bottom) {
  flex-grow: 1;
}
.cards .col-md-3 .card {
  text-align: center;
}
.cards .col-md-3 a.button, .cards .col-md-3 a.btn-primary, .cards .col-md-3 a.btn-primary-alt, .cards .col-md-3 a.btn-secondary, .cards .col-md-3 #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit a.hs-button, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .cards .col-md-3 a.hs-button, .cards .col-md-3 a.btn-secondary-alt {
  width: 100%;
}
.cards .col-12 .card .card-image, .cards .col-12 .card .hero-banner {
  padding-bottom: 44%;
}
@media (max-width: 768px) {
  .cards {
    justify-content: center;
  }
  .cards .col {
    flex: 0 0 auto;
    width: 50%;
  }
}

.supplier-resources h3 {
  text-align: center;
}
.supplier-resources h3 a {
  color: inherit;
  text-decoration: none;
}

.media-banner, .hero-banner {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.media-banner.title-short h2, .media-banner.title-short h1, .hero-banner.title-short h2, .hero-banner.title-short h1 {
  width: 50%;
}
.media-banner .container, .hero-banner .container {
  display: flex;
  align-items: center;
}
.media-banner h2, .media-banner h1, .hero-banner h2, .hero-banner h1 {
  color: white;
}
.media-banner {
  min-height: 600px;
}

.hero-banner {
  min-height: 608px;
  overflow: hidden;
}
.hero-banner > .container {
  position: relative;
}
.hero-banner.short {
  min-height: unset;
}
.hero-banner h2, .hero-banner h1 {
  text-transform: uppercase;
}
.hero-banner h2 {
  font-size: 36px;
  font-size: 2.7692307692vw;
  /*font-size: calc(size / desktopDivisor * 1vw;*/
  font-weight: normal;
}
@media (max-width: 768px) {
  .hero-banner h2 {
    /*font-size: calc(size / mobileDivisor * 1vw;*/
    font-size: 4.6875vw;
  }
}
@media (min-width: 1300px) {
  .hero-banner h2 {
    font-size: 36px;
  }
}
.hero-banner h1 {
  font-size: 60px;
  font-size: 4.6153846154vw;
  /*font-size: calc(size / desktopDivisor * 1vw;*/
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero-banner h1 {
    /*font-size: calc(size / mobileDivisor * 1vw;*/
    font-size: 7.8125vw;
  }
}
@media (min-width: 1300px) {
  .hero-banner h1 {
    font-size: 60px;
  }
}
.hero-banner p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background: #474042;
  background: linear-gradient(0deg, #474042 0%, #221e1f 100%);
  text-align: right;
  padding: 10px 0;
  color: #cdcdcd;
  font-size: 12px;
}
.hero-banner p > * {
  position: relative;
  z-index: 1;
}
.hero-banner p:after {
  content: "";
  position: absolute;
  left: -200%;
  top: 0;
  width: 400%;
  height: 100%;
  background: #474042;
  background: linear-gradient(0deg, #474042 0%, #221e1f 100%);
  z-index: 0;
}
.hero-banner p a {
  color: #cdcdcd;
}
@media (max-width: 768px) {
  .hero-banner {
    min-height: unset;
    background-size: contain;
    background-position: top;
    position: relative;
  }
  .hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, #474042 100%);
    z-index: -1;
  }
  .hero-banner .container {
    background: linear-gradient(90deg, #000000 0%, #474042 100%);
    width: 100%;
    max-width: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 42%;
  }
  .hero-banner .container > div {
    max-width: unset !important;
  }
  .hero-banner .container > div:after {
    display: none;
  }
}

.type-home .hero-banner .container {
  justify-content: flex-end;
}
.type-home .hero-banner .container > div {
  max-width: 65%;
  position: relative;
}
.type-home .hero-banner .container > div:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 200%;
  top: 100%;
  left: 0;
  background: #000000;
}
.type-home .hero-banner h1 {
  font-size: 70px;
  font-size: 5.3846153846vw;
  /*font-size: calc(size / desktopDivisor * 1vw;*/
}
@media (max-width: 768px) {
  .type-home .hero-banner h1 {
    /*font-size: calc(size / mobileDivisor * 1vw;*/
    font-size: 9.1145833333vw;
  }
}
@media (min-width: 1300px) {
  .type-home .hero-banner h1 {
    font-size: 70px;
  }
}

.steel {
  background: url("../images/steel-texture.jpg") no-repeat center center;
  background-size: cover;
}

.steel-gradiant-bg {
  background: url("../images/maysteel-greymetallic-bg.jpg") no-repeat center center;
  background-size: cover;
}

.light-gray-bg {
  background: #eeeeee;
}

.gray-bg {
  background: #64656b;
  color: white;
}
.gray-bg h3 {
  font-size: 42px;
  font-size: 3.2307692308vw;
  /*font-size: calc(size / desktopDivisor * 1vw;*/
  font-weight: 300px;
}
@media (max-width: 768px) {
  .gray-bg h3 {
    /*font-size: calc(size / mobileDivisor * 1vw;*/
    font-size: 5.46875vw;
  }
}
@media (min-width: 1300px) {
  .gray-bg h3 {
    font-size: 42px;
  }
}
.gray-bg div.row {
  align-items: center;
}
.gray-bg h3 {
  color: white;
}

.text-block {
  font-size: 18px;
  text-align: center;
}
.text-block.steel, .text-block.red-gradient {
  padding: 35px 0;
  font-size: 22px;
}
.text-block.red-gradient {
  background: url(../images/red-texture.svg) no-repeat center center;
  background-size: cover;
  color: white;
}
.text-block.red-gradient a:not(.button):not(.btn-primary):not(.btn-primary-alt):not(.btn-secondary):not(.btn-secondary-alt) {
  color: white;
}
.text-block.red-gradient a:not(.button):not(.btn-primary):not(.btn-primary-alt):not(.btn-secondary):not(.btn-secondary-alt):hover {
  color: #d8d8d8;
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block.large {
  font-size: 32px;
}
.text-block .row {
  margin: 0;
}
@media (min-width: 992px) {
  .text-block:not(.large) .container {
    max-width: 760px;
  }
}
@media (min-width: 1200px) {
  .text-block:not(.large) .container {
    max-width: 940px;
  }
}
@media (min-width: 1400px) {
  .text-block:not(.large) .container {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .text-block:not(.large):not(.steel, .red-gradient) .container {
    max-width: 800px;
  }
}
.text-block.headline-rule {
  position: relative;
  overflow: hidden;
}
.text-block.headline-rule:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, white 0%, transparent 25%, transparent 75%, white 100%);
  pointer-events: none;
}
.text-block.headline-rule h3 {
  position: relative;
  display: inline-block;
  margin: 3px 0;
}
.text-block.headline-rule h3:before, .text-block.headline-rule h3:after {
  content: "";
  width: 45vw;
  position: absolute;
  top: -2px;
  bottom: -2px;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-block.headline-rule h3:before {
  right: 110%;
  background-image: url("/static/images/grey-flourish-left.svg");
  background-position: bottom right;
}
.text-block.headline-rule h3:after {
  left: 110%;
  background-image: url("/static/images/red-flourish-right.svg");
  background-position: top left;
}
@media (max-width: 768px) {
  .text-block.headline-rule {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text-block.headline-rule h3:before {
    right: 102%;
  }
  .text-block.headline-rule h3:after {
    left: 102%;
  }
}
.text-block h3 {
  margin-bottom: 20px;
}
.text-block a:not(.button):not(.btn-primary):not(.btn-primary-alt):not(.btn-secondary):not(.btn-secondary-alt) {
  color: #000000;
}
.text-block a:not(.button):not(.btn-primary):not(.btn-primary-alt):not(.btn-secondary):not(.btn-secondary-alt):hover {
  color: #bc0d1b;
}

.featured-content {
  font-size: 18px;
}
.featured-content .column img {
  width: 100%;
  height: auto;
}
.featured-content .column:first-child {
  z-index: 2;
}
.featured-content .column + .column {
  background: url("../images/img-brushed-bg.webp") no-repeat right bottom;
  background-size: cover;
  display: flex;
  align-items: center;
}
.featured-content .column + .column a {
  font-size: 25px;
  color: #000000;
  padding: 15px 30px;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #000000;
  display: inline-block;
}
.featured-content .column p:last-child {
  margin-bottom: 0;
}
.featured-content .feature-banner {
  background: white;
  padding-left: 50px;
  margin-left: -50px;
  display: inline-block;
  padding-right: 10px;
  font-weight: lighter;
  position: relative;
  height: 1.5em;
}
.featured-content .feature-banner:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 1.5em solid white;
  border-bottom: 0 solid transparent;
  border-right: 0.5em solid transparent;
}
@media (min-width: 768px) {
  .featured-content .column + .column {
    padding-left: calc(var(--bs-gutter-x));
    padding-right: calc(var(--bs-gutter-x));
    position: relative;
    left: calc(var(--bs-gutter-x) * -0.5);
  }
}
@media (max-width: 768px) {
  .featured-content h3, .featured-content p {
    text-align: center;
  }
}

.hcenter h1, .hcenter h2, .hcenter h3, .hcenter p {
  max-width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial {
  font-size: 25px;
}
.testimonial .source {
  font-size: 0.8em;
  color: #000000;
}
.testimonial .source strong {
  font-size: 1.2em;
  color: black;
}
.testimonial .col-md-4 img {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .testimonial .col-md-4 {
    text-align: center;
  }
}

.subscribe {
  background: #bebebe;
  background: linear-gradient(90deg, #ececec 0%, #bebebe 100%);
  font-size: 18px;
}
.subscribe .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subscribe .subImage {
  position: relative;
  min-height: 315px;
}
.subscribe .subImage a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  text-decoration: none;
  padding: 26px;
  text-align: center;
  color: white;
  position: relative;
}
.subscribe .subImage a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  transition: all 0.4s;
  opacity: 0;
}
.subscribe .subImage a:hover:after {
  opacity: 1;
}
.subscribe .subImage a > * {
  z-index: 1;
}
.subscribe .subImage a .subsribeTitle {
  display: block;
  font-size: 24px;
  font-size: 1.8461538462vw;
  /*font-size: calc(size / desktopDivisor * 1vw;*/
  padding-bottom: 1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .subscribe .subImage a .subsribeTitle {
    /*font-size: calc(size / mobileDivisor * 1vw;*/
    font-size: 3.125vw;
  }
}
@media (min-width: 1300px) {
  .subscribe .subImage a .subsribeTitle {
    font-size: 24px;
  }
}
.subscribe h3 {
  font-weight: bold;
  padding-top: 18px;
}

.hero-video-container {
  position: relative;
  display: block;
  width: 100%;
  min-height: 620px;
  background-image: url(../images/home-hero-fallback.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}

.m-component.vcenter .row.align-items-center > .col-md-6.column:first-child img {
  float: right;
}

.hero-video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1101px) {
  .hero-video {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .hero-video {
    left: 15%;
    transform: translate(-15%, -50%);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hero-video-container {
    min-height: 300px;
  }
  .hero-video {
    height: 420px;
    left: 12%;
    transform: translate(-15%, -50%);
  }
}
@media only screen and (max-width: 480px) {
  .hero-video-container {
    min-height: 220px;
  }
  .hero-video {
    height: 320px;
    left: 15%;
    transform: translate(-15%, -50%);
  }
}
.body {
  font-family: proxima-nova, sans-serif;
}
.body table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.body table th, .body table td {
  border: 1px solid #d8d8d8;
  padding: 0.4em 0.8em;
  line-height: 1.4;
}
.body .alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.body .alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

a.button, a.btn-primary, a.btn-primary-alt, a.btn-secondary, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit a.hs-button, a.btn-secondary-alt {
  color: white;
  background: #000000;
  padding: 15px 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
a.button:hover, a.btn-primary:hover, a.btn-primary-alt:hover, a.btn-secondary:hover, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit a.hs-button:hover, a.btn-secondary-alt:hover {
  background: #bc0d1b;
  color: white;
}
a.button.current, a.current.btn-primary, a.current.btn-primary-alt, a.current.btn-secondary, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit a.current.hs-button, a.current.btn-secondary-alt {
  background: #bc0d1b;
}
a.button.light, a.light.btn-primary, a.light.btn-primary-alt, a.light.btn-secondary, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit a.light.hs-button, a.light.btn-secondary-alt {
  background: white;
  color: #000000;
}
a.button.light:hover, a.light.btn-primary:hover, a.light.btn-primary-alt:hover, a.light.btn-secondary:hover, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit a.light.hs-button:hover, a.light.btn-secondary-alt:hover {
  background: #bc0d1b;
  color: white;
}

.pagination, .pagination ul, .pagination li {
  list-style: none;
  margin-bottom: 0;
}
.pagination li {
  display: inline-block;
}
.pagination .button, .pagination .btn-primary, .pagination .btn-primary-alt, .pagination .btn-secondary, .pagination #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .pagination .hs-button, .pagination .btn-secondary-alt {
  padding: 15px 25px;
}

.red {
  color: #000000;
}

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.type-article .hero-banner {
  width: 100%;
  height: 500px;
  min-height: unset;
}
@media (max-width: 768px) {
  .type-article .article {
    padding: 0;
    max-width: unset;
  }
  .type-article .hero-banner {
    background-size: contain;
    height: 51vw;
    background-position: bottom center;
  }
  .type-article .inner-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.articles .hero-banner {
  min-height: 175px;
}
.articles .hero-banner .container {
  padding-bottom: calc(1em + 20px);
}
.articles .row .card {
  height: 100%;
  text-align: center;
}
.articles .row .card .hero-banner {
  min-height: unset;
  width: 100%;
  padding-bottom: 50%;
}

#nav li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#nav li.slider-nav {
  color: #d8d8d8;
  height: 0.75em;
  line-height: 0.75em;
  width: 0.5em;
  height: 0.5em;
  background: #d8d8d8;
  border-radius: 50%;
  background-clip: content-box;
  box-sizing: content-box;
  padding: 0.4em;
}
#nav #slider-previous, #nav #slider-next {
  width: 0.75em;
  height: 0.75em;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
#nav #slider-previous {
  transform: rotate(135deg);
}
#nav #slider-next {
  transform: rotate(-45deg);
}

.type-productDetail {
  font-size: 18px;
}
.type-productDetail h1 {
  color: #000000;
  font-size: 32px;
  font-size: 2.4615384615vw;
  /*font-size: calc(size / desktopDivisor * 1vw;*/
  font-weight: normal;
}
@media (max-width: 768px) {
  .type-productDetail h1 {
    /*font-size: calc(size / mobileDivisor * 1vw;*/
    font-size: 4.1666666667vw;
  }
}
@media (min-width: 1300px) {
  .type-productDetail h1 {
    font-size: 32px;
  }
}
.type-productDetail h4 {
  font-size: 18px;
}
.type-productDetail .secondary-info {
  line-height: 1.1;
}
.type-productDetail .secondary-info h2 {
  font-size: 24px;
  color: #000000;
}
.type-productDetail .secondary-info ul {
  padding-left: 1rem;
}
.type-productDetail .secondary-info ul li {
  list-style: square;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.type-productDetail .secondary-info ul li::marker {
  color: #000000;
  font-size: 16px;
}
.type-productDetail .secondary-info .product-features-list {
  font-size: 20px;
}
.type-productDetail .secondary-info .product-features-list li {
  padding-bottom: 0.6em;
}

.type-productLanding .cards .card .button, .type-productLanding .cards .card .btn-primary, .type-productLanding .cards .card .btn-primary-alt, .type-productLanding .cards .card .btn-secondary, .type-productLanding .cards .card #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .type-productLanding .cards .card .hs-button, .type-productLanding .cards .card .btn-secondary-alt {
  width: 100%;
  text-align: center;
}
.type-productLanding .cards .col-12 .card .button, .type-productLanding .cards .col-12 .card .btn-primary, .type-productLanding .cards .col-12 .card .btn-primary-alt, .type-productLanding .cards .col-12 .card .btn-secondary, .type-productLanding .cards .col-12 .card #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .type-productLanding .cards .col-12 .card .hs-button, .type-productLanding .cards .col-12 .card .btn-secondary-alt, .type-productLanding .cards .col-6 .card .button, .type-productLanding .cards .col-6 .card .btn-primary, .type-productLanding .cards .col-6 .card .btn-primary-alt, .type-productLanding .cards .col-6 .card .btn-secondary, .type-productLanding .cards .col-6 .card #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .type-productLanding .cards .col-6 .card .hs-button, .type-productLanding .cards .col-6 .card .btn-secondary-alt, .type-productLanding .cards .col-md-6 .card .button, .type-productLanding .cards .col-md-6 .card .btn-primary, .type-productLanding .cards .col-md-6 .card .btn-primary-alt, .type-productLanding .cards .col-md-6 .card .btn-secondary, .type-productLanding .cards .col-md-6 .card #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button, #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .type-productLanding .cards .col-md-6 .card .hs-button, .type-productLanding .cards .col-md-6 .card .btn-secondary-alt {
  width: auto;
}
.type-productLanding .cards .col-12 .card {
  text-align: center;
}

.type-locationLanding h3 {
  font-size: 32px;
}
.type-locationLanding .container-narrow {
  font-size: 16px;
}
.type-locationLanding ul {
  margin-bottom: 0;
}
.type-locationLanding ul li::marker {
  color: #000000;
}
.type-locationLanding a {
  text-decoration: none;
}

.type-siteSearch .card {
  text-align: center;
}

.type-leadershipProfileLanding .profile-image {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
  margin-bottom: 15px;
}
.type-leadershipProfileLanding .profile-image .front, .type-leadershipProfileLanding .profile-image .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  perspective: 1000px;
}
.type-leadershipProfileLanding .profile-image .front {
  transform: rotateY(0deg);
}
.type-leadershipProfileLanding .profile-image .back {
  transform: rotateY(180deg);
}
.type-leadershipProfileLanding .profile-image.hoverable:hover .front {
  transform: rotateY(-180deg);
}
.type-leadershipProfileLanding .profile-image.hoverable:hover .back {
  transform: rotateY(0deg);
}

/*Hubspot Email Signup Form*/
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-fieldtype-text {
  display: inline-block;
  min-width: 60%;
}
@media (max-width: 768px) {
  #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-fieldtype-text {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-fieldtype-text .input {
  display: inherit;
  width: 100%;
}
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-fieldtype-text .input .hs-input {
  width: 100%;
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
}
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-fieldtype-text .input .hs-input::placeholder {
  color: #fff;
  opacity: 0.5;
}
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-fieldtype-text .input .hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-fieldtype-text .input .hs-input.error {
  border-color: #c87872;
}
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-fieldtype-text .hs-error-msgs {
  list-style-type: none;
  position: absolute;
  padding: 0;
  font-weight: 100;
  font-size: 14px;
  color: #f2545b;
}
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs_error_rollup {
  display: none;
}
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit {
  display: inline-block;
  margin: 0 48px;
}
@media (max-width: 768px) {
  #hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
#hsForm_653adafb-2e5d-444e-95c3-d0bdd313a361 .hs-submit .hs-button {
  border: none !important;
  background-color: #FFF !important;
}
